/*================== Global CSS Start ==================*/

html {
    overflow-x: hidden;
}
body,
input, select, textarea, button,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

body {
    color: #484848;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    background-color: #FBFBFB;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #343434;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
}
h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ep_main_content {
    padding-left: 20px;
    padding-right: 20px;
}
.ep_main_content_inner {
    display: flex;
    flex-flow: row wrap;
    width: 1120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ep_main_content_inner .ep_content_article {
    width: 100%;
}
.ep_mobile_ads {
    display: none !important;
}

/*================== Global CSS End ==================*/



/*================== Header CSS Start ==================*/

.ep_main_header {
    padding-top: 40px;
}
.ep_header_topbar {
    background: #323232;
    box-shadow: 0px 2px 4.4px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 2px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.ep_header_topbar_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#topbar-menu > li {
    display: inline-block;
}
#topbar-menu > li >a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 18px;
    display: inline-block;
    line-height: 1.25;
    font-weight: 400;
}
#topbar-menu > li > a:hover,
#topbar-menu > li.current-menu-item >a {
    color: #FF5733;
}
.ep_header_topbar_inner {
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.is_sticky .ep_header_topbar {
    position:fixed;
    -webkit-animation: sticky-header 0.7s;
    -moz-animation: sticky-header 0.7s;
    animation: sticky-header 0.7s;
    padding: 8px 20px;
}
@-webkit-keyframes sticky-header { 
    0% { 
        opacity:0; 
        transform:translateY(-100%);
    }
    100% { 
        opacity:0.9; 
        transform:translateY(0);
    }
}
@-moz-keyframes sticky-header { 
    0% { 
        opacity:0; 
        transform:translateY(-100%);
    }
    100% { 
        opacity:0.9; 
        transform:translateY(0);
    }
}
@keyframes sticky-header { 
    0% { 
        opacity:0; 
        transform:translateY(-100%);
    }
    100% { 
        opacity:0.9; 
        transform:translateY(0);
    }
}
.ep_header_topbar_logo img {
    max-height: 18px;
    width: auto;
}
.ep_header_overlay_search_trigger {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.ep_header_topbar_logo a {
    display: flex;
    justify-content: flex-start;
}
.ep_header_topbar_logo {
    width: 120px;
}
.ep_header_topbar_search {
    width: 40px;
    text-align: right;
}
.ep_header_topbar_menu {
    width: calc(100% - 160px);
    text-align: center;
}
.ep_main_header:not(.is_sticky) .ep_header_topbar_logo {
    display: none;
}
.ep_main_header:not(.is_sticky) .ep_header_topbar_search {
    display: none;
}
.ep_main_header:not(.is_sticky) .ep_header_topbar_menu {
    width: 100%;
    text-align: left;
}
.admin-bar .ep_header_topbar {
    top: 32px;
}
.ep_header_topbar_logo h1 {
    white-space: nowrap;
    margin: 0;
    line-height: 1;
    font-size: 14px;
}
.ep_header_topbar_logo h1 a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
}
.ep_header_topbar_logo h1 a:hover {
    color: #FF5733;
}

.ep_main_header_logo h1 {
    margin: 0;
    line-height: 1;
    font-size: 36px;
    white-space: nowrap;
}
.ep_main_header_logo h1 a {
    text-decoration: none;
    color: #000;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
}
.ep_main_header_logo h1 a:hover {
    color: #FF5733;
}
.ep_main_header_bottom {
    padding: 40px 20px;
}
.ep_main_header_inner {
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.ep_main_header_account {
    width: 120px;
}
.ep_main_header_logo {
    width: 240px;
    padding-right: 20px;
}
.ep_main_header_search {
    width: calc(100% - 360px);
    padding-right: 18px;
}
.ep_main_header_search form {
    position: relative;
}
.ep_main_header_search #search {
    border-radius: 20px !important;
    border: 1px solid #FFF !important;
    background: #FFF !important;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) !important;
    width: 100% !important;
    height: 42px !important;
    font-size: 14px !important;
    padding-left: 38px !important;
    padding-right: 50px !important;
    transition: all .3s ease-in-out .0s;
    outline: none !important;
    color: #000 !important;
}
.ep_main_header_search button {
    position: absolute;
    right: 15px;
    top: 8px;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}
.ep_main_header_search form:hover #search, 
.ep_main_header_search #search:focus {
    border-color: #FF5733 !important;
}
.ep_main_header_login_btn {
    border-radius: 20px;
    background: #FF5733;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
    line-height: 1.375;
}
.ep_main_header_login_btn:hover {
    background: #343434;
    color: #fff;
}
.ep_main_header_mb_menu_trigger, 
.ep_main_header_mb_search_trigger {
    display: none;
}
.ep_main_header_search {
    position: relative;
}
div#ep-ajax-search-result {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    z-index: 10;
    width: calc(100% - 20px);
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
div#ep-ajax-overlay-search-result {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
}
.ep_overlay_search_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(249 249 249 / 95%);
    left: 0;
    top: 0;
    z-index: 100;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.ep_overlay_search_close {
    position: absolute;
    right: 28px;
    top: 20px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    transition: all .3s ease-in-out .0s;
}
.ep_overlay_search_close:hover {
    color: red;
}
.ep_overlay_search_inner {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 320px;
}
.ep_overlay_search_inner .ep_main_header_search {
    width: 100% !important;
    padding-right: 0;
}
.ep_overlay_search_inner input#search {
    height: 50px !important;
    border-radius: 50px !important;
}
.ep_overlay_search_inner .ep_main_header_search button {
    top: 11px;
}
#ep-ajax-overlay-search-result .ep_ajax_search_result_inner {
    padding: 25px 0 0;
}
.ep_ajax_overlay_search_more_book {
    text-align: center;
    padding-top: 30px;
}
.ep_ajax_overlay_search_more_book a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    color: #FF5733;
}
.ep_ajax_overlay_search_more_book a svg {
    margin-left: 6px;
    width: 12px;
}
.ep_ajax_overlay_search_more_book a svg path {
    fill: #FF5733;
}
#topbar-menu .menu-item-has-children {
    position: relative;
}
.ep_overlay_menu_wrap {
    position: fixed;
    width: 400px;
    max-width: 100%;
    height: 100%;
    right: -400px;
    top: 0;
    z-index: 100;
    background: #323232;
    transition: all .3s ease-in-out .0s;
}
.ep_overlay_menu_overlay {
    position: fixed;
    background: rgb(255 255 255 / 85%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}
.ep_overlay_menu_inner #topbar-menu > li {
    display: block;
}
.ep_overlay_menu_inner #topbar-menu::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    background-color: transparent;
}
.ep_overlay_menu_inner #topbar-menu::-webkit-scrollbar-thumb {
    background-color: #777777;
    border-radius:10px;
}
.ep_overlay_menu_inner #topbar-menu::-webkit-scrollbar-track{
    background-color: #444444;
    border-radius: 10px;
}
.ep_overlay_menu_inner {
    padding: 50px 20px 0 30px;
}
.ep_overlay_menu_inner #topbar-menu {
    margin: 0;
    list-style: none;
    height: calc(100vh - 100px);
    overflow-y: auto;
    padding-right: 10px;
}
.ep_overlay_menu_close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    z-index: 1000;
}
.ep_overlay_menu_inner .sub-menu {
    position: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none;
    margin: 0;
    width: 100% !important;
    left: 0 !important;
    display: none;
    padding-left: 18px;
}
.ep_overlay_menu_inner #topbar-menu > li >a {
    font-size: 16px;
    padding: 10px 0 !important;
}
.ep_overlay_menu_inner #topbar-menu > li {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.ep_overlay_menu_inner .menu .sub-menu a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}
.ep_overlay_menu_inner .menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 15px !important;
}
.ep_overlay_menu_inner .menu li.menu-item-has-children > .ep-menu-toggle {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 12px;
    cursor: pointer;
}
.ep_overlay_menu_inner .menu li.menu-item-has-children > .ep-menu-toggle::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 14px;
    width: 1px;
    top: 2px;
    right: 8px;
    transition: all .3s ease-in-out .0s;
    transform: scale(1, 1);
}
.ep_overlay_menu_inner .menu li.menu-item-has-children > .ep-menu-toggle::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 14px;
    height: 1px;
    top: 8px;
    right: 2px;
    transition: all .3s ease-in-out .0s;
}
.ep_overlay_menu_inner .menu li.menu-item-has-children > .ep-menu-toggle:hover::before,
.ep_overlay_menu_inner .menu li.menu-item-has-children > .ep-menu-toggle:hover::after {
    background: #FF5733;
}
.ep_overlay_menu_inner .menu li.menu-item-has-children.sub-menu-active > .ep-menu-toggle::before {
    transform: scale(1, 0);
}
.ep_overlay_menu_inner #topbar-menu > li.menu-item-has-children {
    padding-right: 20px;
}
.ep_overlay_menu_inner .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.ep_overlay_menu_inner .sub-menu li:first-child > a {
    padding-top: 0 !important;
}
.overlay-menu-active .ep_overlay_menu_wrap {
    right: 0;
}
.ep_overlay_menu_inner .sub-menu li:first-child .ep-menu-toggle {
    top: 0;
}
#topbar-menu > .ep_mega_menu_enable > .sub-menu {
    width: 1080px !important;
}
.ep_overlay_menu_account_wrap {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FF5733;
}
.ep_overlay_menu_account_wrap > a {
    color: #fff;
    line-height: 45px;
    text-decoration: none;
    font-size: 15px;
    display: block;
}
.ep_overlay_menu_account_wrap ul {
    display: flex;
    margin: 0;
    list-style: none;
}
.ep_overlay_menu_account_wrap ul li {
    width: 50%;
}
.ep_overlay_menu_account_wrap ul li + li {
    border-left: 1px solid rgb(255 255 255 / 50%);
}
.ep_overlay_menu_account_wrap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 45px;
}
.ep_main_header_logo img {
    width: auto;
}

/*================== Header CSS End ==================*/



/*================== Home Page CSS Start ==================*/

body.page-template-page-home .ep_main_content {
    padding-top: 38px;
}
.hp_featured_ebooks_list_wrap > .hp_featured_ebooks_list_item +  .hp_featured_ebooks_list_item {
    display: none;
}
.hp_featured_ebooks_section {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 87, 51, 0.88) 30.86%, rgba(61, 22, 111, 0.85) 83.82%);
    box-shadow: 0px 4px 6.6px 1px rgba(0, 0, 0, 0.25);
    padding: 28px 40px 35px;
}
.hp_featured_ebooks_section_title {
    color: #fff;
    font-weight: 500;
}
.hp_featured_ebooks_list_wrap {
    margin-left: -10px;
    margin-right: -10px;
}
.hp_featured_ebooks_list_item {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 200px;
}
.hp_featured_ebooks_list_item_thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.hp_featured_ebooks_list_item_thumb a::before {
    content: "";
    padding-top: 129.4871794871795%;
    display: block;
}
.hp_featured_ebooks_list_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all .3s ease-in-out .0s;
}
.hp_featured_ebooks_list_item:hover .hp_featured_ebooks_list_item_thumb img {
    transform: scale(1.2);
}
.hp_featured_ebooks_list_item_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hp_featured_ebooks_list_item_title {
    margin-top: 12px;
}
.hp_featured_ebooks_list_item_title a:hover {
    color: #000;
}
.hp_featured_ebooks_prev {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4.6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    top: calc(50% - 18px);
    left: 0;
    transform: translateY(-50%);
}
.hp_featured_ebooks_next {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 4.6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    top: calc(50% - 18px);
    right: 0;
    transform: translateY(-50%);
}

