/* Overide Tabpanels for the blog, and scoot it back up */


#pinax_body {
    padding-top: 0px;
}


#tabs_container_left{background: none;}
#tabs_container_right{background: none;}

/* Styleing the blog app */

.post-item{
    padding: 1em;
}


.post-item h3{
    margin: 0px;
}

article.post-list-item{
    min-width: 200px;
    bottom: 0px;
    width: 100%;
    padding: 0em 0.5em 0em 0.5em;
}

i{padding: 0px;}


.blog-card{

    border-radius: 1px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    text-align: left;
    width: 100%;
    min-width: 300px;
    float: left;
    margin: 10px;
    border: 2px solid rgba(248, 148, 006, 0.0);
    transition: border 500ms ease-out;
    cursor: pointer;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.blog-card:hover{
    border: 2px solid rgb(255, 0, 0);
}

@media screen and (min-width: 400px) {
    .blog-card {
      width: 95%;
    }
  }
  
  @media screen and (min-width: 800px) {
    .blog-card {
        width: 100%;
    }
  }

.blog-card-inner{ 
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    !background-color: rgb(71, 71, 71);
}


.post-item h3 a{
    text-decoration: none;
    font-size: xx-large;
    font-family: NeueHaasUnica,"Helvetica Neue",Helvetica,Arial,sans-serif;
    
}


.post-list-thumbnail{
	
}

.post-list-preview{
	
}

.post-list-item header h3 a{
color: rgb(0, 0, 0);
margin: 0px;
padding: 0px;
text-decoration: none;
}

.post-list-item header h3 a:hover{
    color: rgb(216, 0, 0);

    }

a.BlogDetailTitle{
    clear: both;
    color: #024a85;
    line-height: 0.9;
    font-size: 3rem;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    text-decoration: none;
}
.BlogDetailTitle{
    clear: both;
    color: #024a85;
    line-height: 0.9;
    font-size: 3rem;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    font-family:Times,serif;
}

.BlogDetailSubTitle{
    clear: both;
    color: #498daf;
    line-height: 1.5;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    font-family: arial,helvetica,sans-serif;
    margin-left: 0px
}


a.BlogAuthor{ 
    text-decoration: none;
    color: rgb(207, 207, 207);
    font-weight: 400;
    font-size: smaller;
    padding-right: 1em;
}

.blog-lead p{
    margin: 0px;
    color: black;
}

i.BlogDate {
    text-decoration: none;
    color: rgb(139, 139, 139);
    font-weight: 400;
    font-size: smaller;
}

.post-detail  {}
ul.post-detail  {
    margin-bottom: 0px;
}



.blog-visual{

}

h4{
    margin-top: 1px;
    margin-bottom: 5px;
}

.BlogListElementTitle{
    color: rgb(0, 0, 0);
    font-family: arial,helvetica,sans-serif;
    margin: 0px;
    padding-top: 5px;
    font-size: 2em;
    text-decoration: none;
}

.BlogListElementTitle:hover{
    color: rgb(255, 0, 0);
    cursor: pointer;
}
.tag_1{
    float: left;
}

.category_1{
    float: left;
}

.category_2{
    float: left;
}

.post-detail tags{
display: none;
}

.read-more a{
    color: #11b0ff;
}