﻿/* This is used to customize the default ScorsaTheme blog template so upgrading is easier */

/* rt custom 10-21 */

.mt-1 {
  margin-top: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}
.meta-tags {
  display: block;
  width: 100%;
}

.meta-tags p {
  color: #001F62;
}

.align-ctr {
display: block;
text-align:center;
margin: 0 auto;
padding: 0.5em 0 0.5em 0;
border: 1px solid #EFEFEF;
}

.align-right-div {
display: inline-block;
margin: 0.5em 0 0.5em 0;
text-align:center;
}

.align-left-div {
display: inline-block;
margin: 0.5em 0 0.5em 0;
text-align:center;
margin-right: 200px;
}

.align-left {
display: inline-block;
text-align:left !important;
width: 40%
padding: 0.5em 0 0.5em 0;
border: 1px solid #EFEFEF;
}

.align-right {
display: inline-block;
text-align:right !important;
width: 40%
padding: 0.5em 0 0.5em 0;
border: 1px solid #EFEFEF;
}

/* break out of centre mdl alignment */
.listholder, .itemholder { 
   width: 100%;
   max-width:512px;
   margin:16px auto;
   font-size:16px;
   line-height:28px;
}

.pageholder { 
   width: 100%;
   max-width:512px;
   margin:16px auto;
   font-size:16px;
}

ul.homebullet li { 
    display: list-item;
}

ul.homebullet li span {
    position:relative;
    left:10px;
}

ul.homebullet li::marker {
  color: orange; 
  content: "●";
  margin-left:20px;
}

ul.blogbullet li { 
    display: list-item;
}

ul.blogbullet li span {
    position:relative;
    left:10px;
}

ul.blogbullet li::marker {
  color: orange; 
  content: "●";
  margin-left:20px;
}

.sc-author>p>strong {
  font-weight: 700 !important;
}

/* /end custom */

.mdl-layout__container {
    top: 0;
    left: 0;
}

.demo-blog .title-banner .mdl-card__media img {
    width: 100%;
    height: 100%;
}

.demo-blog .mdl-card h3 a, .demo-blog .mdl-card h4 a {
    text-decoration: none;
}

.demo-blog .mdl-card h4 a {
    font-weight: inherit;
}

.demo-blog--blogpost .comments {
    background-color: inherit;
}

.demo-blog .demo-back {
    display: none;
}

.demo-blog--blogpost .demo-back {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    color: white;
    z-index: 9999;
}

.demo-blog .mdl-card__title {
    background-color: #263238;
}

a.social-btn {
    display: inline-block;
}

.demo-blog .mdl-menu .mdl-menu__item a {
    display: block;
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
}

.full-box-width {
    width: 100%;
    box-sizing: border-box;
}

th.date {
    width: 100px;
}

.floatinglist li {
    float: left; 
       /* or */ 
    display: inline-block;

    margin: 10px 10px;
}

.demo-blog--blogpost .meta .post-tags {
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: initial;
    align-items: flex-start;

    margin-left: 15px;
}
.demo-blog--blogpost .meta .post-tags a {       
    font-weight: inherit;
    text-decoration: none;
}

.demo-blog--blogpost .meta + .mdl-card__supporting-text img {
    max-width: 100%;
}