.page {
    background: #f5f8fd;
    /* padding-top: 2em; */
    padding-bottom: 2em;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    color: white;
    padding: 15px 0;
}

.breadcrumbs h1 {
    font-size: 14px;
    padding: 0px;
    text-transform: none;
    letter-spacing: 0.5px;
    text-shadow: none;
    margin: 10px 0;
    color: #f4b214;
}

.breadcrumbs h1 a:hover,
.breadcrumbs h1 a:active,
.breadcrumbs h1 a:focus {
    color: #555;
    text-decoration: none;
}

.breadcrumbs h1 a {
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0;
    color: #999;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: left;
}

.breadcrumbs h1 span {
    font-size: 16px;
    font-weight: 700;
}

/* .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
} */

.page .content {
    padding: 20px;
    /* box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.55); */
    box-shadow: 0 0 2px #cfcfcf;
    background-color: #ffffff;
}

.page h4 {
    font-size: 25px;
    /* margin-bottom: 10px; */
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.page .meta {
    color: #777777;
    font-size: 14px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


.content h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #555555;
    padding: 10px;
    text-align: center;
    color: #fff;
    letter-spacing: 1pt;
}

.sidebar-post {
    padding: 15px 5px;
    border-bottom: 1px dashed #ccc;
}

.sidebar-post a:hover {
    color: #f4b214;
}

.sidebar-post>a {
    font-size: 16px;
    margin: 10px 0;
    color: #777777;
}

.post-meta {
    font-size: 13px;
    margin: 5px 0 0 0;
    line-height: 1;
    color: #999;
}