/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background:#000;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

header {
    padding: 12px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    z-index: 1;
}

.top_banner_section {
    padding: 15em 0px 5em;
}
.platform_row {
    padding: 2em 0px;
}
.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 18px;
    align-items: center;
    justify-content: space-around;
}

.platform_list img
{
    transition:all 0.5s linear;
}

.platform_list a:hover 
{
    filter:brightness(1) invert(1);
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}
.make_list_center ul
{
     justify-content:center;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 11px 25px;
    background: #ae1901;
    color: #fff;
    font-size:16px;
    border: solid 1px #ae1901;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #fff;
    color:#ae1901;
    border-color:#ae1901;
}

.two_col_btn ul li.white_txt_btn a {
    color:#fff;
    background: transparent;
    border-color:transparent !important;
}

.two_col_btn ul li.white_txt_btn a:hover {
    background: #ae1901;
    border-color: #ae1901;
}
.italic_txt {
    font-style: italic;
}

.red_txt {
    color: #ae1901;
    font-weight: 500;
}


.my_menu_style li.menu-item a {
    position: relative;
}

.my_menu_style li.menu-item a:after {
    content:'';
    position:absolute;
    left:0px;
    right:0px;
    bottom:-3px;
    margin:0 auto;
    width:0px;
    height:2px;
    background:#ae1901 !important;
    opacity:1 !important;
    transition:all 0.5s linear;
}
.my_menu_style li.menu-item.current-menu-item a:after,
.my_menu_style li.menu-item a:hover:after
{
    width:20px;
}

.author_section {
    padding: 7em 0px;
}

.author_section:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/04/author_sec_after_img.png');
    width: 675px;
    height: 900px;
}
.book_main_section {
    padding: 5em 0px 2em;
}

.inner_row {
    margin-bottom: 35px;
}

.pre_row {
    padding: 15px 0px;
    border-top: solid 1px #fff;
}

.pre_row .elementor-column:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0px;
    top: -15px;
    width: 1px;
    height: 88px;
    background: #fff;
}

.type_title {
    margin-bottom: 10px !important;
}

.story_single_img img {
    max-width: unset;
    float: right;
    position: relative;
    left: -2em;
}

.bold_txt {
    font-weight: 500;
}

.style_list ul li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 12px;
}

.style_list ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url('/wp-content/uploads/2025/04/list_icon_img.png');
    width: 13px;
    height: 22px;
}
.fiind_title .elementor-heading-title {
    position: relative;
}
.fiind_title
{
    margin: 22em 0px 10px!important;
}
.fiind_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -80px;
    background-image: url('/wp-content/uploads/2025/04/find_arrow_icon.png');
    width: 72px;
    height: 68px;
    margin: 0 auto;
}

.spa_cover_img img {
    max-width: 130% !important;
    position: relative;
    right: 4em;
}

.find_inner_row {
    /*margin-top: -16em;*/
    margin-top: -7em;
}

.my_character_block .elementor-main-swiper {
    width: 100%;
    overflow: hidden;
}

.my_character_block .elementor-testimonial__footer {
    margin: 0px 0px 15px !important;
}

.my_character_block .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
    border-radius: 0px;
}

.my_character_block .elementor-testimonial__footer:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -25px;
    background-image: url('/wp-content/uploads/2025/04/character_before.png');
    width: 159px;
    height: 189px;
    z-index: -1;
}
.my_character_block .elementor-testimonial__footer {
    position: relative;
}
.my_character_block .elementor-testimonial__text h3 {
    margin: 25px 0px 15px;
    font-size: 22px;
    font-weight: 600;
    color: #ae1901;
    font-family: "DM Serif Display", Sans-serif;
}
.character_sec {
    padding: 7em 0px 0px;
}
.my_character_block .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/04/arrow_left.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute !important;
    left: -50px !important;
    top: 35% !important;
}

.my_character_block .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2025/04/arrow_right.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute !important;
    right: 0px !important;
    top: 35% !important;
}

.my_character_block .elementor-swiper-button {
    width: 35px;
    height: 35px;
    background: #ae1901;
    text-align: center;
}

.my_character_block .elementor-swiper-button i {
    font-size: 0px;
}
h2.post-title {
    display: none;
}

.blog_inner_sec {
    padding: 3em 0px;
}

.blog_section {
    padding: 7em 0px;
}

.my_blog_style  h3.elementor-post__title {
    padding-right: 4em !important;
}

.my_blog_style .elementor-post:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    background-image: url('/wp-content/uploads/2025/04/character_before.png');
    width: 159px;
    height: 189px;
    z-index: -1;
}
.my_blog_style .elementor-post {
    overflow: visible !important;
    position:relative;
}

.my_blog_style .elementor-post__thumbnail img {
    position: relative;
    z-index: 1;
}

.my_blog_style .elementor-post__read-more {
    position: relative;
}

