/*
Theme Name: bartleby-legacy-theme
Text Domain: bartleby-legacy-theme
Version: 1.1.75
Requires at least: 4.7
Requires PHP: 5.2.4
Description: bartleby-legacy-theme
Author: bartleby
Author URI: http://bartleby.com/
Theme URI: http://bartleby.com/
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
    font-family:"Source Sans Pro";
    font-display: swap;
    src:url("../bartleby-legacy-theme/assets/fonts/SourceSansPro-Regular.eot?") format("eot"),url("../bartleby-legacy-theme/assets/fonts/SourceSansPro-Regular.woff") format("woff"),url("../bartleby-legacy-theme/assets/fonts/SourceSansPro-Regular.ttf") format("truetype"),url("../bartleby-legacy-theme/assets/fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body{
	font-family:"Source Sans Pro";
	font-style: normal;
    font-display: swap;
    font-weight: normal;
    font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.714;
	background:#ffffff;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Source Sans Pro";
    font-display: swap;
    color: rgb(16, 18, 105);
    line-height: 1;
}  
h1{
    font-weight: bold;
    font-size: 2em;
}
h2{
    font-weight: bold;
    font-size: 1.5em;
}
img {
	max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

::-webkit-input-placeholder {
	font-style: normal;
}

::-ms-input-placeholder {
	font-style: normal;
}

:-ms-input-placeholder {
	font-style: normal;
}

::placeholder {
	font-style: normal;
}
a, a:hover {
    color: rgb(75, 122, 251);
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
a{
	text-decoration:none;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
p{
	font-size: 16px;
	font-family:"Source Sans Pro";	
    font-display: swap;
    color: rgb(38, 38, 43);
}

li{
    text-align: left;
}
li div{
    display: inline-block;
}
.text-white{
    color: #ffffff;
}
.bby-container{
	width: 1170px;
	margin: 0 auto;
}
.bby-container.full-width{
	width: 1440px;
}
.justify-content-center{
	justify-content: center !important;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-start{
    align-items: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.d-flex{
	display: flex;
}
.d-block{
    display: block;
}
.d-none{
    display: none;
}
.flex-row{
    flex-direction: row;
}
.text-center{
	text-align: center;
}
.position-relative{
	position: relative;
}
.mt0{
    margin-top:0;
}
tbody tr td p{
    margin: 0;
}
/*------------------
  Header section
---------------------*/
.bby-header{
    border-bottom: 1px solid rgb(232, 233, 238);
}
.bby-header .bby-container{
    padding: 15px 0 6px 0;
}
.bby-header .bby-container .bby-logo{
	width: auto;
    height: 38.57px;
    aspect-ratio: 105 / 30;
    padding: 0px;
    margin: 0px;
}

/*------------------
  Banner Section
---------------------
.bby-banner-section {
	background: url(./assets/images/bartleby-lit-guides-hero.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 430px;
}
.banner-title{
	font-size: 60px;
	font-style: italic;
    font-weight: 600;
}
*/
/*------------------
  Main section
---------------------*/
 .bby-title-wrapper{
	margin-top:30px;
 }
 .bby-title-wrapper .bby-main-title{
	min-width: 144px;
    height: 40px;
    background-color: rgb(91, 99, 254);
    color: rgb(255, 255, 255);
    border-radius: 5px 0px 0px;
    font-style: normal;
    font-weight: 600;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
 }
  .bby-filter-wrapper{
	border-top: 1px solid rgb(198, 200, 213);
  }
  .bby-filter-wrapper .filter-inner-wrapper{
    padding-top: 16px;
  }
  .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key .key-span{
	
    color: rgb(16, 18, 105);
	line-height: 24px;
    margin: 0px 8px;
  }
  .bbyfilterDiv  {
      display:none !important; 
  }
  .bby-list .bbyfilterDiv.show {
    display: flex !important;
}
.bby_zippy_main .heading-l {
    font-size: 2.25rem;
}
.bby_zippy_main .center {
    text-align: left;
}
.bby_zippy_main .columns-large-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bby_zippy_main .columns-small-2 {
    -moz-column-count: 2;
     -webkit-column-count: 2; 
    column-count: 2; 
    -moz-column-gap: 1em;
     -webkit-column-gap: 1em;
    column-gap: 1em; 
}
.bby_zippy_main .columns-large-3 ul li {
    padding: 0;
}
.bby-filter-wrapper .filter-inner-wrapper .bby-filter-key{
    cursor: pointer;
    background-color: transparent;
    border: 0px;    
    border-radius: 0px;
}
.bby-filter-wrapper .filter-inner-wrapper .bby-filter-key.active .key-span{
    color: rgb(91, 99, 254);
}
  .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key.active .key-span{
    color: rgb(91, 99, 254);
  }
  

  .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key.active {
    border-bottom: 1px solid rgb(91, 99, 254);
  }

  /* .bby-filter-wrapper .filter-inner-wrapper button.not-available .key-span,
  .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key .key-span.not-available{
	color: rgb(198, 200, 213);
  } */
