
/* Nav for Simple Layouts*/
.lp-nav{
    z-index: 1080;
    background-color: #f8f9fa;
    height: 70px;
    padding: 20px;
}
.lp-nav .nav-logo{
    height: 30px;
    width: auto;
}
.lp-nav .nav-logo img{
    height: 100%;
}

.hero.video-hero{
    background-image: none !important;
    background: linear-gradient(180deg, #FFF 50%, #F4F4F4 100%) !important;
    border-bottom: none !important;
}
.hero .hero-description{
    font-size: 20px !important;
}

/* General Content */
.btn-primary{
    background-color: #ee7755;
    color: #fff !important;
    font-size: 16px !important;
    padding: 18px 28px !important;
    font-weight: 800 !important;
}
.btn-secondary{
    color: #fff !important;
    font-size: 16px !important;
    padding: 18px 28px !important;
    font-weight: 800 !important;
}

#content{
    background-color: #f4f4f4;
}

.content .lp-icon-section{
    display: flex;
    justify-content: space-between;
}
.content .lp-icon-section img{
    max-width: 48px;
    max-height: 48px;
    height: auto;
}
.content .lp-icon-section-content{
    margin-left: 32px;
}
.content .lp-icon-section-content h4{
    font-size: 20px !important;
    font-weight: 700 !important;
}

.main-footer{
    background-color: #0B1826 !important;
}
.main-footer:before{
    display: none !important;
}
.sub-footer{
    background-color: #060D15 !important;
}
.uix-checked-list>li:before{
    color: #519DA5 !important;
}

.btn.btn-primary, footer.main-footer .action-btn .btn.btn-primary{
    background-color: #369DA0 !important;
    border-color: #369DA0 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active{
    background-color: #318589 !important;
    border-color: #318589 !important;
}
footer.main-footer .action-btn .btn.btn-primary:active, footer.main-footer .action-btn .btn.btn-primary:focus, footer.main-footer .action-btn .btn.btn-primary:hover {
    background-color: #318589 !important;
    border-color: #318589 !important;
}

.entity-form-wrapper .entity-form{
    /*border-radius: 10px !important;*/
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

