/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Navigation
# Accessibility
# Alignments
# archive style
# Clearings
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Site footer

--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Header top
--------------------------------------------------------------*/
@media only screen and (min-width: 769px){
    .xheadimg-auto .header-img,
    .xheadimg-auto .header-img img{
        height: auto;
        min-height: auto;
        max-height:inherit;
    }
}
.site-logo p {
    margin-bottom: 0;
}
.standard-header .site-logo img {
    width: 60%;
}
.site-branding {
    margin: 10px 0;
}
h1.site-title {
    margin-top: 10px;
}
.classic-header h1.site-title {
    margin-top: 40px;
}
.header-img {
    max-height: 350px;
    overflow: hidden;
}
.header-img img,
.header-img {
    min-height: 250px;
}
.site-logo p {
    margin-bottom: 10px;
    font-size: 18px;
}
.search-header {
    margin-top: 35px;
    position: relative;
}
.classic-header .search-header{
    width: 250px;
}
.classic-header .main-menu {
    box-shadow: 0 5px 15px rgb(0 0 0 / 12%);
}
.search-header input.search-field,
.widget input.search-field {
    width: 250px;
    height: 40px;
    border-radius: 30px;
    padding: 10px 90px 10px 10px;
}
.search-header input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
}
.widget input.search-field {
    width: 100%;
}
.widget_search label {
    display: block;
}
.widget.widget_search {
    position: relative;
}

.widget input.search-submit {
    position: absolute;
    right: 20px;
    top: 20px;
}
.border-none .widget input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
}
.customize-partial-edit-shortcuts-shown .search-header input.search-submit {
    right: 0;
}
.customize-partial-edit-shortcuts-shown button.form-control.form-control-submit.search-submit {
    display: none;
}
.search-header input.search-field:focus,
.widget input.search-field:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 2px skyblue;
            box-shadow: 0px 0px 0px 2px skyblue;
}

.search-header input.search-submit, 
.widget input.search-submit {
    margin-left: -88px;
    border-radius: 30px;
    padding: 1px 12px 6px;
    line-height: 38px;
    height: 40px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.social-icon a {
    margin: 0 5px;
}
.social-icon {
    margin-top: 45px;
}
.classic-header .social-icon {
    margin-top: 45px;
}
.standard-search.blog-rich-pro-search-main .blog-rich-pro-search-open .form-control{
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6)
}
/*Classic header style*/
.classic-header h1.site-title {
    font-size: 60px;
    margin-top: 20px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
    font-weight: 700;
}
.feature-img-wrap {
    position: relative;
}
header.classic-header {
    background: #fff;
}
.feature-img-wrap .site-branding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: auto;
}
.black-overlay h1.site-title,
.black-overlay a,
.black-overlay p {
    color: #fff;
}
.black-overlay h1.site-title a:hover {
    color: #fff;
}
/*Standard header*/
.widget_search button.form-control.form-control-submit.search-submit {
    display: inline-block;
    width: auto;
}

.widget_search input.form-control.blog-rich-pro-serch-form {
    width: 82%;
    float: left;
    margin-right: 1%;
}

/*--------------------------------------------------------------
# Home slider section
--------------------------------------------------------------*/
.home-slider-item.item {
    position: relative;
}
.xhimg-full img{
    width:100%;
}
.home-slider-img {
    max-height: 600px;
}
.home-slider-text, 
.home-slider-text:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35%;
    height: 45%;
    text-align: center;
    z-index: 99;
}
.home-slider-img img {
    min-height: 200px;
    margin-bottom:0;
}

.home-slider-text:before,
.slider-recent-text:before {
    content: "";
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    z-index: -1;
    margin: 20px;
}

.home-slider-text {
    padding: 40px 30px;
    border: 1px solid #ccc;
    background: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    min-width: 470px;
    min-height: 270px;
    max-width: 500px;
    max-height: 300px;
}
.blog-rich-pro-home-slider.style2 .home-slider-text {
    min-height: 440px;
    min-width: 410px;
    padding: 40px 50px;
}
.home-slider-item .post-footer-meta.advance-options {
    margin: 0;
}
.slider-meta {
    margin-bottom: 15px;
}
.owl-dots {
    text-align: center;
    display:none;
}
.show-dots .owl-dots {
    display: block;
}
.home-slider-text a.more-link {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #000;
    padding: 5px 10px;
}
.owl-carousel.show-dots button.owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
    background: #000;
}
.blog-rich-pro-home-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}


