/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.2.0.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
.modal-close-white {
    filter: invert(100%) sepia(13%) saturate(7449%) hue-rotate(215deg) brightness(115%) contrast(111%);
    opacity: 1;
    width: 1.1em;
    height: 1.1em;
}
.yt-embed > .col-12 > iframe {
    min-height: 50vh;
}
.yt-play {
    height: 29px !important;
    width: 35px !important;
    position: absolute !important;
    left: 30% !important;
    top: 34% !important;
}
.yt-play:hover {
    cursor: pointer;
}
.callouts p {
    color: rgb(103, 116, 142);
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin {
    font-family: 'Font Awesome 6 Pro' !important;
}
/* Nav */
header.header-main {
    border-bottom: 4px solid #0069A6;
}
/* Section: Image Gallery */
.image-thumb-container > li img {
    height: 100px;
    max-height: 100px;
    width: 100px;
    max-width: 100px;
    object-fit: cover;
    border: 2px solid #dee2e6 !important;
}
.image-thumb-container > li:hover img:not(.yt-play) {
    cursor: pointer;
    border-color: #0079c1 !important;
}
/* Section: Hero */
.jumbotron {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.jumbo-section-container {
    position: relative;
    display: flex;
    align-items: center;
}
.jumbo-section-container > .container > .row::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left,#000 7%,rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 60%);
    background: -webkit-linear-gradient(left,#000 7%,rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 60%);
    background: linear-gradient(to right,#000 7%,rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 60%)
}
.jumbo-section-container .text-container {
    z-index: 9;
}

/*region Global */
.min-vh-35 {
    min-height: 35vh;
}
.min-vh-40 {
    min-height: 40vh;
}
.anti {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bg-grey-light {
    background-color: #fafafa;
}
.card-body {
    padding: 2rem;
}
.min-vh-50 {
    min-height: 50vh;
}
.no-borders,.no-border {
    border: none !important;
}
.bg-green {
    background-color: #00853f !important;
}
.border-green {
    border-color: #00853f !important;
}
.bg-grey-100 {
    background-color: #f8f8f8 !important;
}
.bg-green-100 {
    background-color: #eff6f1 !important;
}
.bg-green-200 {
    background-color: #dcebe0 !important;
}
.bg-blue-dark {
    background-color: #0069A6 !important;
}
.bg-blue {
    background-color: #0079c1 !important;
}
.border-blue {
    border-color: #0079c1 !important;
}
.bg-opacity-blue {
    background-color: rgba(0,121,193,.96) !important;
}
.text-green {
    color: #00853f !important;
}
.text-blue {
    color: #0079c1 !important;
}
/*endregion*/

/*region Bootstrap Elements */
.shadow-sm {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}
.border-light {
    border-color: #dcdfe4 !important;
}
.card .card-text {

}
/*endregion*/

/*region WordPress */
.wp-block-embed-youtube {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yt-embed iframe {
    width: 100%;
}
/*endregion*/

/*region Header, Nav & Sidebar */
#tagline {
    font-size: .8rem;
    opacity: .8;
}
nav.navbar li.nav-item > a {
    color: #222;
    font-size: .95rem;
    font-weight: 500;
}
nav.navbar li.nav-item > a.active {
    border-bottom: 1px solid #fff;
}
nav.navbar button[type="submit"] {
    min-width: 85px;
}
nav.navbar button[type="submit"]:hover {
    color: #0079c1 !important;
    background-color: #fff !important;
}
#sidebar .card-body > .product-category-links {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.product-category-links li a {
    font-size: .95rem;
}
.product-category-links li {
    border: 1px solid transparent;
    border-radius: 0;
}
.product-category-links li.active {
    background-color: #D2EEFF !important;
    border: 1px solid #A5DEFF !important;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}
#breadcrumbs nav {
    background-color: transparent !important;
    display: flex;
    justify-content: end;
}
/*endregion*/

/*region Font & Text */
* {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
/*endregion*/
.product-category-types > img {
        min-height: 180px;
        height: 180px;
        object-fit: cover;
        width: 100%;
}
.product-category-types .product-category {
    border-color: #f2f2f2 !important;
}
.product-category-types .product-category:last-of-type {
    border: none !important;
}

/*region Template: Category */
.product-grid .card-img-top {
    height: 175px;
    max-height: 175px;
}
.product-grid-item .card-title {
    color: #27e;
    line-height: 1.4 !important;
}
.product-grid-item .card-text,
.card .card-text,
.clamp-3
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-grid-item .product-grid-image {
    max-height: 210px;
    min-height: 210px;
    object-fit: cover;
    width: auto;
}
/*endregion*/

/*region Template: Single Product */
#productDataAccordion .accordion-body table {
    border-bottom-color: transparent !important;
}

/*endregion*/

/****************************************
*** MEDIA QUERIES - MINIMUMS ***
*****************************************/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .single-product .featured-image {
        max-height: 500px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .model-page-featured-image {
        max-height: 550px;
        width: auto;
        object-fit: cover;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}



