/*
    Theme Name: Editor Speak
    Theme URI: 
    Author: Battersea Web Expert
    Author URI: https://www.batterseawebexpert.com/
    Description: 
    Tags: blog, two-columns, table-of-content, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, theme-options, block-styles, news, hot-photos, custom-taxonomy, custom-post-type
    Version: 1.2.0
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: editor-speak
*/

* {
  margin: 0px;
  padding: 0px;
  font-family: "Fira Sans", sans-serif;
  line-height: 24px;
}

a,
a:hover {
  color:#ef4f23;
  text-decoration: none;
}

/* a:hover {
    text-decoration: underline;
}
 */
#single_one * {
  clear: both;
}

.arc-page .fa,
.fab,
.fad,
.fal,
.far,
.fas {
  font-size: 16px !important;
}

.social-icon ul li .fa,
.fab,
.fad,
.fal,
.far,
.fas {
  font-size: 22px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000 !important;
}

p{
   color: #2a2a2acc !important;
}

.section-title {
  /* font-size: 25px; */
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  font-weight: 600;
  color: #000;
}
.section-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-title span a{
  color:#000 !important;
}
.section-title span::before {
  content: "";
  position: absolute;
  height: 3px;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f04e22;
}
.single-author {
  width: 30px;
}

.img-placeholder {
  background: #e8e9ea;
  width: 100%;
  height: 100%;
 border-radius: .25rem !important;
}

.single-page .breadcrumb_last {
  display: none;
}

.border-bottom-ank {
  border-bottom: 1px solid #ef4f23 !important;
}

#breadcrumbs a {
  text-decoration: none;
}

#menu-categories {
  list-style: none;
  padding: 0;
}

#sidebar1 ul li::marker {
  list-style-type: square;
  color: #ef4f23;
}

.s-icon {
  margin-left: 15px !important;
  font-size: 22px;
  line-height: 0px;
}

.s-icon a {
  color: #2b2828eb;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 0rem !important;
}

.home-1 {
  font-size: 20px !important;
  background-color: #ef4f23;
  padding: 10px;
}

.homesvg {
  background: #ef4f23;
  padding: 8px;
}

.home-title {
  font-size: 20px;
  color: #2b2828;
  text-decoration: none;
  font-weight: 500;
}



.home-title-1 {
  font-size: 22px !important;
  color: #2b2828;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
}

.bgclr-1 {
  background-color: #2b2828;
}

.hr-1 {
  width: 100%;
  height: 3px;
  background-color: #ef4f23;
  margin-top: 37px;
}

.hr-2 {
  position: relative;
  width: 75%;
  height: 1px;
  background-color: #ef4f23;
  margin-top: 10px;
}

.home-heading {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  padding: 7px;
  background-color: #ef4f23;
  position: absolute;
}

.home-heading a {
  font-size: 20px;
  color: #fff;
}

.single-page .media-body .rel-img img {
  width: 100%;
  height: 150px !important;
  object-fit: cover;
}

/*===============Nav-CSS============*/
@media screen and (max-width: 992px) {
  .main-nav .my-2 {
    margin-top: 1.5rem !important;
  }

  .main-nav .navbar-nav li {
    margin-bottom: 25px;
  }

  .main-nav .navbar-nav li ul {
    display: none;
  }

  .main-nav .navbar-nav li:hover > ul {
    display: none;
  }

  .navbar-nav li a {
    margin-left: 0px !important;
  }

  #tran-ank .a-title {
    font-size: 34px !important;
    line-height: 1.2;
  }
}

@media screen and (max-width: 600px) {
  .ank-width {
    width: 50% !important;
  }

  .btn-apply {
    position: static !important;
    z-index: 99;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    float: none;
    margin-top: 0;
  }
}

.navbar {
  background: #000 !important;
}

.navbar-light .navbar-toggler {
  border-color: #f8f9fa !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.navbar-nav ul {
  list-style-type: none;
}

.navbar-nav ul li {
  padding-right: 25px;
}

.navbar-nav .sub-menu li {
  padding-right: 0px;
}

