/**
 *  Styles for microblogs
 */

.container.breadcrumbcontainer {
    top: 55px;
}

.wh-post-carousel .owl-prev {
    top: calc(45% - 5px);
    left: calc(-3% - 15px);
}

.wh-post-carousel .owl-next {
    top: calc(45% - 5px);
    right: calc(-3% - 15px);
}

.wh-post-carousel .owl-dots {
    bottom: -15%;
}

.submit-no-privacy p {
    font-size: 12px;
}

.subscribe-to-blog-form input[type="email"],
.subscribe-to-blog-form input[type="text"] {
    padding: .25rem .5rem;
    color: #495057;
    border-radius: .2rem;
}

.innovation-bg {
    background-image: url('/media/themes/RheemTheme/images/categoryfilter/innovation-block-bg1.png');
    background-position: bottom;
    background-size: cover
}

.microblog-thumb-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.microblog-thumb-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wh-post-carousel h5 {
    margin-bottom: 5px;
}

.microblog-excerpt-wrapper {
    height: 60px;
    overflow: hidden;
    padding: 15px 0 0px;
    box-sizing: content-box;
}

.slide-term-link a {
    color: #63666a;
}

.follow-us-links a {
    font-size: 25px;
    color: #63666a;
}

#rheem-micro-blog-slide-in {
    background: #eee;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 60%;
    padding: 20px;
    display: none;
}

.slide-in-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
}

.wh-post ul {
    list-style: initial;
}

.wh-post ul li {
    margin-left: 1.6em;
}

.wh-post ol {
    list-style: decimal;
}

.wh-post ol li {
    margin-left: 1.6em;
}

.wh-post h1 {
    font-size: 24pt;
}

.wh-post h2 {
    font-size: 18pt;
}

.wh-post h3 {
    font-size: 14pt;
    font-weight: bold;
}
.all-tags {
    display: none;
}

.microblog-pinned-thumb-wrapper {
    overflow: hidden;
    max-height: 360px;
}