.bby-content-wrapper{
	padding-bottom: 112px;
	padding-top:30px;
}
.bby-content-wrapper .bby-main-content{
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bby-main-content .bby-list{
    margin: 10px auto auto;
    width: 100%;
}
.bby-main-content-homepage .bby-list .list-item{   
   /*  border: 1px solid #e6ecef; */
   background-color: rgb(246, 246, 248);
    margin-bottom: 15px;
    overflow: hidden;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}
 .bby-main-content-homepage .bby-list .list-item .list-author{
    flex: 0 0 50%;
} 
.bby-main-content-homepage .bby-list .list-item .book-list{
    flex: 0 0 50%;
    } 
    .bby-main-content-homepage .bby-list .list-item .book-list ul{
        margin: 0;
    }
    .bby-main-content-homepage .bby-list .list-item .book-list li{
        list-style-type: none;
    }
.bby-main-content-homepage .bby-list .list-item .list-author i{
    color: #118aef;
    margin-right: 10px;
    font-size: 16px;
}
.bby-main-content-homepage .bby-list .list-item .list-title{
    overflow: hidden;
    flex: 0 0 70%;
    font-size: 20px;
    line-height: 24px;
    color: rgb(16, 18, 105);
    border-bottom: 1px solid rgb(206, 206, 206);
}
.bby-main-content-homepage .bby-list .list-item .list-author a{
    padding: 5px;
    font-size: 18px;
    font-weight:500;
    line-height: 1.5;
    color: rgb(16, 18, 105);    
    text-align: left;
}
.bby-list .list-item .book-list a{
    font-size: 16px;
    color: #51565e;
    font-weight: normal;
    padding:5px;
    line-height: normal;
    position: relative;
    display: block;
}
.bby-list .list-item .book-list a span{
    padding-left:10px;
}
.bby-list .list-item .book-list a i{
    /* color: #118aef; */
    color: #c6c8d5;
    font-size: 14px;
}
.bby-list .list-item .book-list a:hover, .bby-list .list-item .book-list a:hover i{
    color: #118aef;
}
.bby-sidebar{
    flex: 0 1 340px;
}
.bby-sidebar .bby-sidebar-inner{
    background-color: rgb(249, 250, 254);
    margin-top: 10px;
	margin-left: auto;
}
.bby-sidebar .sidebar-header{
	color: rgb(16, 18, 105);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 40px 15px;
}
.bby-sidebar-widget{
	display: flex;
    padding: 15px;
    flex-flow: column;
}
.bby-sidebar-widget ul {
    padding: 15px;
    margin: 0px;
}
.bby-sidebar-widget a {
    display: block;
    padding: 7px 5px;
}
.widget-content{    width: 100%;}
.bby-sidebar-widget .widget-content{
	margin: 0px 5px;
}
.widget-content ul{    
    display: inline-block;
    padding: 0 10px;
    width: 49%;
    /* float: left; */
    vertical-align: top;
}
.bby-sidebar-widget .widget-content .widget-title{
	display: block;
    margin: 19px 0px;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    color: rgb(16, 18, 105);
}
.bby-sidebar-widget .widget-content .widget-text{
	color: rgb(98, 99, 156);
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 500;
}

.bby-top-header-container{
	background-color: rgb(16, 18, 105);
	color: #ffffff;
	padding: 25px 0;
}
.bby-top-header-container .bby-breadcrumb p, .bby-top-header-container .bby-breadcrumb a, .bby-content-breadcrumb p, .bby-content-breadcrumb a, .bby-content-right .bby-breadcrumb p, .bby-content-right .bby-breadcrumb a, .bby-content-right .bby-breadcrumb span{
	color: rgb(130, 157, 236);
    font-size: 14px;
    line-height: 1.4286;
    font-weight: 600;
    position: relative;    
    margin: 0;
}
.bby-content-right .bby-breadcrumb p, .bby-content-right .bby-breadcrumb a, .bby-content-right .bby-breadcrumb span, .bby-content-breadcrumb p, .bby-content-breadcrumb a{
    font-weight: 500;
}
.bby-top-header-container .bby-breadcrumb a{
    /* padding: 0 7px; */
}
.bby-top-header-container .bby-breadcrumb a:first-child{
    padding-left:0;
}
.bby-top-header-container .bby-breadcrumb a::before{
	content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    color: rgb(183, 183, 210);
    font-weight: normal;
}
.bby-top-header-container .bby-breadcrumb a:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bby-top-header-container .single-title{
	font-size: 30px;
    margin: 20px 0px;
	color: #ffffff;
	font-weight: 600;;
}
.bby-top-header-container .header-details{
	display: flex;
    flex-flow: row wrap;
    font-size: 16px;
}
.bby-top-header-container .header-details .details-field{
	display: flex;
    flex-flow: row nowrap;
    margin-right: 25px;
}
.bby-top-header-container .header-details .details-field .field-label{
	font-weight: 700;
    margin-right: 8px;
}
.bby-content-left{
	padding-right: 30px;
    flex: 0 0 auto;
    width: 320px;
}
.bby-content-left .tab-btn{
    padding: 10px 0px 10px 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    display: none;
    cursor: pointer;
}
.bby-content-left .tab-btn .fa{
    width: 20px;
    margin-right:10px;
}
.bby-content-left .tab-btn .fa-times{
    display: none;
}
.bby-content-left .tab-btn.close .fa-times{
    display: inline-block;
}
.bby-content-left .tab-btn.close .fa-chevron-down{
    display: none;
}
.bby-content-left .bby-left-tab-nav{
	background-color: rgb(255, 255, 255);
    min-width: 200px;
    border-top: 1px solid rgb(236, 236, 239);
    border-right: 1px solid rgb(236, 236, 239);
    border-left: 1px solid rgb(236, 236, 239);
    border-image: initial;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.bby-content-left .bby-left-tab-nav .tab-nav-item{
    list-style-type: none;
}
.bby-content-left .bby-left-tab-nav .tab-nav-item .tabmenu{
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: rgb(38, 38, 43);
    text-decoration: none;
    padding: 12px 16px;
    border-bottom: 1px solid rgb(236, 236, 239);
    font-weight: 500;
    background-color: rgb(255, 255, 255);
}
.bby-content-left .bby-left-tab-nav .tab-nav-item .tabmenu.active{
	color: rgb(16, 18, 105);
	border-left: 4px solid rgb(16, 18, 105);
}
.bby-content-right{
	flex: 0 0 auto;
    width: 750px;
}
.bby-single-content-inner-left img {
    margin: 0 0 20px;
}
.people-page .bby-single-content-inner-left {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    padding: 45px 0px 25px;
}
.people-page .bby-single-content-inner-right {
    width: 67%;
    display: inline-block;
    padding: 15px 0px 15px 30px;
}
.people-page .bby-content-right{
    width: 850px;
}
.bby-content-nav{
	display: flex;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding:0 15px;
}
.bby-content-nav .nav-prev a, .bby-content-nav .nav-next a{
	display: flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    color: rgb(75, 122, 251);
    text-decoration: none;
    font-weight: 600;
}
.bby-content-nav .nav-prev a label{
margin-left: 10px;
}
.bby-content-nav .nav-next a label{
    margin-right: 10px;
}
.bby-content-meta-footer-entry {
    margin:0px 0px 30px;
}
.cpointer,
.bby-content-nav label {
cursor: pointer;
}
.bby-single-content{
	padding: 0 15px;
    background-color: rgb(255, 255, 255);
}
.bby-single-content-post{
    text-align: center;

}
.bby-single-content h1{
	color: rgb(16, 18, 105);

}
.bby-single-content p a{
	font-weight: 600;
    color: rgb(75, 122, 251);
    text-decoration: none;
}
.people-page{
	background-color: rgb(246, 246, 248);
}
.people-page .bby-single-content{
    border: 1px solid rgb(236, 236, 239);
}
.bby-single-content table{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.bby-entry-meta-fields{
    text-align: center;
    margin-top:0; 
}
.bby-entry-meta-fields a{
    text-decoration: underline !important;       
    text-transform: uppercase;
    margin:0 9px;
}
.bby-entry-meta-fields br{
    display: none;
}
.bby-single-big-font{
    font-weight: bold;
    font-size: 2em;
    color: rgb(16, 18, 105);
    line-height: 1;
}
.ul_library_link{
    display: inline-block;
    width: 31%;
}

.link-gap{
    display: inline-block;
    width: 31%;
}
/*------------------
  Footer
---------------------*/
#bby-site-footer{
    background-color: rgb(16, 18, 105);
    padding: 1px;
    font-size: 14px;
    line-height: 1.4286;
    font-weight: normal;
    text-align: center;
    color: rgb(183, 183, 210);
    display: flex;
    flex-direction: column;
}
.bby-footer .bby-footer-top-container{    
    flex-direction: row;
    padding: 112px 0px 50px 0;
    border-bottom: 1px solid rgb(54, 56, 129);
}
.footer-logo{
    margin-right: 112px;
    width: 120px;
}
.footer-logo img, .footer-logo a{
	width: 120px;
    height: auto;
}
.footer-top-left-container .widget {
    padding: 0px;
    margin: 0px;
    min-width: 191px;
}
.footer-nav-wrapper{
    margin-right: 30px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.footer-nav-wrapper:nth-child(3){
    float: right;
    text-align: left;
}
.bby-footer .widget, .bby-footer .widget p, .bby-footer .widget a{
    color: rgb(255, 255, 255);
}
.footer-top-left-container{width: 100%;}
.footer-top-left-container .widget ul {
    list-style-type: none;
    padding: 0px;
    letter-spacing: 0.58px;
    line-height: 33px;
    text-align: left;
    margin: 0;
}
.footer-top-left-container .widget ul li a{
	text-decoration: none;
    color: rgb(255, 255, 255);
}
.footer-top-right-container{
    flex-direction: column;
    width: 100%;
    text-transform: uppercase;
}
.footer-top-right-container .footer-social-icons{
    justify-content: flex-end;
    flex: 1 1 0%;
    margin-bottom: 30px;
}
.footer-top-right-container .footer-social-icons a{
	margin-left: 30px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    color: #ffffff;
}
.footer-top-right-container .footer-app-icons .footer-icon-header{
    flex: 1 1 0%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: rgb(206, 209, 251);
    font-style: normal;
    font-weight: 600;
}
.footer-top-right-container .footer-app-icons img{
	width: 134px;
    aspect-ratio: auto 134 / 44;
    height: 44px;
}
.bby-footer-bottom-container{
    padding: 30px 0px 70px;
}
.bby-footer-bottom-container .footer-bottom-left-container ul{
    list-style: none;
    padding: 0px;
    margin: 10px 0;
    display: table;
}
.footer-bottom-left-container ul li{
	/* flex: 0 0 auto; */
    list-style-type: none;
    padding: 0px;
    letter-spacing: 0.58px;
    line-height: 33px;
    text-align: left;
    display: inline-table;
    color: #fff;
}
.footer-bottom-left-container ul li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.footer-bottom-left-container ul li:after{
    content: '|';
    color: rgb(255, 255, 255);
    margin: 0px 8px;
}
.footer-bottom-left-container ul li:last-child::after{
    display: none;
}
.footer-bottom-left-container{
    flex: 0 0 auto;
}
.footer-bottom-right-container{
    flex: 0 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
}
.error-page-wrapper{
    max-width: 968px;
    margin: 0px auto;
    padding-top: 64px;
    text-align: center;
}
.error-page-wrapper .fa-exclamation-triangle{
    font-size: 68px;
    color: #ffb300;
    margin-bottom: 34px;
}
.error-page-wrapper .errorpage-header{
    margin: 0px 0px 24px;
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        letter-spacing: -0.2px;
        color: rgb(16, 18, 105);
}
.error-page-wrapper .errorpage-small{
    font-size: 14px;
    line-height: 20px;
    color: rgb(118, 118, 120);
}
.bby-top-header-sticky{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bby-top-header-sticky .single-title{
    font-size: 20px !important;
    margin: 10px 0 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bby-content-right .bby-content-breadcrumb{
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px;
}
.gallery{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:15px;
}
.gallery .gallery-img{
    list-style-type: none;
    width: 150px;
}
.gallery .gallery-img img{
    width:100%;
    height: 150px;
}
.gallery .gallery-img p{
    text-align: center;
}
.footer-app-details,
.footer-social-links{text-align: center; margin: 0 auto;}
.footer-social-links a{padding: 10px; text-align: center;}
.footer-app-details a{display: block; margin: 0 auto; text-align: center;}
.footer-app-details h5 {
    padding-bottom: 15px;
    color: rgb(206, 209, 251);
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
}
.footer-app-details h5 {
    padding: 15px 0;
}
.archive .bby-breadcrumb,
.bby-breadcrumb{
    width: 100%;
    padding: 0 0 10px 50px;
}
.single .bby-breadcrumb{width: 100%;
    padding: 0px;}
.bby_content_text{padding-right: 10px;}
/*------------------
  Responsive
---------------------*/
.bby_zippy_main .text-s {
    font-size: .9rem;
}
table tr td:nth-child(2){overflow-wrap: anywhere;}
.bby-content-right table tr td:nth-child(2){overflow-wrap: inherit;}
.bby-single-content table tr td:nth-child(2){overflow-wrap: inherit;}
.bby-single-content-post table tr td:nth-child(2){overflow-wrap: inherit;}
.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
 
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.post-navigation {padding:0px;    width: 100%;}
.nav-previous, .nav-next{padding:10px;font-weight:bold;}

.bby-content-nav .nav-previous a{
    -webkit-box-align: center;
    align-items: center;
    color: rgb(75, 122, 251);
    text-decoration: none;
    font-weight: 600;
}
a[name]{ color:#000;cursor: auto;}
b a[name]{cursor: auto;font-weight: bold;font-size: 2em;color: rgb(16, 18, 105);line-height: 1;}
ul.ul_list li{ list-style-type: none; list-style: none;}
.bby_custom_padding{    padding-bottom: 30px;}
.micon{width: 16px !important;
    height: 16px !important;
    min-height: inherit !important;}

@media screen and (min-width: 40em){
.bby_zippy_main .columns-medium-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
}
@media screen and (min-width: 64em){
    .bby_zippy_main .columns-large-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
}
@media only screen and (max-width:1450px){
    .bby-container.full-width{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media only screen and (max-width:1200px){
    .bby-content-left{
        width: 300px;
    }
    .bby-content-right{
        width: 675px;
    }
    .bby-container{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .bby-main-content .bby-list{
        width: 680px;
        max-width: 680px;
    }
    .bby-sidebar {
        flex: 0 1 300px;
    }
    .people-page .bby-content-right {
        width: 677px;
    }
    .people-page .bby-single-content-inner-right{
        width: 59%;
    }
    .bby-footer-bottom-container .footer-bottom-left-container ul, .bby-footer-bottom-container .bby-container.full-width{
        flex-direction: column;
    }
    /* .footer-bottom-left-container ul li:after{display: none;} */
    .footer-bottom-right-container{
        justify-content: flex-start;
    }

   
    
}
@media only screen and (max-width:1023px){
    .bby-content-wrapper{
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
    .people-page .bby-content-wrapper{
        padding-top:15px;
    }
    .bby-content-wrapper .bby-main-content{
        width:100%;
    }
    .bby-main-content .bby-list , .bby-sidebar .bby-sidebar-inner{
        width: 100%;
        max-width:100%;
        padding: 0 8%;
    }
    .bby-sidebar {
        flex: 0 1 100%;
    }
    .footer-top-left-container .footer-logo{
        margin-right: 30px;
    }
    .banner-title{
        font-size: 35px;
    }  
    /* .bby-content-left{position: relative;width: 500px;}   */
    .bby-content-left {
        position: relative;
        width: 30%;
    }
    /* .bby-content-right, .people-page .bby-content-right, .single-people .bby-content-left{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }     */
    .bby-content-right, .people-page .bby-content-right, .single-people .bby-content-left {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .bby-left-tab-nav{
        display: none;
        height: 0;
    } 
    .bby-content-left .tab-btn{
        display: block;
    }
    .bby-left-tab-nav.open{
        display: block;
        margin-bottom: 30px;
        width: 100%;
        z-index: 1;
        top: 100%;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        height: auto;
        box-shadow: rgb(0 0 0 / 16%) 0px 9px 10px 2px;
    }
    .people-page .bby-single-content-inner-right{
        width: 70%;
    }
}
@media only screen and (max-width:991px){
    .bby-filter-wrapper{
        overflow: auto;
        margin: 0 8%;
    }
    .bby-filter-wrapper .filter-inner-wrapper{
        width:1000px;
    }    
    .people-page .bby-single-content-inner-right{
        width:100%;
        padding: 0px 0px;
    }
    .people-page .bby-single-content-inner-left{
        width: 500px;
        padding-bottom: 0;
        margin: 0 auto;
        display: block;
    }
}
@media only screen and (max-width:767px){
.bby-footer-top-container .bby-container{
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.footer-top-left-container{
    flex-wrap: wrap;
}
.footer-top-left-container .footer-nav-wrapper, .bby-content-left{
    width:100%;
}
.footer-top-left-container .footer-logo{display: none;}
/* .footer-top-left-container .footer-logo, .footer-bottom-left-container ul li:after{display: none;} */
.footer-top-right-container .footer-logo{
    display: block;
    margin-bottom: 30px;
}
.footer-top-right-container{
    align-items: flex-start !important;
    margin-bottom: 30px;
}
.footer-top-right-container .footer-app-icons .footer-icon-header{
    justify-content: center !important;
}
.footer-top-right-container .footer-social-icons a:first-child{
    margin-left: 0;
}
.bby-footer-bottom-container .bby-container, .bby-footer-bottom-container .footer-bottom-left-container ul{
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-bottom-right-container{
    justify-content: flex-start !important;
    margin-top:30px;
}
.bby-footer-bottom-container {
    padding: 30px 0px 30px;
}
.bby-main-content-homepage .bby-list{
    grid-gap: 30px;
}
.bby-footer .bby-footer-top-container{
    padding: 50px 0px 50px 0;
}
.people-page .bby-single-content-inner-left{
    width: 100%;
}

.footer-nav-wrapper{display: block;text-align: left;}
.widget-content ul {
    display: block;
    padding: 0 10px;
    width: 100%;
    margin: 20px 0;
}
.footer-app-details a {
    display: block;
    margin: 0 auto;
    text-align: left;
}

.footer-app-details, .footer-social-links {
    text-align: left;
    margin: 20px auto;
}
.bby-breadcrumb {
    padding: 0 0 10px 0px;
}
.bby-content-left table,
 .bby-content-left {
    width: 100%;
    text-align: center;
}
}
@media only screen and (max-width:576px){
    .bby-main-content-homepage .bby-list .list-item .list-author {
        flex: 0 0 100%;
    }
    .bby-main-content-homepage .bby-list .list-item .book-list {
        flex: 0 0 100%;       
    }
    .bby-main-content-homepage .bby-list .list-item .list-author a {
        padding: 5px;
    font-size: 18px;
    display: block;
    }
    .bby-main-content-homepage .bby-list .list-item .book-list li {
        list-style-type: none;
        padding: 10px 0;
    }
    .bby-main-content-homepage .bbyfilterDiv .book-list ul {
        padding: 0;
    margin: 0 0 15px;
    }
    .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key{
        padding: 6px 2px;
        border-radius: 4px;
        border: 1px solid rgb(198, 200, 213);
    }
    .bby-list .bbyfilterDiv.show {
        display: block !important;
    }
    .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key.active {
        border-bottom: 1px solid rgb(91, 99, 254);
        background-color: rgb(91, 99, 254);
        
    }
    .bby-filter-wrapper .filter-inner-wrapper .bby-filter-key.active .key-span {
        color: rgb(255, 255, 255);
    }
    .bby-main-content-homepage .bby-list{
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
    .bby-main-content-homepage .bby-list{
        grid-gap: 20px;
    }
    .bby-main-content-homepage .bby-list .list-item a{
        padding: 0px 15px;
    }
    .banner-title{
        font-size: 25px;
    }
    .bby-top-header-container .single-title{
        font-size: 25px;
        margin: 15px 0;
    }
    .bby-filter-wrapper{
        margin: 0;
    }
    .footer-nav-wrapper{ width: 100%; }
    /* .footer-bottom-left-container ul li {
        padding: 0px 8px;
    } */

    .bby-content-left {
        position: relative;
        width: 100%;
    }

    .bby-content-right, .people-page .bby-content-right, .single-people .bby-content-left {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

}
@media only screen and (max-width:375px){
    .gallery .gallery-img{
        width:120px;
    }
    .gallery .gallery-img img{
        height: 120px;
    }
}
@media only screen and (max-width:310px){
    .bby-main-content .bby-list{
        grid-template-columns: repeat(1, 1fr);
    }
}