.navbar-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  margin-left: 0px;
}

.navbar-nav li a {
  text-decoration: none;
  color: #fff;
  /* 	margin-left:10px; */
  padding: 9px 15px 10px 15px;
}

.navbar-nav li a:hover {
  background: #ef4f23;
  padding: 9px 15px 10px 15px;
}

.navbar-nav .current-menu-item a,
.navbar-nav a:active {
  background: #ef4f23;
  padding: 9px 15px 10px 15px;
}

.navbar-nav .current-menu-item ul a {
  background: none;
}

.navbar-nav .current-menu-item ul a:hover {
  background: #ef4f23;
  padding: 9px 15px 10px 15px;
}

.main-nav ul ul {
  display: none;
}

.main-nav ul li:hover > ul {
  display: block;
}

.main-nav ul ul {
  display: none;
  position: absolute;
  padding: 0px;
  top: 33px;
  left: 0;
  line-height: 2;
  z-index: 99999;
  min-width: 230px;
  background: #212529;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.main-nav ul ul li {
  list-style: none;
  /* 	margin-bottom: 10px;
	line-height: 30px; */
}

.main-nav ul ul li a:nth-last-child(2) {
  border-bottom: none;
}

.main-nav li {
  position: relative;
}

nav .nav-link {
  font-size: 1.1em;
  font-weight: 500;
  color: rgb(0 0 0 / 100%) !important;
  border-bottom: 3px solid #000;
  margin-right: 10px;
}

.slide-left {
  /* padding: 5px 5px 5px 5px; */
  position: relative;
}

.banner-default {
  background: url(/wp-content/themes/Famousbollywood/img/default.webp);
  background-size: cover;
  height: 480px;
  background-position: top;
  object-fit: cover;
}

.info-1 {
  position: absolute;
  bottom: 0px;
  padding: 25px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 63%) 34%,
    rgb(0 0 0 / 83%) 90%
  );
  font-size: 20px;
  /* opacity: 80%; */
  /* height: 190px; */
}

.cat-1 {
  background-color: #2b2828;
  padding: 3px;
  color: #fff;
}

.cat-3 {
  background-color: #ef4f23;
  padding: 3px;
  color: #fff;
}

.footer-2 {
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  padding-bottom: 20px;
}
.footer-2 p {
  line-height: 1.8;
  color: #fff !important;
}

.footer-2 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footer-2 ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 1.8;
}

/* .footer-2 ul li a:before{
	content: "» "
}
 */

/* content styling */
.single-1 h2,
.single-1 h3,
.single-1 h4,
.single-1 h5,
.single-1 h6,
.single-1 p,
.single-1 .accordian,
.single-1 table,
.single-1 ul,
.single-1 ol {
  margin-bottom: 25px !important;
}

.single-1 {
  color: #333;
}

.single-1 h1,
.single-1 h1 strong {
  margin-bottom: 20px !important;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  font-weight: bold;
  color: #000;
}

.single-1 h2,
.single-1 h2 strong {
  font-size: 42px;
  font-weight: 500;
}

.single-1 h2 a {
  color: #289dcc;
}

.single-1 h3,
.single-1 h3 strong {
  font-size: 28px;
  font-weight: 500;
}

.single-1 h3 a {
  color: #289dcc;
}

.single-1 h4,
.single-1 h4 strong {
  font-size: 24px;
  font-weight: 500;
}

.single-1 h4 a {
  color: #289dcc;
}

.single-1 h5,
.single-1 h5 strong {
  font-size: 20px;
  font-weight: 400;
}

.single-1 h5 a {
  color: #289dcc;
}

.single-1 p {
  font-size: 19px !important;
  line-height: 1.8;
}

.single-1 p strong,
.single-1 p span,
.single-1 .all-page p a,
.single-1 p em {
  font-size: 19px !important;
}

.single-1 p a {
  color: #f1886a;
  text-decoration: none;
  font-weight: 400;
}

/*   .single-1 li a{
    color:#289dcc;
    text-decoration: none;
    font-weight: 600;
  } */
.single-1 li {
  overflow-wrap: break-word;
  line-height: 1.8;
}

