/**
* Template Name: Psychics.co.uk v1.0
* Template URL: https://psychics.co.uk
* Author: Dom The Italian Dad theitaliandad@gmail.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #444444;
}

a {
  color: #642cae;
  text-decoration: none;
}

a:hover {
  color: #9999cc;
  text-decoration: none;
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 30px;
  z-index: 996;
  background: #642cae;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}


.back-to-top:hover {
  background: #9999cc;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #642cae;
  padding: 10px 0;
  font-size: 14px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #bababa;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info a {
  line-height: 0;
  transition: 0.3s;
  color: #bababa;
}

#topbar .contact-info a:hover {
    color: #fff;
}
#topbar .contact-info i a:hover {
  color: #fff;
}
#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.3s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
#header .logo .text {
  font-size: 22px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #9999cc;
}

#header .logo .text a, #header .logo h1 a:hover {
  color: #642cae;
  text-decoration: none;
}
#header .logo img {
  position: absolute;
  z-index: 55;
  padding: 0 0 0 8px;
  margin: -30px 0px;
  max-width: 400px;
}

@media screen and (max-width: 1399px){
        /* Booking calendar */
        .event-container .event .event-right .event-timing {
            font-size: 13px !important;
            width: 100px !important;
        }
        /* Booking calendar */
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 15px;
      margin: -33px 0px !important;
      max-width: 400px !important;
    }
}

@media screen and (max-width: 1350px){
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 15px;
      margin: -27px 0px !important;
      max-width: 360px !important;
    }
}

@media screen and (max-width: 1250px){
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 15px;
      margin: -25px 0px !important;
      max-width: 320px !important;
    }
}

@media screen and (max-width: 1199px){
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 15px;
      margin: -22px 0px !important;
      max-width: 270px !important;
    }
}

@media screen and (max-width: 991px){
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 15px;
      margin: -33px 0px !important;
      max-width: 400px !important;
    }
}

@media screen and (max-width: 767px){
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -23px 0px !important;
      max-width: 250px !important;
    }

   

}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 12px;
  color: #9999cc;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #642cae;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 20px 30px rgba(127, 137, 161, 0.45);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: none;
  color: #642cae;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #642cae;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #9999cc;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  font-size: 15px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #9999cc;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #642cae;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
    font-size: 15px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 15px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #642cae;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100% !important;
  height: 70vh;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  padding: 0;
  z-index: 1;
  margin-bottom:0px;
  position: relative;
}

#hero .hero-container {
    opacity: 0.8;
}

#hero .hero-container img {
    width: 300% !important;
    height: auto !important;
}


/* Numbers Block */
.numbers-block {
    block-size: auto;
    margin-top: 0;
    width: 100%;
    height: 165px;
}

.numbers-block .container {
    margin-top: 15px;

}
.numbers-block .container .row .col-3 {
    border-right: 2px solid #9999cc;
}

.numbers-block .container .row .col-4 {
    border-right: 2px solid #9999cc;
}

.numbers-block .container .row .col-3:last-child {
    border-right: none;
}

.numbers-block .number {
    line-height:1;
}

.numbers-block .title {
    font-size: 16px;
}

.numbers-block .number a {
    font-size: 30px;
}
.numbers-block a {
    color:#fff;
}

.numbers-block i {
  font-size: 30px;
  color: #9999cc;
  display:inline-block;
  vertical-align: -5px;
  margin-bottom: 5px;
  line-height: 0;
}

.numbers-block .terms {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 1px;

}
.numbers-block small {
    font-size: 11px;
    color: #bababa;
}

.numbers-block small a {
    color: #bababa;
}

/* Featured all pages */
.featured {
  position:relative;
  bottom: 0px;
  width: 100% !important;
  z-index: 2;
  padding-top: 10;
  margin: 0px auto;
  background-image: linear-gradient(to top, #642cae , #9999cc);
  opacity: 0.96;
}
.featured .container .row .col-6 {
    margin-left: -10vh !important;
    margin-right: 10vh !important;
}
.featured .cj-box {
  position: absolute;
  width: 350px;
  justify-content:space-between;
  left: 10rem;
  display: flex;
  top:0px;
}

.featured .cj-box .icon-box {
  justify-content: center;
  border-radius: 0;
  margin-top:-60px !important;
  transition: all ease-in-out 0.3s;
  width: 100px;
  z-index: 5;

}

.featured .cj-box .icon-box .content {
    padding-left:1rem;
    padding-right:1rem;
}
.featured .cj-box .icon-box h3 {
  font-weight: 500;
  font-size: 15px;
  color: #9999cc;
  text-align: center;

}
.featured .cj-box .icon-box a {
  transition: all ease-in-out 0.3s;
}
.featured .cj-box .icon-box p {
  color: #642cae;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}

.featured .cj-box .icon-box .book-button button {
    background:transparent;
    border:0;
    color:#fff;
}

.featured .cj-box .icon-box .book-button button:first-child {
    position:absolute;
    top:0;
    left:0;
}

.featured .cj-box .icon-box .book-button button[type=submit]:hover {
  background: #9999cc;
}

.featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
  color: #9999cc;
}

.featured .cj-box .icon-box .content .cj-image {
    text-align:center;
    margin-left: 15px;
}
.featured .cj-box .icon-box .content .cj-image img {
    width:120px;
    height:auto;
    transition: all ease-in-out 0.3s;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
}

.featured .cj-box .icon-box .content .cj-image img:hover {
    opacity: 0.8;
}

.featured .cj-box .icon-box .content .info {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    margin-top:.25rem;
}

.featured .icon-box .content .name {
  text-align: center;
  flex:0 0 100%;
  font-size:14px;
  margin-top: 10px;
  line-height:1.3;
  width: 150px;
  order:1;
}

.featured .icon-box .content .name a {
   color:#fff;
}

.featured .icon-box .content .name a:hover {
   color:#642cae;
}

/* Reader Feed Carousel */

.featured .container .widget-container {
    position: absolute;
    right: 0px;
    width: 350px !important;
    height: auto!important;
    top:40px;
}



.featured .readers_feed_widget {
 position: relative;
  margin-left: 0px;
  margin-top: -90px !important;
  transition: all ease-in-out 0.3s;
  padding-top:10px;
  margin-left: auto;
  margin-right:10rem;
  z-index: 2;
}

.featured .readers_feed_widget p {
    text-align: center;
        color: #642cae;
        font-weight: 700;
}
.featured .readers_feed_widget .op {
    display:none;
    padding-left:1.5rem;
    padding-right:1.5rem;

}


.featured .readers_feed_widget .op-image {
    text-align:center;
    transition: all ease-in-out 0.3s;
}

.featured .readers_feed_widget .op-image:hover {
    opacity: 0.7;
}
.featured .readers_feed_widget .op-image img {
    width:85px;
    height:108px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
}


.featured .readers_feed_widget .tns-controls {
        position:relative;
        top:0;
        left:0;
        width:100%;
    }
.featured .readers_feed_widget .tns-controls > button {
                    background:transparent;
                            color: #fff ;
                }
.featured .readers_feed_widget .tns-controls > button:first-child {
                    position:relative;
                    border: 0;
                    font-size: 30px;
                    top:-120px !important;
                    left:0px !important;
                    transform: scaleY(2) !important;
                }


.featured .readers_feed_widget .tns-controls > button:first-child:hover {
    color: #642cae;
}
.featured .readers_feed_widget .tns-controls > button:last-child {
                    position:absolute;
                    border: 0;
                    font-size: 30px;
                    top:-120px !important;
                    right:0px !important;
                    transform: scaleY(2) !important;

                }




.featured .readers_feed_widget .tns-controls > button:last-child:hover {
    color: #642cae;
}
.featured .readers_feed_widget .op-info {
                    display:flex;
                    flex-wrap:wrap;
                    justify-content:space-between;
                    align-items:center;
                    margin-top:15px;
                    margin-bottom: 0px;
                }

.featured .readers_feed_widget .op-name {
                    flex:0 0 100%;
                    font-size:.85rem;
                    line-height:1rem;
                    order:1;
                    text-align: center !important;
                    margin-bottom: 3px;
                }

.featured .readers_feed_widget .op-name a {
                    color:#fff;
                    transition: all ease-in-out 0.3s;
                }

.featured .readers_feed_widget .op-name a:hover {
    color: #642cae;
}

.featured .readers_feed_widget .op-pin {
                    order:2;
                    font-size:.8rem;
                    color: #fff;
                }
.featured .readers_feed_widget .op-rating {
                    order:3;
                    font-size:.75rem;
                }

.featured .readers_feed_widget .op-status {
                    flex:0 0 100%;
                    font-size:.8rem;
                    order:4;
                    padding:.25rem;
                    background:#6c757d;
                    color:#333;
                    opacity: 1 !important;
                    text-align:center;
                    line-height:1;
                    margin-top:.25rem;
                }

.featured .readers_feed_widget .op-status.available {
                    background:#a6cf17;
                    color:#fff;
                }
.featured .readers_feed_widget .op-status.busy {
                    background:#ea1153;
                    color:#d2d2d2;
                    font-style: italic;
                }
.featured .readers_feed_widget .op-status.notavailable {
                    background:#ea1153;
                    color:#fff;
                }

.featured .readers_feed_widget .readers-feed-container {
                    border-left:0;

                    box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                }
.featured .readers_feed_widget .widget-title {
                    border-bottom:0;
                    margin-bottom:-4px;
                }
.featured .readers_feed_widget .readers-feed-container {
                    border-top:0;
                    box-shadow:none;
                }


/* events-block Block */
.events-books {
    block-size: auto;
    height: 230px !important;
    width: 100%;
    background: rgba(255,255,255,1);
}

.events-books .container {
    top: 0;
}

/* carousel-block Block */
.carousel-block {
    block-size: auto;
    height:150px !important;
    width: 100%;
    opacity: 0.7;
}

.carousel-block  .container {
    top: 0;
}

.carousel-block  .number {
    line-height:2;
}

.carousel-block  .info {
    line-height:1rem;
    font-size: 12px;
}


.carousel-block  a {
    color:#fff;
}

.carousel-block  i {
  font-size: 50px;
  color: #9999cc;
  display:inline-block;
  vertical-align: -10px;
  line-height: 0;
}

.carousel-block small {
    font-size: 12px;
    color: #9999cc;
}

.carousel-block  small a {
    color: #9999cc;
}

/*--------------------------------------------------------------
# User Profile
--------------------------------------------------------------*/
.user-style {
    font-style: normal;
    color: #9999cc;
}

.user-style a {
    font-style: normal;
    color: #9999cc;
    margin-right: 10px;
}

.user-style a:hover {
    color: #fff;
}

.user-style img {
  width: 20px;
  margin-right: 10px;
  box-sizing: content-box;
  padding: 0px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 50px;
  }

.user-style ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
 }

.user-style li {
    display: inline-block;
    &:not(:last-child):after {
        content: ' |'
     }
  }

.user-style li.remove:after {
    content: none;
  }


.profile {
  padding: 10px 0 20px 0;
}

.profile .entry {
  display: block;
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.profile .entry .profile-style {
  display: grid;
  grid-template-rows: repeat(2);
  position: relative;
  background: #fff;
  justify-content: center;
  vertical-align: center;
  margin-bottom: 50px !important;
}

.profile .entry .profile-style img {
    grid-column-start: 1;
    grid-row-end: span 2;
    width: 120px;
    margin-right: 20px;
    padding: 0px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    background: #fff;
    border-radius: 100px;
}

.profile .entry .profile-style h1 {
    grid-column-start: 2;
    font-size: 45px;
    font-weight: 600;
}

.profile .entry .profile-style .entry-meta {
    grid-column-start: 2;
    margin-left: -25px;
}
.profile .entry .profile-style .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -20px;
}

