/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 9;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--thm-black);
}

.single-blog-style1 .img-holder .inner.border-radious0 {
    border-radius: 0;
}

.single-blog-style1 .img-holder .inner::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.single-blog-style1 .img-holder img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}

.single-blog-style1:hover .img-holder img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.single-blog-style1 .img-holder .date-box {
    position: absolute;
    left: 10px;
    bottom: -20px;
    background: var(--thm-gradient-2);
    border-radius: 4px;
    text-transform: capitalize;
    text-align: center;
    padding: 8px 17px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 5;
}

.single-blog-style1 .img-holder .date-box h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    font-family: var(--thm-font);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}



.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    padding: 42px 0 0;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 38px;
}

.single-blog-style1 .text-holder .blog-title a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover {
    color: var(--thm-base);
}



.single-blog-style1-btn {
    position: relative;
    display: block;
    line-height: 0;
}

.single-blog-style1-btn a {
    color: var(--thm-black);
}

.single-blog-style1-btn a.btn-two span:after {
    background-image: var(--thm-gradient-2);
}



/*** 
=============================================
    Blog Style8 Area Css
=============================================
***/
.blog-style8-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 9;
}


.single-blog-style1--instyle8 {
    position: relative;
    display: block;
}

.single-blog-style1--instyle8.marbtm0 {
    margin-bottom: 0;
}

.single-blog-style1--instyle8 .img-holder .date-box {
    background: #f1f1f1;
}

.single-blog-style1--instyle8 .img-holder .date-box h6 {
    color: var(--thm-black);
}


.single-blog-style1--instyle8 .text-holder {
    padding: 32px 0 0;
}

.single-blog-style1--instyle8 .text-holder .blog-title {
    letter-spacing: 0.12em;
    margin: 0 0 12px;
}

.single-blog-style1--instyle8 .text-holder .text {
    position: relative;
    display: block;
}

.single-blog-style1--instyle8 .text-holder .text p {
    letter-spacing: 0.12em;
    margin: 0;
}


.single-blog-style8-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 38px;
}

.single-blog-style8-btn a {
    color: var(--thm-black);
}

.single-blog-style8-btn a.btn-two span:after {
    background-color: var(--thm-base);
}

.blog-style8-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 87px;
}

.blog-style8-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: 0;
    right: -7px;
}


.blog-style8-carousel.center-box.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0px;
}


.blog-style8-big-image-box {
    position: relative;
    display: block;
}

.blog-style8-big-image-box img {
    width: 100%;
}




/*** 
=============================================
    Blog Style10 Area Css
=============================================
***/
.blog-style10-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0 120px;
    z-index: 9;
}

.blog-style10-area.white-bg {
    background: #ffffff;
}


.single-blog-style1--instyle8.style10 .img-holder .date-box {
    background: var(--thm-base);
    left: 30px;
}

.single-blog-style1--instyle8.style10 .img-holder .date-box h6 {
    color: #ffffff;
}

.single-blog-style1--instyle8.style10 .text-holder {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 40px;
    background: #ffffff;
}

.single-blog-style10-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 18px;
}

.single-blog-style10-btn a {
    color: var(--thm-black);
}

.single-blog-style10-btn a.btn-two span:after {
    background-color: var(--thm-base);
    background-image: none;
}




.blog-style10-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
}

.blog-style10-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: 2px;
    left: -408px;
}



/*** 
=============================================
    Blog Page One Css
=============================================
***/
.blog-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.blog-page-one .single-blog-style1--instyle9 {
    margin: 0;
    margin-bottom: 30px;
}

.blog-page-one .styled-pagination {
    padding-top: 30px;
}



/*** 
=============================================
    Blog Page Two Css
=============================================
***/
.blog-page-two {
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 120px 0 120px;
    z-index: 10;
}

.blog-page-two .styled-pagination {
    padding-top: 20px;
}

.blog-page-two .styled-pagination li a {
    background: #ffffff;
}



/*** 
=============================================
    Blog Page Three Css
=============================================
***/
.blog-page-three {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.blog-page-three .single-blog-style1--instyle9 {
    margin: 0;
    margin-bottom: 30px;
}

.blog-page-three .styled-pagination {
    padding-top: 20px;
}


.blog-page__inner-content {
    position: relative;
    display: block;
}

.blog-page__inner-content .single-blog-style1--instyle8 {
    margin-bottom: 50px;
}

.blog-page__inner-content .single-blog-style1--instyle8.style10 .text-holder {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}



.single-blog-style1 .audio-gallery {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.single-blog-style1 .audio-gallery .img-box {
    position: relative;
    display: block;
    width: 170px;
}

.single-blog-style1 .audio-gallery .img-box img {
    width: 100%;
}

.single-blog-style1 .audio-gallery .img-box .date-box {
    position: absolute;
    left: 30px;
    bottom: -20px;
    background: var(--thm-base);
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 17px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 5;
}

.single-blog-style1 .audio-gallery .img-box .date-box h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--thm-font);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-blog-style1 .audio-gallery .audio-content {
    position: relative;
    display: block;
    padding-left: 30px;
}



.single-blog-style1 .blog-video-gallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 5;
}

.single-blog-style1 .blog-video-gallery .icon a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 30px;
    line-height: 100px;
    text-align: center;
}