.single-1 td,
th {
  padding: 10px;
}

.single-1 table td a {
  color: #289dcc;
}

.single-1 strong {
  font-weight: 500;
}

/* pagination */
.page-numbers {
  text-decoration: none;
  border: 1px solid;
  background-color: #ffffff;
  color: #2b2828;
  padding: 10px 15px;
  margin: 0 10px;  
}

.page-numbers:hover {
  background-color: #ef4f23;
  color: #fff;
  text-decoration: none;
}

.page-numbers.current {
  text-decoration: none;
  background-color: #ef4f23;
  color: #fff;
}

.pagination {
  justify-content: center;
}

/* pagination end*/

.text-muted{
    color: #2a2a2acc !important;
}

.date-cal {
  color: #2a2a2acc;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}

#sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0 !important;
}

#sidebar ul li {
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 5px;
}

#sidebar li:not(:last-child) {
  margin-bottom: 25px !important;
}

#sidebar1 .menu {
  padding-left: 20px !important;
  margin-bottom: 0 !important;
}

#sidebar1 .menu a,
#sidebar li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

#sidebar1 .menu a:hover,
#sidebar li a:hover {
  color: #f1886a;
}

.top-1 #block-11 {
  padding: 10px 0px;
}

.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  padding: 0px;
}

.ft-2 {
  padding: 5px 0px;
}

.navbar-toggler {
  background-color: #fff !important;
}

@media only screen and (max-width: 600px) {
  #block-10 {
    top: 0px;
  }

  .top-1 .ft-1 {
    display: none;
  }

  #photos .card-container .card {
    height: 100vmin !important;
  }

  #photos .card-container {
    transform: inherit !important;
    display: block !important;
    margin: 2vmin !important;
  }

  #photos .card-container .card:not(:nth-child(6)) {
    margin-bottom: 10px !important;
  }

  .media-body {
    padding-top: 15px;
  }

  .social-icon ul li .fa,
  .fab,
  .fad,
  .fal,
  .far,
  .fas {
    font-size: 16px !important;
  }

  .info-1 {
    background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 0%) 0%,
      rgb(0 0 0 / 76%) 34%,
      rgb(0 0 0 / 92%) 90%
    ) !important;
  }

  .top-title {
    font-size: 16px !important;
  }

  .info-1 {
    padding: 15px !important;
  }
}

/* Quote Style */
blockquote.wp-block-quote {
  background: #cccccc66;
  padding: 20px;
  border-left: 5px solid #ef4f23;
  border-right: 1px solid #ef4f23;
  border-top: 1px solid #ef4f23;
  border-bottom: 1px solid #ef4f23;
}

/* top banner transition */
/* top transition */
#tran-ank {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  /* width: 100px; */
  text-align: center;
}

#tran-ank .a-title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  /*     font-family: fantasy; */
  margin-bottom: 30px;
  /* 	text-shadow: 0 0 3px #ef4f23, 0 0 5px #2b2828; */
}

#animated-background {
  animation: bgfade 15s infinite;
  background-size: cover;
  background-position: center;
  background-color: #000;
  position: relative;
  height: 350px;
  width: 100%;
}

@keyframes bgfade {
  0% {
    background-image: url(/wp-content/uploads/2022/05/famousbollywood-banner.jpg);
  }

  25% {
    background-image: url(/wp-content/uploads/2022/05/Untitled-1.jpg);
  }

  50% {
    background-image: url(/wp-content/uploads/2022/05/heroes.jpg);
  }

  75% {
    background-image: url(/wp-content/uploads/2022/05/famous-movies.jpg);
  }

  100% {
    background-image: url(/wp-content/uploads/2022/05/famousbollywood-webseries.jpg);
  }
}

/****** add a background overlay *******/
#animated-background:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}

@media only screen and (max-width: 600px) {
  #tran-ank button {
    display: none;
  }

  .top-1 .justify-content-between {
    justify-content: center !important;
  }

  .img-box svg {
    width: 300px !important;
    height: 200px !important;
  }
}

