

.taoph-blog-spinner{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin-top: 30px;
}

.taoph-blog-spinner.active{
    display: flex;
}

/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 32%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }

.grid-item{
    margin-bottom: 25px;
}



.taoph-blog__post{

}
.taoph-blog__image img{
    display: block;
    transition: all 1s ease;
}

.taoph-blog__image{
    overflow: hidden;
    margin-bottom: 15px;
}
.taoph-blog__post:hover img{
    transform: scale(1.2);
}
.taoph-blog__tags{
    margin: 0 0 10px;
    color: #272437;
    font-size: 14px;
    line-height: 28px;
}

.taoph-blog__tags a{
    color: #272437;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
}

.taoph-blog__tags a:hover{
    text-decoration: underline;
}

.taoph-blog__title{
    font-size: 25px;
    line-height: 29px;
    color: #272437;
    margin: 0 0 5px;
}

.taoph-blog__title a{
    font-size: 25px;
    line-height: 29px;
    color: #272437;
}
.taoph-blog__btn{
    font-size: 11px;
    color: #272437;
    text-transform: uppercase;
}

.taoph-blog-btn{
    margin: 0 auto;
    background: transparent url(../images/load-more.webp) no-repeat center !important;
    background-size: 100% auto !important;
    width: 63px;
    height: 63px;
    display: block;
    font-size: 0;
    outline: none !important;
    border: 0;
    transition: all .8s ease;
}

.taoph-blog-btn:hover{
    transform: scale(0.7);
}


@media ( max-width: 992px ){
    .grid-sizer,
    .grid-item { width: 31%; }
    .taoph-blog__post:hover img{
        transform: none !important
    }
}

@media ( max-width: 767px ){
    .grid-sizer,
    .grid-item { width: 48%; }
}

@media ( max-width: 650px ){
    .grid-sizer,
    .grid-item { width: 100%; }
    .taoph-blog__image img{
        width: 100%;
    }
}


.taoph-testimonial--product-carousel .taoph-blog__image{
    height: 363px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.taoph-testimonial--product-carousel .taoph-blog__image img{
    opacity: 0;
}