@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

body {background:#fff;font-family: 'Roboto Condensed', sans-serif;font-size:18px;color:#000;padding:0;margin:0 auto;}
h1, h2, h3, h4 {padding:0;margin:0 0 15px;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
p {padding:0;margin:0 0 15px;}
input:focus {outline:0;}
.form-control:focus, .btn-success.focus, .btn-success:focus  {box-shadow:none;}
section {padding:80px 0;}
a {
    text-decoration: none;
    color: #4666b0;
}
ul {padding:0;}
button:focus {outline: none;}

img {max-width: 100%;}
.btn-warning {
	color: #fff;
    border-radius: 90px;
    background: #4666b0;
    border: none;
    padding: 10px 20px;
    font-style: italic;
    text-transform: uppercase;
}
.btn-warning:hover {
	color: #fff;
	background: #4666b0;
    box-shadow: none;
}

.book_btn {
    background: #4666b0;
    padding: 9px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px; 
}
.book_btn:hover {
    background: #008673;
    color: #fff;
    text-decoration: none;
}
.navbar {
	padding:0;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:2rem 1.5rem;
	color:#282828;
	font-size:19px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li.active a {
	background:#fff;
	color:#282828 !important;
}

/*======================== BANNER CSS STARTS ========================*/
#banner {
	background:#f8f8ff;
	padding:60px 0;
	position:relative;
	width:100%;
}
/*#banner:before {
	content:"";
	position:absolute;
	top:-17%;
	left:0%;
	background-image:url(../images/home_shape02.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:259px;
	width:758px;
}
#banner:after {
	content:"";
	position:absolute;
	bottom:10px;
	left:0;
	background-image:url(../images/home_shape01.png);
	background-repeat:no-repeat;
	background-position:center;
	height:87px;
	width:100%;
}*/
#banner .col-md-6 {
    padding: 0;
}
#banner .fs_t1-item {
    max-width: 555px;
	margin: 0 auto;
}
.fs_t1-item-txt h1 {
	font-size:49px;
	line-height:1.2;
	color:#4666b0;
	font-weight:900;
	text-align: center;
}
.fs_t1-item-txt h4 {
	font-size:37px;
	line-height:1.2;
	color:#000;	
}
.fs_t1-item-txt p {
	font-size:18px;
	line-height:1.7;
	color:#4666b0;	
	max-width:510px;
	margin: 0 auto;
}
.subscribe {
    margin: 50px auto 0;
	max-width:510px;  
}
#ftr_subscribe .subscribe {
	max-width:100%;  
} 
.subscribe .input-group {
    border-radius: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 0;
}
.subscribe .input-group input.form-control {
    border-radius: 0;
    border: none;
    color: #000;
    padding: 0 15px;
}
.subscribe .input-group .btn-success {
    border-radius: 0;
    background: #4666b0;
    border: none;
    padding: 10px 20px;
	font-style: italic;
    text-transform: uppercase;
}
.subscribe .input-group .btn-success:hover, .subscribe .input-group .btn-success:focus, .subscribe .input-group .btn-success:active, .subscribe .input-group .btn-success:active:focus {
	background: #4666b0;
	box-shadow:none;
}
.fs_t1-item-img img {
    width: 100%;
}
#about {
    background: #fff;
    position: relative;
    z-index: 99;
}
/*#about:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 20px;
    background-image: url(../images/shape01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 86px;
    height: 86px;
}
#about:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/shape02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 158px;
    height: 317px;
    z-index: -1;
	transform: translateY(-50%);
}*/
.fs_t0-item-img img {
    width: 100%;
}
.fs_t0-item-txt {
    padding: 30px 0 0;
    position: relative;
    z-index: 99;
}
.fs_t0-item-txt span {
    color: #4666b0;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Courgette', cursive;
}
.fs_t0-item-txt h2 {
    color: #303149;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Courgette', cursive;
    margin: 20px 0;
}
.fs_t0-item-txt p {
    color: #5f5f64;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#book_deal {
	padding:70px 0 80px;
	background:#4666b0;
	position:relative;
}
/*#book_deal:before {
	content:"";
	position:absolute;
	top:40px;
	left:130px;
	background-image:url(../images/dots_circle.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:79px;
	width:81px;
}*/
#book_deal:after {
	content:"";
	position:absolute;
	top:-30px;
	right:0px;
	background-image:url(../images/line_circle_shape.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:152px;
	width:152px;
}
.head_title h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 40px;
    max-width: 720px;
}
.fs_t2-item .fs_t2-item-img img {
    border: 11px solid #f2f2f2;
	height: 380px;
}
.fs_t2-item h4 {
	color:#fff;
	font-size:17px;
	margin:15px 0 10px;
}
.fs_t2-item a {
    text-decoration: none;
}
.fs_t2-item span {
	color:#fff;
	font-size:15px;
}
#best_seller {
	background:#fff;
	position:relative;
	z-index:99;
}
/*#best_seller:after {
	content:"";
	position:absolute;
	bottom:13%;
	left:20px;
	background-image:url(../images/dots_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:89px;
	width:164px;
	z-index:-1;
}
#best_seller:before {
	content:"";
	position:absolute;
	top:10%;
	right:20px;
	background-image:url(../images/dots_shape02.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:89px;
	width:244px;
}*/
#best_seller .head_title h2 {
	color:#4666b0;
}
#best_seller .fs_t2-item h4 {
	color:#4666b0;
}
#best_seller .fs_t2-item span {
	color:#4666b0;
}	
.fs_t3-item {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 4px 8px 16px rgb(0 0 0 / 9%);
    margin: 0 0 30px;
}
.fs_t3-item-img img {
    width: 100%;
    margin: 0 0 26px;
}
.fs_t2-item-txt h2 {
	font-size:21px;
	color:#171717;
	font-weight:700;
}
.fs_t2-item-txt p {
	font-size:15px;
	color:#525252;
}
.fs_t2-item-txt a {
	color:#00a9dc;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.fs_t2-item-txt a:hover {
	color:#000;
}
#testimonial {
	background-image:url(../images/testimonial_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#testimonial .head_title h2 {
	color:#4666b0;
}
.fs_t4-item {
    display: inline-block;
    width: 100%;
}
.fs_t4-item-img {
    float: left;
    margin: 0 80px 0 0;
}
.fs_t4-item-text {
    padding: 10px 0 0;
}
.fs_t4-item-text h4 {
    margin: 0;
    color: #4666b0;
    font-size: 28px;
    font-weight: 700;
}
.fs_t4-item-text span {
    color: #4666b0;
    font-size: 17px;
	position:relative;
}
.rating {
    margin: 14px 0 0;
}
.fs_t4-item p {
    margin: 20px 0 0;
	color:#0d0d0d;
	font-size:16px;
}
.fs_t6-item-txt {
    max-width: 600px;
    margin: 0 auto;
}
#ftr_subscribe {
	padding-top:100px
}
.fs_t6-item-txt h5 {
	color: #4666b0;
	font-size:20px;
}
.fs_t6-item-txt h2 {
	color: #4666b0;
	font-size:45px;
	font-weight:700;
}
.fs_t6-item-txt p {
	color: #676974;
	font-size:15px;
	line-height:1.7;
}
.fs_t6-item-txt .subscribe {
    margin: 0;
}

