@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {background:#fff;font-family: 'Roboto', sans-serif;font-size:18px;color:#000;padding:0;margin:0 auto;}
h1, h2, h3, h4 {margin:0 0 15px;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
p {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: #31a9dc;}
ul {padding:0;}
button:focus {outline: none;}
img {max-width: 100%;}
.book_btn {
    background: #4a9e13;
    padding: 9px 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.book_btn:hover {
    background: #fff;
    color: #4a9e13;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.navbar {
	padding:0;
}
.navbar-nav {
    margin-left: auto;
}
.navbar-expand-lg .navbar-nav li .nav-link {
	padding:2rem 1.5rem;
	color:#454545;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.navbar-expand-lg .navbar-nav li a.nav-link:hover, .navbar-expand-lg .navbar-nav li.active a.nav-link {
	background:#4a9e13;
	color:#fff !important;
}

/*======================== BANNER CSS STARTS ========================*/
#banner {
	background:#eee;
	padding:60px 0 32px;
	position:relative;
	width:100%;
}
/*#banner:before {
	content:"";
	position:absolute;
	top:8%;
	left:2%;
	background-image:url(../images/circel_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:320px;
	width:320px;
}*/
#banner:after {
	content:"";
	position:absolute;
	bottom:-68px;
	left:0;
	background-image:url(../images/waves.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:100%;
}
.fs_t1-item-txt h1 {
	font-size:67px;
	line-height:1.2;
	color:#282828;
}
.fs_t1-item-txt strong {
	color:#4a9e13;
}
.fs_t1-item-txt h4 {
	font-size:37px;
	line-height:1.2;
	color:#000;	
}
.fs_t1-item-txt p {
	font-size:17px;
	line-height:1.2;
	color:#282828;	
	max-width:510px;
}
.subscribe {
    margin: 50px 0 0;
}
.subscribe .input-group {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 0px 0px 0px 0;
}
.subscribe .input-group input.form-control {
    border-radius: 90px 0 0 90px;
    border: none;
    color: #000;
    padding: 0 30px;
}
.subscribe .input-group .btn-success {
    border-radius: 0 4px 4px 0;
    background: #4a9e13;
    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: #000;
	box-shadow:none;
}
.fs_t1-item-img img {
    width: 100%;
}
#book_deal {
	padding:140px 0 80px;
}
.head_title h2 {
    font-size: 49px;
    color: #282828;
    font-weight: 700;
    margin: 0 auto 40px;
    max-width: 720px;
}
.fs_t2-item .fs_t2-item-img img {
    border: 11px solid #f2f2f2;
}
.fs_t2-item h4 {
	color:#282828;
	font-size:17px;
	margin:15px 0 10px;
}
.fs_t2-item a {
    text-decoration: none;
}
.fs_t2-item span {
	color:#4a9e13;
	font-size:15px;
}
#best_seller {
	background:#eee;
	position:relative;
}
/*#best_seller:before {
	content:"";
	position:absolute;
	top:8%;
	right:10px;
	background-image:url(../images/circel_shape01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:320px;
	width:320px;
}*/
.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:#4a9e13;
	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-color:#c4f8a1;
	background-repeat:no-repeat;
	background-size:cover;
}
#testimonial .head_title h2 {
	color:#000;
}
.fs_t4-item {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.fs_t4-item-img {
    float: left;
    margin: 0 20px 0 0;
}
.fs_t4-item-text {
    padding: 10px 0 0;
}
.fs_t4-item-text h4 {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 700;
}
.fs_t4-item-text span {
    color: #515151;
    font-size: 14px;
	position:relative;
}
.fs_t4-item-text span:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    border: 2px solid #4a9e13;
    height: 2px;
    width: 46px;
}
.rating {
    margin: 14px 0 0;
}
.fs_t4-item p {
    width: 100%;
    float: left;
    margin: 20px 0 0;
	font-size:15px;
}
footer {
	padding:80px 0;
	background:#2e2e2e;
	position:relative;
}
/*footer:before {
	content: "";
    position: absolute;
    top: 12%;
    left: -10px;
    height: 64px;
    width: 166px;
	background-image:url(../images/ftr_pattern.png);
	background-repeat:no-repeat;
	background-size:100%;
}
footer:after {
	content: "";
    position: absolute;
    bottom: 12%;
    right: 0;
    height: 64px;
    width: 166px;
	background-image:url(../images/ftr_pattern.png);
	background-repeat:no-repeat;
	background-size:100%;
}*/
.fs_t5-item-txt h3 {
    color: #fff;
    font-size: 19px;
    position: relative;
    margin: 0 0 34px;
	z-index:99;
}
.fs_t5-item-txt h3:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background: #fff;
    width: 37px;
    height: 3px;
}
.fs_t5-item-txt li {
    color: #fff;
    padding: 0 0 15px 0;
    list-style: none;
}
.fs_t5-item-txt li a {
    color: #fff;
    font-size: 15px;
	text-decoration:none;
}
.fs_t5-item-txt li a:hover {
    color: #4a9e13;
}
.fs_t5-item-txt .social {
    padding: 0;
}
.fs_t5-item-txt .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 7px;
    background: #efefef;  
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.fs_t5-item-txt .social li:hover {
    background: #4a9e13;
}


@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;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}



/* 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;
  margin:0 .25rem;
}

  
/* 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;
  
}
  
 

  
  /* 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;
  }

}
.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: #4a9e13;
    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: #4a9e13;
    color: #fff !important;
    border: 1px solid #4a9e13;
}
.book-item-links .btn-store:hover {
    background: #3c7f0f;
    border: 1px solid #3c7f0f;
}
.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: #4a9e13;
}
@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 a {color:#4a9e13;}
.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;
}

/* 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: #4a9e13;
    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: #4a9e13;
    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: #4a9e13;
    color: #fff;
    border: 1px solid #4a9e13;
}
.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: #3c7f0f;
    border-color: #3c7f0f;
}
.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: #4a9e13;
}
.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;
    }
}
header {
    border-bottom: 1px solid #ddd;
	background:#c4f8a1;
}
main {
    margin: 40px 0;
}


.main_contact {
    padding: 70px 0;
}
.main_contact .contact_text {
	text-align:center;
}
.main_contact form {
    max-width: 560px;
    margin: 60px auto 0;
}
.book_btn:hover{
    text-decoration: none;
}
.navbar .dropdown-menu {margin: 0;}
/* 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: #4a9e13;
    border-color: #4a9e13;
    color: #fff;
}
.navigation.pagination .page-numbers.dots {
    border: none;
    background: none;
    padding: 8px 4px;
}
