/*
Theme Name: ReadAndDigest Child
Theme URI: http://readanddigest.elated-themes.com/
Description: A child theme of Read and Digest Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.1
Text Domain: readanddigest
Template: readanddigest
*/

.eltdf-page-header .eltdf-logo-area .eltdf-logo-wrapper a {
    max-height: initial !important;
}

.eltdf-logo-area .eltdf-vertical-align-containers .eltdf-position-left,
.eltdf-logo-area .eltdf-vertical-align-containers .eltdf-position-right {
    /*display: none;*/
}

.single-post.single-format-standard .eltdf-content-inner > .eltdf-container {
    margin-top: 30px !important;
}

.eltdf-content-inner > .eltdf-container:first-child {
    padding-top: 0 !important;
}

.eltdf-page-header .eltdf-logo-area .eltdf-logo-wrapper a {
    height: auto !important;
}

.eltdf-page-header .eltdf-menu-area {
    height: 0 !important;
    overflow: hidden;
}

.eltdf-header-type3 .eltdf-menu-area .eltdf-vertical-align-containers {
    border-top: none !important;
}


footer .eltdf-footer-top .widget.widget_nav_menu {
    margin-bottom: 0;
}

.eltdf-footer-top .widget_nav_menu + .widget_nav_menu {
    margin-top: 10px;
}

.eltdf-footer-top .widget.widget_nav_menu .eltdf-footer-widget-title {
    margin-bottom: 10px;
}

.eltdf-footer-top .widget.widget_nav_menu .menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.eltdf-footer-top .widget.widget_nav_menu .menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.eltdf-footer-top .widget.widget_nav_menu .menu li ul {
    display: none;
}

header.eltdf-page-header .eltdf-logo-area {
    height: 135px;
}

.eltdf-top-bar #lang_sel ul ul {
    min-width: 150px;
}

.eltdf-blog-masonry-holder .eltdf-blog-masonry-item .eltdf-masonry-content:after {
    content: none;
    display: none;
}

.eltdf-blog-masonry-holder .eltdf-blog-masonry-item .eltdf-masonry-content-outer {
    overflow: hidden;
}

.eltdf-blog-masonry-holder .eltdf-blog-masonry-item .eltdf-masonry-content-outer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    background: #222;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.7) 80%, #222222);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.7) 80%, #222222);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.7) 80%, #222222);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.7) 80%, #222222);
    /* Standard syntax */
    -webkit-transition: top 0.15s cubic-bezier(0.35, 0.7, 0.32, 0.9);
    -moz-transition: top 0.15s cubic-bezier(0.35, 0.7, 0.32, 0.9);
    transition: top 0.15s cubic-bezier(0.35, 0.7, 0.32, 0.9);
}

.eltdf-bnl-holder .eltdf-bnl-outer .eltdf-bnl-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.eltdf-bnl-holder .eltdf-bnl-outer .eltdf-bnl-inner .eltdf-post-item.eltdf-active-post-page {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.eltdf-bnl-inner .eltdf-pt-one-item {
    margin-bottom: 19px;
}

.eltdf-bnl-inner .eltdf-pt-one-item .eltdf-pt-one-content-holder {
    height: 100%;
}

.eltdf-pt-one-item .eltdf-pt-one-image-holder .eltdf-pt-one-image-inner-holder {
    height: 190px;
    overflow: hidden;
    border: 1px solid #eee;
}

.eltdf-pt-one-title {
    font-size: 18px;
}

.eltdf-pt-one-item .eltdf-pt-one-title-holder .eltdf-pt-one-title {
    font-weight: 600;
}

.eltdf-post-item .eltdf-pt-eight-image-holder .eltdf-post-info-category, .eltdf-post-item .eltdf-pt-one-image-holder .eltdf-post-info-category, .eltdf-post-item .eltdf-pt-six-image-holder .eltdf-post-info-category, .eltdf-post-item .eltdf-pt-three-image-holder .eltdf-post-info-category {
    top: initial !important;
    bottom: 0;
}

.eltdf-related-posts-holder {
}

.eltdf-related-posts-title {
    color: #fff;
    /* background-color: #51525c; */
    background-color: rgba(59, 68, 86, .68);
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 10px;
}

.eltdf-related-posts-holder .eltdf-related-posts-title h3 {
    margin: 0 !important;
    color: #fff;
    font-size: 18px;
}

.single-post .post ~ .eltdf-related-posts-holder {
    margin-top: 30px;
}

.staff-archive .eltdf-bnl-holder .eltdf-bnl-outer .eltdf-bnl-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.staff-archive .eltdf-bnl-holder .eltdf-bnl-outer .eltdf-bnl-inner .eltdf-post-item.eltdf-active-post-page {
    flex: none;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    width: 49%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.staff-archive .eltdf-bnl-inner .eltdf-pt-one-item .eltdf-pt-one-image-holder {
    border-radius: 100%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    flex: none;
    margin-right: 10px;
}

[dir="rtl"] .staff-archive .eltdf-bnl-inner .eltdf-pt-one-item .eltdf-pt-one-image-holder {
    margin-right: 0;
    margin-left: 10px;

}

.staff-archive .eltdf-bnl-inner .eltdf-pt-one-item .eltdf-pt-one-content-holder {
    height: auto;
    padding: 0 !important;
}

.staff-archive .eltdf-bnl-inner .eltdf-pt-one-item .eltdf-pt-one-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-archive .eltdf-bnl-inner .eltdf-pt-one-item .eltdf-post-info-date {
    padding: 0 !important;
    margin-top: 10px;
    font-size: 17px;
}

.staff-archive .eltdf-post-item .eltdf-pt-info-section {
    border: none;
}

.staff-archive .eltdf-pt-one-item .eltdf-post-info-category {
    /*display: none;*/
}