/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 :root {
    --bs-primary: #6f42c1;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
 }

iframe {
    aspect-ratio: 16 / 9 !important;
    height: auto;
}

 .m-0{
    margin: 0 !important
}
 .book-shelf-post-widget {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr auto;
    gap: 20px;
}
.elementor-widget-wp-widget-categories h5 {
    background: var(--bs-primary);
    color: var(--bs-light);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
}

.elementor-widget-wp-widget-categories ul {
    list-style: number;
}

.elementor-widget-wp-widget-categories ul li {
    line-height: 40px;
    border-bottom: 1px dashed;
    border-color: #ddd;
}

.elementor-widget-wp-widget-categories ul li a {
    text-decoration: none !important;
    border: none;
    color: var(--bs-dark);
}

.bs-single-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
	margin: 40px 0;
}

.bs-single-content-wrapper .bs-single-content-left-widgets {
    flex: 0 0 calc(30% - 100px);
    padding: 20px;
    border: 1px solid #eee;
    background: var(--bs-light);
    border-radius: 3px;
}

.bs-single-content-wrapper .bs-single-content-area {
    flex: 0 0 calc(86% - 100px);
    padding: 20px;
    border: 1px solid #eee;
    background: var(--bs-light);
    border-radius: 3px;
}

.book-shelf-category-widget ul {
    list-style: none;
    margin: 0;
    line-height: 30px;
    padding-left: 10px;
}

.book-shelf-category-widget {
    margin-bottom: 15px;
    background: #fdf7ff;
}

.book-shelf-category-widget ul li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.book-shelf-category-widget h5 {
    padding: 10px;
    background: #f8effe;
    margin-bottom: 5px;
    margin-top: 0;
}

.bs-widget-title h5 {
    color: var(--bs-primary);
}

.bs-single-content-title h1 {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 20px;
}
.bs-single-resource-type {
    padding: 10px;
    background: #f8f8f8;
    cursor: grabbing;
}

.bs-single-resource-type-content h6 {
    padding: 10px;
    background: var(--bs-primary);
    margin-top: 15px;
    color: var(--bs-light);
    border-radius: 5px 5px 0 0;
}

.bs-single-resource-type-content {background: #fdf8ff;padding-bottom: 5px;border-radius: 5px;}

.bs-single-resource-type-content ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
    padding-right: 10px;
    margin-top: 10px;
}

.bs-single-resource-type-content ul li a {
    color: var(--bs-primary);
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

form.bb-search-form label {
    position: relative;
}

span.bs_search {
    position: absolute;
    top: 10px;
    left: 10px;
}

form.bb-search-form input {
    padding-left: 35px;
}

.autocomplete-suggestions ul {
    list-style: none;
    margin: 0;
    transition: .3s all;
}

.autocomplete-suggestions ul li a {
    color: #222;
    padding: 10px;
}

.autocomplete-suggestions ul li:hover {
    background: #f9f9f9;
}

.autocomplete-suggestions ul li a {
    display: block;
    padding-top: 0;
    padding-left: 0;
    font-weight: normal;
}

.autocomplete-suggestions ul li {
    padding-left: 10px;
    font-weight: 700;
}
.book-shelf-post-widget-item {
    border: 1px solid #f7f7f7;
    box-shadow: 0.2px 4.4px 10.4px hsl(0deg 0% 0% / 0.20);
    border-radius: 5px;
}

.book-shelf-post-widget-item h3 {
    padding: 10px;
    margin: 3px 0;
    font-size: 20px;
    padding-bottom: 0;
}

.book-shelf-post-widget-excerpt {
    padding: 10px;
    margin-bottom: 5px;
}

a.book-shelf-post-widget-read-more {
    padding: 10px;
    display: block;
    font-weight: bold;
    color: var(--bs-primary);
    padding-top: 0px;
}

.book-shelf-post-widget-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px !important;
}
form.bb-search-form input:focus {
    border: none !important;
}
.autocomplete-suggestions ul {
    list-style: none;
    padding: 0;
}
/* 
.book-shelf-post-widget-image {
    width: 360px;
} */
.bs-widget-list ul {
    padding: 0;
    list-style: none;
}

.book-shelf-search-widget h4 {
    margin: 0;
}

.book-shelf-search-widget select {
    width: 100%;
    padding: 10px;
}

.book-shelf-search-widget {
    padding: 10px;
    background: #fdf8ff;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .bs-single-content-wrapper {
		display: block;
	}
}