.hp_choose_genre_list_trigger {
    display: none;
}
.hp_choose_genre_list_wrap {
    display: flex;
    flex-flow: row wrap;
}
.hp_choose_genre_list_item {
    width: 25%;
    padding-left: 40px;
    margin-bottom: 30px;
}
.hp_choose_genre_list_item_parent a {
    color: #FF5733;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.hp_choose_genre_list_item_parent a:hover {
    color: #000;
}
.hp_choose_genre_section {
    margin-top: 45px;
}
.hp_choose_genre_section_header {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.hp_choose_genre_section_title {
    margin-bottom: 0;
    width: calc(100% - 68px);
    padding-right: 20px;
}
.hp_choose_genre_section_header a {
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 12px;
    line-height: 1;
    width: 68px;
    text-align: center;
}
.hp_choose_genre_section_header a:hover {
    background: #323232;
    color: #fff;
}
.hp_choose_genre_list_item_childs {
    margin: 0;
    list-style: none;
    padding: 0 5px 0 0;
    max-height: 200px;
    overflow-y: auto;
}
.hp_choose_genre_list_item_childs::-webkit-scrollbar{
    width: 3px;
    height: 6px;
    background-color: transparent;
}
.hp_choose_genre_list_item_childs::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}
.hp_choose_genre_list_item_childs::-webkit-scrollbar-track{
    background-color: #e9e9e9;
    border-radius: 10px;
}
.hp_choose_genre_list_item_childs a {
    color: #3F3F3F;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
}
.hp_choose_genre_list_item_childs a:hover {
    color: #FF5733;
}

.facetwp-template[data-name="home_latest_book_template"] {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
.ep_book_grid_item {
    width: 16.66666666666667%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}
.ep_book_archive_content_inner .ep_book_grid_item {
    width: 20%;
}
.ep_book_grid_item_thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.ep_book_grid_item_thumb a::before {
    content: "";
    padding-top: 129.4871794871795%;
    display: block;
}
.ep_book_grid_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all .3s ease-in-out .0s;
}
.ep_book_grid_item:hover .ep_book_grid_item_thumb img {
    transform: scale(1.2);
}
.ep_book_grid_item_title a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #505050;
}
.ep_book_grid_item_title a:hover {
    color: #FF5733;
}
.ep_book_grid_item_title {
    margin-top: 15px;
}

.hp_latest_book_section {
    padding-top: 22px;
}
.hp_latest_book_section_heading {
    margin-bottom: 35px;
}
.facetwp-facet-book_load_more_pagi {
    margin-bottom: 0 !important;
    text-align: center;
}
.facetwp-facet-book_load_more_pagi .facetwp-load-more {
    cursor: pointer;
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 14px 20px 13px;
    line-height: 1;
    margin-top: 10px;
    transition: all .3s ease-in-out .0s;
}
.facetwp-facet-book_load_more_pagi .facetwp-load-more:hover {
    background: #323232;
    color: #fff;
}

.hp_latest_series_grid_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -13px;
    margin-right: -13px;
    justify-content: center;
}
.hp_latest_series_grid_item {
    width: 20%;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
    margin-bottom: 26px;
}
.hp_latest_series_grid_item a {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(134deg, rgba(38, 46, 219, 0.70) 5.13%, rgba(255, 111, 119, 0.70) 73.69%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}
.hp_latest_series_grid_item a:hover {
    color: #000;
}
.hp_latest_series_grid_item:nth-child(5n + 2) a {
    background: linear-gradient(134deg, rgba(53, 219, 38, 0.70) 5.13%, rgba(0, 41, 254, 0.70) 73.69%);
}
.hp_latest_series_grid_item:nth-child(5n + 3) a {
    background: linear-gradient(134deg, rgba(219, 38, 212, 0.70) 5.13%, rgba(255, 91, 91, 0.70) 73.69%);
}
.hp_latest_series_grid_item:nth-child(5n + 4) a {
    background: linear-gradient(134deg, rgba(215, 219, 38, 0.70) 5.13%, rgba(170, 0, 82, 0.70) 73.69%);
}
.hp_latest_series_grid_item:nth-child(5n + 5) a {
    background: linear-gradient(32deg, rgba(18, 214, 84, 0.70) 0%, rgba(225, 35, 35, 0.70) 93.85%);
}
.hp_latest_series_section {
    padding-top: 55px;
}
.hp_latest_series_section_title {
    margin-bottom: 35px;
}
.hp_latest_series_view_all_btn {
    text-align: center;
    padding-top: 14px;
}
.hp_latest_series_view_all_btn a {
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 20px 14px;
    line-height: 1;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    max-width: 125px;
    width: 100%;
}
.hp_latest_series_view_all_btn a:hover {
    background: #323232;
    color: #fff;
}

.hp_top_authors_grid_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -9px;
    margin-right: -9px;
}
.hp_top_authors_grid_item {
    width: 25%;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px;
}
.hp_top_authors_grid_item_inner {
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background: linear-gradient(254deg, rgba(255, 87, 51, 0.99) 49.48%, rgba(61, 22, 111, 0.53) 82.79%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 35px 12px;
    text-decoration: none;
}
.hp_top_authors_grid_item_thumb {
    width: 86px;
}
.hp_top_authors_grid_item_thumb img {
    background: #fff;
    padding: 2px;
    border-radius: 50%;
}
.hp_top_authors_grid_item_detail {
    text-align: center;
    padding-left: 20px;
    width: calc(100% - 86px);
    padding-right: 5px;
}
.hp_top_authors_grid_item_name {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    margin-bottom: 8px;
}
.hp_top_authors_grid_item_books {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.hp_top_authors_grid_item_books span {
    display: block;
    font-size: 20px;
    margin-top: 2px;
}
.hp_top_authors_grid_item_inner * {
    transition: all .3s ease-in-out .0s;
}
.hp_top_authors_grid_item_inner:hover * {
    color: #000 !important;
}

.hp_top_authors_section {
    padding-top: 55px;
}
.hp_top_authors_section_header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.hp_top_authors_section_title {
    margin-bottom: 0;
    width: calc(100% - 68px);
    padding-right: 20px;
}
.hp_top_authors_section_header a {
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 12px;
    line-height: 1;
    width: 68px;
    text-align: center;
}
.hp_top_authors_section_header a:hover {
    background: #323232;
    color: #fff;
}

.hp_cta_section {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 147px;
}
.hp_cta_section_inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.hp_cta_section_inner a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    padding: 17px 58px 16px;
    color: #fff;
}
.hp_cta_section_inner a:hover {
    background: #323232;
    color: #fff;
}
.page-template-page-home .ep_desktop_ads, 
.ep_mobile_ads {
    text-align: center;
}
.ep_home_horizontal_ads_box_1,
.ep_home_horizontal_ads_box_2,
.ep_home_horizontal_ads_box_3,
.ep_home_horizontal_ads_box_4,
.ep_home_horizontal_ads_box_5,
.ep_home_horizontal_ads_box_6 {
    margin-top: 40px;
}
.ep_home_mobile_ads_box_1 {
    margin-bottom: 20px;
}
.ep_home_mobile_ads_box_2,
.ep_home_mobile_ads_box_3,
.ep_home_mobile_ads_box_4,
.ep_home_mobile_ads_box_5,
.ep_home_mobile_ads_box_6 {
    margin-top: 30px;
}
.hp_top_blogs_grid_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.hp_top_blogs_grid_item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.hp_top_blogs_grid_item_thumb a {
    display: block;
    position: relative;
    margin-bottom: 18px;
}
.hp_top_blogs_grid_item_thumb a::before {
    content: "";
    padding-top: 73.54497354497354%;
    display: block;
}
.hp_top_blogs_grid_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.hp_top_blogs_grid_item_title {
    font-size: 20px;
}
.hp_top_blogs_grid_item_title a {
    text-decoration: none;
}

.hp_top_blogs_section_header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.hp_top_blogs_section_title {
    margin-bottom: 0;
    width: calc(100% - 68px);
    padding-right: 20px;
}
.hp_top_blogs_section_header a {
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 12px;
    line-height: 1;
    width: 68px;
    text-align: center;
}
.hp_top_blogs_section_header a:hover {
    background: #323232;
    color: #fff;
}
.hp_top_blogs_section {
    padding-top: 40px;
}

/*================== Home Page CSS End ==================*/



/*================== Book CSS Start ==================*/

.ep_ads_center_align {
    text-align: center;
}
.ep_single_book_top_section {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}
.ep_single_book_top_left_part {
    width: 22%;
}
.ep_single_book_top_center_part {
    width: 49.16%;
    padding-left: 40px;
    padding-right: 40px;
}
.ep_single_book_top_right_part {
    width: 28.84%;
}
.ep_single_book_breadcrumb {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #4E4E4E;
}
.ep_single_book_breadcrumb a {
    color: #4E4E4E;
    text-decoration: none;
}
.ep_single_book_breadcrumb a:hover {
    color: #FF5733;
}
.ep_single_book_breadcrumb .ep_sep {
    color: #FF5733;
}
.ep_single_book_top_thumb img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ep_single_book_top_title {
    color: #434343;
    font-size: 36px;
    margin-bottom: 12px;
}
.ep_ads_center_align + .ep_ads_center_align {
    margin-top: 60px;
}
.ep_single_book_top_author a {
    text-decoration: none;
    font-weight: 400;
}
.ep_single_book_top_thumb {
    margin-bottom: 20px;
}
.ep_single_book_top_meta {
    list-style: none;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    color: #3A3A3A;
}
.ep_single_book_top_meta > li + li {
    margin-top: 4px;
}
.ep_single_book_top_meta a {
    text-decoration: none;
    font-weight: 500;
    color: #FF5733;
}
.ep_single_book_top_meta a:hover {
    color: #3A3A3A;
}
.ep_single_book_top_rate_this_book {
    margin-top: 40px;
    padding-left: 25px;
}
.ep_single_book_top_rate_this_book a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #313131;
}
.ep_single_book_top_rate_this_book svg {
    width: 25px;
    height: 24px;
}
.ep_single_book_top_rate_this_book a > span {
    display: block;
    margin-top: 2px;
}
.ep_single_book_left_ads_box_1 {
    margin-top: 20px;
}
.ep_single_book_top_review_stars svg {
    width: 20px;
    height: 20px;
}
.ep_single_book_top_review_detail > span {
    display: inline-block;
    vertical-align: middle;
}
.ep_single_book_top_review_total {
    color: #BABABA;
    font-size: 14px;
}
.ep_single_book_top_review_average {
    color: #3C3C3C;
    font-weight: 600;
    font-size: 24px;
    margin-right: 10px;
}
.ep_single_book_top_review_stars {
    margin-bottom: -4px;
    margin-right: 6px;
}
.ep_single_book_top_author {
    margin-bottom: 8px;
}
.ep_single_book_top_review_detail {
    margin-bottom: 30px;
}
.ep_single_book_top_download_btn {
    background: #FF5733;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    margin-right: 13px;
    margin-bottom: 10px;
}
.ep_single_book_top_read_online_btn {
    background: #fff;
    color: #2D2D2D;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    border-radius: 20px;
    padding: 19px 30px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border: 1px solid #FF5733;
    margin-bottom: 10px;
}
.ep_single_book_top_download_btn:hover,
.ep_single_book_top_read_online_btn:hover,
.ep_single_book_top_download_btn:focus,
.ep_single_book_top_read_online_btn:focus {
    background: #323232;
    color: #fff;
    border-color: #323232;
}
.ep_single_book_top_intro_text {
    color: #7B7B7B;
    font-size: 12px;
    margin-top: 8px;
}
.ep_single_book_top_content {
    margin-top: 25px;
}
.ep_single_book_top_excerpt {
    background: #fff;
    border-radius: 20px;
    padding: 35px 20px;
    color: #595959;
    font-size: 15px;
    font-weight: 300;
    margin-top: 40px;
}
.ep_single_book_top_excerpt_heading {
    color: #373737;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
}
.ep_single_book_top_excerpt p:last-child {
    margin-bottom: 0;
}
.ep_single_book_top_child_genres a {
    color: #3e3e3e;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    border: 1px solid #FF5733;
    border-radius: 50px;
    padding: 6px 15px;
    min-width: 80px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 7px;
}
.ep_single_book_top_child_genres a:hover {
    background: #FF5733;
    color: #fff;
}
.ep_single_book_top_child_genres .ep_single_book_top_child_genres_more {
    background: #FF5733;
    color: #fff;
}
.ep_single_book_top_child_genres .ep_single_book_top_child_genres_more:hover {
    background: #323232;
    border-color: #323232;
    color: #fff;
}
.ep_single_book_top_child_genres {
    margin-top: 30px;
}