.profile .entry .profile-style i {
  font-size: 25px;
  margin-right: 8px;
  line-height: 0;
  color: #bababa;
  transition: 0.3s;
}

.profile .entry .profile-style i:hover {
    color: #642cae;
}

.profile .entry .entry-title h2 {
    font-size: 14px !important;
    margin-bottom: 20px !important;
}


.profile .entry .entry-content p {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 0;
}

.profile .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.profile .sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #642cae;
  position: relative;
}
.profile .sidebar .sidebar-item {
  margin-bottom: 0px;
}

.profile .sidebar .recent-posts .post-item + .post-item {
  margin-top: 13px;
}
.profile .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.profile .sidebar .recent-posts h4 {
  font-size: 14px;
  margin-left: 95px;
  margin-bottom: 10px;
  font-weight: bold;
}
.profile .sidebar .recent-posts h4 a {
  color: #9999cc;
  transition: 0.3s;
}
.profile .sidebar .recent-posts h4 a:hover {
  color: #642cae;
}
.profile .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: #aaaaaa;
}

.profile-style-edit i {
    font-size: 24px;
    color: #bababa;
    margin-left: 8px;
    transition: 0.3s;
}

.profile-style-edit i:hover {
    color: #642cae;
}
.edit-profile {
    display: flex;
    justify-content: flex-end;
}

.edit-profile small {
    color: #9999cc;
}

.edit-profile a:hover {
  color: #642cae;
}

.entry-content-profile label {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
/* Search bar */
.searchbar {
    display: flex;
    width: auto;
    float: right;
}
.searchbar .searchbar-title {
  vertical-align: center;
  font-size: 12px !important;
  font-weight: 700;
  margin-right: 10px;
  display: flex;
  color: #642cae;
  position: relative;
}
.searchbar .searchbar-item {
  vertical-align: center;
}

.searchbar .search-form form {
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  width: 300px;
}
.searchbar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  margin-left: 5px;
  border-radius: 4px;
  width: calc(100% - 40px);
    box-shadow: none; outline: 0;
}
.searchbar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #642cae;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.searchbar .search-form form button i {
  line-height: 0;
}
.searchbar .search-form form button:hover {
  background: #9999cc;
}

/* Search bar page */

.searchpage .searchbar-title {
  vertical-align: center;
  font-size: 12px !important;
  font-weight: 700;
  margin-right: 10px;
  display: flex;
  color: #642cae;
  position: relative;
}
.searchpage .searchbar-item {
  vertical-align: center;
}

.searchpage .search-form form {
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  width: 300px;
}
.searchpage .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  margin-left: 0px;
  border-radius: 4px;
  width: calc(100% - 40px);
  outline: 0; box-shadow: none;
}
.searchpage .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #642cae;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.searchpage .search-form form button i {
  line-height: 0;
}
.searchpage .search-form form button:hover {
  background: #9999cc;
}
/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/
.search-results {
  padding: 40px 0 20px 0;
}
.search-results .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.search-results .entry .book-results {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    width: 100%; !important;
    border-size: 10px;
}

.search-results .entry li {
    list-style: none;
    padding-left: 0;
}

.search-results .entry .book-results .book-details img {
    width: 200px;
    margin-bottom: 10px;
}

.search-results .entry .book-results .book-details p {
    margin-bottom: 4px;
}

.search-results .entry .book-results .book-details h2 {
    font-size: 14px;
    color: #9999cc;
    font-weight: 700;
}

.search-results .container .row .entry .entry-content .main-result li {
    text-align: left;
}

.search-results .container .row .entry .entry-content .main-result {
    margin-top: 20px !important;
}

.search-results .container .row .entry .entry-content .main-result .post-url {
    color: #bababa;
    font-size: 12px;
}

.search-results .container .row .entry .entry-content .main-result .post-url:hover {
    color: #642cae;
}

.search-results .container .row .entry .entry-content .main-result .post-title {
    color: #9999cc;
    font-size: 16px;
    font-weight: 600;
}

.search-results .container .row .entry .entry-content .main-result .post-title:hover {
    color: #642cae;
}

.search-results .container .row .entry .entry-content .readers-h2 {
    font-size: 18px;
    color: #642cae;
    font-weight: 600;
}

.search-results .container .row .entry .entry-content .readers-h2::after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: #9999cc;
  bottom: 0;
  left: calc(50% - 25px);
}

.search-results .container .row .entry .entry-content .readers {
    display: grid;
    border-size: 10px;
    grid-template-columns: repeat(7);
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.search-results .container .row .entry .entry-content .readers img {
    width: 100px;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    grid-row-start: 1;
}

.search-results .container .row .entry .entry-content .readers .reader-name {
    grid-row-start: 2;
}

.search-results .container .row .entry .entry-content .readers .reader-stars {
    grid-row-start: 3;
}

.search-results .container .row .entry .entry-content .readers .reader-pin {
    grid-row-start: 4;
}

.search-results .container .row .entry .entry-content .readers .reader-pin .op-status {
    grid-row-start: 6;
}

.search-results .container .row .entry .entry-content .facebook-results {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    width: 100%; !important;
    border-size: 10px;
    margin: 0 auto;
}
/* Bottom right text */
.profile .entry .profile-style .text-block-profile {
  display: none;
  vertical-align: center;
  float: left;
  text-align: center;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  box-sizing: content-box;
  padding: 0px;
  position: absolute;
  background: #fff;
  border-radius: 120px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

.profile .entry .profile-style .text-block-profile p {
  text-align:center;
  padding-top: 80px;
  opacity: 100%;
}

.form-group-profile button {
    margin-top: 20px;
      background: #642cae;
      border: 0;
      border-radius: 50px;
      padding: 10px 24px;
      color: #fff;
      transition: 0.3s;
}

.form-group-profile button:hover {
    background: #9999cc;
}


/*--------------------------------------------------------------
# Social Share
--------------------------------------------------------------*/

.social-share-pages {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-share-inpage {
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 25px;
}

.social-share-foundation {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

.social-share-between {
    display: flex;
    justify-content: center;
    margin-top: -25px;
    margin-bottom: 25px;
}

.social-share-testimonials {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

.social-share-pages-footer {
    display: flex;
    justify-content: left;
}

.fb-comments {
    width: 100% !important;
    num_posts: 10 !important;
    order_by: time !important;
}

/* Foundation */
.videowrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.foundation-wrapper {
  display: flex;
  z-index: 1;
  height: 0px;
}

.foundation-blog {
  padding: 40px 0 20px 0;
}

.foundation-blog .sticky_nav {
    float:left;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    bottom: 100px;
    left: 0;
    width: 150px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
    margin-right: -5px;
    align-items: center;
    opacity: 0;
    transition: all 1s;
}

.foundation-blog .sticky_nav.active {
  visibility: visible;
  opacity: 1;
}

.foundation-blog .sticky_nav .title-sticky {
    z-index: 5;
    margin-top: -10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #642cae

}
.foundation-blog .sticky_nav .row {
    margin-bottom: 15px;
    text-align:center;
    margin: 20px auto;
}

.foundation-blog .sticky_nav .row .op-info .op-status {
    display:inline-block;
    vertical-align: middle;
    float: none;
}
.foundation-blog .sticky_nav .row .op-status {
    width: 100px;
    font-size:.8rem;
    padding:.25rem;
    background:#6c757d;
    color:#333;
    opacity: 1 !important;
    text-align:center;
    line-height:1;
}

.foundation-blog .sticky_nav .op-status.available {
    background:#a6cf17;
    color:#fff;
}

.foundation-blog .sticky_nav .op-status.busy {
    background:#ea1153;
    color:#fff;
}

.foundation {
  display: flex;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 360px;
  bottom: 0;
}

.foundation-blog .entry {
text-align: justify;
}

.foundation-style {
      display: flex;
      font-family: "Poppins", sans-serif;
}

.foundation-style a {
    color: #9999cc;
}

.foundation-style a:hover {
    color: #642cae !important;
}

.foundation-style i {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #9999cc;
  display:inline-block;
  vertical-align: -5px;
  line-height: 0;
  margin-right: 10px;
}



/*--------------------------------------------------------------
# Hero News
--------------------------------------------------------------*/
#hero-news {
  width: 100% !important;
  height: 20vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: 0px;
  z-index: 1;
  margin-bottom: 20px;
  position: relative;
}
#hero-news .carousel-item {
  width: 100%;
  height: 20vh;
  background-size: auto;
}
#hero-news .carousel-item::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  object-fit: hero-news;
}
#hero-news .carousel-container {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}
#hero-news .carousel-content {
  text-align: left;
  margin: auto;
  display: block;
}

#hero-news .carousel-content img {
    height: 15vh;
}

#hero-news h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero-news h2 span {
  color: #642cae;
}
#hero-news p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#642cae, 15);
}
#hero-news .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero-news .carousel-inner .carousel-item,
#hero-news .carousel-inner .active.carousel-item-start,
#hero-news .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero-news .carousel-inner .active,
#hero-news .carousel-inner .carousel-item-next.carousel-item-start,
#hero-news .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero-news .carousel-inner .carousel-item-next,
#hero-news .carousel-inner .carousel-item-prev,
#hero-news .carousel-inner .active.carousel-item-start,
#hero-news .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero-news .carousel-control-prev, #hero-news .carousel-control-next {
    background: none;
    font-size: 30px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #9999cc;
    padding-right: 20px;
}
#hero-news .carousel-control-next-icon, #hero-news .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #9999cc;
  padding-left: 20px;
}


#hero-news .carousel-indicators li {
  cursor: pointer;
  background: #642cae;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}
#hero-news .carousel-indicators li.active {
  opacity: 1;
}
#hero-news .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #642cae;
  background: #642cae;
}
#hero-news .btn-get-started:hover {
  background: transparent;
  color: #642cae;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Carousel Ads
--------------------------------------------------------------*/
#carousel-ads {
  width: 300px;
  height: 170px;
  background-color: #fff !important;
  overflow: hidden;
  padding: 0;
  margin-top: -8px;
  z-index: 1;
  position: relative;
}
#carousel-ads .carousel-item {
  width: 100%;
  height: 170px;
  background-size: auto;
}
#carousel-ads .carousel-item::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  object-fit: carousel-ads;
}
#carousel-ads .carousel-container {
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}
#carousel-ads .carousel-content {
  text-align: left;
  margin: auto;
  display: block;
}

#carousel-ads.carousel-content img {
    height: 170px;
    width: auto;
}

#carousel-ads h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
#carousel-ads h2 span {
  color: #642cae;
}
#carousel-ads p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#642cae, 15);
}
#carousel-ads .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#carousel-ads .carousel-inner .carousel-item,
#hero-news .carousel-inner .active.carousel-item-start,
#hero-news .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#carousel-ads.carousel-inner .active,
#carousel-ads .carousel-inner .carousel-item-next.carousel-item-start,
#carousel-ads .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#carousel-ads .carousel-inner .carousel-item-next,
#carousel-ads .carousel-inner .carousel-item-prev,
#carousel-ads .carousel-inner .active.carousel-item-start,
#carousel-ads .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#carousel-ads .carousel-control-prev, #carousel-ads .carousel-control-next {
    background: none;
    font-size: 10px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #9999cc;
    padding-right: 20px;
}
#carousel-ads .carousel-control-next-icon, #carousel-ads .carousel-control-prev-icon {
  background: none;
  font-size: 10px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #9999cc;
  padding-left: 20px;
}


