/********* Compiled - Do not edit *********/
:root{--color-primary:#33a4ea;--color-gradient-start:#1b96e8;--color-gradient-stop:#1e84ea;}.lqd-preloader-wrap{background:rgb(255, 255, 255);}.lqd-spinner-circular circle{background:rgb(77, 161, 255);}body{font-family:Poppins;font-weight:400;line-height:1.9;font-size:16px;color:#7c7e8e;}body.single-post .content{line-height:1.7;font-size:16px;color:#737373;}.h1,h1{font-family:Poppins;font-weight:400;line-height:1.375em;letter-spacing:-0.025em;font-size:45px;color:#000000;}.h2,h2{font-family:Poppins;line-height:1.375em;font-size:35px;color:#000000;}.h3,h3{font-family:Poppins;line-height:1.7em;font-size:25px;color:#000000;}.h4,h4{font-family:Poppins;line-height:2em;font-size:20px;color:#000000;}.h5,h5{font-family:Poppins;line-height:2;font-size:16px;color:#000000;}.h6,h6{font-family:Poppins;line-height:2;font-size:14px;color:#000000;}.titlebar-inner h1{}.titlebar-inner p{}.single-post .content {
    box-shadow: inset 0 560px 0 0 #b91935;
    padding-top: 110px;
}

.blog-single-cover {
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 20px !important;
    height: 560px !important;
    /*min-height: 450px;*/
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) ;
    margin-bottom: 70px;
}

.blog-single-cover .blog-single-media {
    height: 100%;
}

.blog-single-content {
    padding-top: 0 !important;
}

@media (max-height: 900px) {
    .blog-single-cover {
        max-height: 500px;
    }
    .single-post .content {
        box-shadow: inset 0 500px 0 0 #b91935;
    }
}

@media (max-width: 1199px) {
    .single-post .content {
    padding-top: 90px;
    }
    .blog-single-cover {
        max-width: 970px;
    }
}
@media (max-width: 1100px) {
   .blog-single-cover {
        max-width: calc(100% - 200px);
        height: 450px !important;
    }
    .single-post .content {
        box-shadow: inset 0 450px 0 0 #b91935;
    }
}
@media (max-width: 991px) {
    .blog-single-cover {
        max-width: 740px;
        height: 400px !important;
    }
    .single-post .content {
        box-shadow: inset 0 400px 0 0 #b91935;
    }
}
@media (max-width: 800px) {
    .blog-single-cover {
        max-width: calc(100% - 60px);
        border-radius: 10px !important;
        height: 350px !important;
        min-height: auto;
        margin-bottom: 40px;
    }
    .single-post .content {
    box-shadow: inset 0 350px 0 0 #b91935;
    }
    .blog-single {
        padding: 0 15px;
    }
    .post-meta {
        flex-direction: row !important;
    }
    .post-meta .posted-on {
        margin-right: 50px !important;
    }
}
@media (max-width: 700px) {
    .blog-single-cover {
        height: 325px !important;
    }
    .single-post .content {
        box-shadow: inset 0 325px 0 0 #b91935;
    }
}
@media (max-width: 600px) {
    .blog-single-cover {
        height: 300px !important;
    }
    .single-post .content {
        box-shadow: inset 0 300px 0 0 #b91935;
    }
}
@media (max-width: 480px) {
    .blog-single-cover {
        height: 225px !important;
        max-width: calc(100% - 50px);
    }
    .single-post .content {
        box-shadow: inset 0 225px 0 0 #b91935;
    }
    .post-meta {
        flex-direction: column !important;
    }
    .post-meta .posted-on {
        margin-right: auto !important;
    }
}
@media (max-width: 380px) {
    .blog-single-cover {
        height: 200px !important;
    }
    .single-post .content {
        box-shadow: inset 0 200px 0 0 #b91935;
    }
    .blog-single {
        padding: 0 5px;
    }
}
@media (max-width: 350px) {
    .blog-single-cover {
        height: 180px !important;
    }
    .single-post .content {
        box-shadow: inset 0 200px 0 0 #b91935;
    }
}

/*-------------*/
.restrict-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
    background-color: #f2f6fa;
    padding: 20px;
    border-radius: 5px;
}

.restrict-content .restrict-content-text {
    margin-right: 10px;
    margin-bottom: 10px;
}

.restrict-content-link {
    font-size: 16px;
    background-color: #4da1ff;
    color: white;
    padding: 8px 15px;
    white-space: nowrap;
    transition: all .3s;
    border-radius: 3px;
    margin-top: 10px;
}
    
.restrict-content-link:hover {
    background-color: #3e8de6;
    color: white;
    transition: all .3s;
}
/* HEADERS*/

h1 {
    font-size: 45px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
}
@media (max-width: 1199px) {
    h1 {
        font-size: 40px !important;
        line-height: 55px !important;
    }
    
    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    
    h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    
    h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

/*@media (max-width: 992px) {*/
/*    h1 {*/
/*        font-size: 40px !important;*/
/*        line-height: 55px !important;*/
/*    }*/
    
/*    h2 {*/
/*        font-size: 30px !important;*/
/*        line-height: 40px !important;*/
/*    }*/
    
/*    h3 {*/
/*        font-size: 25px !important;*/
/*        line-height: 35px !important;*/
/*    }*/
    
/*    h4 {*/
/*        font-size: 20px !important;*/
/*        line-height: 30px !important;*/
/*    }*/
    
/*}*/

@media (max-width: 767px) {
    h1 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    
    h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    
    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    
    h4 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    
}

@media (max-width: 576px) {
    h1 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    
    h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    
    h4 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    
}
@media (max-width: 450px) {
    h1 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    
    h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    
    h4 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    body.single-post .content {
        font-size: 15px !important;
    }
}
@media (max-width: 350px) {
    h1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    
    h3 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    
    h4 {
        font-size: 15px !important;
        line-height: 25px !important;
    }
}




main {
    min-height: calc(100vh - 432px); // header + footer
}

@media (max-width:1200px) {
    main {
        min-height: calc(100vh - 404px);
    }
}