/* back to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ef4f23;
  color: white;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #2b2828;
}

/* sanjay */
blockquote a,
.wp-block-quote a {
  color: #f1886a;
  text-decoration: underline;
}

blockquote,
.wp-block-quote {
  color: #444444;
  background-color: #f0f0f0;
  border-left: 5px solid #f1886a;
}

blockquote p,
.wp-block-quote p {
  font-weight: 600;
}

blockquote p::before,
.wp-block-quote p::before {
  display: none;
}

#content .post .article-content .entry-title {
  padding: 5px 0 0;
  font-size: 34px;
  font-weight: 700;
}

.entry-content li {
  line-height: 1.6;
}

#comments {
  display: none;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 26px;
  line-height: 1.2;
}

.relpost-custom-block-single {
  width: 240px !important;
  height: 220px !important;
}

.relpost-block-single-image {
  width: 240px !important;
  height: 134px !important;
}

.relpost-block-single-text {
  font-size: 18px !important;
}

.widget_highlighted_posts h3 {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.slide-content h3 {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.footer-widgets-area h3 {
  color: #fff !important;
}

#colophon,
#colophon p {
  font-size: 18px;
}

.widget_featured_posts .article-content .entry-content p {
  font-size: 18px;
}

.widget_featured_posts
  .following-post
  .article-content
  .below-entry-meta
  .posted-on
  a,
.widget_featured_posts
  .following-post
  .article-content
  .below-entry-meta
  .byline
  a {
  font-size: 18px;
}

.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a,
.widget_featured_posts .article-content .below-entry-meta .comments span {
  font-size: 18px;
}

p a {
 color: #ef4f23;
  text-decoration: none 
}

p a:hover {  
  text-decoration: underline 
}

.wp-block-quote {
  font-weight: bold;
  font-style: italic;
}

.article-content li a {
  font-weight: bold;
  color: #f1886a !important;
  text-decoration: none !important;
}

.article-content li a:hover {
  color: #f1886a !important;
  text-decoration: none !important;
}

.author-box {
  display: none;
}

/* sanjay */
#tableofcontent {
  background: #e3dede9e;
  padding: 20px;
  border-style: solid;
  margin-bottom: 30px;
}

#tableofcontent .head-th {
  font-size: 22px;
  color: #212121;
}

#highlights {
  background: #e3dede9e;
  padding: 20px;
  border-style: solid;
  margin-bottom: 30px;
}

#highlights .head-th {
  font-size: 22px;
  color: #212121;
}

blockquote.wp-block-quote p {
  margin-bottom: 0 !important;
  margin: 0;
}

hr,
.wp-block-separator {
  background-color: #bfbfbf;
  border: 0;
  height: 1px;
  margin: 1rem 0;
}

#tableofcontent ul li a {
  font-weight: 600;
}

/* For Heading Number */
.all-page .number :before {
  counter-increment: term;
  content: counter(term) ". ";
}

.all-page {
  counter-reset: term definition;
}

.ank-h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

.all-page blockquote.wp-block-quote {
  background: #cccccc66;
  padding: 20px;
  border-left: 4px solid #ef4f23;
  border-right: 1px solid #ef4f23;
  border-top: 1px solid #ef4f23;
  border-bottom: 1px solid #ef4f23;
  margin-bottom: 30px;
  font-style: normal;
}

.all-page .number :before {
  counter-increment: term;
  content: counter(term) ". ";
  margin-right: 0px;
}

.all-page .number a:before {
  /*    counter-increment: none; */
  display: none;
}

.all-page {
  counter-reset: term definition;
}

.number-remove {
  counter-reset: term definition;
}

.all-page .accordion p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-bottom: 0px !important;
  line-height: 1;
  color: #333;
}

.card-body {
  font-size: 18px !important;
}

.underline::after {
  position: absolute;
  content: "";
  display: block;
  background: #ef4f23;
  width: 55px;
  height: 7px;
  top: -3px;
}

/* youtube */
.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 65px;
  left: 39px;
  background-color: #db0004;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float {
  margin: 11px;
  color: #fff;
  font-size: 27px !important;
}