#carousel-ads .carousel-indicators li {
  cursor: pointer;
  background: #642cae;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}
#carousel-ads .carousel-indicators li.active {
  opacity: 1;
}
#carousel-ads .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #642cae;
  background: #642cae;
}
#carousel-ads .btn-get-started:hover {
  background: transparent;
  color: #642cae;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #642cae;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

.section-title-news {
  text-align: center;
  padding-bottom: 30px;
}
.section-title-news h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.section-title-news h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #642cae;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title-news p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f6f6f8;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  margin-top: -40px;
  position: relative;
  z-index: 11;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #9999cc;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}



/* Books */

.featured .books_feed_widget {
  position: absolute;
  margin-left: 0px;
  margin-top: -30px !important;
  transition: all ease-in-out 0.3s;
  padding: 20px;
  text-align: center !important;
  margin-right:6rem;
  z-index: 2;
  background: #fff;
  box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);
}

.featured .books_feed_widget p {
    text-align: center;
        color: #642cae;
        font-weight: 700;
}
.featured .books_feed_widget .book {
    display:none;
    padding-left:2rem;
    padding-right:2rem;

}

.featured .books_feed_widget .book-image {
    text-align:center;
}
.featured .books_feed_widget .book-image:hover {
    opacity: 0.7;
}


.featured .books_feed_widget .tns-controls {
        position:relative;
        top:0;
        left:0;
        width:100%;
    }
.featured .books_feed_widget .tns-controls > button {
                    background:transparent;
                            color: #fff ;
                }
.featured .books_feed_widget .tns-controls > button:first-child {
                    position:relative;
                    border: 0;
                    font-size: 30px;
                    top:-220px !important;
                    left:-150px !important;
                    transform: scaleY(2) !important;
                    color: #fff;
                }


.featured .books_feed_widget .tns-controls > button:first-child:hover {
    color: #642cae;
}
.featured .books_feed_widget .tns-controls > button:last-child {
                    position:absolute;
                    border: 0;
                    font-size: 30px;
                    top:-220px !important;
                    right:40px !important;
                    transform: scaleY(2) !important;
                    color: #fff;
                }


.featured .books_feed_widget .tns-controls > button:last-child:hover {
    color: #642cae;
}
.featured .books_feed_widget .book-info {
                    display:flex;
                    flex-wrap:wrap;
                    justify-content:space-between;
                    align-items:center;
                    margin-top:0px;
                    margin-bottom: 0px;
                }

.featured .books_feed_widget .book-name {
                    flex:0 0 100%;
                    font-size:1rem;
                    line-height:1rem;
                    order:1;
                    text-align: left !important;
                    margin-bottom: 3px;
                    margin-top: 10px;
                }

.featured .books_feed_widget .book-rating {
                    order:3;
                    font-size:.75rem;
                }


.featured .books_feed_widget .book-feed-container {
                    border-left:0;
                    box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                }
.featured .books_feed_widget .widget-title {
                    border-bottom:0;
                    margin-bottom:-4px;
                }
.featured .books_feed_widget .book-feed-container {
                    border-top:0;
                    box-shadow:none;
                }


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    margin-top: 10px !important;
}
.about .content h2 {
  font-weight: 600;
  font-size: 26px;
  color: #642cae;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #642cae;
}
.about .content p {
    text-align: justify;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Booking calendar
--------------------------------------------------------------*/
.book_craig .container {
    width: 100%;
    padding: 0;
}
.event-container {
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.event-container h3.year {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #642cae;
}

.event-container .event {
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);
    display: flex;
    border-radius: 8px;
    margin: 18px 0;
}

.event-container .event .event-left {
    background: #642cae;
    min-width: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 0 0 8px;
}
.event-container .event .event-left .event-date .day  {
    font-size: 18px;
}
.event-container .event .event-left .event-date .date  {
    font-size: 38px;
    margin-top: -5px;
}
.event-container .event .event-left .event-date .month {
    font-size: 16px;
    font-weight: normal;
    margin-top: -5px;
}

.event-container .event .event-left .event-date .year {
    font-size: 12px;
    font-weight: normal;
    margin-top: -5px;
}

.event-container .event .event-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
}

.event-container .event .event-right h3.event-title-booked {
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: bold;
    color: #ec1335;
}

.event-container .event .event-right h3.event-title {
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: bold;
    color: #9999cc;
}

.event-container .event .event-right .event-description {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
}

.event-container .event .event-right .event-description button {
    background: #9999cc;
    border: 0;
}

.event-container .event .event-right .event-description button:hover {
    background: #642cae;
    font-weight: bold;
}

.event-container .event .event-right .event-timing {
    background: #fff8ba;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 8px;
    border-radius: 16px;
    margin: 16px 0;
    font-size: 14px;
}

.event-container .event .event-right i {
    height: 20px;
    padding-right: 8px;

}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #642cae;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #e8ddf6;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .icon-box h4 a {
  color: #642cae;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #642cae;
  border-color: #642cae;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #642cae;
}
.services .icon-box:hover .icon::before {
  background: #9999cc;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #9999cc;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #642cae;

}
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
  height: 15vh;
  widht: auto !important;
  max-width: none !important;
  padding-right: 50px;
  padding-left: 50px;
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #642cae;
  float: left;
  line-height: 0;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #9999cc;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #9999cc;
}

/*--------------------------------------------------------------
# Counts YouTube
--------------------------------------------------------------*/
.counts .count-box-youtube {
  margin-top: 20px;
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box-youtube i {
  display: block;
  font-size: 30px;
  color: #642cae;
  float: left;
  line-height: 0;

}
.counts .count-box-youtube span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-weight: 700;
  color: #9999cc;
  margin-left: 35px;
  padding: 5px;
}
.counts .count-box-youtube p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box-youtube a:hover {
  color: #9999cc;
}

/*--------------------------------------------------------------
# Counts Patreon
--------------------------------------------------------------*/
.counts .count-box-patreon {
  margin-top: 20px;
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: block;
  width: 350px;
  text-align: center;
}
.counts .count-box-patreon i {
  font-size: 20px;
  color: #642cae;
  font-weight: 700;
}

.counts .count-box-patreon img {
    width: 150px;
    box-sizing: content-box;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
}

