/*.page-viewblogpage-1 .contextual-region {
    padding: 0;
}*/
/* Blogs Listing Page CSS */
.blogs {
    margin: 0;
    width: 100%;
    padding: 0 0 15px;
    position: relative;
}

.blogs .error_message {
    display: flex;
    color: #004085;
    margin: 0 0 15px;
    min-height: 250px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    padding: 15px 20px;
    align-items: center;
    border-color: #b8daff;
    justify-content: center;
    background-color: #cce5ff;
    border: 1px solid transparent;
}

.blog-banner {
    background: url(/themes/custom/auxesis/images/about-banner.png)no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}
.blog-banner-inner h1 {
    font-size: 50px;
    font-weight: 800;
    color: #ffff;
    line-height: 62px;
}
.blog-banner-inner p {
    font-size: 20px !important;
    color: #fff !important;
    opacity: .75;
    line-height: 32px !important;
}
.blog-banner-inner{
    width: 90%;
}

/* .blogs:after {
    left: 0;
    top: 100%;
    width: 100%;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background-color: #f3f3f3;
} */

/* .blogs .blogs_filter {
    z-index: 1;
    width: 100%;
    padding: 15px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: solid 1px #dbdbdb;
    background-image: url('/themes/custom/auxesis/images/blog-filter-bg.webp');
} */

/* .blogs .blogs_filter .blogs_filter_wrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
} */

/* .blogs .blogs_filter .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blogs .blogs_filter .breadcrumbs ul li {
    z-index: 1;
    color: #000000;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
} */

/* .blogs .blogs_filter .breadcrumbs ul li:first-child:before {
    top: 8px;
    height: 2px;
    content: "";
    width: 10px;
    left: -20px;
    position: absolute;
    background-color: #fc7445;
}
.blogs .blogs_filter .breadcrumbs ul li:not(:last-child):after {
    color: #666;
    content: "/";
    font-size: 12px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
} */
/* 
.blogs .blogs_filter .breadcrumbs ul li a {
    border: 0;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    font-weight: 600;
} */

/* .blogs .blogs_filter .filter {
    padding: 0;
    z-index: 1;
    width: 575px;
}

.blogs form.views-exposed-form {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blogs form.views-exposed-form>div {
    margin: 0;
    padding: 0 5px;
    width: calc(50% - 60px);
} */

/* .blogs form.views-exposed-form .form-actions {
    width: 120px;
} */

/* .blogs form.views-exposed-form .form-actions .button {
    color: #fff;
    font-size: 14px;
    padding: 9px 15px;
    background: linear-gradient(45deg, #2376d0, #0f5da5);
    text-transform: capitalize;
}

.blogs form.views-exposed-form>div input,
.blogs form.views-exposed-form>div select {
    margin: 0;
    width: 100%;
    color: #666;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 50px;
    border: 1px solid #ddd;
    background-color: #fafafa;
}

.blogs form.views-exposed-form>div select {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 15px) 15px;
  background-repeat: no-repeat;
  background-color: #fafafa;
} */

.blogs .views-infinite-scroll-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding: 0 0 50px;
    justify-content: space-between;
}

.blogs .views-infinite-scroll-content-wrapper .blog {
    width: 33.33%;
    padding: 0 25px;
    margin: 0 0 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.blogs .views-infinite-scroll-content-wrapper .blog .image {
    width: 330px;
    height: 330px;
    display: block;
    position: relative;
    margin: 0 auto 25px;
}
.blogs .views-infinite-scroll-content-wrapper .blog figure {
     margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(0 0 0 / 40%);
}

.blogs .views-infinite-scroll-content-wrapper .blog .image:after {
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(.9);
    pointer-events: none;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
}

.blogs .views-infinite-scroll-content-wrapper .blog .image:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px #d7d7d7, 0 0 0 10px rgba(0, 0, 0, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px #d7d7d7, 0 0 0 10px rgba(0, 0, 0, .5);
        -webkit-transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px #d7d7d7, 0 0 0 10px rgba(0, 0, 0, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px #d7d7d7, 0 0 0 10px rgba(0, 0, 0, .5);
        -moz-transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px #d7d7d7, 0 0 0 10px rgba(0, 0, 0, .5)
    }
    100% {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .1), 0 0 10px 10px #d7d7d7, 0 0 0 10px rgba(0, 0, 0, .5);
        transform: scale(1.2);
        opacity: 0
    }
}

.blogs .views-infinite-scroll-content-wrapper .blog aside {
    margin: 0;
    padding: 0;
    text-align: center;
}
.blogs .views-infinite-scroll-content-wrapper .blog aside h5 {
    margin: 0;
    padding: 0;
}
.blogs .views-infinite-scroll-content-wrapper .blog aside h5 a {
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
}