﻿.site-seo{ display: none !important;}

.blog-section {
    padding-top: 100px;
    padding-bottom: 0;
}
.blog-section .container {
    
    color: #a8132e;
    padding-top: 1em;
    padding-bottom: 2em;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #a8132e;
    font-weight: 600;
    text-shadow: none;
}
.btn-link {
    font-weight: 400;
    color: #a8132e;
    text-decoration: none;
}
.btn-link:hover {
    font-weight: 400;
    color: #a8132e;
    text-decoration: none;
}
.blog-content-type{
    color: #000;
    padding: 0 20px;
    line-height: 35px;
    display: inline-block;
}
.single-blog-area .blog-content .post-title {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #a8132e;
    /* background: #ffc107;
    padding: 0em 0.5em; */
}

.single-blog-area .blog-content .meta-data{
    color: #000;
    margin-bottom: 15px;
}
.single-blog-area .blog-content .meta-data a:first-child, 
.single-blog-area .blog-content .meta-data a:hover {
    color: #a8132e;
}
.meta-data a{
    color: #a8132e;
}
.blog-section-heading h3 {
    font-size: 30px;
    color: #a8132e;
    border-bottom: 3px solid #ffaf02;
    display: inline-block;
    line-height: 1.5;
    text-shadow: none;
}
.blog-section-heading h3 a{
    color: #ffaf02;
}
.single-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.single-blog-area.blog-style-2 .blog-thumbnail{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    /* margin-bottom: 30px; */
}
.top-tag {
    position: absolute;
    right: 1%;
    width: 50px;
    top:-2px;
}
.single-blog-area .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    /*
    max-width: 150px;
    width: 150px;
    */
    margin-right: 40px;
}
.cryptos-blog-sidebar-area .blog-thumbnail img{
    max-width:105px;
    /*max-height: 60px;*/
}
.cryptos-blog-posts .blog-thumbnail img{
    max-width:600px;
    /*max-height:225px;*/
}

.post-list{
    color: #a8132e;
}
.post-list:hover{
    color: #ffaf02;
}

.top-body {
    padding: 1em;
    border: 1px solid #ffc107;
    border-radius: 1.5em 0;
}

.page-link {
    color: #000;
    border: 0;
    background: #ffc107;
    /* border-radius: 100%; */
    /* margin: 0 4px; */
    font-size: 1em;
  }
  .page-link:hover {
    color: rgb(26, 25, 25);
    background: #ffaf02;
    font-weight: 600;
    text-decoration: none;
    border-color: 0;
  } 
@media only screen and (max-width: 767px){
    .single-blog-area .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px;
        margin-right: 15px;
    }
    .top-tag {
        position: absolute;
        right: 1%;
        width: 30px;
        top:-2px;
    }
	.cryptos-blog-posts .blog-thumbnail img{
        max-width: 100%;
    }
}