.counts .count-box-patreon h6 {
    margin-top: 20px;
    font-size: 18px;
    color: #642cae;
    font-weight: 700;
}
.counts .count-box-patreon span {
  font-size: 20px;
  font-weight: 700;
  color: #9999cc;
  padding: 5px;
}
.counts .count-box-patreon p {

  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.counts .count-box-patreon a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box-patreon a:hover {
  color: #9999cc;
}
/*--------------------------------------------------------------
# Counts normal
--------------------------------------------------------------*/
.counts_normal .count-box_normal {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts_normal .count-box_normal i {
  display: block;
  font-size: 30px;
  color: #642cae;
  float: left;
  line-height: 0;
}
.counts_normal .count-box_normal span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #9999cc;
  margin-left: 50px;
}
.counts_normal .count-box_normal p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
.counts_normal .count-box_normal a {
  font-weight: 600;
  margin: 0;
  color: #7a7a7a;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts_normal .count-box_normal a:hover {
  color: #9999cc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 70px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials Index
--------------------------------------------------------------*/
.testimonials-index .testimonials-carousel-index, .testimonials-index .testimonials-slider-index {
  overflow: hidden;
}
.testimonials-index .testimonial-item-index {
  box-sizing: content-box;
  padding: 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials-index .testimonial-item-index .testimonial-img-index {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonial-index .testimonial-item-index h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials-index .testimonial-item-index h4 {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.testimonials-index .testimonial-item-index .quote-icon-left-index, .testimonials-index .testimonial-item-index .quote-icon-right-index {
  color: white;
  font-size: 18px;
}
.testimonials-index .testimonial-item-index .quote-icon-left-index {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials-index .testimonial-item-index .quote-icon-right-index {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials-index .testimonial-item-index p {
  font-style: italic;
  font-size: 14;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Readings
--------------------------------------------------------------*/
.readings {
    margin-bottom: 35px;
}
.readings .container {
    display: grid;
}
.readings .readings-item-index {
  box-sizing: content-box;
  padding: 20px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.readings .readings-item-index .readings-img-index {
  width: 90px;
  border: 6px solid #fff;
  float: left;
  margin: 10px;
}
.readings .readings-item-index .op-status {
    float: right;
    width: 100px;
    border-radius: 5px;
    margin-top: -120px;
    flex:0 0 100%;
    font-size:.8rem;
    order:4;
    padding:.25rem;
    background:#6c757d;
    color:#333;
    opacity: 1 !important;
    text-align:center;
    line-height:1;
}


.readings .readings-item-index .op-status.available {
                    background:#a6cf17;
                    color:#fff;
                }
.readings .readings-item-index .op-status.busy {
                    background:#ea1153;
                    color:#d2d2d2;
                    font-style: italic;
                }
.readings .readings-item-index .op-status.notavailable {
                    background:#ea1153;
                    color:#fff;
                }
.readings .readings-item-index .op-call {
    float: right;
    width: 100px;
    border-radius: 5px;
    margin-top: -90px;
    flex:0 0 100%;
    font-size:.8rem;
    order:4;
    padding:.25rem;
    background:#6c757d;
    color:#333;
    opacity: 1 !important;
    text-align:center;
    line-height:1;
}

.readings .readings-item-index .op-call a {
    color: #fff;
}
.readings .readings-item-index .op-call.available {
                    background:#9999cc;
                    color:#fff;
                }



.readings .readings-item-index h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #642cae;
}
.readings .readings-item-index h4 {
  font-size: 12px;
  color: #999;
  margin-top: -10px;
}

.readings .readings-item-index .op-stars {
    margin-top: -25px
}
.readings .readings-item-index .quote-icon-left-index, .readings-index .readings-item-index .quote-icon-right-index {
  color: white;
  font-size: 18px;
}
.readings .readings-item-index .quote-icon-left-index {
  display: inline-block;
  left: -5px;
  position: relative;
}
.readings .readings-item-index .quote-icon-right-index {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.readings .readings-item-index p {
  font-size: 14px;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #9999cc;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #642cae;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #9999cc;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e0e0e0;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #642cae;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #642cae;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #642cae;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #642cae;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #642cae;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
  gap: 1rem;

}
.pricing .box {
  width: 350px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}
.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.pricing h4 {
  font-size: 46px;
  color: #642cae;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing h3 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #642cae;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  background: #642cae;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}
.pricing .buy-btn:hover {
  background: #9999cc;
}
.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}
.pricing .featured .buy-btn {
  background: #642cae;
}
.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}
.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #919191;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #642cae;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #642cae;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #642cae;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #642cae;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #9999cc;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Horoscope
--------------------------------------------------------------*/
.horoscope {
  padding: 40px 0 20px 0;
}

.horoscope .container {
    margin-bottom: 50px;
 }

.horoscope .entry {
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
}

.horoscope .entry.entry-single {
    background: #642cae !important;
    box-shadow: 1px 1px 40px 10px rgba(0, 0, 0, 0.5);
}
.horoscope .entry.entry-single .entry-title {
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    background: #642cae;
    font-size: 40px;
    font-weight: bold;

}

.horoscope .entry.entry-single .entry-content img {
    width: 100%;
}


.horoscope-sign {
    padding: 40px 0 20px 0;
}

.horoscope-sign .container {
    margin-bottom: 50px;
 }

.horoscope-sign .entry {
  display: table;
  margin: 0 auto;
  width: 700px;
  height: 700px;
  padding: 30px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
}

.horoscope-sign .entry.entry-single .entry-title {
    color: #9999cc !important;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    background: #642cae;
    font-size: 40px;
    font-weight: bold;
    padding: 0;
}
.horoscope-sign .entry .entry-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.horoscope-sign .entry .entry-img img {
    width: 50%;
  display: table;
  margin: 0 auto;

}

.horoscope-sign .entry.entry-single .entry-content p {
  line-height: 18px;
  position: relative;
  text-align: justify;
  line-height: 1.5;
}

.horoscope-sign .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Reader Profile
--------------------------------------------------------------*/

.reader-profile .main-profile {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: 20px;
    width: 100%;
}

.reader-profile .main-profile img {
    width: 150px;
    grid-row: span 5;
    grid-column-start: 1;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    align-self: center;
    justify-self: center;
    margin-rigth: 25px;
}

.reader-profile .main-profile h1 {
    grid-column-start: 2;
    grid-row-start: 1;
    margin-bottom: 0;
}

.reader-profile .main-profile .reader-pin {
    grid-column-start: 2;
    grid-row-start: 2;
    color: #9999cc;
}

.reader-profile .main-profile .reader-description {
    grid-column-start: 2;
    grid-row-start: 3;
}

.reader-profile .main-profile .info-reader {
    grid-column-start: 2;
    grid-row-start: 4;
    display: grid;
    grid-template-columns: repeat(4, 120px)
}

.reader-profile .main-profile .info-reader .status {
    grid-column-start: 1;
    grid-row-start: 1;
}

.reader-profile .main-profile .info-reader .ratings {
    grid-column-start: 2;
    grid-row-start: 1;
}

.reader-profile .main-profile .info-reader .tot-readings {
    grid-column-start: 3;
    grid-row-start: 1;
}

.reader-profile .main-profile .info-reader .star-sign {
    grid-column-start: 4;
    grid-row-start: 1;
}

.reader-profile .main-profile .info-reader .special-offer {
    grid-column-start: 2;
    grid-row-start: 5;
}

.reader-profile .stats-info {
    width: 80%;
    margin: 0 auto;
    color: #9999cc !important;
}

.reader-profile .stats-info h2 {
    color: #9999cc;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}

.reader-profile .stats-info h2::after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: #642cae;
  bottom: 0;
  left: calc(50% - 25px);
}

.reader-profile .stats-info table {
    margin:auto;
    max-width:800px;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
}

.reader-profile .stats-info .td-image {
    height: 70px;
    text-align: left;
    vertical-align: top;
    width: 50px
}

.reader-profile .stats-info .td-text {
    vertical-align: top !important;
    width: 300px !important;
}

.reader-profile .data-info {
    width: 100%;
    margin: 0 auto;
    color: #9999cc !important;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}

.reader-profile .data-info h2 {
    font-size: 18px;
    font-weight: 700;
}

.reader-profile .data-info .skills-info ul {
    color: #444444;
}

.reader-profile .data-info .rota-info .rota-list {
    display: grid;
    grid-template-columns: 30% 70%;
    color: #444444;
}

.reader-profile .reviews-title {
  text-align: center;
  padding-bottom: 30px;
}

.reader-profile .reviews-title h2 {
    color: #9999cc;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.reader-profile .reviews-title h2::after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: #642cae;
  bottom: 0;
  left: calc(50% - 25px);
}

.reader-profile .reviews-info {
    width: 100%;
}

.reader-profile .reviews-info ul {
    list-style: none;
    padding-left: 0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}

.reader-profile .reviews-info .li-summary {
    font-weight: 600;
}

.reader-profile .reviews-info .li-info {
    color: #bababa;
}

.reader-profile .reviews-info .li-info i {
    color: #9999cc;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .sticky_nav {
    visibility: hidden;
    float:left;
    opacity: 0;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    bottom: 100px;
    left: 0;
    width: 150px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
    margin-right: -5px;
    align-items: center;
    transition: all 1s;
}
.blog .sticky_nav.active {
  visibility: visible;
  opacity: 1;
}
.blog .sticky_nav .title-sticky {
    z-index: 5;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #642cae

}
.blog .sticky_nav .row {
    margin-bottom: 15px;
    text-align:center;
    margin: 20px auto;
}

.blog .sticky_nav .row .op-info .op-status {
    display:inline-block;
    vertical-align: middle;
    float: none;
}
.blog .sticky_nav .row .op-status {
    width: 100px;
    font-size:.8rem;
    padding:.25rem;
    background:#6c757d;
    color:#333;
    opacity: 1 !important;
    text-align:center;
    line-height:1;
}

.blog .sticky_nav .op-status.available {
    background:#a6cf17;
    color:#fff;
}

.blog .sticky_nav .op-status.busy {
    background:#ea1153;
    color:#fff;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  width: 100% !important;
  max-height: 440px;
  margin: 0 -30px 20px 0;
  overflow: hidden;
  position: relative;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  color: #643cae;
}
.blog .entry .entry-title a {
  color: #642cae;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #9999cc;
}

.blog .entry .entry-subtitle {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  color: #9999cc;
}
.blog .entry .entry-subtitle a {
  color: #9999cc;
  transition: 0.3s;
}
.blog .entry .entry-subtitle a:hover {
  color: #642cae;
}

.blog .entry .entry-meta {
  margin-bottom: 14px;
  color: #bababa;
}
.blog .entry .entry-meta ul {
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 14px;
  margin-right: 8px;
  line-height: ;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1.5;
}

.blog .entry .entry-meta a:hover {
  color: #642cae;
}

.blog .entry .entry-content {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.blog .entry .entry-content iframe {
    text-align: center !important;
}
.blog .entry .entry-content figure {
    text-align: center !important;
}

.blog .entry .entry-content p {
  line-height: 16px;
  position: relative;
  text-align: justify;
  line-height: 1.5;
}

.blog .entry .entry-content ul {
    text-align: justify;
}

.blog .entry .entry-footer-more {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer-more .read-more {
  justify-content: center;
  align-items: center;
  background: #642cae;
  border: 0;
  border-radius: 50px;
  transition: 0.4s;
  text-align: center;
  margin-left: auto;
  width: 10em;
  padding: 5px;
}

.blog .entry .entry-footer-more .read-more:hover {
  background: #9999cc;
}
.blog .entry .entry-footer-more .read-more a {
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}

q {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #9999cc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #642cae;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 12px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 12px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author a {
  transition: 0.3s;
  color: #9999cc;
}

.blog .blog-author a:hover {
  color: #642cae;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #9999cc;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  transition: 0.3s;
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author .social-links a:hover {
  color: #642cae;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #642cae;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #9999cc;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #642cae;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #9999cc;
}

.blog .blog-comments .reply-form .btn-secondary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #9999cc;
}
.blog .blog-comments .reply-form .btn-secondary:hover {
  background-color: #642cae;
}


.blog .blog-pagination {
  color: #878787;
    padding-bottom: 30px;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #9999cc;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #642cae;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin-bottom: 25px;
  color: #9999cc;
  position: relative;
}
.blog .sidebar .sidebar-title a {
  color: #9999cc;
}
.blog .sidebar .sidebar-title a:hover {
  color: #642cae;
}
.blog .sidebar .sidebar-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 3px;
  background: #642cae;
  bottom: -8px;
  left: 0;
  top: auto;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.sidebar .sidebar-item.recent-book .post-item {
     display: grid;
     grid-template-columns: 1fr 1fr;
     border-right:: 0 !important;
     gap: 0rem;
     transition: 0.3s;
     margin-bottom: 20px;
     vertical-align: middle;
}

.sidebar .sidebar-item.recent-book .post-item img {
    grid-row-start: 2;
    grid-column-start: 1;
    object-fit: cover;
    width:250px;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.daily_tarot .sidebar-item {
    text-align: center;
}
.daily_tarot .sidebar-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #642cae;
}

.daily_tarot .sidebar-item p {
    font-size: 14px;
    margin-top: 10px;
}


.sidebar .sidebar-item.recent-book .post-item h4 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 16px;
    font-weight: 700;
}

.sidebar .sidebar-item.recent-book .post-item h4 a {
    color: #642cae;
}

.sidebar .sidebar-item.recent-book .post-item h4 a:hover {
    color: #9999cc;
}


.sidebar .sidebar-item.recent-book .post-item h6 {
    grid-row-start: 3;
    grid-column-start: 1;
    text-align: center;
    margin-top: 10px;
}
.sidebar .sidebar-item.recent-book .post-item .short-text {
    grid-row-start: 2;
    grid-column-start: 2;
    font-size: 12px;
}
.sidebar .sidebar-item.recent-book .post-item .buy-button {
  grid-row-start: 3;
  grid-column-start: 2;
    margin-left:15%;
    margin-right:25%;
}


.buy-button .btn {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 7em;
    justify-content: center;
    align-items: center;
    background: #642cae;
    border: 0;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    transition: 0.4s;
}

.buy-button .btn:hover {
  background: #9999cc;
  color: #642cae;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #642cae;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #9999cc;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #9999cc;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #642cae;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 12px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 14px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #9999cc;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #642cae;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 12px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #642cae;
  background: #642cae;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 12px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 12px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #642cae;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}
#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #9999cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #642cae;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #642cae;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 70%;
}

/* Books views */
.card img {
    width: 250px !important;
    margin-top: 20px !important;
}

.card button {
    border: 0;
    background: #fff;
    font-size: 14px;
    color: #643cae;
}

.card h5 {
    font-size: 18px !important;
}
.card p {
    text-align: justify;
    font-size: 14px !important;
}
.long-text {
    display: none !important;
}

.show-more .long-text {
    display: inline !important;
}
.show-more .short-text {
    display: none !important;
}
/*--------------------------------------------------------------
# Login Modal
--------------------------------------------------------------*/
.login-screen {
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    padding: 0!important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    transition: all 0.10s;
    overflow: hidden;
}

.login-screen .modal-content {
    overflow-y: auto;
    overflow-x: auto;
    max-width: 800px;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    top: 0;
    right: 0;
}

/*--------------------------------------------------------------
# Booking modal Jane
--------------------------------------------------------------*/
.bg-modal {
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    padding: 0!important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    transition: all 0.10s;
    overflow: hidden;
    overflow-y: initial !important
}

.modal-content {
    overflow-y: auto;
    overflow-x: auto;
    max-width: 800px;
    max-height: calc(100vh - 80px);
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    top: 0;
    right: 0;
}

.modal-content .modal-buttons {
    padding: 40px;
    text-align: center;
}

.modal-content i {
  display: block;
  font-size: 30px;
  padding: 0 10px 0 10px;
  justify-text: left;
  color: #642cae;
  float: left;
  line-height: 0;

}

.modal-content p {
    padding: 0 0 0px 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
}

.modal-content small {
        font-size: 14px;
        text-align: center !important;
        color: #9999cc;
        margin: 0;
}

.modal-title {
    color: #642cae;
    font-size: 22px !important;
    font-weight: 700;
    text-align: center;
}


.modal-content .preferred {
            justify-content: center;
            align-items: center;
            text-align: left;
            padding-bottom: 10px;
}

.modal-content input {
    width: 100%;
    display: block;
    margin: 15px auto;
}

.modal-content textarea {
    width: 100%;
    display: block;
    margin: 5px auto;
}

.modal-content button[type=submit] {
  justify-content: center;
  align-items: center;
    background: #642cae;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.modal-content button[type=submit]:hover {
  background: #9999cc;
}

.modal-content button[type=close] {
  justify-content: center;
  align-items: center;
    background: #642cae;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.modal-content button[type=close]:hover {
  background: #9999cc;
}

.modal-content a {
    justify-content: center;
    align-items: center;
    background: #642cae;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.modal-content a:hover {
  background: #9999cc;
}

.booking-button {
        margin-left: auto;
        margin-right: auto;
        width: 25em;
    text-align: center;
}

.booking-button button[type=button]{
        justify-content: center;
        align-items: center;
        background: #642cae;
        border: 0;
        border-radius: 50px;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

.booking-button button[type=button]:hover {
  background: #9999cc;
}

.booking-button button[type=submit] {
  justify-content: center;
  align-items: center;
    background: #642cae;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.booking-button button[type=submit]:hover {
  background: #9999cc;
}

.booking-button button[type=reset] {
  justify-content: center;
  align-items: center;
    background: #642cae;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.booking-button button[type=reset]:hover {
  background: #9999cc;
}

.border-right {
    1px solid #9999cc;
}

.terms {
    width: 100%;
}

.modal-body .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.modal-body .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.modal-body .php-email-form .error-message br + br {
  margin-top: 25px;
}
.modal-body .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.modal-body .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.modal-body .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.modal-body .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.modal-body .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #642cae;
}
.modal-body .php-email-form input {
  padding: 10px 15px;
}
.modal-body .php-email-form textarea {
  padding: 12px 15px;
}
.modal-body .php-email-form button[type=submit] {
  background: #642cae;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.modal-body .php-email-form button[type=submit]:hover {
  background: #9999cc;
}

/* Audio Readings */
.entry-content .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.entry-content .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.entry-content .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.entry-content .php-email-form .error-message br + br {
  margin-top: 25px;
}
.entry-content .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.entry-content .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.entry-content .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.entry-content .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.entry-content .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #642cae;
}
.entry-content .php-email-form input {
  padding: 10px 15px;
}
.entry-content .php-email-form textarea {
  padding: 12px 15px;
}
.entry-content .php-email-form button[type=submit] {
  background: #642cae;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.entry-content .php-email-form button[type=submit]:hover {
  background: #9999cc;
}

/* MOBILE PHONES SETTINGS */
/* iPhone X/Xs and 12/13 Mini */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/
/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }

    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }
    .blog .sticky_nav {
        display: none !important;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }
    .event-container .event .event-right .event-description {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
    }

    .event-container .event .event-right .event-timing {
        width: 150px !important;
    }
    /* Booking calendar */

    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 100vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 70vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }
    .reader-profile .main-profile {
        display: inline;
    }

    .reader-profile .main-profile img {
        width: 100px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }

    .reader-profile .main-profile .info-reader {
        display: grid;
        grid-template-columns: repeat(2, 120px)
    }

    .reader-profile .main-profile .info-reader .status {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .reader-profile .main-profile .info-reader .ratings {
        grid-column-start: 2;
        grid-row-start: 1;
    }

    .reader-profile .main-profile .info-reader .tot-readings {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .reader-profile .main-profile .info-reader .star-sign {
        grid-column-start: 2;
        grid-row-start: 2;
    }


    .reader-profile .stats-info {
        width: 100%;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }


    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

/*
    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
*/
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}


/* iPhone 6/7/8Plus */
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }
    .blog .sticky_nav {
        display: none !important;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
    /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 110vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }

/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 76vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;

        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}


/* iPhone 6/7/8 */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }
    .blog .sticky_nav {
        display: none !important;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
    /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
        .foundation-blog .sticky_nav {
            display: none !important;
        }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 115vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 85vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;

        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -60px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
/*
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 80px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }
*/

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 0px;
      font-size: 24px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}


/* iPhone 12/13 and 12/13 Pro */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }
    .blog .sticky_nav {
        display: none !important;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }

    .event-container .event .event-right .event-description {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
    }

    .event-container .event .event-right .event-timing {
        width: 150px !important;
    }
    /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
        .foundation-blog .sticky_nav {
            display: none !important;
        }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 18px;
      border-left: 6px solid #9999cc;
    }
    #hero {
      height: 95vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 70vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -70px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 85px;
        height: 105px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* iPhone 12/13 Pro Max */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
    /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
        .foundation-blog .sticky_nav {
            display: none !important;
        }
    #header {
      height: 50px;
    }
    #header .logo .text {
      font-size: 18px;
      border-left: 6px solid #9999cc;
    }
    #hero {
      height: 90vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -20px 0px !important;
      max-width: 250px !important;
    }
    .featured {
        height: 65vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -70px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 17% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 85px;
        height: 105px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* iPhone ??? Pro Max */
@media only screen and (device-width: 428px) and (device-height: 746px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
    /* Booking calendar */

    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 50px;
    }
    #header .logo .text {
      font-size: 18px;
      border-left: 6px solid #9999cc;
    }
    #hero {
      height: 110vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -20px 0px !important;
      max-width: 250px !important;
    }
    .featured {
        height: 75vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -70px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 17% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 85px;
        height: 105px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* iPhone X/Xs/XR/11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                        .event-container .event .event-right .event-description {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                margin-top: 15px;
                        }

                        .event-container .event .event-right .event-timing {
                            width: 150px !important;
                        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 5px solid #9999cc;
    }
    #hero {
      height: 95vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 70vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -60px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 15% !important;
    }