.my_blog_style .elementor-post__read-more:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/04/podcast_sec_arrow.png');
    width: 20px;
    height: 19px;
}
.podcast_title {
    margin-bottom: 10px !important;
}
.podcast_txt {
    margin-bottom: 0px !important;
}

.podcast_txt p {
    margin-bottom: 0px !important;
    padding: 0px 15px;
}

.add_icon_btn .elementor-button-text {
    position: relative;
}

.add_icon_btn .elementor-button-text:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/04/podcast_sec_arrow.png');
    width: 20px;
    height: 19px;
}

.podcast_sec {
    padding: 0em 0px 5em;
}
.my_accordian_style .elementor-accordion-item {
    border: solid 1px #ae1901 !important;
    margin-bottom:15px;
}

.my_accordian_style .elementor-tab-title {
    position: relative;
}

.my_accordian_style .elementor-tab-title:after{
    content:'';
    position:absolute;
    right:20px;
    top:15px;
    background-image:url('/wp-content/uploads/2025/04/tabs_sec_icon.png');
    width:21px;
    height:20px;
}
.my_accordian_style .elementor-tab-title.elementor-active:after {
    transform:rotate(180deg);
}
.my_accordian_style .elementor-tab-title .elementor-accordion-title {
    position:relative;
    padding-left:18px;
}
.my_accordian_style .elementor-tab-title .elementor-accordion-title:before {
    content:'';
    position:absolute;
    left:0px;
    top:5px;
    width:10px;
    height:10px;
    background:#ae1901;
    border-radius:50%;
    
}

.my_accordian_style .elementor-tab-content {
    border: none !important;
    padding-top: 0px !important;
}
.scam_section {
    padding: 0px 0px 7em;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 8px;
    justify-content:center;
}

ul.social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #ae1901;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s linear;
}

ul.social_list a:hover {
    background: #fff;
}
ul.social_list a:hover img{
    filter:invert(1);
}


.foo_menu li.menu-item {
    float: left;
    width: 45%;
}

.contact_list li {
    position: relative;
}

.contact_list li:not(:last-child) {
    margin-bottom: 15px;
}

.contact_list li span.icon_box {
    margin-right: 11px;
    transition: all 0.5s linear;
}

.contact_list li a {
    color: #fff;
}

.contact_list li:hover a {
    color: #ae1901;
}
.foo_top_sec {
    padding: 50px 0px;
    border-top: solid 1px #ae1901;
}
.cp_txt P {
    margin: 0px;
}
.cp_row {
    padding: 5px 0px;
}

.scam_section_inner
{
    padding:5em 0px;   
}
.contact_inner_section {
    padding: 7em 0px;
}
.my_form_style input,.my_form_style textarea {
    padding: 13px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}

.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    padding-bottom: 0px !important;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
    border-radius: 0px !important;
}

.my_testi_style .elementor-testimonial__content {
  min-height: 195px;
}

.my_testi_style .swiper-pagination {
    bottom: 0px !important;
    margin-top: 20px !important;
    position: relative !important;
}

.testi_section {
    padding: 0px 0px 7em;
}

.testi_section .swiper-slide .elementor-testimonial {
    border: solid 1px #ffffff;
    padding: 25px !important;
    border-radius: 6px;
}

.testi_section .swiper-slide {
    padding: 0px !important;
    margin: 0px 11px !important;
}

.story_single_img img {
  border-bottom: solid 5px #990100 !important;
}
.story_sec {
  padding-top: 50px;
}

.book_for_child_sec {
  padding-top: 5em;
  border-top: solid 5px #ae1901;
}
.for_kids_title  .elementor-heading-title.elementor-size-default {
  display: inline-block;
  background: #fff;
  color: #ae1901 !important;
  padding: 10px 15px;
  border-radius: 10px;
}

.play_icons_list {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.play_icons_list li a {
  display: inline-block;
  padding: 13px 15px;
  background: #fff;
  color: #ae1901;
  border: solid 2px #fff;
  transition: all 0.5s linear;
}
.play_icons_list li a:hover {
  background: #000;
  color: #fff;
  /*border-color: #000;*/
  
}
.play_icons_list li:not(:last-child){
  margin-bottom: 10px;
}
.audio_sec_new {
  padding: 40px 40px 0px;
  margin:0px 0px 10em;
}

.audio_sec_new:after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  background-image: url('/wp-content/uploads/2025/09/audiobook_sec_after_img.png');
  width: 531px;
  height: 360px;
  z-index: -1;
}

.ava_list {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
}
.ava_list li:first-child {
  position: relative;
  margin-right: 15px;
}
.ava_list li:first-child:after {
  content: '';
  position: absolute;
  right: -20px;
  top: -10px;
  width: 2px;
  height: 40px;
  background: #ae1901;
}