.btn-apply {
  margin-right: 65px;
  float: right;
  margin-top: -42px;
  position: absolute;
  right: 0;
  z-index: 999;
}

.btn-apply1 a {
  background: #000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
}

.btn-apply1 {
  margin-right: 65px;
  float: left;
  margin-top: -25px;
  right: 0;
  z-index: 999;
  margin-left: 25px;
}

.btn-apply a {
  background: #000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
}

div#accordionExample {
  position: relative;
}

.btn-apply a:hover {
  color: #fff !important;
}

.overlay-thumbnail {
  background-color: #cccc;
  position: relative;
  height: 100%;
}

.top-title {
  font-size: 20px;
}

.auth-sec {
  font-size: 16px;
  font-weight: 400;
}

.auth-sec i {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
  font-weight: bold;
}

.article_description {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.4px;
  text-align: left;
  color: #707070;
  margin-bottom: 10px;
}

.search-container button[type="submit"] {
  background-color: #ef4f23;
  padding: 5px 24px 5px 24px;
  transition: 0.3s;
}

.list-unstyled button[type="submit"]:hover {
  background-color: #e1a310;
}

.search-container input[type="search"] {
  padding-left: 15px;
}

.top-1 input#search {
  padding-left: 15px !important;
}

.boxborder {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}

.boxborder img {
  border-radius: 10px;
}

.boxborder:hover {
  box-shadow: 0px 0px 5px 2px #c0c0c0;
}

.post-author-name-i2 i {
  color: #ff0000;
  margin-right: 10px;
  font-size: 14px;
}

.text-contain {
  padding: 12px;
  position: relative;
}

.text-contain h3 a {
  font-size: 20px;
  margin-top: 8px;
  color: #000;
}

.text-contain a {
  text-decoration: none;
  color: red;
}

.hov-col h3 a:hover {
  color: #ff0000;
}

.hov-col h2 a:hover {
  color: #ff0000;
}

.single-photos img {
  width: 100%;
}

.all-page .number a:before {
  display: none;
}

.single-1 h2,
.single-1 h2 a {
  font-size: 42px;
}

/* .hero-sec .top_story_box {
  width: 100%;
  height: 390px;
  display: block;
  float: left;
  	margin-bottom: 10px;
  position: relative;
  overflow: hidden;
} */
.turncate-2{
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.hero-sec a {
  background-color: transparent;
  text-decoration: none;
  font-size: 20px;
  color: #000;
}

.hero-sec .story_alink img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

/* .top_story_box:hover img {
  transform: scale(1.1);
  filter: grayscale(2);
} */

.hero-sec .story_text {
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.hero-sec .story_text .story_title {
  font-size: 16px;
  color: #000;
  background: #ef4f23;
  height: auto;
  line-height: 22px;
  padding: 10px;
  display: inline-block;
}

.hero-sec .story_text .story_title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 315px;
  top: -273px;
  border-left: 3px solid #ef4f23;
}

 .hero-sec .story_text .story_sub_title {

  margin-bottom: 0 !important;
}
/*
.hero-sec a:hover {
  color: #fff;
} */

/* 
div#single_one li img {
    margin-top: 15px;
} */

.media img {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
}

/* Author Template */

.team-author__img img {
  width: 100%;
}

.author-designation {
  color: #323232;
  margin-top: 8px;
}

.team-auth-content {
  padding: 17px;
  border: 1px solid #dfdfdf;
  border-bottom: 3px solid #ef4f23;
  margin-right: 30px;
  margin-top: -37px;
  position: relative;
  background: #fff;
}

.author-box-h a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

.author-box-h a:hover,
.author-box-h-hover a:hover {
  color: #ef4f23;
}

.team-one__hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 33px 40px 24px;
  background-color: #000;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  transform: scale(1, 0);
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  z-index: 2;
}

.team-author:hover .team-one__hover-content {
  transform: scale(1, 1);
}

.author-box-h-hover a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.author-designation-hover {
  color: #627174;
  margin-top: 8px;
}

.share-sep {
  width: 100%;
  height: 2px;
  background-color: #cf9714;
  margin-top: 10px;
  position: relative;
}