footer {
	padding:60px 0;
	background:#f8f8ff;
	position:relative;
	margin:0;
	border-radius:0;
}
.ftr_logo img {
    filter: brightness(0.5);
}
.ftr_logo p{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
footer:before {
	content: "";
    position: absolute;
    bottom: 20px;
    left: -60px;
    height: 89px;
    width: 244px;
	background-image:url(../images/dots_shape02.png);
	background-repeat:no-repeat;
	background-size:100%;
}
/*footer:after {
	content: "";
    position: absolute;
    top: -68px;
    right: -40px;
    height: 152px;
    width: 152px;
	background-image:url(../images/line_circle_shape.png);
	background-repeat:no-repeat;
	background-size:100%;
	z-index:-1;
}*/
.fs_t5-items ul {
	margin:0;
	list-style: none;
}
.fs_t5-items li {
    color: #4666b0;
    padding: 0;
}
.fs_t5-items .ftr_menu li a {
	margin:0 20px;
}
.fs_t5-items li a {
    color: #4666b0;
    font-size: 15px;
	text-decoration:none;
}
.fs_t5-items li a:hover {
    color: #000;
}
.fs_t5-items .social {
    padding: 0;
	margin:27px 0 40px;
}
.fs_t5-items .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 7px;
    background: #4666b0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.fs_t5-items .social li:hover {
    background: #8f87ff;
}
.copyright {
	background:#61b045;
}
.copyright p {
    margin: 0;
    padding: 16px 0;
	color:#fff;
}

