/* this css file will be used only to pages where without Featured Image template used*/

#site-branding {
    position: relative !important;
    top: 0;
    background: #434345;
    box-shadow: 1px 0px 10px -5px black;
}

#site-branding.navbar-fixed{
	top: 0 !important;
    z-index: 9999 !important;
    position: fixed !important;
    width: 100% !important;
    background: rgba(0,0,0,0.8) !important;
}

.container {
    overflow: hidden;
}

.without_page a:hover {
    color:#FFD700;
}

.without_page {
    margin:80px 0;
}

.without_page h4,
.without_page h2.privacy_title {
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 0px;
    line-height: 25px;
}

.without_page h6 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 30px;
}

.without_page h2.privacy_title {
    line-height: 48px;
    font-size: 38px;
}

.logged-in #site-branding {
    margin-top: 0px;
}

.header-top.bgblack .container {
    overflow: visible;
}

.without_page h4::after,
.without_page h2.privacy_title::after {
    content:"";
    position: absolute;
    width:3.7%;
    height: 4px;
    background: #989A99;
    bottom:-15px;
    left:0;
}

.without_page h2.privacy_title::after {
    width: 10%;
    left: 45%;
    background: #FFD700;
    bottom: -30px;
}


.without_page table th, .without_page table td {
    border: 1px solid #989A99;
    padding: 10px !important;
    color: #fff;
}

.without_page table th {
    color:#FFD700;
}

.without_page table th, .without_page table td{
    border:1px solid #989A99;
    padding: 5px;
}

.without_page ul {
    list-style: disc;
}

.without_page ul ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.without_page ul li {
    list-style: disc;
}

.without_page ol li {
     list-style: decimal;
}

.without_page ol, .without_page ul {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 2rem !important;
}

.privacy-policy .heading_section{
    display: none;
}

p.privacy_effective {
    font-size: 24px;
    font-weight: 500;
}

.without_page h4 {
    margin: 40px 0;
}

.without_page ol,
.without_page ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

.without_page table {
    margin:50px 0;
}

@media only screen and (max-width: 1440px){
    .without_page h2 {
        font-size: 38px;
        line-height: 45px;
        margin-left: 0;
        width: 100%;
    }
}



@media only screen  and (max-width: 767px){
    .without_page h4::after {
        width:10%;
    }
    p.privacy_effective {
        font-size: 18px;
    }
    .without_page h2 {
        font-size: 28px;
        line-height: 36px;
    }

}

@media only screen and (max-width: 576px) {
    .without_page h6 {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 24px;
        word-break: break-word;
    }
}