.ep_single_book_more_series_section {
    padding-top: 30px;
}
.ep_single_book_more_tax_list_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.ep_single_book_more_tax_header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ep_single_book_more_tax_header h3 {
    margin-bottom: 0;
    width: calc(100% - 68px);
    padding-right: 20px;
}
.ep_single_book_more_tax_header a {
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 12px;
    line-height: 1;
    width: 68px;
    text-align: center;
}
.ep_single_book_more_tax_header a:hover {
    background: #323232;
    color: #fff;
}
.ep_single_book_horizontal_ads_box_1 {
    margin-bottom: 30px;
}
.ep_single_book_horizontal_ads_box_2 {
    margin-top: 30px;
}
.ep_single_book_rating_review_box_section {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin-top: 145px;
    padding: 60px 20px;
}
.ep_single_book_rating_review_box_heading {
    color: #474747;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}
.ep_single_book_rating_review_box_stars {
    display: flex;
    justify-content: center;
}
.ep_single_book_rating_review_box_stars svg {
    width: 65px;
    margin: 0 3px;
    height: 65px;
}
.ep_single_book_rating_review_box_subheading {
    color: #575757;
    font-size: 32px;
    margin-top: 22px;
}
.ep_single_book_rating_review_box_btn {
    display: inline-block;
    background: #FF5733;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    padding: 28px;
    border-radius: 100px;
    line-height: 1;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ep_single_book_rating_review_box_btn:hover {
    background: #323232;
    color: #fff;
}
div#comments {
    margin-top: 90px;
}
.comments-title {
    margin-bottom: 30px;
}
.comments-title span {
    font-weight: 400;
    color: #7C7C7C;
    font-size: 67%;
}
.comment-list {
    list-style: none;
    margin: 0;
}
body.single-book .comment-list ol {
    margin: 0;
    list-style: none;
}
.ep_comment_body {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.ep_comment_body p:last-child {
    margin-bottom: 0;
}
.ep_comment_thumb {
    width: 80px;
}
.ep_comment_detail {
    width: calc(100% - 80px);
    padding-left: 25px;
}
.ep_comment_thumb img {
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ep_comment_auth_name {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: capitalize;
}
.ep_comment_rating_date {
    margin-bottom: 15px;
}
.ep_comment_awaiting_moderation {
    margin-bottom: 15px;
    color: #ff8484;
    font-style: italic;
    font-size: 14px;
}
.ep_comment_date {
    color: #BABABA;
    font-size: 14px;
    position: relative;
    top: 2px;
}
.ep_comment_rating {
    display: flex;
    align-items: center;
    margin-right: 13px;
}
.ep_comment_rating svg {
    width: 18px;
    height: 17px;
    margin-right: 2px;
}
.ep_comment_rating_date {
    display: flex;
    align-items: center;
}
.ep_comment_content {
    margin-top: 20px;
}
.ep_single_book_comment_form_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.admin-bar .ep_single_book_comment_form_wrap {
    padding-top: 72px;
}
.ep_single_book_comment_form_logged_out_message {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    padding: 20px;
}
.ep_single_book_comment_form_popup_close {
    position: absolute;
    right: 28px;
    top: 20px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    transition: all .3s ease-in-out .0s;
}
.admin-bar .ep_single_book_comment_form_popup_close {
    top: 52px;
}
.ep_single_book_comment_form_popup_close:hover {
    color: red;
}
.ep_comment_auth_name a {
    text-decoration: none;
}
.ep_single_book_comment_form_wrap h3#reply-title {
    font-size: 0 !important;
}
.ep_single_book_comment_form_wrap h3#reply-title::before {
    content: "Add your rating & reviews";
    font-size: 24px;
}
.ep_single_book_comment_form_wrap .logged-in-as {
    display: none;
}
.ep_single_book_comment_form_wrap div#respond {
    max-width: 700px;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.ep_comments_rating_container {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
}
.ep_comments_rating_container input {
    display: none;
}
.ep_comments_rating_container label {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/ebooks-v3/img/star-line-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin: 0 2px;
}
.ep_comments_rating_container > input:checked ~ label {
    background-image: url(/wp-content/themes/ebooks-v3/img/star-fill-icon.svg);
}
.ep_comments_rating_container:hover > input + label {
    background-image: url(/wp-content/themes/ebooks-v3/img/star-line-icon.svg);
}
.ep_comments_rating_container > input + label:hover ~ label,
.ep_comments_rating_container > input + label:hover {
    background-image: url(/wp-content/themes/ebooks-v3/img/star-fill-icon.svg);
}
.ep_comments_rating {
    padding: 0;
    border: none;
    margin-bottom: 20px;
    margin-top: 30px;
}
.ep_single_book_comment_form_wrap .comment-form-comment label {
    display: none;
}
.ep_single_book_comment_form_wrap #comment {
    background: #fff !important;
    border: 2px solid #66666661 !important;
    padding: 15px 20px  !important;
    border-radius: 20px !important;
    transition: all .3s ease-in-out .0s !important;
    outline: none !important;
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    text-align: center;
    line-height: 1.4 !important;
    height: 180px;
}
.ep_single_book_comment_form_wrap #comment:hover, 
.ep_single_book_comment_form_wrap #comment:focus {
    border-color: #FF5733 !important;
}
.ep_single_book_comment_form_wrap input#submit {
    display: inline-block;
    background: #FF5733;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    padding: 18px;
    border-radius: 100px;
    line-height: 1;
    max-width: 200px;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ep_single_book_comment_form_wrap input#submit:hover {
    background: #323232;
    color: #fff;
}
.ep_single_book_horizontal_ads_box_3 {
    margin-top: 70px;
}
.ep_single_book_top_review_stars {
    position: relative;
}
.ep_single_book_top_review_fill_star {
    position: absolute;
    width: 0;
    left: 1px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ep_book_grid_wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
.ep_book_archive_content_inner .ep_single_book_breadcrumb {
    width: 100%;
}
.ep_book_archive_content_inner .ep_content_sidebar {
    width: 240px;
}
.ep_book_archive_content_inner .ep_content_article {
    width: calc(100% - 240px);
    padding-left: 40px;
}
.ep_book_filter_by_tax_box {
    max-height: 490px;
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px 30px;
}
.ep_content_sidebar_heading {
    color: #464646;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
}
.ep_book_filter_by_tax_box .facetwp-facet[data-type="checkboxes"] {
    overflow-y: auto;
    max-height: 400px;
    font-size: 13px;
    line-height: 1.2;
    color: #565656;
    padding-right: 8px;
    margin-bottom: 0 !important;
}
.ep_book_filter_by_tax_box .facetwp-facet[data-type="checkboxes"]::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: transparent;
}
.ep_book_filter_by_tax_box .facetwp-facet[data-type="checkboxes"]::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
}
.ep_book_filter_by_tax_box .facetwp-facet[data-type="checkboxes"]::-webkit-scrollbar-track{
    background-color: #eee;
    border-radius: 10px;
}
.facetwp-counter {
    display: none !important;
}
.facetwp-display-value {
    padding-right: 0 !important;
}
.facetwp-expand {
    display: none !important;
}
.facetwp-checkbox {
    background: transparent !important;
    position: relative;
}
.facetwp-checkbox::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #4D4D4D;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.facetwp-checkbox.checked::before {
    border-color: #ff5733;
}
.facetwp-checkbox::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 4px;
    top: 4px;
    opacity: 0;
    background: #ff5733;
    border-radius: 2px;
}
.facetwp-checkbox.checked::after {
    opacity: 1;
}
.facetwp-checkbox.checked {
    color: #ff5733;
}
.facetwp-type-checkboxes .facetwp-depth {
    position: relative;
}
.facetwp-type-checkboxes .facetwp-depth::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -7px;
    top: 0;
    border-left: 1px dashed #ddd;
}
.facetwp-type-checkboxes .facetwp-checkbox ~ div {
    margin-top: 8px !important;
}
.ep_book_filter_reset {
    background: #FF5733 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    border-radius: 50px !important;
    border: none !important;
    height: 40px !important;
    max-width: 160px !important;
    width: 100% !important;
    line-height: 1 !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: all .3s ease-in-out .0s !important;
    margin-top: 22px !important;
    font-weight: 500 !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.ep_book_filter_reset:hover {
    background: #323232 !important;
    color: #fff !important;
}
.ep_book_archive_filter_sort_wrap select {
    display: none !important;
}
.ep_book_archive_filter_sort_wrap {
    border-bottom: 1px solid #4E4E4E;
    margin-bottom: 35px;
    padding-bottom: 6px;
    text-align: right;
}
.ep_book_archive_filter_sort_wrap .facetwp-facet {
    margin-bottom: 0 !important;
}
.ep_content_article_intro {
    margin-bottom: 45px;
}
.facetwp-facet-sort_by .facetwp-radio {
    display: inline-block;
    margin-left: 25px;
    background: transparent !important;
    padding: 0 !important;
    color: #4E4E4E;
    font-weight: 600;
    font-size: 16px;
    transition: all .3s ease-in-out .0s;
    position: relative;
}
.facetwp-facet-sort_by .facetwp-radio::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FF5733;
    left: 0;
    bottom: -11px;
    transition: all .3s ease-in-out .0s;
    opacity: 0;
}
.facetwp-facet-sort_by .facetwp-radio:hover, 
.facetwp-facet-sort_by .facetwp-radio.checked,
.facetwp-facet-sort_by .facetwp-radio:hover::after, 
.facetwp-facet-sort_by .facetwp-radio.checked::after {
    color: #FF5733;
    opacity: 1;
}
.ep_book_archive_filter_sort_wrap {
    display: flex;
    align-items: flex-start;
}
.ep_book_archive_filter_heading {
    font-weight: 500;
    color: #646464;
    width: 80px;
    text-align: left;
}
.ep_book_archive_filter_sort_wrap .facetwp-facet {
    width: calc(100% - 80px);
}
.ep_books_horizontal_ads_box_1 {
    margin-bottom: 42px;
}
.ep_book_page_cta_section {
    width: 100%;
    padding-top: 50px;
}
.ep_book_filter_by_tax_box + .ep_book_filter_by_tax_box {
    margin-top: 30px;
}
.ep_book_filter_by_author_box {
    max-height: 400px;
}
.ep_book_filter_by_tax_box.ep_book_filter_by_author_box .facetwp-facet[data-type="checkboxes"] {
    max-height: 310px;
}
.ep_book_filter_by_series_box {
    max-height: 400px;
}
.ep_book_filter_by_tax_box.ep_book_filter_by_series_box .facetwp-facet[data-type="checkboxes"] {
    max-height: 310px;
}
.ep_book_filter_trigger {
    display: none;
}