@media screen and (max-width: 1199px) {
.fs_t1-item-txt h1 {
    font-size: 56px;
}


}

@media screen and (max-width: 991px) {
.fs_t2-item {
    margin: 0 0 30px;
}
.fs_t2-item-img img{
	width:100%;
}
.fs_t5-item-txt h3 {
	font-size:18px;
}
.fs_t5-item-txt li a {
	font-size:14px;	
}
.navbar-nav {
    float: none;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:1rem 1.5rem;
}
.navbar-nav {
	margin-top:20px;
}

}

@media screen and (max-width: 767px) {
.fs_t1-item-txt h1 {
    font-size: 39px;
}
.head_title h2 {
    font-size: 22px;
}
.fs_t4-item {
    margin: 0 0 20px;
}
.fs_t5-item {
    margin: 0 0 40px;
}
footer {
    padding: 80px 0 40px;
}

	
}





.navbar-nav li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight:bold;
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 767px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding: 0 .5rem;
}
.navbar .nav-item:first-child,
.navbar .nav-item:nth-child(2),
.navbar .nav-item:last-child{
	/*display: none;*/
}

  
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

  
.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:100%;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  margin: 0;
}
  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
	text-align: center;
  }

}
.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;

}

.sidebar-item .subscribe .input-group {
    display: block;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
.sidebar-item .subscribe .input-group input.form-control {
    border: none;
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
}
.sidebar-item .fs-t1-inr {
    background: #4666b0;
    color: #fff;
    padding: 16px;
	margin: 0 0 30px;
}
.sidebar-item .subscribe {margin: 0;}
.sidebar-item .subscribe .input-group .btn-success {
    background: #000;
    border-radius: 0;
    width: 100%;
    margin: 5px 0 0;
    padding: 7px 10px;
}
.audible_img_amz {
    margin: 50px 0;
}
.book-item-links a {
    background: #000;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 0 5px;
}
.book-item-links .btn-store,
.book-item-links .btn-other-stores {
    background: #f0f0f0;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 6px;
    line-height: 1.6;
    display: inline-block;
    margin: 0 6px 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.book-item-links .btn-store:hover,
.book-item-links .btn-other-stores:hover {
    background: #e2e2e2;
}
.book-item-links .btn-store {
    background: #4666b0;
    color: #fff !important;
    border: 1px solid #4666b0;
}
.book-item-links .btn-store:hover {
    background: #38548c;
    border: 1px solid #38548c;
}
.book-item-links .btn-other-stores {
    background: #6c757d;
    color: #fff !important;
    border: 1px solid #6c757d;
}
.book-item-links .btn-other-stores:hover {
    background: #5c636a;
    border: 1px solid #5c636a;
}
.other-stores {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.other-stores.open {
    display: block;
}
.other-stores-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.other-stores-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    max-width: 640px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgb(0 0 0 / 25%);
}
.other-stores-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}
.other-stores-box h4 {
    margin: 0 0 20px;
}
.other-stores-links {
    column-count: 3;
    column-gap: 20px;
}
.other-stores-links a {
    display: block;
    padding: 6px 0;
    color: #333;
    break-inside: avoid;
}
.other-stores-links a:hover {
    color: #4666b0;
}
@media (max-width: 767px) {
    .other-stores-links {
        column-count: 1;
    }
}
.book-item-price  {
    font-size: 20px;
}
.book-item-price span {
    font-size: 30px;
}
.book-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin: 0 0 30px;
    padding: 25px 25px 20px;
}
.book-item-book h2 {
    margin: 6px 0 2px;
}
.book-item-book h2 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}
.book-item-date {
    margin: 0 0 12px;
}
.book-item-desc {
    line-height: 1.6;
    margin: 0 0 16px;
}
.book-item-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
}
.book-item-book h2 span {
    display: block;
    font-size: 18px;
}
main {
    margin: 40px 0;
}