/*
    .featured .readers_feed_widget .op-image img {
        width: 85px;
        height: 105px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }
*/

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 17vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* iPhone 11 Pro */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                        .event-container .event .event-right .event-description {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                margin-top: 15px;
                        }

                        .event-container .event .event-right .event-timing {
                            width: 150px !important;
                        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 5px solid #9999cc;
    }
    #hero {
      height: 100vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -18px 0px !important;
      max-width: 250px !important;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 75vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -60px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 15% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 85px;
        height: 105px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 17vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 0px;
      font-size: 24px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 14px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

/*
    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
*/
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 30px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* iPhone 11 Pro Max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                        .event-container .event .event-right .event-description {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                margin-top: 15px;
                        }

                        .event-container .event .event-right .event-timing {
                            width: 150px !important;
                        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 5px solid #9999cc;
    }
    #hero {
      height: 95vh;
    }
        #header .logo img {
          position: absolute;
          z-index: 55;
          padding: 0 !important;
          left: 5px;
          margin: -20px 0px !important;
          max-width: 250px !important;
        }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 70vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        margin-top: -60px !important;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 15% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 85px;
        height: 105px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1rem !important;
        padding-right:1rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 17vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 15px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        font-size: 14px;
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* Galaxy s3 Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
    #hero {
      height: 120vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 90vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 30px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 85px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
        margin-top: 15px !important;
    }

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
       /* Booking calendar */
       .event-container .event {
           flex-direction: column;
       }

       .event-container .event .event-left {
           padding: 0;
           border-radius: 8px 8px 0 0;
       }

       .event-container .event .event-left .day {
           display: inline-block;
           font-size: 24px;
       }
       .event-container .event .event-left .date {
           display: inline-block;
           font-size: 24px;
       }
       .event-container .event .event-left .month {
           display: inline-block;
           font-size: 24px;
       }
       .event-container .event .event-left .year {
           display: inline-block;
       }
       .event-container .event .event-left .date {
           padding: 10px 0;
       }

       .event-container .event .event-right {
               display: flex;
               align-items: center;
               justify-content: center;
       }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
       /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 120vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }

/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 90vh;
        opacity: 1;
    }

    .numbers-block {
    ;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 5% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 85px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
        margin-top: 15px !important;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen  and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }

    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
    #hero {
      height: 125vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 88vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;

    }

    .featured .readers_feed_widget {

        margin-right: 10% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 85px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
        margin-top: 15px !important;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* ----------- iPad Mini ----------- */

/* Landscape */
@media screen  and (device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .sidebar-title {
            font-size: 14px !important;
        }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 69vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 12px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  font-size: 12px;
}

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 165px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 10px;
    }

    .numbers-block .number a {
        font-size: 16px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 20px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -3px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 8px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
      position: absolute;
      bottom: 0px;
      width: 100% !important;
      z-index: 2;
      padding-top: 0;
      margin: 0px auto;
      background-image: linear-gradient(to top, #642cae , #9999cc);
      opacity: 0.96;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: relative;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -30px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -90px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
/*
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }
*/


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }

    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }

    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }


    .reader-profile .main-profile img {
        width: 150px;
        margin-right: 30px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }


    .reader-profile .stats-info {
        width: 100%;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }

    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 90px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
/*
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }
*/

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 14px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