.ep_author_detail_section {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding-top: 10px;
    margin-bottom: 25px;
}
.ep_author_detail_left {
    width: 40%;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
}
.ep_author_detail_right {
    width: 60%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    color: #484848;
}
.ep_author_detail_right p:last-child {
    margin-bottom: 0;
}
.ep_author_detail_thumb {
    width: 120px;
}
.ep_author_detail_meta {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-top: 15px;
}
.ep_author_detail_thumb img {
    width: 100%;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ep_author_detail_total_books {
    color: #3F3F3F;
    font-weight: 500;
    margin-bottom: 3px;
}
.ep_author_detail_total_books b {
    font-weight: 600;
}
.ep_author_detail_dob {
    color: #636363;
    font-size: 13px;
}
.ep_author_all_books_heading {
    font-size: 32px;
    margin-bottom: 25px;
}

.ep_author_archive_content_inner .ep_content_sidebar {
    width: 180px;
}
.ep_author_archive_content_inner .ep_content_article {
    width: calc(100% - 180px);
}
.ep_book_search_not_match {
    width: 100%;
    font-weight: 500;
}
.ep_search_horizontal_ads_box_1 {
    margin-bottom: 30px;
}
.ep_ajax_search_result_inner {
    display: flex;
    padding: 20px 10px 20px;
}
.ep_ajax_search_result_item {
    width: 20%;
    padding: 0 5px;
}
.ep_ajax_search_result_item_thumb a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.ep_ajax_search_result_item_thumb a::before {
    content: "";
    padding-top: 129.4871794871795%;
    display: block;
}
.ep_ajax_search_result_item_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out .0s;
}
.ep_ajax_search_result_item:hover .ep_ajax_search_result_item_thumb img {
    transform: scale(1.2);
}
.ep_ajax_search_result_item_title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 8px;
}
.ep_ajax_search_result_item_title a {
    text-decoration: none;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}
#ep-ajax-search-result .before-loading,
#ep-ajax-overlay-search-result .before-loading {
    text-align: center;
    padding: 40px 15px;
    font-weight: 500;
    color: #ff5733;
    letter-spacing: 2px;
}
.ep_ajax_search_result_no_result {
    padding: 30px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
body.search-results div#ep-ajax-search-result {
    display: none !important;
}
.ep_single_book_read_online_section {
    background: rgb(50 50 50 / 95%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
}
.ep_single_book_read_online_section_inner {
    padding: 0 30px;
    text-align: center;
    overflow-y: auto;
    height: calc(100vh - 60px);
    position: absolute;
    left: 0;
    top: 30px;
    width: 100vw;
}
.ep_single_book_read_online_section_inner::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: transparent;
}
.ep_single_book_read_online_section_inner::-webkit-scrollbar-thumb {
    background-color: #ff5733;
    border-radius:10px;
}
.ep_single_book_read_online_section_inner::-webkit-scrollbar-track{
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
    border-radius: 10px;
}
.ep_single_book_read_online_section canvas#the-canvas {
    max-width: 60%;
    transition: all .3s ease-in-out .0s;
}
.ep_single_book_read_online_meta {
    display: flex;
    align-items: center;
    background: #ff5733;
    justify-content: center;
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 100%;
}
.ep_single_book_read_online_navi span {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 50px;
    justify-content: space-between;
    transition: all .3s ease-in-out .0s;
}
.ep_single_book_read_online_navi {
    display: flex;
    width: 150px;
    justify-content: space-between;
    padding-right: 35px;
}
.ep_single_book_read_online_navi span svg {
    width: 12px;
    height: 12px;
}
.ep_single_book_read_online_navi span svg path {
    fill: #fff;
    transition: all .3s ease-in-out .0s;
}
.ep_single_book_read_online_navi span:hover {
    color: #000;
}
.ep_single_book_read_online_navi span:hover svg path {
    fill: #000;
}
.ep_single_book_read_online_zoom {
    width: 150px;
}
.ep_single_book_read_online_page_num {
    width: calc(100% - 300px);
}
.ep_single_book_read_online_zoomIn {
    min-width: 24px;
    height: 24px;
    background: #fff;
    color: #000;
    line-height: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    margin-left: 5px;
}
.ep_single_book_read_online_zoom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ep_single_book_read_online_zoomIn:hover, 
.ep_single_book_read_online_zoomOut:hover {
    background: #000;
    color: #fff;
}
.ep_single_book_read_online_zoomOut {
    min-width: 24px;
    height: 24px;
    background: #fff;
    color: #000;
    line-height: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    margin-left: 10px;
}
.ep_single_book_read_online_popup_close {
    background: #ff5733;
    width: 30px;
    height: 30px;
    position: fixed;
    font-size: 30px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 15px;
    font-weight: 100;
    cursor: pointer;
    z-index: 100000;
    transition: all .3s ease-in-out .0s;
}
.ep_single_book_read_online_popup_close:hover {
    background: #fff;
    color: #ff5733;
}
body.admin-bar .ep_single_book_read_online_section_inner {
    top: 62px;
    height: calc(100vh - 92px);
}
body.admin-bar .ep_single_book_read_online_popup_close {
    top: 47px;
}
.ep_pdf__loader {
  color: #ff5733;
  font-size: 35px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: ep_pdf__loader_mltShdSpin 1.7s infinite ease, ep_pdf__loader_round 1.7s infinite ease;
  display: inline-block;
}
@keyframes ep_pdf__loader_mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes ep_pdf__loader_round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
.ep_pdf_loading span:nth-child(2) {
    display: block;
    padding-top: 25px;
}
.ep_pdf_loading {
    color: #ff5733;
    font-weight: 600;
    letter-spacing: 10px;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pdf_loaded .ep_pdf_loading {
    display: none !important;
}
.ep_author_archive_letter_sorting a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #3A3A3A;
    display: inline-block;
    margin-right: 3px;
}
.ep_author_archive_letter_sorting a:hover {
    color: #ff5733;
}
.ep_author_archive_letter_sorting {
    width: calc(100% - 80px);
}
.ep_author_archive_letter_heading {
    padding-top: 40px;
    border-bottom: 2px solid #343434;
}
.ep_author_archive_letter_box ul {
    list-style: none;
    margin: 0;
    column-count: 3;
}
.ep_author_archive_letter_box ul li {
    padding-right: 15px;
    margin-bottom: 5px;
}
.ep_author_archive_letter_box ul li a {
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
}
.ep_book_archive_content_inner.ep_author_archive__inner .ep_content_sidebar {
    width: 26.5%;
}
.ep_book_archive_content_inner.ep_author_archive__inner .ep_content_article {
    width: 73.5%;
}
.ep_favorite_book_grid_wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 20px -10px 30px;
}
.ep_favorite_book_grid_wrap > h2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}
.ep_single_book_favourite_wrap {
    display: inline-block;
    vertical-align: middle;
}
.ep_single_book_favourite_wrap img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-left: 12px;
    cursor: pointer;
}
.ep_single_book_top_mb_title, 
.ep_single_book_top_mb_author {
    display: none;
}
.ep_single_book_top_mb_review_detail {
    display: none;
}
.ep_single_book_top_mb_btn_group {
    display: none;
}
.ep_book_download_content_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -18px;
    margin-right: -18px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.ep_book_download_content_left, 
.ep_book_download_content_right {
    width: 30%;
    padding: 0 18px;
}
.ep_book_download_content_center {
    width: 70%;
    padding: 0 18px;
}
.ep_book_download_content_inner {
    padding: 40px 0;
    text-align: center;
}
.ep_book_download_please_wait {
    font-weight: 700;
    font-size: 30px;
}
.ep_book_download_title {
    font-size: 38px;
    font-weight: 700;
    color: #ff5733;
    margin: 20px 0;
}
.ep_book_download_counter_wrap_loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.ep_book_download_counter_wrap_loader {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(0deg, #FFFFFF 50%, #ff5733 100%);
    animation: spin 1.5s linear infinite;
}
.ep_book_download_counter_wrap_inner-circle {
    width: 90%;
    height: 90%;
    background-color: #fbfbfb;
    border-radius: 50%;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.ep_book_download_counter_wrap {
    position: relative;
}
.ep_book_download_counter_num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: 700;
}
.book_download_countdown_finish .ep_book_download_counter_wrap_loader-container {
    opacity: 0;
}
.book_download_countdown_finish .ep_book_download_counter_num {
    opacity: 0;
}
.ep_book_download_counter_wrap::after {
    content: "\f15e";
    font-family: 'dashicons';
    font-size: 60px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border: 7px solid #ff5733;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ff5733;
    transition: all 800ms cubic-bezier(.47,2.64,.41,.8);
}
.ep_book_download_counter_wrap.book_download_countdown_finish::after {
    transform: translate(-50%, -50%) scale(1);
}
.ep_single_book_top_btn_group {
    position: relative;
}
.ep_single_book_top_btn_group:not(.loaded)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    cursor: no-drop;
}
.ep_single_book_top_btn_group:not(.loaded) a {
    opacity: .5;
}
.ep_book_download_counter_notice {
    display: none;
}
.book_download_counter_notice_active .ep_book_download_counter_notice {
    display: block;
}
.book_download_counter_notice_active .ep_book_download_counter_wrap::after {
    content: "\f335";
}
.download_latest_ebooks_section {
    margin-bottom: 25px;
}
.hp_top_authors_section.download_top_authors_section {
    padding-top: 20px;
    padding-bottom: 50px;
}


/*================== Book CSS End ==================*/



/*================== Genres CSS Start ==================*/

.ep_generes_archive_page .hp_choose_genre_list_wrap {
    display: block;
    column-count: 3;
}
.ep_generes_archive_page .hp_choose_genre_list_wrap .hp_choose_genre_list_item {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 15px;
}
.ep_generes_archive_page .hp_choose_genre_list_wrap .hp_choose_genre_list_item_childs {
    max-height: inherit;
}
.ep_generes_archive_inner {
    display: flex;
    flex-flow: row wrap;
}
.ep_generes_archive_left {
    width: 27%;
}
.ep_generes_archive_right {
    width: 73%;
    padding-left: 40px;
}
.ep_genres_archive_horizontal_ads_box_1,
.ep_series_archive_horizontal_ads_box_1 {
    padding-bottom: 28px;
}
.ep_genres_archive_horizontal_ads_box_2,
.ep_series_archive_horizontal_ads_box_2 {
    padding-top: 30px;
}
.ep_generes_archive_page {
    padding-bottom: 50px;
}

/*================== Genres CSS End ==================*/



/*================== My Account CSS Start ==================*/