.slider-meta span, .slider-meta span a {
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.slider-meta a {
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
span.slider-time {
    margin-right: 10px;
}
span.slider-cat {
    margin-left: 10px;
}
.home-slider-text .slider-meta a:before,
.grid-content .slider-meta a:before,
.slider-text-three .slider-meta a:before {
    position: absolute;
    left: -14px;
    content: " ";
    top: 0;
    color: #000;
    width: 4px;
    height: 4px;
    background: #000;
    bottom: 0;
    margin: auto;
}

/*Slider style two*/
.style2 .home-slider-text, 
.style2 .home-slider-item.item:after {
    position: absolute;
    top: 0;
    left: -35%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35%;
    height: 80%;
    text-align: center;
    z-index: 99;
    min-height: 100px;
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
}
.style2 .home-slider-text {
    padding: 40px 30px;
    border: 1px solid #ccc;
    width: 30%;
    height: 70%;
    z-index: 999;
}
/*Slider style three*/
.slider-style3 .slider-meta {
    margin-bottom: 10px;
}
.slider-style3 .home-slider-item.item:after {
    width: 280px;
    height: 220px;
}
.slider-style3 .slider3 .home-slider-text {
    padding: 40px 20px 25px;
    width: 240px;
    height: 180px;
}
.slider-text-three {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 450px;
    height: 300px;
    margin: auto;
    text-align: center;
}
.slider-text-three .x-overlay {
    padding: 50px 40px;
}
.slider3-meta.advance-options {
    padding: 30px 0 0 0;
}
.slider-text-three a.redmore {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.slider-text-three a.redmore:hover {
    background: #ccc;
}
.slider4 .home-slider-text {
    min-width: 270px;
    min-height: 210px;
    max-width: 320px;
    max-height: 250px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    padding: 40px 30px;
}
.standard-header .site-logo {
    flex: 0 0 auto;
    text-align: left;
}
.standard-header .site-logo .site-title {
    font-size: 25px;
}
.standard-header .standard-wrap {
    flex: 1;
}

.standard-header .d-flex {
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.standard-wrap-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*Home feature category section*/

.single-fcat {
    position: relative;
    overflow: hidden;
}
.single-fcat img {
    width: 100%;
}
.fcat-link {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

a.fcat-btn {
    color: #000;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 8px;
}

a.fcat-btn:hover {
    -webkit-box-shadow: 0px 3px 40px rgba(255,255,255,0.20);
            box-shadow: 0px 3px 40px rgba(255,255,255,0.20);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background: #000;
}
.fcat-link a:hover {
    opacity: 0.8;
}
.single-post-tags span.tags-links {
    font-size: 13px;
}
/*--------------------------------------------------------------
# Blog section
--------------------------------------------------------------*/
.post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
header.entry-header {
    margin-bottom: 30px;
}
header.entry-header.classic-header {
    margin-bottom: 60px;
}
.simple-bottom header.entry-header {
    margin-bottom: 0;
}
span.posted-on {
    margin-bottom: 30px;
    display: block;
}
.related span.posted-on {
    margin-bottom: 10px;
    display: block;
}
.site-content {
    margin: 70px 0;
}
article.single-post {
    margin-bottom: 100px;
}
.post-thumbnail {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.post-thumbnail img {
    width: 100%;
}
.blog-rich-pro-gallery-container {
    margin-bottom: 30px;
}
.grid-img figure .blog-rich-pro-gallery-container,
.grid-img figure .blog-rich-pro-audio-container {
    margin-bottom: 0;
}
.grid2 .blog-rich-pro-gallery-container {
    margin-bottom: 0;
}
.grid2 .blog-rich-pro-video-container,
.grid2 .blog-rich-pro-audio-container {
    margin-bottom: 0;
}
.format-video .grid2 .blog-rich-pro-video .owl-dots {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.format-video .grid-img figure {
    overflow: inherit;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus,
a.post-thumbnail:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.author-dmain{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.author-details {
    background: #F8F8F8;
    padding: 40px 20px;
}
.author-social li {
    display: inline-block;
    margin-right: 10px;
}
.author-text {
    width: 78%;
    float: left;
    text-align: left;
}

.author-img {
    min-width: 20%;
    margin-right: 2%;
     float: left;

}

.author-img img {
    border-radius: 50%;
}
.single-post-author .author-img {
    text-align: right;
}
header.entry-header.list-header {
    margin-bottom: 5px;
}
/*list style post header meta*/
.post-meta.list-meta .posted-on,
.post-meta.list-meta .byline {
    margin: 0 15px 0 0;
    display: inline-block;
}
.list-items {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.list-footer-meta.nfs-padding {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
}

.list-items ul.advance-meta {
    justify-content: center;
    margin-top: 20px;
}
.post-meta.list-meta a {
    display: inline-block;
    font-size: 13px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.post-meta.list-meta {
    margin-top: -10px;
}
a.list-redmore {
    margin-top: 2px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

a.list-redmore:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nfs-padding{
    padding-bottom: 20px;
}
/*Post footer meta style*/
span.edit-link {
    margin-left: 10px;
    display: none;
}

span.comments-link {
    border: 1px solid #ededed;
    padding: 3px 8px;
}

.wpulike.wpulike-default {
    display: none;
}

.blog-rich-pro-like .wpulike.wpulike-default {
    display: block;
}
ul.advance-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
ul.advance-meta li {
    margin: 0 5px 0 0;
}
ul.advance-meta li p {
    border: 1px solid #ededed;
    padding: 2px 8px;
    cursor: pointer;
}
ul.advance-meta li p:hover i {
    color:#000;
}
.popover-body .qrcode{
    width:100px;
    height: 100px;
}
.post-footer-meta {
    margin: 40px 0 80px 0;
}
.post-footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.simple-bottom .post-footer-meta {
    margin: 40px 0;
}
/*Post Footer social */
.social-icons ul li {
    margin: 0 2px;
}
.social-icons ul {
    background: #fff;
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
.social-icons {
    text-align: center;
    position: relative;
}

.social-icons:before,
.social-icons:after {
    position: absolute;
    height: 2px;
    width: 50%;
    content: "";
    background: #ededed;
    bottom: -13px;
    z-index: 1;
}
.social-icons:before{
    left: 0;
}
.social-icons:after {
    right: 0;
}
footer.entry-footer {
    display: block;
    margin: 50px 0 100px 0;
    width: 100%;
    overflow: hidden;
    min-height: 30px;
}
footer.entry-footer.page-edit {
    margin: 10px 0;
}

footer.entry-footer.page-edit span.edit-link {
    display: block;
}
.simple-bottom footer.entry-footer {
    margin: 35px 0 150px 0;

}
.social-share ul li {
    display: inline-block;
}
.social-share ul li a {
    padding: 5px;
}
/*Single post navigation*/
.single-navigation .navigation{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 50px;
}
.nav-link-text h4 {
    padding: 5px 0 20px;
    margin: 0;
}
.single-navigation .post-navigation {
    margin: 0;
}
.img-icon {
    position: relative;
    display: inline-block;
}

.img-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.img-icon i {
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align:center;
    margin:auto;
    right:0;
    width: 40px;
    bottom: 0;
    height: 55px;
    line-height: 50px;
}

.nav-img .np-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-next.nav-img .np-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.nav-link-text {
    display: block;
    width: 100%;
}
.nav-img .nav-link-text {
    margin: 20px 0 0 10px;
}
.nav-next.nav-img .nav-link-text {
    margin: 20px 10px 0 0;
}
.nav-link-text span {
    text-transform: uppercase;
    font-size: 12px;
    color: #d0d0d0;
}
.nav-next .img-icon {
    text-align: right;
}
.np-link:hover .img-icon:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}
.np-link:hover .img-icon i {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}
a.np-link:hover h4 {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.related-thumb {
    margin-bottom: 10px;
}
.related-thumb img,
.related-thumb a {
    width: 100%;
}
/*Aside post formate*/
.entry-content.aside-content {
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 20px;
}
.aside-content .post-meta {
    display: inline-block;
}
/*Link post type*/
.link-content .post-icon i,
.aside-content .post-icon i {
    font-size: 60px;
    margin-top: 10px;
}
.link-content a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.link-content a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: underline;
}

.link-content .post-meta a {
    font-weight: inherit;
    font-size: inherit;
}

.entry-content.link-content {
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 20px;
}
/*Video post style*/
.blog-rich-pro-video-container,
.blog-rich-pro-audio-container{
    margin-bottom: 30px;
}
.blog-rich-pro-video .item{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog-rich-pro-video .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-rich-pro-video.owl-carousel button.owl-dot{
     width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-left: 10px solid #ccc !important;
      border-bottom: 6px solid transparent;
}
.blog-rich-pro-video.owl-carousel button.owl-dot.active {
    border-left: 10px solid #000 !important;
    background: transparent !important;
}
.blog-rich-pro-video .owl-dots {
    text-align: center;
    display: block;
}
.blog-rich-pro-video .owl-dots button.owl-dot {
    margin: 0 5px;
}
.blog-rich-pro-video .owl-dots button:focus {
    outline: inherit;
}
/*quote post formate style*/
.quote-content blockquote.quote-text {
    position: unset;
    padding: inherit;
}

.entry-content.quote-content {
    background: #f0f0f0;
    padding: 20px;
}

.quote-icon i {
    font-size: 70px;
    color: #ccc;
    float: right;
}

/*--------------------------------------------------------------
# archive style
--------------------------------------------------------------*/
header.author-header,
header.page-header {
    padding: 50px 0;
    margin: 0 0 70px 0;
    position: relative;
}

header.page-header .x-overlay{
    min-width: 320px
}
.img-bg {
    position: relative;
    z-index: 2;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.bg-img img {
    width: 100%;
}
.overlay-balck{
    position: relative;
}
.overlay-balck:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    color: #fff;
    z-index: -1;
}
.overlay-balck p, 
.overlay-balck h3,
.overlay-balck h1,
.overlay-balck i {
    color: #fff;
}

.border-use.simple-layout .single-post {
    padding-top: 40px;
    border: 1px solid #ededed;
    border-bottom: 0;
}
.border-use.simple-layout .single-post .single-img-meta {
    margin-top: -40px;
}
#content .container-fluid,
#content .container,
.feature-items-top .container,
.feature-items-top .container-fluid,
.blog-rich-pro-feature-categoery .container,
.blog-rich-pro-feature-categoery .container-fluid{
    background-color:#fff;
    padding-top:15px;
    padding-bottom:15px
}
.border-use.simple-layout .single-post.list-post {
    border-bottom: 1px solid #ededed;
}
.border-use.simple-layout .single-post footer.entry-footer {
    margin-bottom: 0;
    min-height: 20px;
    padding-bottom: 40px;
}
.border-use.simple-layout .single-post.list-post footer.entry-footer {
    margin-bottom: 0;
    min-height: 11px;
    overflow: inherit;
}
.border-use.simple-layout .single-top-meta,
.border-use.simple-layout .single-post .entry-content,
.border-use.simple-layout .single-post .post-footer-meta,
.border-use.simple-layout .single-post header.entry-header {
    padding-left: 20px;
    padding-right: 20px;
}

.border-shadow.simple-layout .single-post {
    padding-top: 40px;
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    border-bottom: 0;
}
.border-shadow.simple-layout .single-post.format-quote {
    padding: 0;
}
.border-shadow.simple-layout .single-post footer.entry-footer {
    margin-bottom: 0;
    min-height: 20px;
    padding-bottom: 60px;
}
.border-shadow.simple-layout .single-post .single-img-meta,
.border-shadow.simple-layout .single-post .entry-content,
.border-shadow.simple-layout .single-post .entry-header,
.border-shadow.simple-layout .single-post .post-footer-meta {
    padding-left: 20px;
    padding-right: 20px;
}
.list-post header.entry-header.list-header {
    padding-left: 0 !important;
}
.border-shadow.simple-layout .single-post .link-content,
.border-shadow.simple-layout .single-post .aside-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ededed;
}
.border-use.simple-layout .single-post.list-post .entry-content,
.border-shadow.simple-layout .single-post.list-post .entry-content{
    padding-left: 0;
    padding-right: 0;
}
.border-shadow.simple-layout .single-post.list-post{
    padding: 20px;
}
.blog-rich-pro-shadow .single-fcat {
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
}
.border-use.simple-layout .single-post.list-post{
    padding: 20px 20px 0 20px;
}
.meta-single {
    display: inline-block;
}
.post-meta.simple-meta span{
    display: inline-block;
    margin-right: 10px;
}
.meta-single span.posted-on {
    margin: 0;
}

.single-top-meta {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.single-img-meta .single-top-meta {
    padding-left: 0;
}
.xdot {
    position: relative;
    padding-left: 30px;
}

.xdot:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.meta-single i {
    display: none;
}

.meta-single a {
    color: #999;
    text-transform: capitalize;
}

.meta-single a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #000;
}
.post-meta i {
    font-size: 12px;
    display: none;
}
/*Grid post style*/
.post-meta.grid-meta {
    text-align: center;
}
.grid1-author {
    margin: -15px 0 0 0;
}
.grid-img img {
    width: 100%;
}
.post-meta.grid-meta .slider-meta {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: -25px;
    padding: 10px;
    z-index: 1;
    position: relative;
}
.post-meta.grid-meta.not-show .slider-meta {
    margin-top: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
html body .feature-shadow .single-grid,
.border-shadow .single-grid {
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
}
html body .border-feature .single-grid,
.border-use .single-grid {
    border: 1px solid #ededed;
}
html body .border-fnone .single-grid,
.border-none .single-grid {
    border: inherit;
}
.single-post-thumb {
    overflow: hidden;
}
/*
.border-shadow.simple-layout .single-post .single-smart-img {
    margin-top: -40px;
}*/
.topblog-img,
.border-shadow figure.ingle-ctimg {
    margin-top: -40px;
}
.grid-img {
    min-height: 200px;
}
.grid-img.grid-msn {
    min-height: 15px;
}
.format-standard .grid2 .grid-img.grid-msn {
    padding-top: 65px;
}
.grid-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.grid-footer-meta {
    margin-top: 25px;
}
.grid-content .grid-footer-meta.advance-options {
    margin-bottom: 25px;
}
.single-post.grid-single {
    margin-bottom: 30px;
}
.format-video .grid-img {
    margin-bottom: 40px;
}
.single-grid.fixed-height {
    min-height: 530px;
}
.fixed-height .single-post-thumb {
    max-height: 215px;
}
a.blog-rich-pro-standard-img {
    display: block;
}
.blog-rich-pro-no-thumb {
    min-height: 250px;
    background: #000;
    width: 100%;
    position: relative;
}
.blog-rich-pro-no-thumb:before{
    position: absolute;
    content:"";
    top: -30px;
    left: -30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: radial-gradient(circle, rgb(2 35 131 / 68%), #1a69fa);
}
.blog-rich-pro-no-thumb:after{
    position: absolute;
    content:"";
    top: -60px;
    right: -30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: radial-gradient(circle, rgb(203 0 0 / 90%), #ffffff);
}
.top-feature .single-grid,
.bottom-feature .single-grid {
    min-height: 600px;
}
div#blog-rich-pro-masonry {
    width: 100%;
    overflow: hidden;
}
.border-shadow aside .widget,
.single.border-shadow article.single-post {
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    padding: 20px;
}
.widget .slider-recent-text {
    position: absolute;
    top: 25%;
    left: -49%;
    width: 200px;
;
}
.border-shadow .related-single {
    -webkit-box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
            box-shadow: 0px 3px 40px rgba(0,0,0,0.20);
    min-height: 325px;
}
.border-shadow .related-single .content{
    padding: 0 20px 20px;
}
.border-use aside .widget {
    border:1px solid #ededed;
    padding: 20px;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
}
.border-use .about-widget.widget {
    border: none;
    padding: 0;
}
.border-shadow aside .about-widget.widget {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}
.border-none.grid-layout aside .widget {
    border:inherit;
    padding: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
}
.masonry-entry{
    float: left;
}
/*--------------------------------------------------------------
# 404 page style
--------------------------------------------------------------*/
h1.title-404 {
    font-size: 180px;
    font-weight: 700;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(#000, #ff0000, #000,#ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.error-content h4 {
    font-size: 24px;
    color: #ed1c24;
}
.error-404 p {
    font-size: 16px;
    color: #626262;
}
.error-content input.search-field, 
.error-content input.blog-rich-pro-serch-form {
    width: 350px;
    display: inline-block;
}
.error-content button.search-submit {
    display: inline-block;
    width: auto;
}
.error-content a {
    display: inline-block;
    font-weight: 500;
    color: #626262;
}
a.error-back-link {
    text-transform: uppercase;
    font-size: 14px;
}
.error-content a i {
    margin-right: 5px;
}
.not-found input.search-submit {
    line-height: 50px;
    height: 45px;
}
/*--------------------------------------------------------------
# Site footer
--------------------------------------------------------------*/
/*Footer instragam widget*/
h4.full-widget-title {
    text-align: center;
    margin-bottom: 20px;
}

.footer-social a {
    text-transform: uppercase;
    margin: 5px 15px;
}

.footer-social a i {
    margin-right: 10px;
}
.footer-social {
    padding: 25px 0;
    border-top: 1px solid #ededed;
    position: relative;
}
.footer-social:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
p.copyright {
    margin: 0;
}
.site-info {
    border-top: 1px solid #ededed;
    padding: 20px 0;
}
.default-footer p.copyright {
    margin: 0;
}

.footer-social-right i {
    margin: 0 5px;
}
.footer-widget {
    padding: 70px 0 60px 0;
    background: #F5F5F5;
    position: relative;
}
.footer-widget:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
h4.footer-widget-title {
    margin-bottom: 30px;
}
.footer-widget input {
    width: 100%;
    padding: 13px 20px;
}

.footer-widget input[type="submit"] {
    width: inherit;
    padding: 0px 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.footer-widget input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

body.admin-bar #mainNav.is-sticky{
    margin-top: 32px;
}

.single-post.grid-single {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.single-grid.grid1.fixed-height {
    min-height: 600px;
}
.single-grid.grid3 {
    min-height: 600px;
}

/*content color*/
article.page {
    padding: 10px;
}
.grid-content,
.grid-img,.single-grid,aside .widget,
.single-post, article.page,.social-icons ul,
.widget_categories li a, .widget_archive li a,
.widget_categories li:before, .widget_archive li:before,
.popular-two .grid-advance,#scrollUp, .adshow,input,select,
header.page-header,.author-details,textarea,.related-single,
.single-navigation .blog-rich-pro-single-navigation,.blog-rich-item.blog-rich-text-list {
    background: #FAF9F7;
}

/*List style one*/
.blog-rich-text-list a.blog-rich-readmore {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    font-size: 15px;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    margin-top: 1rem;
}
.blog-rich-text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.list-meta {
    font-size: 11px !important;
    text-transform: uppercase;
    display: inline-block;
}

.list-meta.list-author,
.list-meta.list-author a {
    color: #ababab;
}
.blog-rich-list-item:nth-child(even) .row {
    flex-direction: row-reverse !important;

}
.single-post.list-post.blog-rich-list-item {
    padding: 0 !important;
    margin-bottom: 2rem;
}
.site-title a {
    color: #3d55ef;
}
.menu-top-menu-container {
    text-align: right;
}

/*Grid over image style*/
.xhgrid-pimg {
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}
.blog-rich-post-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    width: 100%;
    height: 100%;
}
.xhgrid-item {
    margin-bottom: 1.4rem;
}
.blog-rich-post-text h2.grid-title {
    font-size: 24px;
    font-weight: 700;
}
.blog-rich-post-text a:hover {
    opacity: 0.8;
}
.blog-rich-post-text span.posts-cat a {
    color: #fff;
    background: #0b3388;
    padding: 3px 9px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.bplus-noimg {
    min-height: 250px;
    background: #000;
    width: 100%;
    position: relative;
}
.xhgrid-square{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: radial-gradient(circle, rgb(2 35 131 / 68%), #1a69fa);
}
.xhgrid-circle{
    position: absolute;
    top: -60px;
    right: -30px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: radial-gradient(circle, rgb(203 0 0 / 90%), #ffffff);
}
.blog-rich-post-text span.posts-cat a {
    color: #fff;
    background: #0b3388;
    padding: 3px 9px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.blog-rich-post-gtext {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}
.blog-rich-post-text h2.grid-title a {
    color: #fff;
}
.xhgrid-pimg.mgpr-hvr-shine .post-thumbnail.mb-4 {
    margin-bottom: 0 !important;
}
a.blog-rich-ptext-read {
    opacity: 0;
    transition: 0.5s;
}

.xhgrid-pimg:hover a.blog-rich-ptext-read {
    opacity: 1;
}
.blog-rich-post-text {
    background: rgb(11, 51, 136);
    background: linear-gradient(0deg, rgba(11, 51, 136,0.8578781854538691) 0%, rgba(11, 51, 136,0.3676821070224965) 35%, rgba(11, 51, 136,0.08196782130821079) 100%);
    padding: 15px;
}
.entry-meta-over span, .entry-meta-over span a,.entry-meta-over span time {
    color: #fff;
    font-size: 13px;
}
.xhgrid-item.search-item {
    margin: 0 0 2.5em;
}
.xhgrid-item.search-item article{
    margin-bottom: 0;
}
/*Blog rich default blog style*/
.blog-rich-list {
    display: grid;
    grid-template-columns: 40% 57%;
    gap: 3%;
}
.blog-rich-list.brich-noimg .rich-list-right {
    padding-top: 50px;
}

.blog-rich-list header .entry-title,
.blog-rich-list .entry-title a {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
}

.rich-list-left header.entry-header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.blog-rich-list.brich-noimg .rich-list-right {
    padding-top: 50px;
}

.blog-rich-list header .entry-title,
.blog-rich-list .entry-title a {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
}

.rich-list-left header.entry-header {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

h2.entry-title a{
    background: linear-gradient(#0d6efd 0%, #0d6efd 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    display: inline;
 }

h2.entry-title a:hover{
    background-size: 100% 2px;
 }

 
.ax-single-blog-post-pub-date {
    display: flex;
}

.rich-list-cats a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 5px 10px 0;
    text-decoration: inherit;
    color: #3d55ef;
}
.rich-list-cats a:hover{
    color: #000;
}
.rich-list-left {
    position: sticky;
    top: 50px;
    min-height: 100vh;
    height: fit-content;
}
.rich-list-right {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.rich-list-right-inside .entry-content {
    margin-top: 30px;
}
.ax-blog-post-author-img a {
    border-radius: 50%;
}

.ax-blog-post-author-img img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 5px;
    border: 2px solid #ccc;
}

.ax-blog-post-author-detalis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ax-blog-post-author-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0.5rem;
}

a.ax-blog-post-author-name {
    color: #333;
    font-size: 0.85rem;
    text-decoration: none;
}

a.ax-blog-post-author-name:hover {
    color: #888;
}
.ax-single-blog-post-author-section {
    display: flex;
    align-items: center;
}
.rich-list-left p.ax-single-blog-post-pub-date {
    margin: 0 0 0 16px;
    position: relative;
}

.rich-list-left p.ax-single-blog-post-pub-date:before {
    position: absolute;
    top: 0;
    left: -10px;
    content: "/";
    width: 100%;
    height: 100%;
    color: black
}
p.ax-single-blog-post-pub-date {
    font-weight: 400;
    color: var(--color-gray);
    font-size: 14px;
    opacity: 0.7;
}
/*Image sine effect*/
.mgpr-hvr-shine {
	position: relative;
}
.mgpr-hvr-shine:before {
	position: absolute;
	top: 0;
	left: -95%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.mgpr-hvr-shine:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.moving-shape {
    width: 50px;
    aspect-ratio: 1;
    background-color: rgba(128, 128, 128, 0.7);
    opacity: 0.4;
    position: absolute;
    top: -500px;
    z-index: 99;
    animation: rotate-fall 5s linear;
    animation-iteration-count: 6;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}


@keyframes rotate-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 0;
    }

    50% {
        transform: translateY(500px)rotate(900deg);
        border-radius: 50%;
    }

    100% {
        transform: translateY(calc(1000px)) rotate(1800deg);
        border-radius: 0;
    }
}
.bh-load-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.bh-loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.bh-loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

 span.sr-cursor {
     position: absolute;
     pointer-events: none;
     filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
     animation: fadeInOut 1s linear infinite;

 }

 @keyframes fadeInOut {

     0%,
     100% {
         opacity: 0;
     }

     20%,
     80% {
         opacity: 1;
     }
 }

 span.sr-cursor::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background: url(../img/pokeball.png);
     background-color: transparent;
     background-size: cover;
     animation: moveShape 1s linear infinite;
 }

 @keyframes moveShape {
     0% {
         transform: translate(0) rotate(0deg);
     }

     100% {
         transform: translate(300px) rotate(360deg);
     }
 }

 /*Ticker css*/
 .ticker_wrap {
     display: flex;
 }

 .ticker__breaking {
     white-space: nowrap;
     background: red;
     color: #fff;
     overflow: hidden;
     padding: 10px 15px;
     display: inline-block;
     font-weight: bold;
     flex: 0 0 auto;
 }

 .ticker__viewport {
     background: #ddd;
     overflow: hidden;
     padding: 10px 0;
     display: inline-block;
     flex: 1
 }

 .ticker__viewport a {
     font-weight: 600;
     text-decoration: none;
 }
 .ticker__list {
     list-style-type: none;
     padding: 0;
     margin: 0;
     display: flex;
 }

 .ticker__item {
     display: inline-block;
     white-space: nowrap;
     padding-right: 40px;
 }
li.ticker__item img {
    width: 23px;
}