/*
    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
*/
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 30px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
      padding:10px;
      width: 100%;
    }
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen  and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/
    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }

    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 80vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/

        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }


        .reader-profile .main-profile img {
            width: 100px;
            margin-right: 20px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }


    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 165px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 10px;
    }

    .numbers-block .number a {
        font-size: 16px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 20px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -3px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 8px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
      position: absolute;
      bottom: 0px;
      width: 100% !important;
      z-index: 2;
      padding-top: 0;
      margin: 0px auto;
      background-image: linear-gradient(to top, #642cae , #9999cc);
      opacity: 0.96;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box a {

      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -30px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -90px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
/*
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }
*/


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

/*
    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
*/

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

/*
    .horoscope .entry .entry-content img {
        width: 150px !important;
    }
*/
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 30px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}


/* ----------- iPad Pro ----------- */

/* Landscape */
@media screen  and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/
    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            margin-left: 5px;
            marting-right: 5px;
              transform: translate(0%,5px);
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                .event-container .event .event-right .event-description {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-top: 15px;
                }

                .event-container .event .event-right .event-timing {
                    width: 150px !important;
                }
                    /*--------------------------------------------------------------
                    # Reader Profile
                    --------------------------------------------------------------*/

                    .reader-profile .col-9 {
                        width: 90%;
                    }

                    .reader-profile .main-profile img {
                        width: 150px;
                        margin-right: 30px;
                    }

                    .reader-profile .main-profile .reader-description {
                        text-align: justify;
                    }


                    .reader-profile .stats-info {
                        width: 100%;
                    }

                    .reader-profile .stats-info h2 {
                        font-size: 18px;
                        font-weight: 600;
                        text-align: center;
                    }

                    .reader-profile .stats-info table {
                        margin:auto;
                        max-width:100%;
                        font-size: 12px;
                        line-height: 20px;
                    }

                    .reader-profile .stats-info .td-image {
                        height: 40px !important;
                        text-align: left;
                        vertical-align: top;
                        width: 40px;
                    }

                    .reader-profile .stats-info .td-text {
                        vertical-align: top !important;
                        width: 200px !important;
                    }

                    .reader-profile .data-info {
                        width: 100%;
                        margin: 0 auto;
                        color: #9999cc !important;
                        display: grid;
                        grid-template-columns: 50% 50%;
                        margin-bottom: 20px;
                    }

                    .reader-profile .data-info h2 {
                        font-size: 18px;
                        font-weight: 700;
                    }

                    .reader-profile .data-info .skills-info ul {
                        color: #444444;
                    }

                    .reader-profile .data-info .rota-info .rota-list {
                        display: grid;
                        grid-template-columns: 100%;
                        color: #444444;
                    }

                    .reader-profile .data-info .rota-info .rota-list p {
                        grid-column-start: 1;
                    }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 60px;
    }
    #header .logo .text {
      font-size: 20px;
      border-left: 6px solid #9999cc;
    }
    #hero {
      height: 55vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 14px;
      height: 40px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
    .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
    }
    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      background-color: #fff;
      overflow-y: auto;
      transition: 0.3s;
      font-size: 12px;
    }

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 165px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 14px;
    }

    .numbers-block .number a {
        font-size: 20px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 25px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -5px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 10px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
        height: 20vh;
        opacity: 1;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -30px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -90px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
/*
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }
*/


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen  and (device-width: 1366px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
            /* Booking calendar */
            .event-container .event .event-right .event-timing {
                width: 150px;
            }
            /* Booking calendar */
            .blog .sticky_nav {
                display: none !important;
            }
            .foundation-blog .sticky_nav {
                display: none !important;
            }
      .mobile-nav-toggle {
        display: block;
      }

      .navbar ul {
        display: none;
      }
        .navbar-mobile .mobile-nav-toggle {
          position: absolute;
          top: 15px;
          right: 15px;
        }
        .navbar-mobile ul {
          display: block;
          position: absolute;
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px;
          padding: 10px 0;
          background-color: #fff;
          overflow-y: auto;
          transition: 0.3s;
          font-size: 12px;
        }
    }


/* Landscape */
@media screen  and (device-width: 1080px) and (device-height: 810px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/
    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }
    .reader-profile .main-profile img {
        width: 120px;
        margin-right: 20px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }



    .reader-profile .stats-info {
        width: 100%;
        text-align: center;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            margin-left: 5px;
            marting-right: 5px;
              transform: translate(0%,5px);
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                .event-container .event .event-right .event-description {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-top: 15px;
                }

                .event-container .event .event-right .event-timing {
                    width: 150px !important;
                }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    .sidebar-item.recent-posts .post-item.clearfix img {
        width: 80px !important;
    }
    .post-item.clearfix img {
        width: 150px !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 80vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 12px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
    .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
    }
    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      background-color: #fff;
      overflow-y: auto;
      transition: 0.3s;
      font-size: 12px;
    }

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 165px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 12px;
    }

    .numbers-block .number a {
        font-size: 16px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 20px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -3px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 10px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
      position: absolute;
      bottom: 0px;
      width: 100% !important;
      z-index: 2;
      padding-top: 0;
      margin: 0px auto;
      background-image: linear-gradient(to top, #642cae , #9999cc);
      opacity: 0.96;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -10px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -70px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }

    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen  and (device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }

    .reader-profile .main-profile img {
        width: 120px;
        margin-right: 20px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }


    .reader-profile .stats-info {
        width: 100%;
        text-align: center;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            margin-left: 5px;
            marting-right: 5px;
              transform: translate(0%,5px);
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                .event-container .event .event-right .event-description {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-top: 15px;
                }

                .event-container .event .event-right .event-timing {
                    width: 150px !important;
                }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    .sidebar-item.recent-posts .post-item.clearfix img {
        width: 80px !important;
    }
    .post-item.clearfix img {
        width: 150px !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 70vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 12px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
    .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
    }
    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      background-color: #fff;
      overflow-y: auto;
      transition: 0.3s;
      font-size: 12px;
    }

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 200px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 12px;
    }

    .numbers-block .number a {
        font-size: 16px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 20px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -3px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 10px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
      position: absolute;
      bottom: 0px;
      width: 100% !important;
      z-index: 2;
      padding-top: 0;
      margin: 0px auto;
      background-image: linear-gradient(to top, #642cae , #9999cc);
      opacity: 1;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -10px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -95px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }

    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}



/* small screen */

/* Landscape */
@media screen  and (device-width: 1024px) and (device-height: 600px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }

    .reader-profile .main-profile img {
        width: 100px;
        margin-right: 20px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }


    .reader-profile .stats-info {
        width: 100%;
        text-align: center;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                .event-container .event .event-right .event-description {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-top: 15px;
                }

                .event-container .event .event-right .event-timing {
                    width: 150px !important;
                }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 16px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 80vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 12px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  font-size: 12px;
}

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 165px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 10px;
    }

    .numbers-block .number a {
        font-size: 16px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 20px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -3px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 8px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
      position: absolute;
      bottom: 0px;
      width: 100% !important;
      z-index: 2;
      padding-top: 0;
      margin: 0px auto;
      background-image: linear-gradient(to top, #642cae , #9999cc);
      opacity: 0.96;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -30px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -90px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }

    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}


/* ----------- Galaxy Tab ----------- */

/* Landscape */
@media screen  and (width: 712px) and (height: 1138px) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }
    .reader-profile .main-profile {
        display: inline;
    }

    .reader-profile .main-profile img {
        width: 100px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }


    .reader-profile .stats-info {
        width: 100%;
        text-align: center;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            margin-left: 5px;
            marting-right: 5px;
              transform: translate(0%,5px);
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                .event-container .event .event-right .event-description {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-top: 15px;
                }

                .event-container .event .event-right .event-timing {
                    width: 150px !important;
                }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 60px;
    }
    #header .logo .text {
      font-size: 20px;
      border-left: 6px solid #9999cc;
    }
    #hero {
      height: 65vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 14px;
      height: 40px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
    .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
    }
    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      background-color: #fff;
      overflow-y: auto;
      transition: 0.3s;
      font-size: 12px;
    }

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 205px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
        width: 150px;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 10px;
    }

    .numbers-block .number a {
        font-size: 14px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 18px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -5px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 10px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
        height: 30vh;
        opacity: 1;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -30px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -90px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* Landscape */
@media screen  and (width: 1138px) and (height: 712px) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }

    .reader-profile .main-profile img {
        width: 120px;
        margin-right: 20px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }


    .reader-profile .stats-info {
        width: 100%;
        text-align: center;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            margin-left: 5px;
            marting-right: 5px;
              transform: translate(0%,5px);
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
                .event-container .event .event-right .event-description {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-top: 15px;
                }

                .event-container .event .event-right .event-timing {
                    width: 150px !important;
                }
        /* Booking calendar */
    .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 60px;
    }
    #header .logo .text {
      font-size: 20px;
      border-left: 6px solid #9999cc;
    }
    #hero {
      height: 100vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    #topbar {
      background: #642cae;
      padding: 5px 0;
      font-size: 14px;
      height: 40px;
    }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
    .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
    }
    .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      background-color: #fff;
      overflow-y: auto;
      transition: 0.3s;
      font-size: 12px;
    }

    /* Numbers Block */
    .numbers-block {
        block-size: auto;
        margin-top: 0;
        width: 100%;
        height: 205px;
    }

    .numbers-block .container {
        margin-top: 15px;

    }
    .numbers-block .container .row .col-3 {
        border-right: 2px solid #9999cc;
        width: 250px;
    }

    .numbers-block .container .row .col-4 {
        border-right: 2px solid #9999cc;
    }

    .numbers-block .container .row .col-3:last-child {
        border-right: none;
    }

    .numbers-block .number {
        line-height:1;
    }

    .numbers-block .title {
        font-size: 14px;
    }

    .numbers-block .number a {
        font-size: 18px;
    }
    .numbers-block a {
        color:#fff;
    }

    .numbers-block i {
      font-size: 24px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -5px;
      margin-bottom: 5px;
      line-height: 0;
    }

    .numbers-block .terms {
        width: 100%;
        margin-top: 5px;
        padding-bottom: 1px;

    }
    .numbers-block small {
        font-size: 10px;
        color: #bababa;
    }

    .numbers-block small a {
        color: #bababa;
    }

    /* Featured all pages */
    .featured {
        height: 35vh;
        opacity: 1;
    }
    .featured .container .row .col-6 {
        margin-left: 0vh !important;
        margin-right: 0vh !important;
    }
    .featured .cj-box {
      position: absolute;
      width: 250px;
      justify-content:space-between;
      left: 100px;
      display: flex;
      margin-left:-5rem;
      margin-right: auto;
    }

    .featured .cj-box .icon-box {
      justify-content: center;
      border-radius: 0;
      margin-top: -30px !important;
      transition: all ease-in-out 0.3s;
      width: 80px;
      z-index: 5;

    }

    .featured .cj-box .icon-box .content {
        padding-left:1rem;
        padding-right:1rem;
    }
    .featured .cj-box .icon-box h3 {
      font-weight: 500;
      font-size: 12px;
      color: #9999cc;
      text-align: center;

    }
    .featured .cj-box .icon-box .name {
        width: 120px !important;
    }
    .featured .cj-box .icon-box a {
      transition: all ease-in-out 0.3s;
    }
    .featured .cj-box .icon-box p {
      color: #642cae;
      font-weight: 600;
      line-height: 24px;
      font-size: 12px;
    }

    .featured .cj-box .icon-box .book-button button {
        background:transparent;
        border:0;
        color:#fff;
    }

    .featured .cj-box .icon-box .book-button button:first-child {
        position:absolute;
        top:0;
        left:0;
    }

    .featured .cj-box .icon-box .book-button button[type=submit]:hover {
      background: #9999cc;
    }

    .featured .cj-box .icon-box:hover h3, .featured .icon-box:hover a, .featured .icon-box:hover p {
      color: #9999cc;
    }

    .featured .cj-box .icon-box .content .cj-image {
        margin-right: 0;
    }
    .featured .cj-box .icon-box .content .cj-image img {
        width:80px;
        height:auto;
        transition: all ease-in-out 0.3s;
        box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.5);
    }

    .featured .cj-box .icon-box .content .cj-image img:hover {
        opacity: 0.8;
    }

    .featured .cj-box .icon-box .content .info {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
        margin-top:.25rem;
    }

    .featured .icon-box .content .name {
      text-align: center;
      flex:0 0 100%;
      font-size:12px;
      margin-top: 10px;
      line-height:1.3;
      width: 150px;
      order:1;
    }

    .featured .icon-box .content .name a {
       color:#fff;
    }

    .featured .icon-box .content .name a:hover {
       color:#642cae;
    }

    /* Reader Feed Carousel */

    .featured .container .widget-container {
        position: absolute;
        right: -30px;
        width: 300px !important;
        height: 200px !important;
    }

    .featured .readers_feed_widget {
      position: absolute;
      margin-left: 0px;
      margin-top: -90px !important;
      transition: all ease-in-out 0.3s;
      padding-top:10px;
      margin-left: auto;
      margin-right:3rem;
      z-index: 2;
    }

    .featured .readers_feed_widget p {
        text-align: center;
            color: #642cae;
            font-weight: 700;
    }
    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem;
        padding-right:1.5rem;

    }


    .featured .readers_feed_widget .op-image {
        text-align:center;
        transition: all ease-in-out 0.3s;
    }

    .featured .readers_feed_widget .op-image:hover {
        opacity: 0.7;
    }
    .featured .readers_feed_widget .op-image img {
        width:70px;
        height:88px;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    }


    .featured .readers_feed_widget .tns-controls {
            display: none !important;
        }
    .featured .readers_feed_widget .tns-controls > button {
                        background:transparent;
                                color: #fff ;
                    }
    .featured .readers_feed_widget .tns-controls > button:first-child {
                        position:relative;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        left:0px !important;
                        transform: scaleY(2) !important;
                    }


    .featured .readers_feed_widget .tns-controls > button:first-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .tns-controls > button:last-child {
                        position:absolute;
                        border: 0;
                        font-size: 30px;
                        top:-120px !important;
                        right:0px !important;
                        transform: scaleY(2) !important;

                    }




    .featured .readers_feed_widget .tns-controls > button:last-child:hover {
        color: #642cae;
    }
    .featured .readers_feed_widget .op-info {
                        display:flex;
                        flex-wrap:wrap;
                        justify-content:space-between;
                        align-items:center;
                        margin-top:15px;
                        margin-bottom: 0px;
                    }

    .featured .readers_feed_widget .op-name {
                        flex:0 0 100%;
                        font-size:.85rem;
                        line-height:1rem;
                        order:1;
                        text-align: center !important;
                        margin-bottom: 3px;
                    }

    .featured .readers_feed_widget .op-name a {
                        color:#fff;
                        transition: all ease-in-out 0.3s;
                    }

    .featured .readers_feed_widget .op-name a:hover {
        color: #642cae;
    }

    .featured .readers_feed_widget .op-pin {
                        order:2;
                        font-size:.8rem;
                        color: #fff;
                    }
    .featured .readers_feed_widget .op-rating {
                        order:3;
                        font-size:.75rem;
                    }

    .featured .readers_feed_widget .op-status {
                        flex:0 0 100%;
                        font-size:.8rem;
                        order:4;
                        padding:.25rem;
                        background:#6c757d;
                        color:#333;
                        opacity: 1 !important;
                        text-align:center;
                        line-height:1;
                        margin-top:.25rem;
                    }

    .featured .readers_feed_widget .op-status.available {
                        background:#a6cf17;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.busy {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .op-status.notavailable {
                        background:#ea1153;
                        color:#fff;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-left:0;

                        box-shadow:.25rem 0 .5rem rgba(0,0,0,.15);

                    }
    .featured .readers_feed_widget .widget-title {
                        border-bottom:0;
                        margin-bottom:-4px;
                    }
    .featured .readers_feed_widget .readers-feed-container {
                        border-top:0;
                        box-shadow:none;
                    }


    /* events-block Block */
    .events-books {
        block-size: auto;
        height: 230px !important;
        width: 100%;
        background: rgba(255,255,255,1);
    }

    .events-books .container {
        top: 0;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 100px !important;
        width: 100%;
        opacity: 0.7;
    }

    .carousel-block  .container {
        top: 0;
    }

    .carousel-block  .number {
        line-height:2;
    }

    .carousel-block  .info {
        line-height:1rem;
        font-size: 12px;
    }


    .carousel-block  a {
        color:#fff;
    }

    .carousel-block  i {
      font-size: 50px;
      color: #9999cc;
      display:inline-block;
      vertical-align: -10px;
      line-height: 0;
    }

    .carousel-block small {
        font-size: 12px;
        color: #9999cc;
    }

    .carousel-block  small a {
        color: #9999cc;
    }

    .section-title {
      text-align: center;
      padding-bottom: 16px;
    }
    .section-title h1 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }

    .about .container .content h2 {
      font-size: 16px;
    }
    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 16px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 200px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:480px) and (max-width:800px) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/