div#user-registration {
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.user-registration-MyAccount-navigation-link.is-active a {
    background-color: #ff5733 !important;
    color: #fff !important;
    margin: 0 !important;
    border: none !important;
}
.user-registration-MyAccount-navigation-link a {
    font-family: 'Poppins' !important;
}
nav.user-registration-MyAccount-navigation {
    border-color: #FF573350 !important;
}
nav.user-registration-MyAccount-navigation ul li.is-active a {
    background: #FF5733 !important;
    color: #fff;
}
nav.user-registration-MyAccount-navigation ul li a {
    text-transform: uppercase;
    font-weight: 600 !important;
}
.user-registration-MyAccount-content .ur-frontend-form.login {
    padding: 0 !important;
}
.user-registration label:not(.user-registration-form__label-for-checkbox) {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
.user-registration form input[type="text"],
.user-registration form input[type="email"],
.user-registration form input[type="password"] {
    border: 1px solid #c1c4d4 !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
}
.user-registration form input[type="text"]:focus,
.user-registration form input[type="email"]:focus,
.user-registration form input[type="password"]:focus {
    border-color: #FF5733 !important;
}
.user-registration input.user-registration-Button.button,
.user-registration .user-registration.ur-frontend-form .button {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    border: none !important;
    border-radius: 4px !important;
    min-width: 135px;
    height: 46px;
    padding: 12px !important;
    background: #FF5733;
    box-shadow: 0 4px 6px -1px rgb(0 0 0/10%),0 2px 4px -2px rgb(0 0 0/10%);
    float: none !important;
}
.user-registration input.user-registration-Button.button:hover, 
.user-registration .user-registration.ur-frontend-form .button:hover {
    background: #323232 !important;
    color: #fff !important;
}
div#ur-frontend-form,
div.user-registration.ur-frontend-form {
    border-color: #eee;
    border-radius: 6px !important;
}
.user-registration-form__label-for-checkbox {
    margin-top: -32px !important;
    margin-bottom: 0 !important;
    float: right;
}
div.user-registration.ur-frontend-form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
div.user-registration.ur-frontend-form form.register .ur-button-container button {
    margin-left: auto;
    margin-right: auto;
}
p.user-registration-LostPassword.lost_password {
    float: none;
    text-align: center;
    margin-top: 20px;
}
p.user-registration-register.register {
    text-align: center;
}
p.user-registration-LostPassword.lost_password a,
p.user-registration-register.register a {
    transition: all .3s ease;
}
p.user-registration-LostPassword.lost_password a:hover,
p.user-registration-register.register a:hover {
    color: #FF5733;
}
#ur-frontend-form fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0;
}
.user-registration-MyAccount-content h1 {
    margin-bottom: 0;
    font-size: 20px;
}
div#ur-frontend-form.login {
    padding: 30px;
}
div.user-registration.ur-frontend-form {
    margin-bottom: 60px !important;
    overflow: hidden;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1) !important;
    background-color: #ffffff !important;
    margin-top: 30px;
    border-radius: 20px !important;
    padding: 40px 30px;
}
div.user-registration.ur-frontend-form .register .ur-button-container {
    margin-top: 30px;
}
.ur-frontend-form legend {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.ep_main_header_account_inner ul {
    list-style: none;
    margin: 0;
    background: #323232;
    width: 160px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    border-radius: 5px !important;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.ep_main_header_account_inner:hover ul {
    visibility: visible;
    opacity: 1;
}
.ep_main_header_account_inner {
    position: relative;
}
.ep_main_header_account_inner ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    background: transparent;
    z-index: -1;
}
.ep_main_header_account_inner ul a {
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
.ep_main_header_account_inner ul a:hover {
    color: #ff5733;
}
.ep_main_header_account_inner ul li + li {
    border-top: 1px solid rgb(255 255 255 / 15%);
}

/*================== My Account CSS End ==================*/



/*================== Blog CSS Start ==================*/

.ep_blog_top_part_section {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.ep_blog_top_part_item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.ep_blog_top_part_section .ep_blog_top_part_item:first-child {
    width: 100%;
}
.ep_blog_top_part_item_thumb a {
    display: block;
    position: relative;
    margin-bottom: 18px;
}
.ep_blog_top_part_item_thumb a::before {
    content: "";
    padding-top: 73.54497354497354%;
    display: block;
}
.ep_blog_top_part_item_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ep_blog_top_part_item_title {
    font-size: 20px;
    margin-bottom: 0;
}
.ep_blog_top_part_item_title a {
    text-decoration: none;
}
.ep_blog_top_part_item_inner.ep_first_post {
    position: relative;
}
.ep_blog_top_part_item_inner.ep_first_post .ep_blog_top_part_item_title {
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 80px 100px;
}
.ep_first_post .ep_blog_top_part_item_thumb a::before {
    padding-top: 51.724137931034484%;
}
.ep_post_archive_latest_post_section {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    padding-bottom: 80px;
}
.ep_post_archive_article {
    width: 71.4%;
    padding-right: 40px;
}
.ep_post_archive_aside {
    width: 28.6%;
}
.ep_post_horizontal_ads_box_1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}
.ep_post_archive_aside_inner {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item {
    padding: 0;
    width: 100%;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item_inner {
    display: flex;
    flex-flow: row wrap;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item_thumb {
    width: 36.8%;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item_title {
    width: 63.2%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.ep_post_archive_aside_cat_box {
    list-style: none;
    padding: 18px 25px;
    margin: 0;
    background: #FBFBFB;
    border-radius: 20px;
}
.ep_post_archive_aside_cat_box a {
    text-decoration: none;
}
.ep_post_archive_aside_cat_box > li + li {
    margin-top: 8px;
}
.ep_post_archive_aside_inner > h3 {
    margin-bottom: 15px;
    padding: 0 12px;
}
.ep_post_archive_article_heading {
    margin-bottom: 30px;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item_thumb a {
    margin-bottom: 0;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item {
    margin-bottom: 23px;
}
.ep_post_sidebar_ads_box_1 {
    padding-top: 60px;
}
.ep_post_load_more {
    width: 100%;
    text-align: center;
}
.ep_post_load_more_inner {
    cursor: pointer;
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 14px 20px 13px;
    line-height: 1;
    margin-top: 25px;
    transition: all .3s ease-in-out .0s;
}
.ep_post_load_more_inner:hover {
    background: #323232;
    color: #fff;
}
.blog .ep_mobile_ads,
.archive .ep_mobile_ads {
    width: 100%;
}
.ep_post_archive_post_wrap .ep_blog_top_part_item_title a {
    max-width: 400px;
}

.ep_single_post_thumb img {
    width: 100%;
    border-radius: 25px;
}
.ep_single_post_content {
    padding: 30px 0 40px;
}


/*================== Blog CSS End ==================*/











/*================== Footer CSS Start ==================*/

.ep_main_footer_widget_wrap {
    background: #FAF5F5;
    box-shadow: 0px -1px 3.2px -1px rgba(86, 86, 86, 0.25);
    backdrop-filter: blur(20px);
    padding: 40px 20px 100px;
    color: #3e3e3e;
    font-weight: 500;
}
.ep_main_footer_widget_inner {
    width: 1120px;
    max-width: 100%;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    justify-content: space-between;
}
.ep_main_footer_widget_col_1 {
    width: calc(33% - 30px);
}
.ep_main_footer_widget_col_4 {
    width: calc(27% - 30px);
}
.ep_main_footer_widget_col_2, .ep_main_footer_widget_col_3 {
    width: calc(20% - 30px);
}
.ep_main_footer .widget-title {
    color: #2B2B2B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ep_main_footer_widget_wrap {
    font-size: 12px;
}
.ep_main_footer_widget_item  .menu a {
    font-size: 16px;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 500;
}
.ep_main_footer_widget_item .menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.ep_main_footer_widget_item .menu > li + li {
    margin-top: 10px;
}
.ep_main_footer_widget_item .menu a:hover {
    color: #FF5733;
}
.ep_footer_newsletter {
    position: relative;
}
.ep_footer_newsletter input[type="email"] {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    height: 43px !important;
    width: 100% !important;
    font-size: 13px !important;
    color: #3e3e3e !important;
    padding: 0 130px 0 20px !important;
    outline: none !important;
    transition: all .3s ease-in-out .0s !important;
    font-family: 'Poppins' !important;
}
.ep_footer_newsletter input[type="email"]:focus, 
.ep_footer_newsletter:hover input[type="email"] {
    border-color: #ff5733 !important;
}
.ep_footer_newsletter input[type="submit"] {
    background: #FF5733;
    border: none !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    height: 47px !important;
    width: 120px !important;
    font-family: 'Poppins' !important;
    cursor: pointer !important;
    position: absolute !important;
    top: -2px !important;
    right: 0 !important;
    transition: all .3s ease-in-out .0s !important;
    box-shadow: 0 2px 4.5px rgb(0 0 0 / 25%);
}
.ep_footer_newsletter input[type="submit"]:hover {
    background: #323232 !important;
    color: #fff !important;
}
.ep_main_footer_widget_col_1 > * {
    max-width: 280px;
}
.ep_main_footer_widget_col_4 > * {
    max-width: 280px;
    margin-left: auto;
}
.ep_main_footer_copyright_inner {
    font-size: 11px;
    font-weight: 500;
    color: #181818;
    width: 1120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}
.ep_main_footer_copyright_left {
    width: 45%;
    padding-right: 20px;
}
.ep_main_footer_copyright_right {
    width: 55%;
    text-align: right;
}
.ep_main_footer_copyright_wrap {
    padding: 14px 20px 12px;
}
.ep_main_footer_copyright_right a {
    color: #FF5733;
    text-decoration: none;
}
.ep_main_footer_copyright_right a:hover {
    color: #181818;
}

/*================== Footer CSS End ==================*/



/*================== 404 Page CSS Start ==================*/

.ep_page_404_inner {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 110px;
}
.ep_404_error {
    font-size: 7vw;
    font-weight: 700;
    color: #ff5733;
}
.ep_page_404_inner a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border-radius: 40px;
    background: #FF5733;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.25);
    padding: 15px 40px 14px;
    color: #fff;
    margin-top: 30px;
}
.ep_page_404_inner a:hover {
    background: #323232;
    color: #fff;
}

/*================== 404 Page CSS End ==================*/

















/*================== Media CSS Start ==================*/


@media only screen and (max-width: 1099px) {
    #topbar-menu > .ep_mega_menu_enable > .sub-menu {
        width: 920px !important;
    }
    #topbar-menu > li >a {
        padding: 2px 12px !important;
    }
} /*End max-width: 1099px*/


@media only screen and (max-width: 1049px) {
    .ep_single_book_top_download_btn {
        padding: 20px 25px;
    }
    .ep_single_book_top_read_online_btn {
        padding: 19px 25px;
    }
} /*End max-width: 1049px*/


@media only screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .ep_author_all_books_heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ep_main_header_logo h1 {
        font-size: 24px;
    } 
    .hp_choose_genre_list_item {
        padding-left: 15px;
    }
    .hp_choose_genre_list_item_parent a {
        font-size: 14px;
    }
    .hp_choose_genre_list_item_childs a {
        font-size: 14px;
    }
    .hp_choose_genre_list_item_childs {
        max-height: 160px;
    }
    .ep_book_grid_item {
        width: 20%;
    }
    .ep_book_archive_content_inner .ep_book_grid_item {
        width: 25%;
    }
    .hp_latest_series_grid_item a {
        font-size: 20px;
        min-height: 200px;
    }
    .hp_top_authors_grid_item_thumb {
        width: 50px;
    }
    .hp_top_authors_grid_item_detail {
        width: calc(100% - 50px);
        padding-left: 10px;
        padding-right: 0;
    }
    .hp_top_authors_grid_item_name {
        font-size: 14px;
    }
    .hp_top_authors_grid_item_books {
        font-size: 16px;
    }
    .hp_top_authors_grid_item_books span {
        font-size: 12px;
    }
    .hp_cta_section_inner h2 {
        font-size: 26px;
    }
    .facetwp-facet-sort_by .facetwp-radio {
        font-size: 15px;
        margin-left: 16px;
    }
    .ep_book_archive_content_inner .ep_content_article {
        padding-left: 20px;
    }
    .ep_book_page_cta_section {
        padding-top: 0;
    }
    .ep_author_archive_letter_sorting a {
        font-size: 14px;
    }
    .hp_top_blogs_grid_item_title {
        font-size: 15px;
    }

    .ep_single_book_top_right_part {
        display: none !important;
    }
    .ep_single_book_top_center_part {
        width: calc(100% - 220px);
        padding-right: 0;
        padding-left: 30px;
    }
    .ep_single_book_top_left_part {
        width: 220px;
    }

    .ep_generes_archive_page .hp_choose_genre_list_wrap .hp_choose_genre_list_item {
        margin-bottom: 5px;
    }
    .ep_genres_archive_horizontal_ads_box_1,
    .ep_series_archive_horizontal_ads_box_1 {
        padding-bottom: 18px;
    }
    .ep_genres_archive_horizontal_ads_box_2,
    .ep_series_archive_horizontal_ads_box_2 {
        padding-top: 20px;
    }
    .ep_generes_archive_right {
        padding-left: 20px;
    }
} /*End max-width: 1024px*/


@media only screen and (min-width: 950px) {
    #topbar-menu .sub-menu {
        position: absolute;
        left: 16px;
        top: calc(100% + 8px);
        background: #323232;
        width: 200px;
        transition: all .3s ease-in-out .0s;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        text-align: left;
    }
    #topbar-menu .sub-menu a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        padding: 10px 15px;
        border-bottom: 1px solid rgb(255 255 255 / 15%);
    }
    #topbar-menu .sub-menu > li:first-child a {
        border-top: 1px solid rgb(255 255 255 / 15%);
    }
    #topbar-menu .sub-menu a:hover {
        color: #ff5733;
    }
    #topbar-menu .sub-menu::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        background: transparent;
        left: 0;
        top: -8px;
        z-index: -1;
    }
    #topbar-menu .menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    #topbar-menu .menu-item-has-children:hover > a {
        color: #ff5733;
    }
    #topbar-menu .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }
    #topbar-menu > .ep_mega_menu_enable > .sub-menu {
        display: flex;
        flex-flow: row wrap;
        border-radius: 0 0 20px 20px;
        padding: 18px 20px 10px;
        left: 0 !important;
    }
    #topbar-menu .menu-item-has-children.ep_mega_menu_enable {
        position: inherit !important;
    }
    #topbar-menu > .ep_mega_menu_enable > .sub-menu {
        left: 50% !important;
        top: 100%;
        transform: translateX(-50%);
    }
    #topbar-menu > .ep_mega_menu_col_2 > .sub-menu > li {
        width: calc(50% - 12px);
    }
    #topbar-menu > .ep_mega_menu_col_3 > .sub-menu > li {
        width: calc(33.33% - 12px);
    }
    #topbar-menu > .ep_mega_menu_col_4 > .sub-menu > li {
        width: calc(25% - 12px);
    }
    #topbar-menu > .ep_mega_menu_enable > .sub-menu .sub-menu {
        position: inherit !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
    #topbar-menu > .ep_mega_menu_enable:hover > .sub-menu .sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
    }
    #topbar-menu > .ep_mega_menu_enable > .sub-menu .sub-menu a {
        border: 0 !important;
        padding: 1px 0 !important;
    }
    #topbar-menu > .ep_mega_menu_enable > .sub-menu > li > a {
        border: none !important;
        padding: 1px 0 !important;
        color: #FF5733 !important;
        font-weight: 500 !important;
    }
    #topbar-menu > .ep_mega_menu_enable > .sub-menu > li {
        margin-bottom: 20px;
        padding-right: 15px !important;
    }
} /*End min-width: 950px*/


