/*
 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
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/


/*! Navigations*/


.navbrand--header, .navbrand--subheader{
    font-family: 'Arsenal', sans-serif;
}

.navbrand--subheader {
    font-size: .85em;
}

.navbrand--header img {
    width: 50px;
    margin-right: 10px;
}

.container {max-width: 1400px;}
/*! Links*/

a {
    color: #0378b1;
    text-decoration: underline;
}

a:hover {
    color: #235886;
    text-decoration: underline;
}

/*! Headings*/

h2.fancy-section-heading {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    font-size:2.2em;
    color: #235886;
    font-family: 'Arsenal', sans-serif;
}

h2 {
    color: #235886;
    font-family: 'Arsenal', sans-serif;
}


h4{
    font-family: 'Arsenal', sans-serif;
}

h5 {
    font-family: 'Amiri Quran', serif;
}

h6 {
    font-size: .9em;
    border-bottom: 1px solid;
    font-weight: bold;
}

/*! Homepage */

.homepage-copy-CPD p {
    margin-top: 20px;
    font-size: 1.25rem;
}

/*! Buttons */

a.btn.btn-secondary {
    text-align: center;
    width: 100%;
    background-color: #235886;
    font-weight: 700;
    font-size: 1.6em;
    border-radius: 50px;
}

a.btn.btn-light {
    font-size: 2em;
    background-color: #ffffff;
    border: 3px solid #6a9bc8;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
}

a.btn.btn-login {
    background: #0378b1;
    color: #ffffff;
    box-shadow: 2px 2px 4px #ddd;
    text-align: center;
}

a.btn.btn-login {
    background: #0378b1;
    color: #ffffff;
    box-shadow: 2px 3px 4px #aaa;
    text-align: center;
    width: 100%;
    font-weight: bold;
}


/*! Video Cards */

.card-body {
    padding: 0 !important; 
}

.video-card {
    border:  1px solid;
    box-shadow: 4px 4px 15px #999
}

.card-block-video {
    background: #E6F4FC;
}

.card-body h4 {
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 5px;
    background: #E6F4FC;
}

.card-body h5, .card-body .h5 {
    padding-left: 15px;
    padding-right: 15px;
    font-variant-caps: small-caps;
}

.card-body p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
}

.related-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 0.9em;
    font-weight: bold;

}

.related-container p{
    text-align: center;
}

a#related-videos {
    margin-left: 10px;
    margin-right: 10px;
    color: #0378b1;

}

a#spotlight-videos {
    margin-right: 10px;
    color: #0378b1;
    margin-left: 5px;
}


/*! Accordians */

button.accordion-button {
    font-size: 1em;
    text-align: center !important;
    border: 1px solid #000;
}

.accordion-body {
    padding: 1rem 1.25rem;
    text-align: center;
    border: 1px solid #000;
    min-height: 100%;
}


.accordion {
    margin: 0;
    padding: 0;

}



/*! Carousel */

.soliloquy-container .soliloquy-prev {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -20px;
    z-index: 1320;
    background: rgba(0,0,0,.7) url(../left.html) no-repeat scroll 50% 50%;
}

.soliloquy-container .soliloquy-next {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -20px;
    z-index: 1320;
    background: rgba(0,0,0,.7) url(../right.html) no-repeat scroll 50% 50%;
}

.soliloquy-outer-container.soliloquy-carousel {
    background: #e3e5ee;
    padding-top: 30px;
    padding-bottom: 15px;
    border: 1px solid #abacb3;
    box-shadow: 3px 3px 5px #abacb3;
}

.carousel-copy {
    margin-bottom: 10px;
    font-size: 1.25rem;

}



/*! Contact Us */

.contact-us-sales {
    margin-top: 100px;
}
.author-feedback {
    margin-top: 100px;
}

.accessibility-copy {
    margin-top: 100px;
}



/*! Footer */

.grecaptcha-badge {visibility: inherit !important; display: block !important;}
.alert-info {
    color: #055160;
    background-color: #C8E1F0;
    border-color: #C8E1F0;
    max-width: 500px;
    border-radius: 0;
}


details.wp-block-details summary {
    cursor: pointer;
    background: #e5f4fc;
    padding: 14px 20px;
    border: 1px solid;
}

details.wp-block-details p {
    padding: 20px;
}

.bootscore-footer .menu-info-container ul li {
    display: inline-block;
}

.footer-tlp {
    padding-top: 4rem;
    padding-bottom: 1rem;
    background: #1e2635;
    color: #fff;
}


.bootscore-info {
padding: 20px 0 30px 0;
}
.bootscore-info p {
    font-size: 16px;
}
.bootscore-info .copyright {
    margin: 0px 0 8px 0;
    font-size: 18px;
}
.footer-tlp .cookie-text {
    margin-bottom: 20px;
}
.footer-tlp .cookie-text p {
    margin: 0;
}

.footer-tlp h2.widget-title.h4 {
    color: #fff;
}
.footer-tlp a {
    color: rgba(255,255,255,.701);
    text-decoration: none;
    padding: 0px 6px 0px 0;
}
.footer-tlp .menu-item>a:hover {
     color: rgba(255,255,255,.701);
    text-decoration: underline;
}

:where(.is-layout-grid) {
    gap: 1.5em;
}