/*
Theme Name: bootScore Child
Theme URI: https://bootscore.me/
Template: bootscore-main
Author: Colin Neal
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. Documentation. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Tags: featured-images,threaded-comments,translation-ready
Version: 5.2.3.2.1689913517
Updated: 2023-07-21 04:25:17

*/

.fixed-top.bg-light {
    font-family: "Raleway", sans-serif;
    /*background-color: #7824ae !important;*/
    background: rgb(64,19,93) !important;
    background: linear-gradient(180deg, rgba(64,19,93,1) 0%, rgba(120,36,174,1) 100%) !important;
    box-shadow: 0px 1px 5px #333333;
}

#bootscore-navbar {
    font-size: 18px;
}

.navbar-nav .nav-link, #footer-menu .nav-link {
    color: #ffffff;
}

.navbar-nav .nav-link:hover, #footer-menu .nav-link:hover {
    color: #d2b9f2;
}

.navbar-nav .nav-link.active, #footer-menu .nav-link.active {
    color: #d2b9f2;
}

.fa-solid.fa-bars {
    color: #ffffff;
}

.site-content {
    margin-top: 67px;
}

.metaslider {
    box-shadow: 0px 5px 10px #333333;
    border-bottom: 3px solid #ce5fec;
}

.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {
    background: rgba(0,0,0,0.7) !important;
}

.metaslider .caption-wrap {
    opacity: 1.0 !important;
}

.metaslider h1 {
    font-size: 70px;
    text-shadow: 2px 1px 5px #000000;
}

header.entry-header {
    text-align: center;
}

.home p.has-text-align-center.has-medium-font-size {
    line-height: 2;
    font-size: 30px;
}

.block-2dea63ac-52e8-4419-82bd-d316e89f5570, .block-b0515de5-7cdd-4cd3-8117-9cd7ce7f62ca, .block-4c5cc6f2-3d44-4ca3-b3c9-a3b2529044e7 {
    color: #ffffff;
    background-color: #571981;
}

.block-3eee16fa-2239-49f3-85b7-40be5fc6792b h1, .block-e039869f-02ed-4b46-a452-3cc19c846c6c h1, .block-a7a8457b-d71c-45d4-859f-dc39295e3473 h1 {
    text-shadow: 1px 2px 2px #000000;
}

.block-2e7ea8ae-9daf-4067-99c7-502c42395b76, .block-2a602a71-e812-4aa3-b527-c79a2205f7d9, .block-c7d9bd08-861b-4ec3-aadc-53b80ebd2976 {
    border-top: 2px solid #d2b9f2;
    border-bottom: 15px solid #d2b9f2;
}

.block-611cf053-b519-4646-b6e7-8074395bd910.row.areoi-element, .block-8be6739d-b38e-4c99-b3d7-26e3e1cfc149.col.areoi-element, 
.block-af012972-f919-403e-9a4b-5275a00a0510.col.areoi-element {
    text-shadow: 1px 2px 2px #000000;
}

.block-4c5cc6f2-3d44-4ca3-b3c9-a3b2529044e7 {
    box-shadow: 0px 1px 3px #333333;
}

.block-2a602a71-e812-4aa3-b527-c79a2205f7d9, .block-c7d9bd08-861b-4ec3-aadc-53b80ebd2976 {
    box-shadow: 0px 5px 10px #333333;
}

.card {
    box-shadow: 0px 5px 10px #333333;
}

.card-header {
    margin-left: auto;
    margin-right: auto;
}

.block-0734b184-9aa0-47da-8acb-e5ce580a478c {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    box-shadow: 2px 2px 5px #000000;
}

footer {
    border-top: 2px solid #ce5fec;
}

.bootscore-footer {
    font-family: "Raleway", sans-serif;
}

#footer-menu {
    font-size: 20px;
}

.bootscore-footer.bg-light.pt-5.pb-3 {
    color: #ffffff;
    background-color: #7824ae !important;
}

.bootscore-info.bg-light.text-muted.border-top.py-2.text-center {
    color: #ffffff;
    background-color: #7824ae !important;
}

.bootscore-info.bg-light.text-muted.border-top.py-2.text-center .container {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    
    .offcanvas-body {
        display: block !important;
    }
    
}

@media (max-width: 991px) {
    
    .offcanvas-body {
         background-color: #7824ae !important;
    }
    
}

@media (max-width: 768px) {
    
    .metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap {
        background: rgba(0,0,0,0.2) !important;
    }
    
    .metaslider h1 {
        font-size: 30px;
    }
    
    .footerLogo {
        display: none;
    }

}