@media only screen and (max-width: 949px) {
    #topbar-menu > .ep_mega_menu_enable > .sub-menu {
        width: 100% !important;
    }
    .ep_header_topbar {
        display: none !important;
    }
    .ep_main_header {
        padding-top: 60px !important;
    }
    .ep_main_header_search {
        display: none !important;
    }
    .ep_overlay_search_inner .ep_main_header_search {
        display: block !important;
    }
    .ep_main_header_account {
        display: none !important;
    }
    .ep_main_header_mb_menu_trigger {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .ep_main_header_mb_menu_trigger::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 3px;
        background: #464646;
        left: 0;
        top: 5px;
        border-radius: 10px;
        transition: all .3s ease-in-out .0s;
    }
    .ep_main_header_mb_menu_trigger::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 3px;
        background: #464646;
        left: 0;
        bottom: 5px;
        border-radius: 10px;
        transition: all .3s ease-in-out .0s;
    }
    .ep_main_header_mb_menu_trigger span {
        position: absolute;
        width: 14px;
        height: 3px;
        background: #464646;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 10px;
    }
    .ep_main_header_mb_menu_trigger.active::before, 
    .ep_main_header_mb_menu_trigger.active::after {
        background: #ff5733;
    }
    .ep_main_header_mb_search_trigger {
        display: flex;
        width: 30px;
        justify-content: flex-end;
    }
    .ep_main_header_logo {
        width: calc(100% - 60px);
        padding: 0;
        text-align: center;
    }
    .ep_main_header_logo img {
        max-height: 28px;
    }
    .ep_main_header_mb_search_trigger img {
        position: relative;
        right: -4px;
    }
    .ep_main_header_bottom {
        background: #fff;
        box-shadow: 0 0 5px rgb(0 0 0 / 25%);
        padding: 15px 20px;
        height: 60px;
        position: absolute;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .admin-bar .ep_main_header_bottom {
        top: 32px;
    }
    .is_sticky .ep_main_header_bottom {
        position:fixed;
        -webkit-animation: sticky-header 0.7s;
        -moz-animation: sticky-header 0.7s;
        animation: sticky-header 0.7s;
        top: 0;
    }
    .ep_main_header_logo .custom-logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    .ep_book_grid_item {
        width: 25%;
    }
    .ep_book_archive_content_inner .ep_book_grid_item {
        width: 33.33%;
    }
    .ep_main_content {
        padding-top: 20px;
    }

    .ep_author_detail_left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .ep_author_detail_right {
        width: 100%;
        padding: 20px;
    }
    .ep_author_detail_thumb {
        width: 80px;
    }
    .ep_author_detail_meta {
        width: calc(100% - 80px);
        padding-left: 15px;
    }
    .ep_author_detail_section {
        padding-top: 0;
    }
    .ep_post_archive_article {
        width: 65%;
        padding-right: 25px;
    }
    .ep_post_archive_aside {
        width: 35%;
    }
    .ep_post_archive_aside_inner {
        padding: 25px 20px;
    }
    .ep_blog_top_part_item_inner.ep_first_post .ep_blog_top_part_item_title {
        font-size: 26px;
        padding: 0 40px 40px;
    }
} /*End max-width: 949px*/


@media only screen and (max-width: 782px) {
    .admin-bar .ep_main_header_bottom {
        top: 46px;
    } 
} /*End max-width: 782px*/


