<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.1.3.1
 Text Domain:  bootscore
*/

@media (max-width:992px) {
    
    .entry-content img {
        width: 100%;
    }
}

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/
.bg-light {
    background-color: #efefef !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#nav-main {
    /*background: linear-gradient(to right, #009737, #fff, #fc615c 100%);
    background-position: 0 100%;
    background-size: 100% 5px;
    background-repeat: repeat-x;*/
    background: #fff !important;
}

#nav-main img.logo {
    max-width: 380px;
}

#bottom-bar {
    background-color: #00489F;
    box-shadow: 0 0 20px;
}

div#page {
    background: #efefef;
	box-shadow: box-shadow-custom;
}

div#content {
    padding: 2rem;
    background: #fff;
    margin-bottom: 1.2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
}

h2.widget-title {
    font-size: 22px;
}

li.wp-block-post {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
}

.um-row {
    padding: 15px !important;
    border: 1px solid #ccc !important;
}

.navbar-light .navbar-nav .show&gt;.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(4 52 116);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
}

footer {
    box-shadow: none;
}</pre></body></html>