/*
Theme Name: Arise WordPress Theme
Theme URI: N/A
Author: Israfil Hossain
Author URI: N/A
Description: A custom wordpress theme for bti.
Version: 1.0.0
License: 
License URI: 
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: arisewordpresstheme
*/




/*@import url('assets/css/style.css');*/


.book-item-list{

}


.book-item-list{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.book-item{
	display: inline-block;
    border: 1px solid #d0d0d0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.book-name{
    text-align: left;
}

.book-item img{
	width: auto;
    height: 200px;
    max-width: 100%;
}
.book-loop-title{
	background: #6e42c4;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.book-loop-title h3{
	margin: 0;
}
.page-title{
    border-top: 1px dashed #bebebe;
    border-bottom: 1px dashed #bebebe;
    padding: 10px 0;
    margin-bottom: 10px;
}
.page-title h1{
    font-size: 23px;
    margin: 0;
}

.chapter-dropdown select{
    min-width: 300px;
}

.resource-item a{
    display: inline-block;
}

.resource-sec-title{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgb(110,66,196);
    background: linear-gradient(90deg, rgba(110,66,196,1) 0%, rgba(110,66,196,0.9389880952380952) 24%, rgba(110,66,196,0.6392682072829132) 57%);
}
.resource-sec-title h4{
    color: #fff;
    margin: 0;
    padding: 5px 10px;

}

.resource-list{
    background: rgb(236 230 248);
    
    
}
.resource-list a{
    color: #3F4254;
}
.resource-list a h4{
    display: inline-block;
    text-decoration: underline;
}
.resource-item{
    padding: 10px;
    padding-bottom: 0;
}
.page-sub-title{
    padding-bottom: 10px;
}


.custom-logo-link img{
    max-height: 40px;
    width: auto;
}

.page-content .resource-list{
    background: transparent;
}
.page-content iframe{
    width: 100% !important;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.resource-list a h4{
    color: #6f42c1;
}

.sidebar-item{
    background: #f2ebff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 30px;
}
.sidebar-item:last-child{
    margin-bottom: 0;
}

.sidebar-item ul{
    list-style: none;
    padding: 0;
    padding: 10px;

}

.sidebar-item ul li{
    border-bottom: 1px dashed #5e2dbd;
    padding: 8px 0;
}

.sidebar-item ul li:last-child{
    border-bottom: none;
}

.sidebar-item ul li a{
    display: inline-block;
}

.sidebar-item h3{
    background: #5e2dbd;
    padding: 8px 10px;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}
.quick-search{
    position: relative;
}
.jk_quick_search_toggle{
    position: absolute;
    background: #e1d2ff;
    color: #000;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
    min-height: 130px;
    display: none;
    margin-top: 3px;
}

.jk_quick_search_toggle ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.jk_quick_search_toggle ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #000;
}

.jk_quick_search_toggle ul li a{
    color: #36009e;
    cursor: pointer;
}

.jk_quick_search_toggle strong{
    text-align: center;
    display: block;
    padding-top: 40px;
    color: #7a7766;
}
.custom-menu{
    text-align: right;
}
.custom-menu ul li{
    padding: 5px !important;
}
.custom-menu ul li a{
    display: inline-block;
    color: #d2baff;
    font-size: 17px;
    padding: 3px 8px !important;
}

.custom-menu ul li.current-menu-item a{
    /*background: #6e42c4;
    border-radius: 5px;*/
    color: #fff;
}
.header-menu-wrapper{
    display: none !important;
}
.mobile-search{
    display: none;
    background: #5e2dbd;
    padding: 15px 0;
}

#menu-header-menu {
     margin: 0;
     padding: 0;
     list-style: none;
     width: 100%;
     text-align: center;
}
 #menu-header-menu ul {
     min-width: 150px;
     margin: 0;
     padding: 0;
     list-style: none;
     position: absolute;
     top: -999em;
     left: -999em;
}
 #menu-header-menu li {
     display: inline-block;
     position: relative;
     text-align: left;
}
 #menu-header-menu li.focus > ul, #menu-header-menu li:hover > ul {
     top: auto;
     left: auto;
}
 #menu-header-menu li li {
     display: block;
}
 #menu-header-menu li li.focus > ul, #menu-header-menu li li:hover > ul {
     left: 100%;
     top: 0;
}
 #menu-header-menu a {
     color: #fff;
     text-decoration: none;
     display: block;
     white-space: nowrap;
     padding: 10px 15px;
}
 #menu-header-menu a:hover, #menu-header-menu li:hover > a, #menu-header-menu .current-menu-item > a, #menu-header-menu .current-menu-ancestor > a {
     color: #ffcc03;
}
 #menu-header-menu .menu-item-has-children > a::before {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     border: 4px solid transparent;
     border-top-color: currentColor;
     margin-top: 2px;
}
 #menu-header-menu ul .menu-item-has-children > a::before {
     right: 2px;
     border-top-color: transparent;
     border-left-color: currentColor;
}
 #menu-header-menu ul {
     background-color: #145474;
}


.sticky-top {
    top: 80px;
    z-index: 2 !important;
}


@media(max-width: 991px){
    .custom-header{
        display: block !important;
        background: transparent !important;
    }
    .custom-menu ul li a {
        width: max-content;
    }
    .custom-menu{
        text-align: left;
    }
    .sticky-top{
        position: relative !important;
        top: initial !important;
        z-index: initial !important;
    }


    #kt_header{
        display: none;
    }
    #kt_header.active:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    #kt_header.active{
        left: 0;
        transition: all .5s;
    }
    .header-mobile{
        background: #5e2dbd;
    }
    .header-menu-wrapper{
        display: block !important;
    }
    .header-menu-mobile ul li a{
        display: block;
        padding: 6px 15px;
        font-size: 17px;
        color: #575757;
    }

    .current_page_item a{
        color: #5428aa !important;
    }
    .main{
        margin-top: 20px;
    }
    .quick-search{
        width: 100%;
    }
    .topbar.topbar-minimize{
        display: block;
        position: relative;
        height: auto;
    }


    .jk_quick_search_toggle {
        top: 100%;
        left: 15px;
        padding: 10px;
        margin-top: 3px;
        right: 15px;
        width: auto;
    }


    .card.card-custom.card-stretch.gutter-b{
        height: auto !important;
    }
    .min-height80{
        min-height: auto !important;
    }

}

@media(max-width: 767px){
    .book-item-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}


@media(max-width: 500px){
    .book-item-list {
        display: block;
        gap: 0;
    }

    .book-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .chapter-dropdown select{
        min-width: auto !important;
        width: 100% !important;
    }
}

.footer .nav ul{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer .nav ul li{
    display: inline-block;
    margin: 0 5px;
}
.footer .nav ul li a{
    color: #b5b5c3;
}
.book-page-con-item{
    margin-bottom: 30px;
}
.menu-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}