/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }

    /* Booking calendar */
    .event-container .event {
        flex-direction: column;
    }

    .event-container .event .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }

    .event-container .event .event-left .day {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .date {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-container .event .event-left .year {
        display: inline-block;
    }
    .event-container .event .event-left .date {
        padding: 10px 0;
    }
    .blog .sticky_nav {
        display: none !important;
    }

    .event-container .event .event-right {
            display: flex;
            align-items: center;
            justify-content: center;
    }
    .event-container .event .event-right .event-description {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
    }

    .event-container .event .event-right .event-timing {
        width: 150px !important;
    }
    /* Booking calendar */

    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #hero {
      height: 100vh;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 70vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
    /*--------------------------------------------------------------
    # Reader Profile
    --------------------------------------------------------------*/

    .reader-profile .col-9 {
        width: 90%;
    }
    .reader-profile .main-profile {
        display: inline;
    }

    .reader-profile .main-profile img {
        width: 100px;
    }

    .reader-profile .main-profile .reader-description {
        text-align: justify;
    }

    .reader-profile .main-profile .info-reader {
        display: grid;
        grid-template-columns: repeat(2, 120px)
    }

    .reader-profile .main-profile .info-reader .status {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .reader-profile .main-profile .info-reader .ratings {
        grid-column-start: 2;
        grid-row-start: 1;
    }

    .reader-profile .main-profile .info-reader .tot-readings {
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .reader-profile .main-profile .info-reader .star-sign {
        grid-column-start: 2;
        grid-row-start: 2;
    }


    .reader-profile .stats-info {
        width: 100%;
    }

    .reader-profile .stats-info h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .reader-profile .stats-info table {
        margin:auto;
        max-width:100%;
        font-size: 12px;
        line-height: 20px;
    }

    .reader-profile .stats-info .td-image {
        height: 40px !important;
        text-align: left;
        vertical-align: top;
        width: 40px;
    }

    .reader-profile .stats-info .td-text {
        vertical-align: top !important;
        width: 200px !important;
    }

    .reader-profile .data-info {
        width: 100%;
        margin: 0 auto;
        color: #9999cc !important;
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 20px;
    }

    .reader-profile .data-info h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .reader-profile .data-info .skills-info ul {
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list {
        display: grid;
        grid-template-columns: 100%;
        color: #444444;
    }

    .reader-profile .data-info .rota-info .rota-list p {
        grid-column-start: 1;
    }


    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

/*
    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
*/

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 14px !important;
        margin-bottom: 15px !important
    }

/*
    .horoscope .row {
      display: table;
      margin: 0 auto;
    }
*/

/*
    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
*/
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 30px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/* Moto G4 */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
    #hero {
      height: 120vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 90vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 30px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 85px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
        margin-top: 15px !important;
    }

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}


/* TEST MOBILE */
@media screen and (device-width: 412px) and (device-height: 915px) and (-webkit-device-pixel-ratio: 2) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -16px 0px !important;
      max-width: 200px !important;
    }
    #hero {
      height: 100vh;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 70vh;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width: 280px !important;
    }

    .featured .readers_feed_widget {
        margin-right: 13% !important;
    }
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 85px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
        margin-top: 15px !important;
    }

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 10px;
      font-size: 18px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 10px !important;
        margin-bottom: 15px !important
    }

    .horoscope .row {
      display: table;
      margin: 0 auto;
    }

    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 16px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 414px) and (orientation: portrait) {
    .sidebar-item.recent-posts span {
        width: 100% !important;
        height: 100% !important;
    }
    .sidebar-item.recent-posts iframe {
        width: 100% !important;
        height: 100% !important;
    }
    /*--------------------------------------------------------------
    # Search Results
    --------------------------------------------------------------*/

/*
    .search-results .col-xs-8 {
        margin: 0;
        padding: 5px;
        width: 100%;
    }
*/
    .search-results .entry {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .search-results .entry .entry-content {
        width: 100%;
    }
    .search-results .entry .book-results {
        display: block;
        margin-bottom: 20px;
    }

    .search-results .entry .book-results .book-details .book-img img {
        width: 150px;
    }


    .search-results .container .row .entry .entry-content .main-result li {
        text-align: left;
        padding-right: 5px;
    }

    .search-results .container .row .entry .entry-content .main-result {
        margin-top: 20px !important;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url {
        color: #bababa;
        font-size: 12px;
    }

    .search-results .container .row .entry .entry-content .main-result .post-url:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title {
        color: #9999cc;
        font-size: 16px;
        font-weight: 600;
    }

    .search-results .container .row .entry .entry-content .main-result .post-title:hover {
        color: #642cae;
    }

    .search-results .container .row .entry .entry-content .readers-h2 {
        display: none
    }

    .search-results .container .row .entry .entry-content .readers-h2::after {
      display: none
    }

    .search-results .container .row .entry .entry-content .readers {
        display: none;

    }

    .search-results .container .row .entry .entry-content .facebook-results {
        display: none;
    }
        /* Booking calendar */
        .event-container .event {
            flex-direction: column;
        }

        .event-container .event .event-left {
            padding: 0;
            border-radius: 8px 8px 0 0;
        }

        .event-container .event .event-left .day {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .date {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .month {
            display: inline-block;
            font-size: 24px;
        }
        .event-container .event .event-left .year {
            display: inline-block;
        }
        .event-container .event .event-left .date {
            padding: 10px 0;
        }

        .event-container .event .event-right {
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .event-container .event .event-right .event-description {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
        }

        .event-container .event .event-right .event-timing {
            width: 150px !important;
        }
        /* Booking calendar */
        .blog .sticky_nav {
        display: none !important;
    }
    .foundation-blog .sticky_nav {
        display: none !important;
    }
    #header {
      height: 40px;
    }
    #header .logo .text {
      font-size: 14px;
      border-left: 4px solid #9999cc;
    }
    #header .logo img {
      position: absolute;
      z-index: 55;
      padding: 0 !important;
      left: 5px;
      margin: -22px 0px !important;
      max-width: 270px !important;
    }
    #hero {
      height: auto;
    }
/*
    #hero .hero-container img {
       transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       -webkit-transform: scale(1.2, 1.2);
       margin-top: 15px;
    }
*/
    .featured {
        height: 190px;
        opacity: 1;
    }

    .numbers-block {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .numbers-block .container {
        margin-top: 0 !important;
    }

    .numbers-block .container .row {
        display: grid !important;
        grid-template-columns: repeat(1);
        border-right:: 0 !important;
        gap: 1.5rem;
    }

    .numbers-block .container .row .col-3 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }
    .numbers-block .container .row .col-4 {
        grid-column-start: 1;
        grid-column-end: span 2;
        width: 100% !important;
        border-right: none !important;
    }

    .container .icon-box {
        display: none !important;
    }

    .numbers-block small {
        font-size: 10px !important;
        color: #bababa !important;
    }
    /* Reader Feed Carousel */
    .featured .container .widget-container {
        position: absolute;
        width:408px !important;
        left:0;
        right:0;
    }

    .featured .readers_feed_widget {
        margin:-90px auto 0 !important;
    }
/*
    .featured .readers_feed_widget .op-image img {
        width: 65px;
        height: 85px;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
    }
*/

    .featured .readers_feed_widget .op {
        display:none;
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }

    .featured .readers_feed_widget .tns-controls {
        display: none !important;
    }

    /* carousel-block Block */
    .carousel-block {
        block-size: auto;
        height: 15vh !important;
        width: 100%;
        background: none;
        opacity: 0.4 !important;
    }

    .featured .container .col-6 {
        width: 150px !important;
    }

/*
    .featured .container .readers-feed-container .op{
        width: 140px !important;
        overflow: hidden;
        margin-top: 15px !important;
    }
*/

    .section-title {
      text-align: center;
      padding-bottom: 20px;
    }
    .section-title h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative;
      font-family: "Poppins", sans-serif;
    }
        /*--------------------------------------------------------------
        # Reader Profile
        --------------------------------------------------------------*/

        .reader-profile .col-9 {
            width: 90%;
        }
        .reader-profile .main-profile {
            display: inline;
        }

        .reader-profile .main-profile img {
            width: 100px;
        }

        .reader-profile .main-profile .reader-description {
            text-align: justify;
        }

        .reader-profile .main-profile .info-reader {
            display: grid;
            grid-template-columns: repeat(2, 120px)
        }

        .reader-profile .main-profile .info-reader .status {
            grid-column-start: 1;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .ratings {
            grid-column-start: 2;
            grid-row-start: 1;
        }

        .reader-profile .main-profile .info-reader .tot-readings {
            grid-column-start: 1;
            grid-row-start: 2;
        }

        .reader-profile .main-profile .info-reader .star-sign {
            grid-column-start: 2;
            grid-row-start: 2;
        }


        .reader-profile .stats-info {
            width: 100%;
        }

        .reader-profile .stats-info h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .reader-profile .stats-info table {
            margin:auto;
            max-width:100%;
            font-size: 12px;
            line-height: 20px;
        }

        .reader-profile .stats-info .td-image {
            height: 40px !important;
            text-align: left;
            vertical-align: top;
            width: 40px;
        }

        .reader-profile .stats-info .td-text {
            vertical-align: top !important;
            width: 200px !important;
        }

        .reader-profile .data-info {
            width: 100%;
            margin: 0 auto;
            color: #9999cc !important;
            display: grid;
            grid-template-columns: 50% 50%;
            margin-bottom: 20px;
        }

        .reader-profile .data-info h2 {
            font-size: 18px;
            font-weight: 700;
        }

        .reader-profile .data-info .skills-info ul {
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list {
            display: grid;
            grid-template-columns: 100%;
            color: #444444;
        }

        .reader-profile .data-info .rota-info .rota-list p {
            grid-column-start: 1;
        }

    /*--------------------------------------------------------------
    # Blog
    --------------------------------------------------------------*/
    .blog .container {
      padding: 10px !important;
      margin-top: -40px !important;
    }
    .blog .container .entry {
      padding: 30px;
      margin-bottom: 20px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .blog .container .entry .entry-title {
      margin-top: 0;
      font-size: 28px;
      padding: 5px;
      color: #643cae;
    }
    .blog .entry .entry-title a {
      color: #642cae;
      transition: 0.3s;
    }
    .blog .entry .entry-title a:hover {
      color: #9999cc;
    }

    .blog .entry .entry-subtitle {
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      margin: 0 0 10px 0;
      color: #9999cc;
    }
    .blog .entry .entry-subtitle a {
      color: #9999cc;
      transition: 0.3s;
    }
    .blog .entry .entry-subtitle a:hover {
      color: #642cae;
    }

    .blog .entry .entry-meta {
      margin-bottom: 14px;
      padding: 15px;
      font-size: 12px !important;
      color: #bababa;
    }
    .blog .entry .entry-meta ul {
      transition: 0.3s;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .blog .entry .entry-meta ul li + li {
      padding-left: 5px;
    }
    .blog .entry .entry-meta i {
      font-size: 14px;
      margin-right: 2px;
      line-height: ;
    }
    .blog .entry .entry-meta a {
      color: #777777;
      font-size: 12px;
      display: inline-block;
      line-height: 1;
    }

    .blog .entry .entry-meta a:hover {
      color: #642cae;
    }

/*
    .blog .entry .entry-content {
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
*/

    .blog .entry .entry-content iframe {
        text-align: center !important;
    }
    .blog .entry .entry-content figure {
        text-align: center !important;
    }


    .blog .entry .entry-content p {
      line-height: 16px;
      position: relative;
      text-align: justify;
      line-height: 1.5;
    }

    .blog .entry .entry-content ul {
        text-align: justify;
    }
    .blog .container .entry.entry-single {
        padding: 5px !important;
    }

    .blog .container .entry.entry-single .wp-block-quote p {
        font-size: 13px !important;
        font-weight: 600;
    }
     .blog .container .entry.entry-single .wp-block-quote cite {
        font-size: 13px !important;
     }
    .blog .container .entry.entry-single iframe {
        width: 100% !important;
    }
    .blog .container .entry.entry-single img {
        width: 100% !important;
        height: auto !important;
    }

    .blog .entry .entry-content .counts {
        padding: 0 0 25px;
    }
    .breadcrumbs ol {
        font-size: 14px !important;
        margin-bottom: 15px !important
    }

/*
    .horoscope .row {
      display: table;
      margin: 0 auto;
    }
*/

/*
    .horoscope .entry .entry-content img {
        width: 250px !important;
    }
*/
    .horoscope .entry.entry-single img {
        margin-top: 0px;
    }
    .horoscope .entry.entry-single .entry-title {
        font-size: 30px !important;
    }
    .horoscope .entry .entry-content .col-6 {
        width: 100%;

    }

    .horoscope {
      padding: 40px 0 20px 0;
    }

    .horoscope .container {
        margin-bottom: 50px;
     }

    /* here */
    .horoscope-sign .entry {
      display: table;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 10px;
      box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    }

    .horoscope-sign .entry.entry-single .entry-title {
        font-size: 28px;
        font-weight: bold;
        padding: 5px;
    }
    /*--------------------------------------------------------------
    # Counts
    --------------------------------------------------------------*/
/*
    .counts .count-box {
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding:10px;
      width: 100%;
    }
*/
    .counts .count-box i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;
    }
    .counts .count-box span {
      font-size: 20px;
      line-height: 24px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 50px;
    }
    .counts .count-box p {
      padding: 30px 0 0 0;
      margin: 0;
      font-family: "Open Sans";
      font-size: 14px;
    }
    .counts .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 0;
      color: #7a7a7a;
      font-size: 15px;
      font-family: "Open Sans";
      transition: ease-in-out 0.3s;
    }
    .counts .count-box a:hover {
      color: #9999cc;
    }

    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content {
        margin-top: 10px !important;
        padding: 20px;
    }
    .about .content h2 {
      font-weight: 600;
      font-size: 26px;
      color: #642cae;
    }
    .about .content ul {
      list-style: none;
      padding: 0;
    }
    .about .content ul li {
      padding-bottom: 10px;
    }
    .about .content ul i {
      font-size: 20px;
      padding-right: 4px;
      color: #642cae;
    }
    .about .content p {
        text-align: justify;

    }
    .about .content p:last-child {
      margin-bottom: 0;
    }

    /*--------------------------------------------------------------
    # Counts YouTube
    --------------------------------------------------------------*/
/*
    .counts .count-box-youtube {
      margin-top: 0px;
      box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.0);
      padding: 15px 0 10px 0;
      width: 100%;
    }
*/
    .counts .count-box-youtube i {
      display: block;
      font-size: 30px;
      color: #642cae;
      float: left;
      line-height: 0;

    }
    .counts .count-box-youtube span {
      font-size: 20px;
      line-height: 20px;
      display: block;
      font-weight: 700;
      color: #9999cc;
      margin-left: 35px;
      padding: 5px;
    }
    .counts .count-box-youtube p {
      padding: 20px 0 0 0;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
    }

    /* Testimonials */
    .testimonials .container iframe {
        width: 100%;
    }

    /* shop */
    .about .container .row .card.mb-3 .row .col-md-2 img {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

/*New css start on date 25-08-2022*/
html, body{ overflow-x: hidden;}

.featured.homepage{position:relative;margin-bottom:40px;}
.breadcrumbs .container{display: flex;justify-content: space-between;}
.btn-default { justify-content: center; align-items: center; background: #642cae; border: 0; border-radius: 50px; padding: 10px 24px; color: #fff; transition: 0.4s;}
.btn-default:hover{ background: #9999cc; color:#fff;}
.multiple-btn a{margin-right: 15px;}
.blog .sidebar .recent-posts .post-item .img-fluid{ overflow: hidden;}
.readings .readings-item-index p:last-of-type{ margin-bottom: 0;}
.blog .entry .entry-content iframe { max-width: 100%;}
.blog .entry .entry-content p img{ max-width: 100%; height: auto !important;}
.search-results .main-result ul{ padding-left: 0;}
.box-shadow{padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);}



/*==============================================================================================================================
    Responsive css start
==============================================================================================================================*/
@media screen and (max-width:1199px) {

    .navbar-mobile a, .navbar-mobile a:focus{ font-size: 16px; font-weight: 600;}
    .featured .readers_feed_widget{ margin-right: 3rem;}
    .blog .entry .entry-content iframe { max-width: 100%;}
    .blog .entry .entry-content p img{ max-width: 100%; height: auto !important;}
    .counts .count-box-patreon img{ border-radius: 100%;}
}
@media screen and (max-width:1024px) and (min-width:993px){
/*  .featured .container .readers-feed-container .op{ width: 200px !important; overflow: hidden; margin-top: 15px !important;}*/

}
@media screen and (max-width:992px) and (min-width:768px){
  #hero { height: auto;}
    .featured { height: auto;}
  .featured .container .widget-container{ width:400px !important; left: 0; right:0; margin-right:auto !important; margin-left: auto !important;}
  .featured .cj-box{display: none;}
    .carousel-block{ height: 150px !important;}
}
@media screen and (max-width:991px){

    .blog .sidebar{ margin-left: 0; margin-bottom: 40px;}
    section{ padding-bottom: 40px;}
    .horoscope{ padding: 20px 0 10px;}
    .blog .container .entry .entry-title{ font-size: 24px;}
    .booking_form select{ width: 100%;}
    .foundation-blog{ padding-top: 10px;}
    .foundation-blog h2{ font-size: 24px;}
    .foundation-blog iframe{ max-width: 100%;}
    .blog .container .entry.entry-single{ padding: 20px !important;}
    .search-results .entry{ padding: 30px; margin-bottom: 0;}
    .search-results .entry .book-results{ grid-template-columns: repeat(2, 50%);}
    .search-results .entry .book-results .book-details{ padding: 10px;}
}
@media screen and (max-width:767px){
  #hero{height:auto;}
  .featured { height: auto;}
  .featured .container .widget-container{ width:100% !important; max-width: 400px; left: 0; right:0; margin-right:auto !important; margin-left: auto !important; margin-top: -90px !important;}
  .featured .cj-box{ display:none;}
    .carousel-block{ height: 150px !important;}
  .breadcrumbs .container{ flex-direction: column;}
  .searchbar .searchbar-item{ width: 100%;}
  .searchbar .search-form form{ width: 100%;}
    .blog .blog-pagination ul{ flex-wrap: wrap;}
    .blog .container .entry{ padding: 20px;}
    .booking-button{ width: auto;}
    #footer .footer-top{ padding: 40px 0 10px 0;}
    .horoscope .entry.entry-single{ box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);}
    .multiple-btn a{ margin-bottom: 15px;}
    .blog .sidebar{ padding: 20px;}
    .testimonials .testimonial-item{ padding: 20px;}
    .blog .entry .entry-content blockquote{ padding: 30px;}
    .blog .entry .entry-content blockquote p{ font-size: 16px;}
    .blog .entry .entry-content h3{ font-size: 20px;}
    .modal-content{ padding: 0;}
    .counts .count-box-patreon{ width: 100%;}
    .blog .entry .entry-img{ max-height: inherit;}
    .search-results .entry .book-results{ display: block; margin-bottom: 20px;}
}
@media screen and (max-width:450px){

    .blog .container .entry{ padding: 20px;}
    .horoscope .entry.entry-single{ box-shadow: none;}
    .horoscope{ padding: 0;}
    .multiple-btn a{ display: block; margin-right: 0; width: 100%;}
    .blog .sticky_nav{ display: none !important;}
    .section-title h1{ font-size: 28px;}
    .blog .entry .entry-title{ font-size: 24px;}
    .section-title-news h2{ font-size: 28px;}
    .blog .container .entry .entry-title{ font-size: 24px;}
    .about .container .row .card.mb-3 .row .col-md-2 img{ margin-bottom: 20px;}
    .contact .php-email-form{ padding: 20px;}
}