.team-auth-content .share-icon {
  position: absolute;
  top: -37px;
  z-index: 100;
  right: -8px;
  background: #cf9714;
  color: #fff;
  cursor: pointer;
  width: 40px;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-social-links {
  color: #fff;
}

.author-social-links {
  position: absolute;
  background-color: #fff;
  width: 40px;
  display: flex;
  flex-direction: column;
  right: 32px;
  /*     top: -55px; */
  bottom: 74px;
  text-align: center;
  padding: 14px 12px 14px 14px;
  /* opacity: 0; */
  transition: all 400ms ease;
  /* transform: scaleY(0); */
  transform-origin: top;
}

.author-social-links::after {
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  /*     top: 110px; */
  bottom: -17px;
  transform: rotate(269deg);
  left: 10px;
  border-right: 18px solid #fff;
}

.author-social-links i {
  font-size: 15px !important;
  color: #000;
}

.author-social-links i:hover {
  color: #cf9714;
}

.share-icon:hover .author-social-links {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.author-box-h-hover {
  padding-right: 32px;
}

.team-author-box p {
  line-height: 1.5;
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .single-1 * {
    line-height: 1.2;
    font-size: initial;
  }

  .single-1 h1 {
    font-size: 26px;
  }

  .single-1 h2,
  .single-1 h2 strong {
    font-size: 24px;
  }

  .single-1 h3,
  .single-1 h3 strong {
    font-size: 22px;
  }

  .single-1 h4,
  .single-1 h4 strong {
    font-size: 20px;
  }

  .single-1 h5,
  .single-1 h5 strong {
    font-size: 20px;
  }

  .single-1 p {
    font-size: initial !important;
  }

  /* 		.single-1 a {
		font-size: initial !important;
	} */

  .single-1 p strong,
  .single-1 p span,
  .single-1 .all-page p a,
  .single-1 p em {
    font-size: initial !important;
  }

  div#single_one li img {
    margin-top: 0;
  }
}

/* Box Office Single */

.collection-tab #nav-alr #pills-tab {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.collection-tab #nav-alr #pills-tab .nav-item {
  white-space: nowrap;
}

/* width */
.collection-tab #nav-alr #pills-tab::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.collection-tab #nav-alr #pills-tab::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
.collection-tab #nav-alr #pills-tab::-webkit-scrollbar-thumb {
  background: #7a767699;
  border-radius: 10px;
}

.collection-tab #pills-tabContent {
  margin-top: 40px;
}

.collection-tab #pills-tabContent .head-bg {
  background-color: #f0f2f2;
  font-size: 20px;
}

.collection-tab #pills-tab {
  position: relative;
  margin: 0 0 0px 0px;
  padding: 0 0;
  border-top: 2px solid #e6e6e6;
}

.collection-tab .nav-link {
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 12px 15px;
}

.collection-tab .nav-link:focus,
.collection-tab .nav-link:hover {
  color: var(--primary);
}

.collection-tab .nav-pills .nav-link.active,
.collection-tab .nav-pills .show > .nav-link {
  background-color: transparent !important;
  border-radius: 0 !important;
  position: relative;
  color: #000;
  width: fit-content;
}

.collection-tab .nav-pills .nav-link.active::before,
.collection-tab .nav-pills .show > .nav-link::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 3px;
  background-color: var(--primary);
  left: 8px;
  top: 0;
  z-index: 1;
}

.collection-tab .nav-pills .nav-link.active::after,
.collection-tab .nav-pills .show > .nav-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  top: 0;
  left: 45%;
  rotate: 45deg;
  transform: translateX(-50%);
}

.collection-tab .table tr th {
  border-right: 1px solid #e6e6e6;
  width: 55%;
}

.collection-tab .table tr td {
  font-size: 19px;
  padding-left: 15px;
}

.collection-list {
  border: 1px solid #b9b7b7;
}

.collection-list .title-col-list {
  color: #ffffff;
  font-weight: 500;
  background-color: var(--primary);
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}

.collection-list .movie-list {
  padding: 10px 5px;
  height: 300px;
}

