.blog-box .container{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.blog-box .col-sm-3.hidden-items{display:none !important}.blog-box .col-sm-3{width:calc(100% / 3 - 20px) !important;float:unset !important;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.more-posts-button{display:block;width:100%;text-align:center;margin-top:50px;margin-bottom:100px}span.more-posts{display:inline-block;padding:10px 49px;line-height:normal;font-size:17px;line-height:1.25;font-family:'Oswald',sans-serif;cursor:pointer;position:relative;color:#fff;text-align:center;text-decoration:none !important;background-color:#a80101;z-index:1;text-transform:uppercase;letter-spacing:2px;overflow:hidden;border:2px solid #fff}span.more-posts::before{position:absolute;content:"";display:block;pointer-events:none;width:0;height:100%;top:0;right:0;background:#7c0000;z-index:-1;pointer-events:none;-webkit-transition:all .3s cubic-bezier(.77,0,.175,1);-o-transition:all .3s cubic-bezier(.77,0,.175,1);transition:all .3s cubic-bezier(.77,0,.175,1)}span.more-posts:hover::before{width:100%;left:0;right:auto}p.next-to-show{display:none}@media(max-width:767px){.blog-box .col-sm-3{width:calc(100% / 2 - 20px) !important}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}