/*
 Theme Name:   LJP main child
 Theme URI:    http://liandjirsablog.com/
 Description:  Child Theme of LJP main site for blog
 Author:       SLRLounge Dev Team
 Author URI:   http://example.com
 Template:     LJPmain
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ljp-main-child
*/



#next_prev {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 5px
}

#next_prev ul {
    text-transform: uppercase;
    display: table-row;

}

#next_prev ul .list-item {
    padding-right: 15px
}

#next_prev ul li {
    list-style: none;
    display: table-cell;

}

#single-post-socials {
    padding-left: 100px;
}

.related-container {
    height: 160px;
    overflow: hidden;

}

.postnav {
    color: black;
}

.wigetized_foot h1,
.wigetized_foot h2 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: center;
}


.no-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;


    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 5%;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    left: 0;

    transition: opacity 200ms ease;
}


.masonry-item .post-overlay {
    opacity: 0;
}

.masonry-item:hover .post-overlay {
    opacity: 1;
}

.post-overlay-container {
    display: table;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 14% 5%;
    line-height: 24px;
    word-spacing: -1px;
    letter-spacing: -0.5px;

}


.post-overlay-container > .post-info  {
    vertical-align: middle;
    display: table-cell;
}

.post-info hr {
    margin-top: 20px;
    width: 50%;
}

.post-info > .category-text  {
    font-size: 14px;
    word-spacing: -1px;
    letter-spacing: -0.5px;
    display: block;
}

.post-info > .bottom-text  {
    font-size: 12px;
    word-spacing: -1px;
    letter-spacing: -0.5px;

}

.post-info > .img-wrapper > .divider  {
    font-size: 12px;
    display: inline-block;
    margin: 0 10px;

}

.placeholder-for-navbar {
    width: 100%;
    height: 80px;
    background: blue;

    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.placeholder-for-navbar p {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.featured-label {

    display: inline-block;
    border: 1px solid white;
    padding: 5px 20px;
    position: relative;
    top: -30px;
}

.featured-label span {
    text-transform: uppercase;
    font-size: 0.95rem;
}

.main-masthead {
    width: 100%;
    min-height: 300px;

    position: relative;
    padding: 100px 20px;
    overflow: hidden;

    margin: 0 auto 20px auto;

    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.main-masthead p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    max-width: 740px;
    text-align: center;
}

.main-masthead .bg-image {
    position: absolute;
    top:0;
    left: 0;

    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    z-index: -1;
}

.no-object-fit .main-masthead .bg-image {
    height: auto;
}

.main-masthead .contact-button {
    display: block;
    margin: 30px auto;
    padding: 10px 30px;
    border: 1px solid white;
    color: white;

    text-transform: uppercase;
    font-size: 18px;
}
.main-masthead .contact-button:hover {
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

.main-masthead .title {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 800px) {
    .main-masthead .responsive-br {
        display: none;
    }
}