@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 14px;
    }
    .ep_author_all_books_heading {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ep_main_header_logo h1 {
        font-size: 18px;
    }
    /*.ep_main_header_logo img {
        max-height: 16px;
    }*/
    .ep_main_header_bottom {
        padding: 6px 20px;
        height: 42px;
    }
    .ep_main_header {
        padding-top: 42px !important;
    }
    .ep_main_header_logo .custom-logo-link {
        max-width: 130px;
    }
    .hp_featured_ebooks_section {
        padding: 12px 20px 5px;
        border-radius: 10px;
    }
    .hp_featured_ebooks_list_item_thumb a {
        border-radius: 7px;
    }
    .hp_featured_ebooks_list_wrap .hp_featured_ebooks_list_item {
        padding-left: 3px;
        padding-right: 3px;
    }
    .hp_featured_ebooks_list_wrap {
        margin-left: -3px;
        margin-right: -3px;
    }
    .hp_featured_ebooks_list_item_title a {
        font-size: 10px;
    }
    .hp_featured_ebooks_list_item_title {
        margin-top: 7px;
    }
    .hp_featured_ebooks_prev {
        left: -12px;
        top: calc(50% - 10px);
    }
    .hp_featured_ebooks_next {
        right: -12px;
        top: calc(50% - 10px);
    }
    body.page-template-page-home .ep_main_content {
        padding-top: 20px;
    }
    .hp_featured_ebooks_section_title {
        margin-bottom: 10px;
    }
    .facetwp-template[data-name="home_latest_book_template"] {
        margin-left: -7px;
        margin-right: -7px;
    }
    .ep_book_grid_item {
        width: 33.33%;
        margin-bottom: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .ep_book_grid_item_thumb a {
        border-radius: 7px;
    }
    .ep_book_grid_item_title {
        margin-top: 7px;
    }
    .ep_book_grid_item_title a {
        font-size: 10px;
    }
    .hp_latest_series_grid_item {
        width: 33.33%;
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 10px;
    }
    .hp_latest_series_grid_item a {
        font-size: 14px;
        min-height: 127px;
        border-radius: 7px;
        box-shadow: 0px 1px 4px  rgba(0, 0, 0, 0.25);
        padding: 20px 10px;
    }
    .hp_top_authors_grid_item_inner {
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
    .hp_top_authors_grid_item {
        width: 33.33%;
    }
    .hp_top_authors_grid_item_name {
        color: #000;
        font-size: 7px;
    }
    .hp_top_authors_grid_item_books {
        color: #474747;
        font-size: 6px;
        display: flex;
        flex-flow: row-reverse;
        justify-content: flex-end;
    }
    .hp_top_authors_grid_item_books span {
        font-size: 6px;
    }
    .hp_top_authors_grid_item_detail {
        padding-left: 5px;
    }
    .hp_featured_ebooks_and_choose_genre {
        display: flex;
        flex-flow: column;
    }
    .hp_choose_genre_section {
        order: 1;
        margin-top: 0;
    }
    .hp_featured_ebooks_section {
        order: 2;
    }
    .hp_choose_genre_section_header {
        display: none !important;
    }
    .hp_choose_genre_list_wrap {
        display: block;
        background: #fff;
        padding: 17px 20px;
        border-radius: 7px;
        overflow-y: auto;
        max-height: 70vh;
        box-shadow: 0 1px 4px rgba(0 0 0 / 25%);
        position: absolute;
        z-index: 10;
        top: 53px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out .0s;
    }
    .hp_choose_genre_list_item {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .hp_choose_genre_list_item_childs {
        max-height: 100%;
        overflow: visible;
        padding-left: 5px;
    }
    .hp_choose_genre_list_trigger {
        font-size: 10px;
        height: 30px;
        display: flex;
        align-items: center;
        position: relative;
        background: #f9f9f9;
        box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
        border-radius: 7px;
        color: #606060;
        padding-left: 40px;
        padding-right: 30px;
        cursor: pointer;
    }
    .hp_choose_genre_list_trigger img {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .hp_choose_genre_list_trigger::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        right: 7px;
        top: 8px;
        background: url(/wp-content/themes/ebooks-v3/img/expand-button.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .hp_choose_genre_section_inner {
        position: relative;
        padding-bottom: 20px;
    }
    .hp_choose_genre_section_inner.active .hp_choose_genre_list_wrap {
        opacity: 1;
        visibility: visible;
        top: 33px;
    }
    .hp_choose_genre_section_inner.active .hp_choose_genre_list_trigger::after {
        transform: rotate(180deg);
        top: 7px;
    }
    .hp_latest_book_section_heading {
        margin-bottom: 15px;
    }
    .facetwp-facet-book_load_more_pagi .facetwp-load-more {
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 0;
    }
    .hp_latest_series_section_title {
        margin-bottom: 15px;
    }
    .hp_latest_series_grid_wrap {
        margin-left: -7px;
        margin-right: -7px;
    }
    .hp_latest_series_section {
        padding-top: 30px;
    }
    .hp_latest_series_view_all_btn a {
        font-size: 12px;
        padding: 10px 15px;
        max-width: 95px;
        margin-top: 0;
    }
    .hp_top_authors_section {
        padding-top: 40px;
    }
    .hp_top_authors_grid_item_books span {
        margin-top: 0;
        margin-right: 3px;
    }
    .hp_top_authors_grid_item_books {
        font-weight: 400;
    }
    .hp_top_authors_grid_item_name {
        text-align: left;
        margin-bottom: 3px;
    }
    .hp_top_authors_grid_item {
        padding-left: 5px;
        padding-right: 5px;
    }
    .hp_top_authors_grid_wrap {
        margin-left: -5px;
        margin-top: -5px;
    }
    .hp_top_authors_section_header a {
        font-size: 10px;
        padding: 8px 8px;
        width: 40px;
    }
    .hp_top_authors_section_title {
        width: calc(100% - 40px);
    }
    .hp_top_authors_section_header {
        margin-bottom: 20px;
    }
    .hp_cta_section {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .hp_cta_section_inner h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .hp_cta_section_inner a {
        font-size: 12px;
        padding: 8px 18px 7px;
    }
    .ep_main_footer_widget_item {
        width: 100% !important;
    }
    .ep_main_footer .widget-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ep_main_footer_widget_item {
        margin-bottom: 30px;
    }
    .ep_main_footer_widget_item .menu a {
        font-size: 10px;
    }
    .ep_main_footer_widget_wrap {
        font-size: 10px;
    }
    .ep_main_footer_widget_item .menu > li + li {
        margin-top: 5px;
    }
    .ep_main_footer_widget_col_1 > * {
        max-width: 320px;
    }
    .ep_main_footer_widget_col_2, .ep_main_footer_widget_col_3 {
        width: calc(50% - 5px) !important;
    }
    .ep_main_footer_widget_col_4 > * {
        margin-left: 0;
        max-width: 320px;
    }
    .ep_main_footer_widget_item  p {
        margin-bottom: 10px;
    }
    .ep_footer_newsletter input[type="email"] {
        height: 30px !important;
        font-size: 10px !important;
        padding-left: 15px !important;
        padding-right: 110px !important;
    }
    .ep_footer_newsletter input[type="submit"] {
        height: 34px !important;
        width: 100px !important;
    }
    .ep_footer_newsletter {
        max-width: 280px;
        margin-top: 16px;
    }
    .ep_main_footer_widget_col_4 img {
        width: 75px !important;
    }
    .ep_main_footer_widget_col_4 {
        order: 1;
    }
    .ep_main_footer_widget_col_1 {
        order: 4;
    }
    .ep_main_footer_widget_col_2 {
        order: 2;
    }
    .ep_main_footer_widget_col_3 {
        order: 3;
    }
    .ep_main_footer_widget_wrap {
        padding-top: 30px;
        padding-bottom: 5px;
    }
    .ep_main_footer_copyright_left {
        width: 100%;
        order: 2;
        padding: 0;
        text-align: center;
        margin-top: 5px;
    }
    .ep_main_footer_copyright_right {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .ep_main_footer_copyright_inner {
        font-size: 10px;
    }
    .ep_book_archive_content_inner .ep_content_sidebar {
        width: 100%;
    }
    .ep_book_archive_content_inner .ep_content_article {
        width: 100%;
        padding-left: 0;
    }
    .ep_desktop_ads {
        display: none !important;
    }
    .ep_content_article_intro {
        margin-bottom: 20px;
    }
    .ep_mobile_ads {
        display: block !important;
    }

    .ep_books_mobile_ads_box_1, 
    .ep_books_mobile_ads_box_2 {
        width: 100%;
    }
    .ep_book_archive_content_inner .ep_single_book_breadcrumb {
        display: none !important;
    }
    .ep_book_filter_trigger {
        font-size: 13px;
        height: 40px;
        display: flex;
        align-items: center;
        position: relative;
        background: #f9f9f9;
        box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
        border-radius: 7px;
        color: #606060;
        padding-left: 40px;
        padding-right: 30px;
        cursor: pointer;
        justify-content: center;
        margin-bottom: 20px;
    }
    .ep_book_filter_trigger img {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .ep_book_filter_trigger::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        right: 7px;
        top: 13px;
        background: url(/wp-content/themes/ebooks-v3/img/expand-button.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .ep_books_mobile_ads_box_1 {
        margin-bottom: 20px;
    }
    .ep_book_filter_target {
        display: none;
        padding-bottom: 20px;
    }
    .ep_content_article {
        padding-top: 5px;
    }
    .ep_content_article_heading {
        margin-bottom: 12px;
    }
    .ep_book_filter_by_tax_box {
        max-height: 290px !important;
        padding: 20px 15px 20px;
        border-radius: 7px;
    }
    .ep_content_sidebar_heading {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .ep_book_filter_by_tax_box .facetwp-facet[data-type="checkboxes"] {
        max-height: 150px !important;
    }
    .ep_book_filter_by_tax_box + .ep_book_filter_by_tax_box {
        margin-top: 10px;
    }
    .ep_book_archive_filter_sort_wrap {
        margin-bottom: 20px;
        padding-bottom: 3px;
    }
    .ep_book_archive_filter_heading {
        font-size: 10px;
        width: 50px;
        padding-top: 3px;
    }
    .facetwp-facet-sort_by .facetwp-radio {
        font-size: 10px;
        margin-left: 12px;
    }
    .ep_book_archive_filter_sort_wrap .facetwp-facet {
        width: calc(100% - 50px);
    }
    .facetwp-facet-sort_by .facetwp-radio::after {
        bottom: -8px;
    }
    .ep_books_mobile_ads_box_2 {
        margin-top: 40px;
    }
    .ep_book_filter_trigger.active::after {
        transform: rotate(-180deg);
    }
    .ep_book_filter_by_tax_box .facetwp-facet[data-type="checkboxes"] {
        font-size: 11px;
    }
    .facetwp-checkbox::before {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }
    .facetwp-checkbox {
        padding-left: 17px !important;
    }
    .facetwp-checkbox::after {
        width: 6px;
        height: 6px;
        left: 3px;
        top: 3px;
        border-radius: 1px;
    }
    #ep-ajax-overlay-search-result .ep_ajax_search_result_inner {
        flex-flow: row wrap;
        justify-content: center;
        padding-top: 15px;
    }
    #ep-ajax-overlay-search-result .ep_ajax_search_result_item {
        width: 33.33%;
        margin-bottom: 15px;
    }
    .ep_overlay_search_wrap {
        align-items: flex-start;
        padding-top: 70px;
    }
    .ep_overlay_search_inner input#search {
        height: 42px !important;
    }
    .ep_overlay_search_inner .ep_main_header_search button {
        top: 8px;
    }
    .ep_ajax_overlay_search_more_book {
        padding-top: 10px;
    }
    div#ur-frontend-form.login {
        padding: 30px 10px;
    }
    body.user-registration-page input.user-registration-Button.button, 
    body.user-registration-page .user-registration.ur-frontend-form .button {
        min-width: 100px;
    }
    div.user-registration.ur-frontend-form {
        padding: 30px 10px;
    }
    .ep_author_archive_letter_sorting a {
        font-size: 14px;
    }
    .ep_book_archive_content_inner.ep_author_archive__inner .ep_content_sidebar {
        display: none;
    }
    .ep_book_archive_content_inner.ep_author_archive__inner .ep_content_article {
        width: 100%;
    }
    .ep_author_archive_letter_box ul {
        column-count: 2;
    }
    .ep_author_archive_letter_box ul li {
        padding-right: 10px;
    }
    .ep_author_archive_letter_heading {
        margin-bottom: 12px;
    }
    .ep_author_archive_letter_box {
        margin-bottom: -20px;
    }
    .ep_author_archive__inner .ep_book_archive_filter_sort_wrap {
        margin-bottom: -10px;
    }
    .ep_author_archive_letter_sorting {
        width: calc(100% - 100px);
        text-align: left;
    }
    .ep_author_archive__inner .ep_book_archive_filter_heading {
        width: 100px;
    }
    .ep_author_archive__inner .ep_book_archive_filter_sort_wrap {
        align-items: flex-end;
    }
    .ep_author_archive_letter_sorting a {
        font-size: 12px;
    }
    .ep_favorite_book_grid_wrap {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .ep_favorite_book_grid_wrap > h2 {
        margin-bottom: 17px;
        margin-left: -4px;
        margin-right: -4px;
    }
    .hp_top_blogs_section_header a {
        font-size: 10px;
        padding: 8px 8px;
        width: 40px;
    }
    .hp_top_blogs_section_title {
        width: calc(100% - 40px);
    }
    .hp_top_blogs_section_header {
        margin-bottom: 20px;
    }
    .hp_top_blogs_grid_item {
        width: 100%;
    }
    .hp_top_blogs_grid_item_inner {
        display: flex;
        align-items: center;
    }
    .hp_top_blogs_grid_item_thumb {
        width: 100px;
    }
    .hp_top_blogs_grid_item_title {
        width: calc(100% - 100px);
        padding-left: 15px;
        margin-bottom: 0;
    }
    .hp_top_blogs_grid_item_thumb img {
        border-radius: 7px;
    }
    .hp_top_blogs_grid_item_thumb a {
        margin-bottom: 0;
    }
    .hp_top_blogs_grid_item_title {
        font-size: 13px;
    }


    .ep_single_book_top_left_part {
        width: 100% !important;
    }
    .ep_single_book_top_center_part {
        width: 100% !important;
        padding: 0 !important;
    }
    .ep_single_book_top_rate_this_book {
        display: none;
    }
    .ep_single_book_top_title {
        display: none;
    }
    .ep_single_book_top_author {
        display: none;
    }
    .ep_single_book_top_review_detail:not(.ep_single_book_top_mb_review_detail) {
        display: none;
    }
    .ep_single_book_top_mb_title {
        display: block;
    }
    .ep_single_book_top_mb_author {
        display: block;
        padding-bottom: 8px;
    }
    .ep_single_book_top_mb_title {
        position: relative;
        padding-right: 35px;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .ep_single_book_mb_favourite_wrap {
        position: absolute;
        right: 0;
        top: 1px;
    }
    .ep_single_book_top_mb_author a {
        text-decoration: none;
        font-size: 12px;
        display: inline-block;
    }
    .ep_single_book_top_thumb {
        max-width: 147px;
        margin: 0 auto 10px;
    }
    .ep_single_book_top_thumb img {
        border-radius: 7px;
    }
    .ep_single_book_top_meta {
        padding: 0;
        max-width: 127px;
        margin: 0 auto;
    }
    .ep_single_book_top_review_detail.ep_single_book_top_mb_review_detail {
        display: block;
        text-align: center;
        margin-bottom: 14px;
    }
    .ep_single_book_top_mb_review_detail .ep_single_book_top_review_total {
        display: block;
        font-size: 10px;
        padding-top: 4px;
    }
    .ep_single_book_top_mb_review_detail .ep_single_book_top_review_average {
        margin-right: 0;
        font-size: 15px;
    }
    .ep_single_book_top_review_stars svg {
        width: 15px;
        height: 15px;
    }
    .ep_single_book_top_review_stars {
        margin-right: 2px;
    }
    .ep_single_book_favourite_wrap img {
        width: 16px;
        height: 16px;
    }
    .ep_single_book_breadcrumb {
        font-size: 12px;
        padding-bottom: 14px;
        display: none;
    }
    .ep_single_book_mobile_ads_box_1 {
        margin-bottom: 12px;
    }

    .ep_single_book_top_btn_group:not(.ep_single_book_top_mb_btn_group) {
        display: none;
    }
    .ep_single_book_top_mb_btn_group.ep_single_book_top_mb_btn_group {
        display: block;
        text-align: center;
    }
    .ep_single_book_top_intro_text {
        margin-top: 25px;
    }
    .ep_single_book_top_child_genres {
        display: none;
    }
    .ep_single_book_top_mb_btn_group .ep_single_book_top_download_btn {
        margin: 0;
        max-width: 157px;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
        padding: 14px 10px;
        border-radius: 7px;
    }
    .ep_single_book_top_mb_btn_group .ep_single_book_top_read_online_btn {
        border-radius: 7px;
        padding: 13px 10px;
        font-size: 15px;
        max-width: 157px;
        width: 100%;
        margin-top: 10px;
    }
    .ep_single_book_top_mb_btn_group {
        padding-top: 6px;
    }
    .ep_single_book_top_excerpt {
        margin-top: 20px;
        padding: 20px 15px;
    }
    .ep_single_book_mobile_ads_box_2 {
        padding-bottom: 8px;
    }
    .ep_single_book_mobile_ads_box_3 {
        padding-top: 10px;
    }
    .ep_single_book_mobile_ads_box_4 {
        padding-top: 15px;
    }
    .ep_single_book_more_series_section {
        padding-top: 15px;
    }
    .ep_single_book_more_tax_list_wrap {
        margin-left: -7px;
        margin-right: -7px;
    }
    .ep_single_book_more_tax_header {
        margin-bottom: 15px;
    }
    .ep_single_book_more_tax_header a {
        padding: 6px;
        width: 45px;
    }
    .ep_single_book_more_tax_header h3 {
        width: calc(100% - 45px);
    }
    .ep_single_book_rating_review_box_section {
        margin-top: 20px;
        padding: 30px 20px;
    }
    .ep_single_book_rating_review_box_heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ep_single_book_rating_review_box_stars svg {
        width: 30px;
        height: 30px;
    }
    .ep_single_book_rating_review_box_subheading {
        font-size: 18px;
        margin-top: 12px;
    }
    .ep_single_book_rating_review_box_btn {
        font-size: 16px;
        max-width: 160px;
        padding: 14px 0;
        margin-top: 15px;
    }
    .comments-title {
        margin-bottom: 20px;
    }
    div#comments {
        margin-top: 40px;
    }
    .ep_comment_body {
        padding: 15px 12px;
        margin-bottom: 15px;
        border-radius: 7px;
    }
    .ep_comment_thumb {
        width: 35px;
    }
    .ep_comment_detail {
        width: calc(100% - 35px);
        padding-left: 12px;
    }
    .ep_comment_auth_name {
        font-size: 12px;
    }
    .ep_comment_rating svg {
        width: 12px;
        height: 12px;
    }
    .ep_comment_rating {
        margin-right: 6px;
    }
    .ep_comment_date {
        font-size: 10px;
    }
    .ep_comment_rating_date {
        margin-bottom: 0;
    }
    .ep_comment_content {
        margin-top: 12px;
    }
    .ep_single_book_top_content {
        margin-top: 15px;
    }
    .ep_single_book_comment_form_wrap h3#reply-title::before {
        font-size: 16px;
    }
    .ep_single_book_comment_form_wrap h3#reply-title {
        margin-bottom: 0 !important;
    }
    .ep_comments_rating {
        margin-top: 18px;
    }
    .ep_comments_rating_container label {
        width: 20px;
        height: 20px;
    }
    .ep_single_book_comment_form_wrap #comment {
        font-size: 14px !important;
        border-radius: 10px !important;
        padding: 10px 15px !important;
        height: 120px;
    }
    .ep_single_book_comment_form_wrap input#submit {
        font-size: 16px !important;
        padding: 15px 25px;
        max-width: 160px;
    }
    .ep_single_book_comment_form_popup_close {
        right: 15px;
    }

    #user-registration .user-registration-MyAccount-content h2, 
    #user-registration .user-registration-MyAccount-content .edit-password legend {
        font-size: 22px !important;
    }
    .ep_book_grid_wrapper {
        margin-left: -7px;
        margin-right: -7px;
    }

    .ep_book_download_content_left {
        display: none;
    }
    .ep_book_download_content_center {
        width: 100%;
    }
    .ep_book_download_content_wrap {
        padding-top: 0;
        padding-bottom: 22px;
    }
    .ep_book_download_content_inner {
        padding: 25px 0;
    }
    .ep_book_download_please_wait {
        font-size: 18px;
    }
    .ep_book_download_title {
        font-size: 20px;
        margin: 12px 0;
    }
    .ep_book_download_counter_wrap_loader-container {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .ep_book_download_counter_wrap_loader {
        width: 80px;
        height: 80px;
    }
    .ep_book_download_counter_wrap::after {
        width: 70px;
        height: 70px;
        font-size: 36px;
        border-width: 5px;
    }
    .ep_book_download_counter_num {
        font-size: 30px;
    }
    .ep_page_404_inner {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .ep_404_error {
        font-size: 45px;
        margin-bottom: 8px;
    }
    .ep_page_404_inner h1 {
        margin-bottom: 0;
    }
    .ep_page_404_inner a {
        font-size: 14px;
        padding: 12px 25px 11px;
    }
    .ep_blog_top_part_item_inner.ep_first_post .ep_blog_top_part_item_thumb {
        width: 100px;
    }
    .ep_blog_top_part_item_inner.ep_first_post .ep_blog_top_part_item_thumb img {
        border-radius: 7px !important;
    }

    .ep_first_post .ep_blog_top_part_item_thumb a::before {
        padding-top: 73.54497354497354%;
    }
    .ep_blog_top_part_item_inner.ep_first_post .ep_blog_top_part_item_title {
        font-size: 13px;
        padding: 0;
        position: relative;
        width: calc(100% - 100px);
        padding-left: 15px;
        margin-bottom: 0;
    }
    .ep_blog_top_part_item_inner.ep_first_post {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .ep_blog_top_part_item_thumb a {
        margin-bottom: 0;
    }
    .ep_blog_top_part_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .ep_blog_top_part_item_inner {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .ep_blog_top_part_item_thumb {
        width: 100px;
    }
    .ep_blog_top_part_item_title {
        width: calc(100% - 100px);
        padding-left: 15px;
        margin-bottom: 0;
        font-size: 13px;
    }
    .ep_blog_top_part_item_thumb img {
        border-radius: 7px;
    }
    .ep_post_archive_article {
        width: 100%;
        padding-right: 0;
    }
    .ep_post_archive_post_wrap .ep_blog_top_part_item_thumb {
        width: 100px;
    }
    .ep_post_archive_post_wrap .ep_blog_top_part_item_title {
        width: calc(100% - 100px);
        padding-left: 15px;
        margin-bottom: 0;
    }
    .ep_post_archive_post_wrap .ep_blog_top_part_item {
        margin-bottom: 20px;
    }
    .ep_post_archive_article_heading {
        margin-bottom: 18px;
    }
    .ep_post_mobile_ads_box_1 {
        padding-bottom: 18px;
    }
    .ep_post_mobile_ads_box_2 {
        margin-top: 0 !important;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .ep_post_load_more_inner {
        font-size: 12px;
        padding: 11px 12px;
        max-width: 95px;
        width: 100%;
        margin-top: 10px;
    }
    .ep_post_mobile_ads_box_3 {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .ep_post_archive_aside {
        width: 100%;
    }
    .ep_post_mobile_ads_box_4 {
        margin-top: 0 !important;
        padding-top: 30px;
    }
    .ep_post_archive_latest_post_section {
        padding-bottom: 40px;
    }
    .ep_generes_archive_left {
        display: none;
    }
    .ep_generes_archive_right {
        width: 100%;
        padding-left: 0;
    }
    .ep_generes_archive_page .hp_choose_genre_list_wrap {
        position: inherit !important;
        opacity: 1;
        visibility: visible;
        background: transparent !important;
        box-shadow: none;
        padding: 0;
        overflow: visible !important;
        column-count: 2;
        max-height: inherit;
    }
    .ep_generes_archive_page .hp_choose_genre_list_wrap .hp_choose_genre_list_item_childs {
        padding-left: 0;
        padding-right: 0;
    }
    .genres_archive_mobile_ads_box_1,
    .series_archive_mobile_ads_box_1 {
        padding-bottom: 18px;
    }
    .genres_archive_mobile_ads_box_2,
    .series_archive_mobile_ads_box_2 {
        margin-top: 0 !important;
        padding-top: 25px;
    }
    .ep_generes_archive_page {
        padding-bottom: 25px;
    }


    .ep_single_book_read_online_zoom_val {
        display: none;
    }
    .ep_single_book_read_online_zoom {
        display: none;
    }
    .ep_single_book_read_online_navi {
        font-size: 0;
        width: calc(100% - 20px);
        padding-right: 0;
        position: fixed;
        z-index: 100;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }
    .ep_single_book_read_online_navi span {
        width: 30px;
        background: #fff;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }
    .ep_single_book_read_online_page_num {
        width: calc(100% - 20px);
        font-size: 13px;
        position: fixed;
        bottom: 20px;
        color: #ff5733;
    }
    .ep_single_book_read_online_meta {
        max-width: calc(100% - 20px);
        position: inherit !important;
        left: inherit !important;
        top: inherit !important;
        transform: inherit !important;
        background: transparent !important;
    }
    .ep_single_book_read_online_section_inner {
        padding: 0 10px !important;
    }
    .ep_single_book_read_online_section canvas#the-canvas {
        max-width: 100%;
    }
    .ep_single_book_read_online_navi span svg {
        width: 14px;
        height: 14px;
    }
    .ep_single_book_read_online_navi span svg path {
        fill: #333;
    }
    .ep_single_book_read_online_popup_close {
        right: 10px;
        top: 10px;
    }
    .ep_single_book_read_online_section_inner {
        display: flex;
        align-items: center;
    }
} /*End max-width: 767px*/


@media only screen and (max-width: 479px) {
    .hp_featured_ebooks_list_item {
        max-width: 110px;
    }
} /*End max-width: 479px*/

/*================== Media CSS End ==================*/