.shadow-4px {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(133,133,133,1);
    -moz-box-shadow: 4px 4px 4px 0px rgba(133,133,133,1);
    box-shadow: 4px 4px 4px 0px rgba(133,133,133,1);
}

.shadow-2px {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(133,133,133,1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(133,133,133,1);
    box-shadow: 2px 2px 4px 0px rgba(133,133,133,1);
}

.blog-intro {
    margin: 15px;
    padding: 15px;
    background-color: #f5f5f5;
}

.blog-body {
    margin-top: 20px;
    padding: 15px;
}

.gallery-panel {
    margin: 15px;
    background-color: #f5f5f5;
    padding: 15px;
}

.gallery-thumbnail {
    margin-right: 20px;
}

.gallery-thumbnail-caption {
    .margin-top: 5px;
    .padding-left: 5px;
}

.tags-panel {
    margin-top: 20px;
}

.bottom-links-panel {
    margin-top: 20px;
}

.author-panel {
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: rgba(158, 158, 158, 0.5);
    padding: 15px;
}

.author-image {
    /* some additional formatting to rounded-circle*/
    border: 2px solid white;
}
.author-name {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    /* text-shadow: 1px 1px 2px #007bff; */
}

.author-description {
    font-size: 15px;
    font-weight: normal;
    color: white;
}

.blog-listing-panel {
    /* display: flex; */
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
    border-left: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.flex-center {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blog-listing-image {
    margin-top: 15px;
    width: 100%;
    height: 175px;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
    border-top: 2px solid #c4c4c4;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-listing-headline {
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 1px solid #c4c4c4;
}

.blog-listing-author {
    font-size: 12px;
    color: #c4c4c4;
}

.blog-listing-date {
    font-size: 12px;
    color: #ffffff;
    background-color: #c4c4c4;
    width: 100%;
    padding: 3px;
}

.blog-listing-hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.blog-listing-intro {
    color:  #c4c4c4;
}

.blog-listing-share-panel {
    border-top: 1px solid #c4c4c4;
    padding-top: 15px;
}

.blog-listing-share-button {
    font-size: 12px;
    color: #636363;
    border: 1px solid #ababab;
    width: 24px;
    display: inline-block;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 3px;
}

.blog-listing-share-button:hover {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(133,133,133,1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(133,133,133,1);
    box-shadow: 2px 2px 4px 0px rgba(133,133,133,1);
}