/*!/wp-content/themes/masandpas/enqueued_css/site.css*/#loadingIndicator{width:100vw;height:100vh;position:fixed;z-index:9999999999999999;left:0;top:0;display:flex;align-items:center;justify-content:center;background-color:rgb(255 255 255 / .9)}#loadingIndicator img{width:80px;-webkit-animation:breathing 1s ease-out infinite normal;animation:breathing 1s ease-out infinite normal}@-webkit-keyframes breathing{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes breathing{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.lazyload-container{display:flex;flex-wrap:wrap;justify-content:space-between}._popular-article.grid-item{width:100%;margin-top:20px}@media screen and (min-width:768px){._popular-article.grid-item{width:49%}}@media screen and (min-width:1440px){._popular-article.grid-item{width:24%}}