/*!
Theme Name: VL Custom Theme(iRead-Hub)
Author: Victorylink Wordpress Dev Team
Description: Custom Theme for wordpress website
Version: 1.0.0
*/

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("assets/fonts/font-awesome/fa-brands-400.eot");
    src: url("assets/fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("assets/fonts/font-awesome/fa-brands-400.woff") format("woff"), url("assets/fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("assets/fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("assets/fonts/font-awesome/fa-regular-400.eot");
    src: url("assets/fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("assets/fonts/font-awesome/fa-regular-400.woff") format("woff"), url("assets/fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("assets/fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("assets/fonts/font-awesome/fa-solid-900.eot");
    src: url("assets/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("assets/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("assets/fonts/font-awesome/fa-solid-900.woff") format("woff"), url("assets/fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("assets/fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@font-face {
    font-family: "Almarai";
    src: url("assets/fonts/Almarai-Regular.eot");
    src: url("assets/fonts/Almarai-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Almarai-Regular.woff2") format("woff2"), url("assets/fonts/Almarai-Regular.woff") format("woff"), url("assets/fonts/Almarai-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almarai";
    src: url("assets/fonts/Almarai-Bold.eot");
    src: url("assets/fonts/Almarai-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Almarai-Bold.woff2") format("woff2"), url("assets/fonts/Almarai-Bold.woff") format("woff"), url("assets/fonts/Almarai-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* font family for glyph icons from elegant Themes */

@font-face {
    font-family: "ElegantIcons";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("assets/fonts/ElegantIcons.eot");
    src: url("assets/fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ElegantIcons.woff") format("woff"), url("assets/fonts/ElegantIcons.ttf") format("truetype"), url("assets/fonts/ElegantIcons.svg") format("svg");
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("assets/fonts/slick.eot");
    src: url("assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("assets/fonts/slick.woff") format("woff"), url("assets/fonts/slick.ttf") format("truetype"), url("assets/fonts/slick.svg#slick") format("svg");
}


/* global classes */

.text-white {
    color: #ffffff;
}


/* global classes */


/* general resets */

ol,
ul {
    padding: 0 12px;
}

a {
    text-decoration: none;
    color: #Fdcd53;
}

a:hover {
    color: #424242;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
    line-height: 1.4;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

body {
    color: #424242;
    direction: rtl;
    font-family: "Almarai";
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    margin: 0;
    padding: 0 !important;
    line-height: 1.7em;
}

.more-posts-btn a {
    color: #ffffff;
    background-color: #Fdcd53;
    font-size: 20px;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    padding: 10px 25px;
    border-radius: 5px;
}

.more-posts-btn a:hover {
    background-color: #888888;
    transition: all 300ms ease-in-out;
}


/* adjust the position for bottom nav menu */

.wp-bottom-menu {
    position: sticky;
}


/* adjust the position for bottom nav menu */


/* Start menu icon style */

.menu-icon-wrapper {
    cursor: pointer;
}

.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 3px;
    background-color: #Fdcd53;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 5px;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.hamburger4 .bar4 {
    top: 13.5px;
}

.hamburger4 .bar5 {
    bottom: 5px;
}

.hamburger4 .bar {
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
    width: 1px;
    transform: rotate(90deg);
    left: 13.5px;
}

.hamburger4 .bar3 {
    width: 1px;
    left: 13.5px;
}

.checkbox4:checked+label>.hamburger4>.bar1 {
    top: 13.5px;
    background-color: transparent;
}

.checkbox4:checked+label>.hamburger4>.bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}

.checkbox4:checked+label>.hamburger4>.bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}

.checkbox4:checked+label>.hamburger4>.bar4 {
    background-color: transparent;
}

.checkbox4:checked+label>.hamburger4>.bar5 {
    bottom: 13.5px;
    background-color: transparent;
}


/*  End menu icon style  */


/* start hero banner styles */

.hero-banner .hero-heading {
    font-size: 30px;
    margin-bottom: 30px;
}

.hero-unit a h5 {
    font-weight: 700;
    color: #424242;
    /*FIXME: align heading center in responsive when it's word break case*/
}

.hero-unit a p {
    color: #424242;
}

.hero-unit .hero-unit-icon {
    font-size: 70px;
    color: #Fdcd53;
}


/* End hero banner styles */


/* start styles for news section */

.single-news-item {
    color: #111111;
    margin: 10px 0;
}

.single-news-content-wrapper {
    max-width: calc(100% - 140px);
}

.single-news-item .single-news-content-wrapper p {
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
}

.single-news-item .single-news-img-wrapper {
    width: 120px;
    height: 80px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.single-news-item .single-news-img-wrapper img {
    width: 100%;
    height: 100%;
}

.single-news-item span {
    color: #888888;
    font-size: 14px;
}

.single-news-item span i {
    margin-left: 10px;
}


/* End styles for news section */


/* start styles for books recommendations section */

.books-recommendations-section h3,
.writers-articles-section h3,
.criticism-articles-section h3,
.writers-authors-section h3,
.advices-section h3,
.historical-researches-section h3,
.our-news-section h3 {
    color: #424242;
    margin-bottom: 60px;
}


/* .swiper {
  width: 600px;
  max-height: 250px;
} */


/* .swiper-slide {
  height: 280px;
} */

.slider-single-slide {
    height: 300px;
    /* TODO: adjust the height in responsive breakpoints*/
    width: 100%;
    object-fit: cover;
}

.slider-single-slide img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 10px;
}

.slider-single-slide p {
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    color: #111111;
    margin-bottom: 5px;
}

.slider-single-slide span {
    display: flex;
    align-items: center;
    color: #888888;
    font-size: 14px;
}

.slider-single-slide span i {
    margin-left: 5px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 60px;
    transition: all 300ms ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #Fdcd53;
    transition: all 300ms ease-in-out;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: #ffffff;
    transition: color 300ms ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    /* TODO: handle the font size in the responsive breakpoints*/
    color: #aaaaaa;
    transition: color 300ms ease-in-out;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    right: 50px;
}


/* End styles for books recommendations section */


/* Start styles for arab books library */

.single-book-wrapper {
    height: 350px;
    /*TODO: adjust the height for mobile viewport (to be set as height: auto) and trim the title of the book (between 992 and 768)*/
    display: flex;
}

.single-book-wrapper a {
    width: 100%;
    height: 100%;
    color: #424242;
}

.single-book-wrapper a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* End styles for arab books library */


/* Start styles for iRead show section */

.iread-show-section .guest-thumbnail-wrapper a img {
    border-radius: 30px;
}

.iread-show-section .iread-show-logo-wrapper img {
    width: 50%;
}


/* End styles for iRead show section */


/* start styles for our news section */

.our-news-section {
    background-color: #f7f8f9;
}

.our-news-section .swiper-slide {
    background-color: #ffffff;
}


/* End styles for our news section */


/* start styles for iread awards section */

.iread-awards-logo {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.iread-awards-section .book-cover-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.iread-awards-section .awards-logo-wrapper a {
    color: #333333;
}

.goals-wrapper-section iframe {
    min-height: 360px;
    width: 100%;
}

.goals-wrapper-section .col-md-5,
.goals-wrapper-section .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.competitions-prizes-section h1 {
    font-size: 56px;
    font-weight: 700;
}

.competitions-prizes-section h2 {
    font-size: 50px;
    font-weight: 700;
}

.competitions-prizes-section .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-goals-section h1 {
    margin-bottom: 45px;
}

.event-goals-section h2,
.event-goals-section h3,
.event-goals-section h4,
.event-goals-section h5,
.event-goals-section h6,
.event-goals-section p {
    margin-bottom: 30px;
    text-align: center;
}

.goals-wrapper-section h3,
.judgement-committee h2,
.judgement-committee h5,
.competitions-prizes-section h1,
.competitions-prizes-section h2,
.event-goals-section h1,
.event-goals-section h2,
.event-goals-section h3,
.event-goals-section h4,
.event-goals-section h5,
.event-goals-section h6,
.event-goals-section p,
.latest-news-section h1 {
    color: #d8b255;
}

.swiper-gallery {
    width: 100%;
}

.swiper-gallery .slider-single-slide {
    height: auto;
    display: block;
    overflow: hidden;
    max-height: 420px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.swiper-gallery .slider-single-slide img {
    max-width: 520px;
}

.swiper-button-next-gallery,
.swiper-button-prev-gallery {
    top: 60px;
    transition: all 300ms ease-in-out;
}

.swiper-button-next-gallery:hover,
.swiper-button-prev-gallery:hover {
    background-color: #Fdcd53;
    transition: all 300ms ease-in-out;
}

.swiper-button-next-gallery:hover::after,
.swiper-button-prev-gallery:hover::after {
    color: #ffffff;
    transition: color 300ms ease-in-out;
}

.swiper-button-next-gallery::after,
.swiper-button-prev-gallery::after {
    font-size: 18px;
    /* TODO: handle the font size in the responsive breakpoints*/
    color: #aaaaaa;
    transition: color 300ms ease-in-out;
}

.swiper-button-next-gallery {
    right: 10px;
}

.swiper-button-prev-gallery {
    right: 50px;
}


/* End styles for iread awards section */


/* start styles for footer */

footer {
    background-color: #222222;
}

footer .iread-logo-wrapper img {
    width: 100px;
    height: 50px;
    object-fit: cover;
}

footer .footerMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    background-color: #424242;
    margin-bottom: 0;
    width: 100%;
}

footer .footerMenu .menu-item {
    display: flex;
}

footer .footerMenu .menu-item a {
    color: #bbbbbb;
    padding: 10px 10px;
    margin: 0 10px;
}


/* End styles for footer */


/* Start styles for navbar menu */

.main-header .navbar {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}

#menu-main {
    margin-right: 0;
    width: 100%;
    justify-content: space-between;
}

#menu-main .menu-item {
    font-size: 14px;
    font-weight: bold;
}

#menu-main .menu-item a {
    color: #000000;
}

#menu-main .menu-item.current-menu-item>a {
    color: #Fdcd53;
}

.main-header .navbar-collapse {
    justify-content: flex-start;
    width: 100%;
    /* position: absolute;
    top: 120px;
    right: 0px;
    left: 0px; */
    padding: 0px 20px;
    z-index: 9;
    background-color: #ffffff;
}

.main-header .toggler-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}


/* End styles for navbar menu */


/* Start styles for arab books library page */

.arab-books-library-page h2,
.arab-books-library-page p {
    color: #ffffff;
}


/* End styles for arab books library page */


/* Start styles for iread-awards page */

#Awards-menu a {
    color: #ffffff;
}

.iread-awards-page-wrapper {
    background-color: #000000;
}

.awards-header {
    background-color: #000000;
    padding: 50px 0;
}

.iread-awards-page-hero,
.awards-sub-footer-section {
    /* max-height: 600px; */
    overflow: hidden;
    display: flex;
}

.iread-awards-page-hero {
    margin-bottom: 100px;
}

.iread-awards-page-hero img,
.awards-sub-footer-section img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.competitions-prizes-section {
    background-color: #000000;
}

.awards-single-unit {
    padding: 0 30px;
    margin: 0 0 15px;
}

.awards-single-unit h4 {
    color: #d29e01;
}

.awards-single-unit p {
    color: #ffffff;
}

.awards-single-unit img {
    border-radius: 160px 160px 160px 160px;
    overflow: hidden;
    border: 25px solid rgba(20, 20, 20, 0.53);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.awards-single-unit a:hover img {
    border: 25px solid rgba(20, 20, 20, 1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.section-awards-spacing {
    padding: 50px 0;
    margin: 50px 0;
}

.event-goals-section {
    background-blend-mode: soft-light;
    padding: 100px 0;
    background-color: #303030;
}

.single-member img {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.latest-news-section .single-iread-news p {
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 5px;
}

.single-awards-news {
    height: 300px;
}

.single-awards-news img {
    height: 75%;
    object-fit: cover;
}

.frequently-asked-questions .accordion-item {
    background: none;
    margin: 0 0 30px;
    border: 0;
    position: relative;
}

.frequently-asked-questions .accordion-item .accordion-collapse {
    background-color: #424242;
    position: absolute;
    right: 0;
    top: 66px;
    width: 100%;
    z-index: 1;
}

.frequently-asked-questions .accordion-button {
    font-size: 24px;
    background: none;
    border: 0;
    color: #d8b255;
}

.frequently-asked-questions .accordion-button:focus {
    box-shadow: none;
}

.frequently-asked-questions .accordion-button::after {
    display: none;
}

.frequently-asked-questions .accordion-button .fa,
.short-story-faq .accordion-button .fa {
    margin-right: 15px;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
}

.frequently-asked-questions .accordion-button[aria-expanded="true"] .fa,
.short-story-faq .accordion-button[aria-expanded="true"] .fa {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}

.short-story-faq .accordion-button {
    background: none;
    border: 0;
    padding: 0;
    color: #d8b255;
    box-shadow: none;
    font-size: 24px;
}

.short-story-faq .accordion-button:focus {
    box-shadow: none;
}

.short-story-faq .accordion-button::after {
    display: none;
}

.text-gold {
    color: #d8b255;
}

.short-story-banner-icon {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.short-story-banner-icon img {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
}

.short-story-banner-icon h1 {
    display: block;
    margin: 30px 0 0;
}

.short-story-block {
    margin: 0 0 30px;
    padding: 30px;
    background: #424242;
    position: relative;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.short-story-block h3 {
    margin: 0 0 30px;
}

.short-story-block p {
    margin: 0 0 15px;
}

.short-story-block p,
.short-story-block li {
    font-size: 16px;
    color: #fff;
}


/*  inner page  */

.page-inner {
    padding: 15px 0 60px;
}

.page-title {
    color: #424242;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
}

.posts-list-single {
    margin: 0 0 30px;
}

.posts-list-single.book-single-wrapper {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.posts-list-single.book-single-wrapper:hover {
    border-color: #Fdcd53;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.posts-list-single.book-single-wrapper .post-thumbnail-img-wrapper {
    height: 350px;
}

.posts-list-single.book-single-wrapper h3 {
    text-align: center;
}

.posts-list-single h3 {
    margin: 15px 0 10px;
    line-height: 1.4;
}

.posts-list-single h3,
.posts-list-single h3 a {
    color: #424242;
    font-weight: 500;
    font-size: 18px;
}

.posts-list-single h3 a:hover {
    color: #Fdcd53;
}

.post-thumbnail-img-wrapper .thumbnail-img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.post-thumbnail-img-wrapper .thumbnail-img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.nav-author-date {
    padding: 0;
}

.nav-author-date .nav-item {
    padding: 0 15px;
    position: relative;
}

.nav-author-date .nav-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #666;
    display: block;
    right: 0;
    top: 0;
}

.nav-author-date .nav-item:first-child {
    padding-right: 0;
}

.nav-author-date .nav-item:first-child::after {
    display: none;
}

.nav-author-date span,
.nav-author-date span a {
    color: #666;
    font-size: 14px;
}

.nav-author-date span {
    display: block;
    direction: ltr;
}

.posts-list-single .nav-author-date span {
    direction: rtl;
}

.nav-author-date span a:hover {
    color: #Fdcd53;
    text-decoration: underline;
}

.nav-author-date {
    margin-bottom: 10px;
}

.posts-list-excerpt {
    color: #666;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.post-thumbnail-img-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.navbar-nav .dropdown-menu {
    padding: 20px 0;
}

.navbar-nav .dropdown-menu li {
    padding: 0 20px;
    text-align: right;
}

#menu-main .menu-item a.dropdown-item {
    padding: 6px 20px;
}

#menu-main .menu-item a.dropdown-item .dropdown-item:focus,
#menu-main .menu-item a.dropdown-item .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
}

#menu-main .menu-item .dropdown-item.active,
#menu-main .menu-item .dropdown-item:active {
    background: transparent;
}

.main-inner-page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-inner-page-banner.video-page-banner {
    padding-top: 60px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-wrapper .page-numbers {
    background: transparent;
    border: 1px solid #222222;
    color: #222222;
    padding: 5px 10px;
    margin: 0 2.5px;
}

.pagination-wrapper .page-numbers:first-child {
    margin-right: 0;
}

.pagination-wrapper .page-numbers:last-child {
    margin-left: 0;
}

.pagination-wrapper .page-numbers.current {
    background: #Fdcd53;
    border-color: #Fdcd53;
    color: #fff;
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
    background: #222222;
    border-color: #222222;
    color: #fff;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.prev:hover,
.pagination-wrapper .page-numbers.next:hover,
.pagination-wrapper .page-numbers.current:hover {
    background: #Fdcd53;
    border-color: #Fdcd53;
    color: #fff;
}

footer .footerMenu .menu-item a {
    font-size: 14px;
}

footer .footerMenu .menu-item.current-menu-item a {
    color: #Fdcd53;
}


/*  profile  */

.um {
    text-align: right !important;
}

.um-profile {
    direction: rtl;
    text-align: right;
}

.um-profile .um-item-link {
    padding-right: 0;
    padding-left: 40px;
}

.um-profile .um-item-link i {
    margin-right: 0;
    margin-left: 10px;
}

.um-header .um-profile-photo {
    float: right;
    margin: 0 30px 0 0;
}

.um-profile .um-profile-nav-item a {
    float: right;
}

.col-12 .um-profile.um .um-profile-meta {
    padding-left: 30px;
    padding-right: 250px;
}

.um-profile .um-name {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.um-profile .um-profile-edit {
    left: 15px;
    right: inherit;
}

.aside-writer-author-wrapper {}

.breif-writer-author-wrapper {}

.author-text-style-01 {
    color: #424242;
    margin: 0 0 15px;
}

.author-text-style-01 a {
    margin: 0;
}

.author-text-style-01 span {
    font-weight: 700;
    margin-left: 5px;
}

.author-text-style-01 p {
    margin: 0;
}

.author-aside-list {
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
}

.author-aside-list .nav-item:last-child .author-text-style-01 {
    margin: 0;
}

.author-aside-list .nav-item {
    display: flex;
    align-items: flex-start;
}

.aside-writer-author-img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
}

.author-short-description-wrapper {
    background: rgba(242, 242, 242, 0.49);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.author-short-description-wrapper p {
    margin: 0 0 30px;
}

.author-short-description-wrapper .author-text-style-01 {
    margin: 0;
}

.breif-writer-author-wrapper h1 {
    margin-bottom: 15px;
}

.section-style-02 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-style-02.writer-author-books {
    border-bottom: 0;
}

.section-style-02 h2 {
    margin: 0 0 30px;
    color: #424242;
}

.section-style-02 .posts-list-single {
    margin-bottom: 30px;
}

.section-style-02 .posts-list-single .nav-author-date {
    margin-bottom: 0;
}

.sep-01 {
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 0 45px;
    padding: 0;
    background: rgba(0, 0, 0, 0.1);
}

.nav-move-to-section {
    padding: 0;
    margin: 30px 0 15px;
    position: relative;
}

.nav-move-to-section .nav-item {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    padding: 0 15px;
    margin: 0 0 15px;
}

.nav-move-to-section .nav-item:first-child {
    padding-right: 0;
}

.nav-move-to-section .nav-item:last-child {
    padding-left: 0;
}

.nav-move-to-section .nav-item .btn {
    background: rgba(242, 242, 242, 0.49);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    border: 1px solid transparent;
}

.nav-move-to-section .nav-item .btn:focus {
    box-shadow: none;
    border-color: #424242;
}

.nav-move-to-section .nav-item .btn .fa {
    font-size: 24px;
    margin: 15px 0 0;
    color: #Fdcd53;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.nav-move-to-section .nav-item .btn:hover {
    background: rgba(242, 242, 242, 0.8);
    border-color: #424242;
}

.nav-move-to-section .nav-item .btn:hover .fa {
    margin: 5px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.section-the-content h3 {
    color: #Fdcd53;
}

.block-author-info .user-info {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.block-author-info .user-info a {
    margin: 0 0 15px;
}

.block-author-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    width: 100%;
}

.block-author-info .user-img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    margin: 0 0 0 30px;
    width: 115px;
}

.block-author-info .user-info {
    display: flex;
    flex-direction: column;
}

.section-style-02.section-post-author-info,
.section-style-02.section-related-posts-yarpp {
    border: 0;
}

.section-share-posts {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 0;
}

.section-share-posts .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-share-posts h3 {
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 0 15px;
}


/*  sidebar */

.sidebar-widget-area {
    padding: 0 15px;
}

.sidebar-widget-area .wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0;
}

.sidebar-widget-area .wp-block-latest-posts__list li {
    padding: 7.5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-widget-area a {
    text-align: right;
    text-transform: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111;
}

.sidebar-widget-area a:hover {
    color: #Fdcd53;
}

.sidebar-widget-area .wp-block-latest-posts__post-date {
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #888;
}

.sidebar-right-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 15px;
}

.border-left-01 {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn i {
    margin: 0 5px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn:hover i {
    margin: 0 15px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-primary {
    color: #000;
    background-color: #Fdcd53;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    border-color: #Fdcd53;
}

.btn-primary:hover {
    background-color: #888888;
    border-color: #888888;
    color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.book-thumb-section h4 {
    margin: 0 0 15px;
}

.book-thumb-section p {
    margin: 0 0 30px;
}

.nav-book-info {
    display: flex;
    padding: 30px 0 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-book-info-column {
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-book-info li {
    display: flex;
    margin: 0 0 15px;
    align-items: center;
}

.nav-book-info li.book-term-nav-item {
    position: relative;
    padding-left: 10px;
    margin-right: 10px;
}

.book-term-nav-item::before {
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.nav-book-info li.book-term-nav-item:last-child::before {
    display: none;
}

.nav-book-info b {
    margin-left: 5px;
}

.book-thumb-nav.nav-book-info {
    padding: 15px 0 0;
    justify-content: center;
}

.book-thumb-nav.nav-book-info li.book-term-nav-item {
    margin-bottom: 0;
}

.book-thumb-nav.nav-book-info li.book-term-nav-item a {
    color: #666;
    font-size: 14px;
}

.book-thumb-nav.nav-book-info li.book-term-nav-item a:hover {
    color: #Fdcd53;
}

.book-content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.book-contnet-title {
    color: #424242;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
}

.posts-list-single-quiz {
    padding: 0 15px;
    /* border: 1px solid rgba(0, 0, 0, .1); */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: rgba(242, 242, 242, 0.49);
}

.posts-list-single-quiz img {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.posts-list-single.posts-list-single-quiz h3 {
    margin: 15px 0 30px;
    padding: 0 30px;
}


/*  quiz  */

.quiz-thumb-section {
    margin: 0 0 30px;
}

.quiz-thumb-section img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    overflow: hidden;
}

.quiz-content-wrapper {
    margin: 0 0 60px;
}

.quiz-thumb-section .col-md-8,
.quiz-content-wrapper .col-md-8 {
    margin: 0 auto;
}


/*  quiz rtl style  */

.wq_singleAnswerCtr .wq_answerTxtCtr {
    padding-left: 0;
    padding-right: 31px;
    background-position: right center;
}

.wq-quiz .wq_quizProgressBar>span {
    float: right;
    text-align: left;
}

.wq-question .credits,
.wq-swiper-item-image span {
    left: 0;
    right: auto;
}

.wq-quiz-swiper .wq_IsSwiperResult .resultImageWrapper .indexWrapper {
    left: auto;
    right: 0;
}

.wq_questionTextCtr,
.wq-embed-toggle,
.wq_quizCtr.flip_quiz .wq-question-vote-btn,
.wq-quiz-swiper .wq_IsSwiperResult .userVote {
    float: right;
}

.wq_promoteQuizCtr {
    text-align: left;
}

.wq-quiz .wq_shareCtr button,
.wq-quiz .wq_quizForceShareCtr button,
.wq-quiz .wq_questionLogin button {
    margin-right: 0;
    margin-left: 7px;
}

.wq-quiz .wq_shareCtr button>span,
.wq-quiz .wq_quizForceShareCtr button>span,
.wq-quiz .wq_questionLogin button>span {
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.wq_quizCtr.flip_quiz .wq-question-vote-up-btn {
    margin-right: 6px;
    margin-left: 0;
}

.wq_quizCtr.flip_quiz .wq-question-title {
    text-align: right;
}

.wq-quiz-swiper .wq_IsSwiperResult .resultUpVote,
.wq-quiz-swiper .wq_IsSwiperResult .resultDownVote {
    margin-left: 14px;
    margin-right: 0;
}

.wq-quiz-swiper .wq_IsSwiperResult .resultContent {
    padding-left: 5px;
    padding-right: 20px;
}

.wq-swiper-item-title {
    float: right;
    padding-right: 4px;
    padding-left: 0;
}

.wq-swiper-item-index {
    float: left;
    padding-left: 4px;
    padding-right: 0;
}

body .wq_questionTextCtr {
    float: right;
    background: none;
    padding: 15px 0;
}

.wq-skin-traditional .wq_questionTextCtr {
    background-color: transparent;
}

.wq_singleAnswerCtr .wq_answerTxtCtr:before {
    left: inherit;
    right: 0;
}

.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    left: inherit;
    right: 4px;
    border-color: #fff;
}

.wq_singleAnswerCtr:hover,
.wq_singleAnswerCtr.chosen,
.wq_singleAnswerCtr.wq_answerSelected {
    background: #Fdcd53;
    color: #fff;
}

.wq_singleAnswerCtr:hover .wq_answerTxtCtr:before,
.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:before,
.wq_singleAnswerCtr.wq_answerSelected .wq_answerTxtCtr:before {
    border-color: #fff;
}

.wq-results {
    border: 0;
    background: rgba(242, 242, 242, 0.49);
    padding: 30px;
}

.wq-results .wq_quizTitle {
    margin: 0 0 30px;
}

.wq-result-title.wq_resultTitle {
    margin: 0 0 30px;
}

.wq_quizCtr img {
    margin: 0 0 30px;
}

.wq_resultDesc {
    margin: 0 0 30px;
}

.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 1px solid #ccc !important;
}


/*  iread ebook    */


/* .page-id-43938 .page-title {
    display: none;
} */

.ebook-banner-wrapper {
    display: block;
    position: relative;
}

.ebook-banner-wrapper br {
    display: none;
}

.download-app-nav {
    display: flex;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.download-app-nav li br {
    display: none;
}

.download-app-nav li {
    padding: 0 15px;
}

.download-app-nav li:first-child {
    padding-right: 0;
}

.download-app-nav li:last-child {
    padding-left: 0;
}

.download-app-nav li a {
    display: block;
}

.app-download-img {
    max-width: 160px;
    width: 100%;
}

.iread-ebook-banner {
    width: 100%;
    /* margin: 0 0 45px; */
}

.iread-ebook-banner-desktop {
    display: block;
}

.iread-ebook-banner-mobile {
    display: none;
}

.btn-01 {
    background: #Fdcd53;
    color: #fff;
    border-color: #Fdcd53;
    font-weight: 700;
}

.btn-01:hover,
.btn-01:focus {
    background: #fff;
    color: #Fdcd53;
    border-color: #Fdcd53;
    box-shadow: none;
}

.um-page-user .page-title {
    display: none !important;
}

.awards-nav-menu {
    background: #000;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
}

.awards-nav-menu li {
    margin: 0 15px;
}

.awards-nav-menu li:first-child {
    margin-right: 0;
}

.awards-nav-menu li:last-child {
    margin-left: 0;
}

.awards-nav-menu a {
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    display: block;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.awards-nav-menu a:hover {
    background: #d8b255;
    color: #fff;
}


/* eBook Style V2 */

.ebook-banner-wrapper {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 0 45px;
}

.page-id-43938 .page-title,
.page-id-43940 .page-title,
.page-id-47124 .page-title,
.woocommerce-page .page-title {
    display: none;
}

.page-id-43938 .navbar-nav,
.page-id-43938 footer,
.page-id-43940 .navbar-nav,
.page-id-43940 footer,
.page-id-47124 .navbar-nav,
.page-id-47124 footer,
.woocommerce-page .navbar-nav,
.woocommerce-page footer {
    display: none;
}

.page-id-43938 header.main-header,
.page-id-43940 header.main-header,
.page-id-47124 header.main-header,
.woocommerce-page header.main-header {
    border: 0;
}

.ebook-thanks-wrapper h1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ebook-thanks-wrapper h3 {
    margin-bottom: 15px;
}

.ebook-thanks-wrapper h5 {
    margin-bottom: 45px;
}

.ebook-thanks-wrapper h1.success-text-color {
    color: #Fdcd53;
}

.ebook-thanks-wrapper h1.failed-text-color {
    color: #f00;
}

.ebook-thanks-wrapper h1 i {
    margin-left: 5px;
}

.place-order .woocommerce-form__label {
    display: none;
}

.hero-img-holder {
    display: flex;
    width: 100%;
    /* height: 450px; */
}

.hero-img-holder .img-desktop {
    display: flex;
}

.hero-img-holder .img-mobile {
    display: none;
}

.hero-banner-swipper .slider-single-slide {
    height: auto;
}

.hero-banner-swipper .slider-single-slide img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.hero-banner-slider-wrapper {
    margin: 0 0 30px;
    position: relative;
}

.hero-banner-slider-wrapper .swiper-button-prev,
.hero-banner-slider-wrapper .swiper-button-next {
    top: 50%;
}

.hero-banner-slider-wrapper .swiper-button-prev {
    left: 10px;
    right: inherit;
}

.main-header {
    position: relative;
}

.hero-searchbar {
    top: 42px;
    left: 0;
    position: absolute;
    width: 33.33333%;
}

.page-id-43938 .hero-searchbar,
.page-id-43940 .hero-searchbar,
.page-id-47124 .hero-searchbar,
.woocommerce-page .hero-searchbar {
    display: none;
}

.swiper-button-next-banner,
.swiper-button-prev-banner {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    background: transparent;
    color: #fff;
}

.swiper-button-next-banner:after,
.swiper-button-prev-banner:after {
    color: #fff;
}

.swiper-button-next-banner {
    left: 10px;
}

.swiper-button-prev-banner {
    right: 10px;
}

.swiper-button-next-banner:after,
.swiper-rtl .swiper-button-prev-banner:after {
    content: 'prev';
}

.swiper-button-prev-banner:after,
.swiper-rtl .swiper-button-next-banner:after {
    content: 'next';
}

.swiper-button-next-banner:hover,
.swiper-button-prev-banner:hover {
    background-color: #Fdcd53;
    transition: all 300ms ease-in-out;
}

.swiper-button-next-banner.swiper-button-disabled:hover,
.swiper-button-prev-banner.swiper-button-disabled:hover {
    background-color: transparent;
}


/* .swiper-button-next-banner:after {
    content: '>';
}

.swiper-button-prev-banner:after {
    content: '<';
} */

.swiper-button-next-banner:after,
.swiper-button-prev-banner:after {
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    transition: color 300ms ease-in-out;
}

.hero-searchbar.book-lib-search {
    position: relative;
    top: 0;
    width: 100%;
}


/* start media queries */

.show-kiosik-block-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.show-kiosik-block-wrapper h5 {
    font-weight: 700;
    margin: 0 0 15px;
}


/* .show-kiosik-success-wrapper .success-text-color {
    color: #Fdcd53;
} */

.refrance-number-text {
    margin-right: 15px;
    padding: 5px 15px;
    /* color: #fff; */
    background: #Fdcd53;
    letter-spacing: 2px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.where-to-pay-nav {
    justify-content: space-between;
    padding: 0;
    max-width: 480px;
}

.where-to-pay-nav .nav-item:first-child {
    margin-right: 0;
}

.where-to-pay-nav .nav-item:last-child {
    margin-left: 0;
}

.where-to-pay-nav .nav-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.where-to-pay-nav .nav-item a.phone-number-kiosik {
    flex-direction: row;
    color: #424242;
    margin-top: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.where-to-pay-nav .nav-item a.phone-number-kiosik .fa {
    color: #Fdcd53;
    margin-left: 5px;
}

.where-to-pay-nav .nav-item a.phone-number-kiosik:hover {
    color: #Fdcd53;
}

.where-pay-img-class {
    max-width: 70px;
}

@media (max-width: 1024px) {
    .page-id-43938 .wp-bottom-menu,
    .page-id-43940 .wp-bottom-menu,
    .page-id-47124 .wp-bottom-menu,
    .woocommerce-page .wp-bottom-menu {
        display: none;
    }
}

@media (min-width: 992px) {
    .toggler-wrapper>span {
        display: none;
    }
}

@media (max-width: 992px) {
    .page-id-43938 .main-header .toggler-wrapper,
    .page-id-43940 .main-header .toggler-wrapper,
    .page-id-47124 .main-header .toggler-wrapper,
    .woocommerce-page .main-header .toggler-wrapper {
        display: none !important;
    }
    .main-header .navbar-collapse {
        top: 190px;
        padding: 5%;
        box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    }
    header.main-header .menu-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        padding: 10px 5%;
    }
    .menu-item.menu-item-has-children {
        background-color: rgba(0, 0, 0, 0.03);
        position: relative;
    }
    .dropdown-menu {
        text-align: right;
        background-color: #ffffff;
        border: none;
        position: absolute;
        right: 0;
    }
}

@media (max-width: 768px) {
    .iread-ebook-banner-desktop {
        display: none;
    }
    .iread-ebook-banner-mobile {
        display: block;
    }
    .download-app-nav li {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .iread-awards-page-hero {
        margin-bottom: 30px;
    }
    .section-awards-spacing {
        padding: 15px 0;
        margin: 15px 0;
    }
    .awards-nav-menu a {
        font-size: 14px;
        padding: 7.5px 15px;
    }
    .hero-img-holder .img-desktop {
        display: none;
    }
    .hero-img-holder .img-mobile {
        display: flex;
    }
    .hero-searchbar {
        position: relative;
        top: 0;
        margin: 0 0 15px;
        width: 100%;
    }
    .show-kiosik-success-wrapper h1 {
        flex-direction: column;
    }
    .show-kiosik-success-wrapper h3 {
        text-align: center;
    }
    .refrance-number-text {
        margin-right: 0;
        margin-top: 15px;
    }
}