﻿/*This is used to customize the default material design blog template so upgrading is easier */
html {
    font-size: 16px;
}

body, ul, ol {
    font-size: 1rem;
}

.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: black;
    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%;
}

.list-your-venues div {
    font-family: AvantGarde, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.list-your-venues h2, .list-your-venues h6 {
    font-family: inherit;
    margin-bottom: calc(1rem / 2);
    margin-top: 0;
    line-height: 1.2;
}

.list-your-venues h2 {
    font-size: 1.8rem;
}

.list-your-venues h6 {
    font-size: 1rem;
    letter-spacing: 0;
}