.collection-list .movie-list .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 5px;
  position: relative;
  font-size: 13.5px;
  font-weight: 500;
}

.collection-list .movie-list .data a {
  font-size: 13.5px !important;
}

.collection-list .movie-list .data span {
  font-size: 13.5px;
  font-weight: 400;
}

.collection-list .movie-list .data i {
  font-size: 10px !important;
}

.collection-list .movie-list .data:not(:last-child):after {
  position: absolute;
  content: "";
  width: 95%;
  height: 2px;
  background-color: #b9b7b7;
  bottom: 0;
}

.collection-list .movie-list .data .movie-name {
  font-weight: 500;
}

.collection-list .collect-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 0;
  margin: 15px 0px;
  border-top: 2px solid #ef4f23;
  border-bottom: 2px solid #ef4f23;
}

@media (max-width: 992px) {
  .collection-tab #pills-tabContent {
    margin-top: 25px;
  }

  .collection-list {
    margin-top: 40px;
  }
}

@media (max-width: 430px) {
  .box-office-collection {
    padding: 0px 15px 15px 15px !important;
  }

  .collection-tab .nav-link,
  .collection-tab .nav-link:focus,
  .collection-tab .nav-link:hover {
    font-size: 16px;
    padding: 0.5rem 0.5rem;
  }
}

.rating-icon i {
  font-size: 16px !important;
}

.box-office-collection .title {
  background-color: #212529;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .box-office-records #pills-tab {
    margin: 0px 65px;
  }
}

@media (max-width: 768px) {
  .box-office-records #pills-tab {
    margin: 0px 65px;
  }
}

blockquote.wp-block-quote p em {
  font-weight: normal !important;
}

.youtube-sec {
  top: 50px;
}

.top_story_box {
  display:flex;
 flex-direction: column;
 gap:10px;
}

.s-icon img {
  height: 30px;
  width: auto;
}

.social-icon ul li {
  display: flex;
  align-items: center;
}

.box-table {
  border-radius: 13px 13px 0 0;
}

.box-table table {
  border-bottom-color: transparent;
}

.box-table tr:first-of-type {
  border-right: 1px solid;
  border-color: #fff;
  text-align: center;
  border-bottom: 2px solid currentColor;
}

.box-table tr:first-of-type td {
  line-height: 30px;
  padding: 13px;
  background: #ef4f23;
}

.box-table tr:first-of-type strong {
  font-size: 20px;
}

.box-table tr:not(:first-of-type) td {
  font-weight: 500;
  padding: 12px 20px;
}

/* youtube slider */
.yt-card,
.yt-card img,
.yt-card::after {
    border-radius: 10px;
}
.yt-card {
    transition: 0.4s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    position: relative;
}
.yt-card::after {
    position: absolute;
    background: #00000033;
    width: 100%;
    height: 100%;
    content: "";
    cursor: pointer;
    top: 0;
    left: 0;
}
.yt-btn-wave,
.yt-card .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.yt-card .flex-icon {
  display: flex;
    align-items: center;
    justify-content: center;
    height: 45px !important;
    width: 45px !important;
        border-radius: 50%;
    background: #000 !important;
}
.slider-wrapper .navigation button svg path,
.yt-card .btn:hover svg {
    fill: #fff !important;
}
.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 60px;
	z-index:2;
}
.slider-wrapper .slides {
    width: 100%;
    transition: transform 0.5s;
    box-sizing: content-box;
    position: relative;
    display: flex;
}
.slider-wrapper .slides .slide {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}
.slider-wrapper .navigation {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.slider-wrapper .navigation button {
    background: #ef4f23;
    border: unset;
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.slider-wrapper .navigation button:is(.button-next, .button-prev):disabled,
.slider-wrapper .navigation button:is(.button-next, .button-prev)[disabled] {
    background:#fff;
}
.slider-wrapper .navigation button:is(.button-next, .button-prev):disabled,
.slider-wrapper .navigation button:is(.button-next, .button-prev)[disabled] svg path {
    fill: #ef4f23 !important;
}