.section_title_small {
  margin-bottom: 12px !important;
}
.section_title_large {
  margin-bottom: 12px !important;
}
.film_box_btn,.film_box_btn img {
  width: 124px !important;
  height: 124px !important;
  margin: 0 auto;
}
.film_video_row {
  padding: 16.5em 0px;
}
.film_featured_titles_row {
  margin-bottom: 5em;
  position: relative;
}
.film_featured_titles_row:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  margin: 0 auto;
  width: 40%;
  height: 1px;
  background: #990100;
}

.featured_list ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.film_sec_main {
  padding: 7em 0px;
}

.anchor_style a {
  color: #990100;
  transition: all 0.5s linear;
}
.anchor_style a:hover {
  color: #fff;
}


@media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .page_home header {
      position: relative;
    }
    .remove_col_pads .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -85px;
    }
    .top_banner_section {
      padding: 5em 0px;
    }
    .top_banner_section .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .top_banner_section {
      background-image: unset !important;
    }
    .top_banner_cover_img,.author_single_img,.book_cover_img,.story_single_img,.audio_single_img
    {
      margin-bottom: 35px;
    }
    .story_single_img 
    {
      text-align:center !important;  
    }
    .first_col {
      order: 1 !important;
    }
    .second_col {
      order: 2 !important;
    }
    .third_col 
    {
        order: 3 !important;
        margin-top: 25px;
    }
    .top_banner_cover_img img {
      max-width: 75% !important;
    }
    .platform_list {
      gap: 30px;
      justify-content: center;
      flex-flow: wrap;
    }
    .pre_row .elementor-column:not(:last-child) {
      margin-bottom: 35px;
    }
    .author_section,.book_main_section,.blog_section,.contact_inner_section
    {
      padding: 4em 0px;
    }
    .section_title_large br,.elementor-widget-text-editor br,.section_title_small br,
    .pre_row .elementor-column:not(:last-child):after,.my_character_block .elementor-testimonial__footer::before,
    .my_blog_style .elementor-post::after
    {
        display:none;
    }
    .story_sec {
      padding-top: 25px;
    }
    .story_single_img img {
      float: none;
      left: 0em;
    }
    .story_sec .elementor-widget-wrap.elementor-element-populated {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .find_inner_row {
      margin-top: 0em;
    }
    .fiind_title {
      margin: 10em 0px 10px !important;
    }
    .spa_cover_img img {
      max-width: 100% !important;
      right: 0em;
    }
    .character_sec {
      padding: 4em 0px 0px;
    }
    .my_character_block .elementor-swiper-button.elementor-swiper-button-prev {
      left: 0px !important;
    }
    .my_blog_style .elementor-post__thumbnail {
      padding-bottom: 40em !important;
    }
    .testi_section .swiper-slide {
      margin: 0px 10px !important;
    }
    .my_testi_style .elementor-main-swiper {
      overflow: visible !important;
    }
    .testi_section {
      padding: 0px 0px 5em;
    }
    .scam_section {
      padding: 0px 0px 4em;
    }
    .my_accordian_style {
      margin-top: 15px;
    }
    .my_accordian_style .elementor-tab-title::after {
      top: 12px;
    }
    .foo_top_sec {
      padding: 30px 0px;
    }
    ul.social_list {
      justify-content: flex-start;
    }
    .foo_menu li.menu-item {
      width: 100%;
    }
    .cp_txt 
    {
        text-align:center;
    }
    .privacy_menu .elementor-nav-menu {
      margin: 0 auto !important;
    }
    .scam_section_inner .elementor-widget-wrap.elementor-element-populated,
    .contact_inner_section .elementor-widget-wrap.elementor-element-populated
    {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .scam_section_inner {
      padding: 3em 0px;
    }
    .book_for_child_sec .elementor-container.elementor-column-gap-default,
    .audio_sec_new .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .audio_sec_inner .elementor-container.elementor-column-gap-default {
      flex-flow: column !important;
    }
    .for_kids_title  .elementor-heading-title {
      font-size: 20px !important;
    }
    .book_for_child_sec {
      padding: 5em 0px;
    }
    .audio_sec_new {
      padding: 25px 25px;
      margin: 0px 0px 8em;
    }
    .ava_list {
      flex-flow: wrap;
      margin-top: 25px;
    }
    .ava_list li:first-child::after {
      top: 2px;
      height: 20px;
    }
    .featured_list ul {
      gap: 25px;
      flex-flow: wrap;
    }
    .film_featured_titles_row {
      margin-bottom: 3em;
    }
    .film_featured_titles_row::after {
      bottom: -10px;
    }
}

@media only screen and (max-width: 568px) {
    .two_col_btn ul a {
      padding: 10px 15px;
      font-size: 14px;
    }
    .section_title_large .elementor-heading-title,.top_banner_large_title .elementor-heading-title
    {
      font-size: 35px !important;
    }
    .film_video_row {
      padding: 8em 0px;
    }
}

/* New css ends here */