/* Phase 8 book card pattern */
.book-item-author {
    margin: 4px 0 10px;
    color: #666;
    font-size: 15px;
}
.book-item-meta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 6px;
    font-size: 13px;
    color: #666;
}
.price-current {
    color: #4666b0;
    font-weight: 900;
}
.price-regular {
    color: #999;
    text-decoration: line-through;
    font-size: 18px !important;
    margin-left: 8px;
}
.book-item-desc.collapsed {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}
.book-item-desc.collapsed:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}
.read-more-btn {
    background: none;
    border: none;
    color: #4666b0;
    font-weight: 600;
    padding: 8px 0;
    cursor: pointer;
    display: inline-block;
}
.read-more-btn:hover {
    text-decoration: underline;
}
.site-signup-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 25px;
    margin: 30px 0 0;
    text-align: center;
}
.site-signup-section h3 {
    font-size: 22px;
    margin: 0 0 15px;
}
.site-signup-section .subscribe .input-group {
    display: flex;
    flex-wrap: nowrap;
    max-width: 460px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.site-signup-section .subscribe .input-group input.form-control {
    border: none;
    flex: 1 1 auto;
}
.site-signup-section .subscribe .input-group .btn-success {
    border-radius: 0;
    background: #4666b0;
    color: #fff;
    border: 1px solid #4666b0;
}
.site-signup-section .subscribe .input-group .btn-success:hover,
.site-signup-section .subscribe .input-group .btn-success:focus,
.site-signup-section .subscribe .input-group .btn-success:active {
    background: #38548c;
    border-color: #38548c;
}
.recent-books-widget {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 30px;
}
.recent-books-widget h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.recent-books-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-books-list li {
    margin: 0 0 12px;
}
.recent-books-list li:last-child {
    margin-bottom: 0;
}
.recent-books-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #282828;
}
.recent-books-list a:hover span {
    color: #4666b0;
}
.recent-books-list img {
    width: 50px;
    height: 75px;
    object-fit: cover;
    flex: 0 0 auto;
    border-radius: 4px;
}
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1350px;
    }
}


.main_contact {
    padding: 70px 0;
}
.main_contact .contact_text {
	text-align:center;
}
.main_contact form {
    max-width: 560px;
    margin: 60px auto 0;
}
html{scroll-behavior: smooth;}





/* redesign  */
.best_seller-dk{
	background: #e5e5e5 !important;
}

/* 404 page css */
.not-found-dk{
    padding: 30px 0 80px;
}
.not-found-dk img{
        width: 280px;
        margin: auto;
}
.not-found-dk header{
    border-bottom: unset;
}

.not-found-dk header h1{
        margin-top: 30px;
}
.not-found-dk header h2{
    font-size: 200px;
    line-height: 165px;
    margin-top: 30px;
    color: #4666b0;
}
.not-found-dk p{
    margin-bottom: 40px;
}


.not-found-dk .book_btn{
    padding: 15px 30px;
    border-radius: 30px;
}

@media(max-width: 767px){
	.input-group{
		width: 75%;
	}
	#banner {
    	padding: 60px 0 70px;
	}
	#book_deal {
    	padding: 70px 0 50px;
	}
}
@media(max-width: 560px){
	#banner .fs_t1-item {
    	padding-left: 20px;
	}
	section {
    	padding: 30px 0;
	}
	#book_deal {
    	padding: 45px 0 16px;
	}
	.head_title h2 {
    	margin: 0 auto 15px;
	}
	#best_seller{
		padding-bottom: 0px;
	}
	#ftr_subscribe {
    	padding-top: 40px;
	}
	footer {
    	padding: 40px 0 40px;
	}
	.fs_t2-item .fs_t2-item-img img{
		height: auto !important;
	}
}
@media(max-width: 351px){
	.navbar-brand img{
		width: 190px !important;
	}
	.not-found-dk header h2 {
        font-size: 170px;
    }
}

@media(max-width: 900px){
	.fs_t5-item{margin-bottom: 50px; text-align: center;}
	.fs_t5-items ul{padding: 0; list-style: none;}
}
/* Item 22: subscribe button padding consistent wherever userSubscribeform() renders on the detail page. */
.single-books input.subBtn {
    padding: 10px !important;
}

/* Pagination (core the_posts_pagination() output) -- centered, button-style pager. */
.navigation.pagination {
    clear: both;
    margin: 30px 0;
    text-align: center;
    display: block;
}
.navigation.pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.navigation.pagination .page-numbers {
    display: inline-block;
    min-width: 40px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}
.navigation.pagination a.page-numbers:hover {
    background: #f0f0f0;
}
.navigation.pagination .page-numbers.current {
    background: #4666b0;
    border-color: #4666b0;
    color: #fff;
}
.navigation.pagination .page-numbers.dots {
    border: none;
    background: none;
    padding: 8px 4px;
}
