@import "_variable"; @import "_mixin"; // banner .inner-banner-area { padding: 40px 0; background-color: #fbfbfb; .banner-title { margin: 0; } &.banner_overlay{ position: relative; min-height: 450px; display: flex; align-items: center; &::before{ position: absolute; content: ''; left: 0; right: 0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.07); } .banner-heading{ position: relative; .banner-title{ color: $white-color; margin-bottom: 10px; } .breadcrumbs{ color: $white-color; a{ color: inherit; } } } } } .main-container { padding: 40px 0; } // 404 .page-header { .error-title { font-size: 80px; font-weight: 700; } } #Category-section .postbox.smallpostimage .box-content{ margin-bottom: 25px; }