div.header_logo img {
    /*width: 112px;*/
    max-height: 60px;
    object-fit: contain;
}
.header_logo{
    padding: 10px 0;
}
.header_logo a{
    display: inline-block;
}

.footer_widget a.fot_logo img {
    width: 202px;
    height: 114px;
}

.footer_area .footer_widget .fot_logo {
    margin-bottom: unset;
}

.mean-container a.meanmenu-reveal {
    top: -63px;
}
.mean-container .mean-bar{
    min-height: 15px;
}
ul.fot_list{
    padding-left: 12px;
}
@media (max-width: 991px) {
    .header_area {
        padding-top: 10px;
    }
}

/*new*/
.top-bar {
    position: relative;
    height: 45px;
    line-height: 3px;
    z-index: 210!important;
    background-color: rgba(15,17,47,0.3);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.icon-menu {
    font-size: 14px;
    /*line-height: 45px;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.topnav li {
    display: inline-block;
    height: 45px;
    line-height: 50px;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 1!important;
}
.icon-menu a{
   /* display: flex;*/
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 35px solid #fdd600;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}
.icon-menu a i{
   /*line-height: revert;*/
    position: absolute;
    top: 17px;
    color: #06092c;
    /* right: -9px;*/
}
.navbar_fixed{
    top: 0;
    position: fixed;
}
.subsubmenu{
    left: 200px !important;
    top: 0 !important;
    padding-top: 3px;
}
/*.mean-container .mean-nav ul.subsubmenu a.mean-expand {
    height: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}*/
.dropdown_2{
    padding: 8px 5% !important;
    color: #fff !important;
    width: 90% !important;
    opacity: 1 !important;
}
.header_area .main-menu nav li {
    display: inline-flex;
    justify-content: center;
}

@media ( max-width: 991px ){
    .icon-menu{
        justify-content: center;
    }
    .icon-menu a{
        margin: 4px 2px;
    }
}

.make_bitcoin {
    background: #06092c;
}
.newsletter_widget{
    max-width: 400px;
    margin: auto;
    text-align: center;
}
.newsletter_widget input{
    color: #ffffff;
    font-size: 11px;
    padding: 10px;
    background-color: rgba(255,255,255,.04);
    border-radius: 4px;
    border: 2px solid transparent;
    line-height: 24px;
    height: 50px;
    margin-bottom: 30px;
}
.footer_d_flex{
    display: flex;
    width: 100%;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.footer_d_flex > div{
    width: calc(100%/5);
}
.footer_area .footer_widget h5 {
    margin-bottom: 10px;
    margin-top: 0;
}
.footer_icons{
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    justify-content: space-between;
    z-index: 30;
    color: #fff;
}
.footer_icons a svg{
    fill: #fff;
    margin-left: 20px;
}
.yellow{
    color: #fed700 !important;
}
@media ( max-width: 991px ){
    .footer_d_flex > div{
        width: calc(100%/3);
    }
}
@media ( max-width: 767px ){
    .footer_d_flex > div{
        width: calc(100%/2);
    }
    .footer_icons{
        flex-direction: column;
        align-items: center;
    }
}
@media ( max-width: 400px ){
    .footer_d_flex > div{
        width: 100%;
    }
}
@media ( max-width: 575px ){
    .footer_d_flex{
       margin: 0 15px;
    }
}


/*news and update*/
.post-area.auto_meta_overlaid_spaced .posts-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 25%;
    display: block;
    padding: 8px;
}
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1), .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6), .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7), .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
    width: 50%;
}
.posts-container[data-load-animation="perspective"] .animated-in .inner-wrap.animated {
    box-shadow: 0 0 0 0 rgba(0,0,0,1),0 10px 15px 0 rgba(0,0,0,0.25)!important;
}
.posts-container[data-load-animation=perspective] article .inner-wrap, .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
    transition: opacity .3s cubic-bezier(.1,.3,.2,1),transform .72s cubic-bezier(.1,.3,.27,1);
    -webkit-transition: opacity .3s cubic-bezier(.1,.3,.2,1),-webkit-transform .72s cubic-bezier(.1,.3,.27,1);
}
.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated {
    transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
    opacity: 1;
    height: 100%;
}
.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0);
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 30vh;
}
.auto_meta_overlaid_spaced .masonry-blog-item .content-inner>a {
    z-index: 30;
}
.auto_meta_overlaid_spaced .content-inner>a,
.auto_meta_overlaid_spaced .masonry-blog-item .content-inner,
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*font-size: 100%;*/
}
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
    transition: transform .7s cubic-bezier(.2,1,.22,1),opacity .5s ease;
    backface-visibility: visible;
    background-size: cover;
    background-position: center;
    width: 100.5%;
    height: 100.5%;
}
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
    background-color: rgba(51,153,255,.5);
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap, .auto_meta_overlaid_spaced article.post.quote.masonry-blog-item .quote-inner, .auto_meta_overlaid_spaced article.post.link.masonry-blog-item .link-inner {
    padding: 20px !important;
}
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
    left: 0;
}
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap, .auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner, .auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner {
    pointer-events: none;
    z-index: 33;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    top: auto;
    bottom: 0;
    height: 75%;

    content: '';
    background: linear-gradient(to bottom,rgba(35,35,35,0),rgba(35,35,35,.65) 100%);
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header, .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
    max-width: 55%;
}


.post-header {
    position: relative;
    display: block;
}
.auto_meta_overlaid_spaced .masonry-blog-item .post-header, .auto_meta_overlaid_spaced .masonry-blog-item .post-header h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
   /* font-size: 26px;*/
    line-height: 18px !important;
}
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a {
    font-weight: 800;
    line-height: .5em;
    font-size: 14px;
}
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a, .auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a:hover, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    color: #fff!important;
    transition: opacity .37s cubic-bezier(.52, .01, .16, 1);
}

.post-header h3, article.post .post-header a {
    text-align: center;
}
.post-area.auto_meta_overlaid_spaced[data-ams="8px"], body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="8px"] {
    margin: 0 0 0 -8px;
}

.post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    width: calc(100% + 16px);
}
@media only screen and (min-width: 1100px){
    .container .post-header {
        max-width: 100% !important;
        margin-left: 0;
        margin-right: auto;
        font-size: 16px;
    }
    .post-header h3, article.post .post-header a {
        text-align: left;
    }
    .post-header h3, article.post .post-header a {
        text-align: left;
    }
}

@media only screen and (max-width: 999px){
    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 50%;
    }
    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
        width: 100%;
    }
}
@media only screen and (max-width: 690px){
    .masonry-blog-item {
        width: 100%!important;
        margin-right: 0!important;
        margin-bottom: 25px;
        margin-left: 0!important;
    }
}
