/* Fonts */
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-BoldItalic.woff2') format('woff2'),
        url('../fonts/Muli-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-BlackItalic.woff2') format('woff2'),
        url('../fonts/Muli-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.woff2') format('woff2'),
        url('../fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.woff2') format('woff2'),
        url('../fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Italic.woff2') format('woff2'),
        url('../fonts/Muli-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraBold.woff2') format('woff2'),
        url('../fonts/Muli-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Muli-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
a, .btn, button {
	transition: all 0.5s;
    outline: 0!important;
    box-shadow: none !important;
}
body {
	font-family: 'Muli';
	padding:0;
	margin:0;
	font-size: 16px;
	color: #000;
}


.footer_links {
    background: #1e1e1e;
    padding: 70px 0 55px;
    color: #fff;
}
.footer_head h4 {
    font-weight: 600;
}
.footer_links_itms {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_head h4::first-letter {
  color: #fd7f03;
}
.footer_links_itms li a {
    color: #fff;
}
.footer_links_itms li {
    margin-bottom: 15px;
}
.footer_links_itms li a:hover {
   text-decoration: none;
   color: #fd7f03;
}
.footer_links_itms.footer_content {
    display: flex;
    margin-bottom: 40px;
}
.footer_links_itms.footer_content li {
    margin-right: 10px;
}
.copyright_sec {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.copyright_sec p {
    margin-bottom: 0;
}
.home_banner_con {
    padding: 60px 0;
    text-align: center;
    max-width: 60%;
    margin: auto;
}
.header_sec_bottom_in a.nav-link {
    color: #000;
}
.header_sec_bottom_in a.nav-link:hover, .header_sec_bottom_in a.nav-link.active {
    color: #fd7f03;
}
.dropdown-menu {
    min-width: 10rem;
    color: #fff;
    background-color: #fd7f03;
    border: 0;
    padding: 0;
    margin: 0;
    top: calc(100% + 17px);
}
.dropdown-item {
    color: #fff;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;

}
.home_banner_con h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 20px #000;
}
.home_banner_con h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 20px #000;
    margin-bottom: 0;
    margin-top: 15px;
}
.section_type1 {
    padding: 70px 0;
}
.section_type1_head_img img {
    width: 70px;
}
.section_type1_head h2 {
    color: #fd7f03;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
}
.section_type1_head h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section_type1_head h4 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.section_type1_con h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section_type1_author {
    color: #fd7f03;
    font-weight: 600;
    font-size: 17px;
    margin-top: 35px;
}
.section_type1_con {
    font-size: 17px;
    font-weight: 600;
    padding-left: 100px;
    position: relative;
}
.section_type1_con::before {
    content: "";
    height: 170px;
    width: 1px;
    background: #afafaf;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.section_type1_info {
    width: 65%;
    margin: 25px auto 0;
    text-align: center;
}
.section_type1_info h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #fd7f03;
    border-color: #fd7f03;
}
.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d06904;
    border-color: #d06904;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d06904;
    border-color: #d06904;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #d06904;
    border-color: #d06904;
    box-shadow: unset;
}
.btn.focus, .btn:focus {
    box-shadow: unset;
}
.section_type1_info img{display: block;margin: auto;}
.section_type1_info .btn {
    font-size: 24px;
    padding: 8px 20px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 10px;
}
.section_type2 {
    background: #f5f5f5;
    padding: 70px 0;
}
.heading_type1 {
    text-align: center;
    margin-bottom: 30px;
}
.heading_type1 h3 {
    font-size: 50px;
    font-weight: 700;
}
.heading_type1 h3::first-letter {
  color: #fd7f03;
}
.section_tyhpe2_item {
    background: #fff;
    display: flex;
    padding: 20px;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
}
.section_tyhpe2_item img {
    max-width: 100%;
    max-height: 100%;
}
.section_tyhpe2_item:hover {
    border: 1px solid #fd7f03;
}
.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.owl-carousel .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    background: #fd7f03 !important;
    border-radius: 50%;
    border: 1px solid #ddd !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-color: #fd7f03 !important;
}
.owl-carousel .owl-nav .owl-prev::before {
    content: "";
    background-image: url(../img/arrow_left.png);
    width: 7px;
    height: 13px;
    display: inline-flex;
    filter: brightness(0) invert(1);
    background-size: 7px;
}
.owl-carousel .owl-nav span {
    font-size: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: -40px;
    top: 50%;
    transform: translate(0, -50%);
}
.owl-carousel .owl-nav .owl-next::before {
    content: "";
    background-image: url(../img/arrow_right.png);
    width: 7px;
    height: 13px;
    display: inline-flex;
    filter: brightness(0) invert(1);
    background-size: 7px;
}
.owl-carousel .owl-nav .owl-next span {
    font-size: 0;
    position: relative;
}
.section_type3 {
    padding: 70px 0 50px;
}
.section_type3_img img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.section_type3_con {
    background: #f5f5f5;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    margin-top: -10px;
}
.section_type3_con h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.section_type3_con .btn {
    margin-top: auto;
}
.section_type3_itm {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section_type3_con {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.section_type3_itms .row {
    display: flex;
    flex-wrap: wrap;
}
.section_type3_itms .row > [class*="col-"] {
    display: flex;
}
.read-more-link {
    color: #fd7f03;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.read-more-link:hover {
    color: #fd7f03;
    text-decoration: underline;
}
.view-all-blogs-wrap {
    margin-top: 30px;
}
img{max-width: 100%;}


.page-header-inner {
    padding: 60px 0;
    text-align: center;
    max-width: 60%;
    margin: auto;
}
.page-header-inner h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 20px #000;
}
.breadcrumb {
	background: none;
	justify-content: center;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item a {
    color: #f77e06;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

section.inner-page {
    padding: 50px 0;
}

.blog-detail-cont img {margin: 0 0 25px;}
.blog-detail-cont ul, .blog-detail-cont ol {
    padding: 0 0 0 18px;
}
.blog-detail-cont ul li, .blog-detail-cont ol li {
    margin: 0 0 5px;
}
.blog-detail-cont h2, .blog-detail-cont h3, .blog-detail-cont h4, .blog-detail-cont h5 {
    font-weight: bold;
}
.sidebar-block {
    padding: 20px;
    margin: 0 0 30px;
}
.single-post-item {
    margin: 0 0 20px;
}
.post-item-desc {
    font-size: 14px;
}
.post-item-title h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.sidebar-title h3 {
    border-bottom: 1px solid #aaa;
    margin: 0 0 15px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #f77e06;
}
.post-item-info {
    color: #777;
}
a {
    color: #fd7f03;
}
a:hover {
    color: #d06904;
    text-decoration: none;
}
h1 {
    font-weight: 900;
}
h1 a {
    font-size: 24px;
}



.news_itm a {
    display: inline-block;
    width: 100%;
    padding: 20px;
    font-size: 22px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 15px 0;
    color: #000;
    font-weight: 600;
    text-align: center;
    background: #fff;
    transition: all .5s;
}
.news_itm a:hover {
    background: #fd7f03;border: 1px solid #fd7f03;color: #fff;
}
.ebook_secs h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.ebook_secs_itms {
    margin-top: 30px;
}
.ebook_secs_itm {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin: 15px 0;
}
.ebook_secs_itm_img {
    margin-bottom: 15px;
}
.ebook_secs_itm_con a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.ebook_secs_itm p {
   display: none;
}
.ebook_secs_itm_con a:hover {
    color: #fd7f03;
}
.ebook_secs_itms p{display: none;}
.contact_sec {
    text-align: center;
}
.book-item {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
}
.book-item-links a {
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 7px 8px 7px 0;
    display: inline-block;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    color: #000;
    line-height: 19px;
}
.book-item-desc {
    margin: 15px 0;
}
.book-item-genre {
    display: inline-block;
}
.book-item-links {
    display: inline-block;
    width: 100%;
    float: left;
}
.book-item-links a:hover{
    background: #fd7f03;
    color: #fff;
    border: 1px solid #fd7f03;
}
.book-item .row {
    align-items: center;
}
.book_detail_sec .book-item .row {
    align-items: flex-start;
}
.book_detail_sec .book-item {
    margin-bottom: 30px;
}
.book-item-book span {
    font-size: 16px;
    display: block;
}

/* 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 10px;
    font-size: 13px;
    color: #666;
}
.book-item-price {
    margin: 10px 0;
}
.price-current {
    color: #fd7f03;
    font-weight: 900;
    font-size: 22px;
}
.price-regular {
    color: #999;
    text-decoration: line-through;
    font-size: 15px;
    margin-left: 8px;
}
.book-item-date {
    margin: 0 0 10px;
}
.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: #fd7f03;
    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 .cst-subscribe form.emailSub {
    display: flex;
    max-width: 460px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.site-signup-section .cst-subscribe input.expemail {
    flex: 1;
    border: 1px solid #ddd;
    border-right: 0;
    padding: 10px 15px;
    font-size: 14px;
}
.single-books input.subBtn {
    padding: 10px !important;
}
.site-signup-section .cst-subscribe input.subBtn {
    background: #fd7f03;
    color: #fff;
    border: 1px solid #fd7f03;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}
.site-signup-section .cst-subscribe input.subBtn:hover {
    background: #d06904;
    border-color: #d06904;
}
.section_type8 {
    padding: 70px 0;
    background: #fff8f2;
}
.section_type8_img img {
    width: 80px !important;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
}
.section_type8_itm {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    background: #000;
    color: #fff;
}
.section_type8_itm h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}
.section_type8_con h6 + p {
    font-size: 12px;
}
.promotion_service_itm {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 25px;
    margin: 15px 0 25px;
    text-align: center;
    box-shadow: 0 0 10px #ddd;
}
.promotion_service_itm h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.5;
}
.promotion_service_itm p {
    margin-bottom: 0;
}



/* redesign */


/* 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: #d06904;
}
.not-found-dk p{
    margin-bottom: 40px;
}


.not-found-dk .btn-primary{
    padding: 15px 30px;
    border-radius: 30px;
}

@media(max-width: 360px){
    .not-found-dk header h2 {
        font-size: 160px;
    }
}




/* redesign */
/*===============*/
.feature_author_itm {
    background: #fbfbfb;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.feature_author_itm_img {
    flex: 0 0 150px;
    border-radius: 15px;
    height: 150px;
    overflow: hidden;
    margin-right: 20px;
    background: #eeeeee;
    padding: 0px;
}
.feature_author_name {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}
.feature_author_subscribe {
    display: inline-block;
}
.feature_author_subscribe a {
    border: 1px solid #fd7f03 ;
    padding: 3px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fd7f03  !important;
}
.feature_author_subscribe a:hover {
    background: #fd7f03;
    color: #fff !important;
}
.feature_author_subscribe a:hover img {
    filter: brightness(0) invert(1);
}
.feature_author_subscribe a img {
    margin-right: 8px;
    width: 18px;
}
.feature_author_social {
    margin-top: 15px;
}
.feature_author_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.feature_author_social ul li {
    margin: 0 5px 0;
}


.feature_author_itm a {
    color: #fd7f03;
}
/*=======*/
.feature_author_detail .feature_author_itm {
    background: none;
    padding: 0;
    border: 0;
}

.feature_author_info_itm {
    margin-top: 30px;
    font-size: 1.5rem;
}


/*-----*/
.sidebar .feature_author_itm .feature_author_itm_img {
    flex: initial;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.sidebar .feature_author_itm {
    display: block;
}

.ttl-1 {text-align: center; margin: 45px 0 92px;}

/*--------------*/
.feature_author_detail {
    margin-top: 50px;
}


.feature_author_detail .feature_author_head {
    font-size: 16px;
    font-weight: 800;
}

.feature_author_social h5 {
    font-size: 16px;
    font-weight: 800;
}
.feature_author_detail .feature_author_info_itm h2 {
    font-size: 22px;
    font-weight: 800;
}
.feature_author_detail li {
    font-size: 16px;
}
.feature_author_detail .feature_author_info_itm {
    font-size: 16px;
}


/*---*/

.feature_author_detail .feature_author_itm_img {
  margin-bottom: 30px;
}

.feature_author_subscribe a {
  font-size: 13px;
}
.feature_author_detail .feature_author_subscribe a {
  font-size: 15px;
}
.feature_author_itm_images{
    flex: 0 0 150px;
}

.small-btns{
    margin-top: 20px;
}
.small-btns a{
    border-radius: 50px;
    padding: 4px 15px;
    border: 1px solid #fd7f03;
}
.small-btns a:hover {
  background: #fd7f03;
  color: #fff !important;
}
.feature_author_detail .feature_author_info_itm{
    text-align: left;
}
.feature_author_itm_img-2 img {
  width: 95px;
}
/*.feature_author_itm{
    justify-content: space-between;
}*/
.feature_author_itm_img-2 {
    margin-left: auto;
}
.feature_author_detail .feature_author_itm {
    justify-content: start;
}

.feature_author_detail .feature_author_itm_img-2 img{
    width: 120px;
}




@media(max-width: 1199px){
    .feature_author_itm {
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature_author_itm_img {
      flex: 0 0 307px;
      height: 300px;
    }
    .feature_author_itm_con {
        text-align: center;
        margin-top: 20px;
    }
    .feature_author_social ul{
        justify-content: center;  
    }
    .feature_author_itm_img {
        margin: 15px auto 0px !important;
    }
    .feature_author_itm_images {
      flex: 0 0 307px;
    }
    /**/
    .feature_author_itm_img-2 {
        text-align: center;
        margin-top: 20px;
    }
    .feature_author_itm_img, .feature_author_itm_img-2 img, .feature_author_detail .feature_author_itm_img-2 img {
        width: 300px;
    }
    .feature_author_itm {
        display: block;
    }
    .feature_author_itm_images{
        margin-right: 0px;
    }
    .feature_author_itm_img img{
        width: 100%;
    }
    .feature_author_detail .feature_author_itm_img {
        flex: 0 0 150px;
        height: 150px;
    }
    .feature_author_detail .feature_author_itm_img {
        margin: 0px 20px 30px 0px !important;
    }
    .feature_author_detail .feature_author_itm_img-2 img {
        width: 120px;
    }

}
@media(max-width: 575px){
    .feature_author_itm {
        display: block;
    }
    .feature_author_itm_img {
        width: 150px;
        height: 150px;
    }
    .ttl-1 {
        margin: 45px 0 30px;
    }
    .feature_author_itm_img-2 img, .feature_author_detail .feature_author_itm_img-2 img {
        width: 150px;
    }
/* ============== */
    .feature_author_detail .feature_author_itm_images {
        display: block !important;
    }
    .feature_author_detail .author-details-dk{
        display: block !important;
        text-align: center;
    }
    .feature_author_detail .feature_author_itm_img {
        margin: auto !important;
        margin-bottom: 20px !important;
    }
}
@media(max-width: 420px){
    
    
    
    .feature_author_info {
        text-align: left;
    }
    
}

.book-item-book > h1 {
    font-size: 2rem;
}

/* Footer */
footer {
    background-color: #131313;
    border-top: #d9d9d9 16px solid;
}

footer p:last-child {
    margin: 0;
}

.footer_top {
    padding: 50px 0 100px;
}

.footer_top .container {
    max-width: 1470px;
}

.footer_top h2 {
    font-size: 46px;
    line-height: 51px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 45px;
}

.footer_top h3 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}

.footer_top h4 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px;
}

.footer_top .footer_menu {
    width: 25%;
    float: left;
    padding;
    0 5% 0 0;
}

.footer_top .footer_menu ul {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.footer_top .footer_menu ul li {
    padding: 0 0 5px;
list-style:none;
}

.footer_top .footer_menu ul li a {
    color: #fff;
}

.footer_top .footer_about {
    width: 25%;
    float: right;
}

.footer_top .footer_about .footer_social {}

.footer_top .footer_about .footer_social ul {
    padding: 0;
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 32px;
    color: #A1A1A1;
    overflow: hidden;
}

.footer_top .footer_about .footer_social ul li {
    margin: 0 10px 0 0 !important;
    padding: 0;
    float: left;
}

.footer_top .footer_about .footer_social ul li a {
    display: block;
    border: none;
}


.footer_bottom .footer_bottom_inner {
    padding: 20px 0 35px;
    border-top: #474747 2px solid;
}

.footer_bottom p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #A1A1A1;
    text-align: center;
}

/* Phase 8: give the detail page's book box breathing room from the header/footer */
.single-books main {
    margin: 40px 0;
}

/* Phase 8: wider container at large viewports */
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
