/*!
Theme Name: r1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: r1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

r1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	  font-family: "Roboto", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

*{
    box-sizing: border-box;
}

header{
	background-color: #0f2133;
}
section.inner-banner {
    color: #fff;
}
a.Logo img {
    width: 69px;
    border-radius: 50%;
    height: 69px;
    object-fit: cover;
    margin-bottom: -16px;
    margin-top: -14px;
}

.aj_container {
    max-width: 1280px;
    width: 100%;
    padding: 0 15px;
	margin: 0 auto;
}
header#masthead {
    padding: 15px 0;
}
.flax {
    display: flex
;
}
.flaxjs {
    justify-content: space-between;
    align-items: center;
}
a.Logo {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
}
nav.header__nav ul {
    padding: 0;
    margin: 0;
    display: flex
;
    list-style: none;
}
nav.header__nav ul a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.header__search {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex
;
    align-items: center;
    border: 2px solid #f5c518;
}

input.search-input {
    width: 95%;
    padding: 9px;
    border: none;
    outline: unset;
}
button.header__search-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    width: 5%
31.25px
;
}
















section.inner-banner {
    background: #1f1f1f;
}
.bg_blur {
    z-index: 2;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(50px) saturate(100%);
    transform: translate3d(0px, 0px, 0px);
    will-change: transform;
}
section.inner-banner .aj_container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: rgb(31, 31, 31);
	padding: 0;
}

.aj_container__inner {
    z-index: 6;
    position: relative;
    background: linear-gradient(90deg, rgb(var(--ipt-baseAlt-shade1-rgb, 31, 31, 31)), 20%, rgba(var(--ipt-baseAlt-shade1-rgb, 31, 31, 31), 0.6), 80%, rgb(var(--ipt-baseAlt-shade1-rgb, 31, 31, 31)));
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
ul.h-link a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0 14px;
    border-right: 1px solid #ffffff5c;
}

ul.h-link li:last-child a {
    border: none;
}
.aj_subnav {
    padding: 11px 0;
}
ul.h-link {
    display: flex
;
}
p {
    margin: 0 0 5px;
}

h1.aj_title {
    font-size: 47px;
    line-height: 45px;
    margin: 0 0 5px;
    font-weight: normal;
}

.inner-banner__title_meta span {
    display: inline-block;
    margin-right: 15px;
    color: #ffffffad;
    font-size: 14px;
}
.video-inf-poster {
    width: 24%;
    order: 1;
}
.video-shor-info {
    width: 20%;
    order: 3;
}
.video-trailer {
    width: 60%;
    order: 2;
}
img {
    max-width: 100%;
    height: auto;
}
.video-information.flax.flaxjs {
    align-items: flex-start;
    padding:5px 0 15px;
}
.video-trailer {
    height: 445px;
    background: #000;
    border-radius: 10px;
    margin: 0 18px;
}
.video-inf-poster {
    border-radius: 10px;
    overflow: hidden;
}
.video-inf-poster img {
	width: 100%;
 height: 445px;
	object-fit: cover;
}
.video-shor-info {
    font-weight: normal;
    line-height: 27px;
    text-align: justify;
    background: #ffffff1c;
    padding: 10px 18px;
    border-radius: 10px;
    height: 100%;
}

ul.movie-genre-list {
    display: flex
;
    margin-bottom: 20px;
}

ul.movie-genre-list li a {
    border: 1px solid #ffffff75;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 5px;
    padding: 5px 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
ul.movie-genre-list li a:hover {
    background: #ffffff1c;
}
 
.right-slot {
    width: 30%;
}




ul.list li {
    border-top: 1px solid #ffffff33;
    padding: 12px 0;
    font-size: 17px;
}
ul.list li a {
    /* text-decoration: none; */
    color: #f5c518;
    padding: 2px 6px;
    display: inline-block;
    text-decoration-color: #ffffff33;
}
ul.list li a:hover {
    text-decoration-color: red;
}

ul.list {
    margin-bottom: 30px;
}

ul.ct-card li {
    width: 121px;
    text-align: center;
}

ul.ct-card li span {
    font-weight: 500;
    color: #fff;
}

span.rating svg {
    fill: #f5c518;
    width: 46px;
    justify-content: center;
    height: 36px;
}
span.rating {
    display: flex
;
    text-align: left;
    border-radius: 17px;
    padding: 2px;
    margin: 0;
    font-size: 20px;
}
ul.ct-card li {
    width: 101px;
    text-align: center;
}
ul.ct-card li span {
    margin: 0;
}
span.rating small {
    font-size: 12px;
    line-height: 12px;
    display: block;
    color: #ccc;
}
   .right-slot {
    width: auto;
}

.left-content {
    width: 70%;
}
.side-bar {
    width: 30%;
}

h2 {
    font-size: 25px;
    margin: 0 0 10px;
    color: #1f1f1f;
}

p {
    color: #1f1f1fd6;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
}


.top-cast-list {
    display: flex
;
    flex-wrap: wrap;
}


.cast-image {
    width: 100px;
    height: 100px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.cast-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.top-cast-list a {
    width: 48%;
    display: flex
;
    color: #fff;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 0 2px #ccc;
    margin: 1%;
    padding: 5px 13px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
    background: #ffffff1f;
}
.top-cast-list a:hover {
    transform: scale(1.05);
    transition: 0.5s;
      background: #fff;
}
.top-cast-list a:hover *{
    color: #000;
}
.top-cast-loop {
    margin-top: 50px;
}
.top-cast-list .cast-title {
    font-weight: bold;
    font-size: 17px;
}

.cast-title span {
    font-size: 13px;
    display: block;
    font-weight: 500;
    margin-top: 5px;
    color: #ffffffc4;
}

.Details-full {
    margin: 30px 0;
}

.v_list {
    display: flex
;
    flex-wrap: wrap;
}

ul.v_list li {
    display: block;
    width: 100%;
    padding:12px 15px;
    border-bottom: 1px solid #0000001c;
    font-size: 15px;
}
ul.v_list li strong {
    display: inline-block;
    margin-right: 15px;
}

ul.v_list.FAQ_list li p {
    margin:0;
    color: #0e63be;
}
.aj_link a {
    color: #0e63be;
    padding: 3px 8px;
}
ul.v_list.FAQ_list li p strong {
    margin: 0;
}
.FAQ_list h3 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 500;
    margin-right: 14px;
}

.aj_link strong {
    display: flex !important
;
    flex-wrap: wrap;
    font-weight: normal;
}

.aj_link {
    margin-left: -6px;
}
ul.v_list.FAQ_list {
    border: 1px solid #cccccc6e;
    padding: 7px 0;
    border-radius: 5px;
}
ul.v_list.FAQ_list li:nth-child(even) {
    background: #0000000a;
}


ul.v_list.FAQ_list li a:hover {
    text-decoration-color: red;
        color: #f5c518;
}
.aj_link a {
    display: inline-block;
}
.box_aj {
    background: #cccccc33;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #cccccced;
}
section.full-content {
    margin-top: 50px;
}

body:not(.home) .box_aj h2 {
    border-bottom: 4px solid #f5c518;
    padding-bottom: 6px;
}
.box_aj_color {
    background: #1f1f1f;
    color: #fff;
}
.box_aj_color h2 {
    color: #fff;
}

  a {
    color: #0e63be;
}
  a:hover {
    text-decoration-color: red;
    color: #f5c518;
}
.aj_container__inner {
    padding: 0 15px;
}
.video-bio {
    width: 70%;
    padding-right: 20px;
}
.video-bio p {
    color: #fff;
}

.video-information.flax.flaxjs.video_no {
    flex-wrap: wrap;
}
.video-information.flax.flaxjs.video_no {
    flex-wrap: wrap;
}
.video_no .video-inf-poster {
    width: 22%; 
}
 

.video_no .more-information.flax.flaxjs {
    width: 78%;
    padding-right: 50px;
}
.video_no .video-shor-info {
    width: 100%;
    margin-top: 16px;
}


.video_yes .more-information.flax.flaxjs {
    order: 4;
    width: 100%;
	margin-top: 20px;
}
.video-information.flax.flaxjs.video_yes {
    flex-wrap: wrap;
}
.video-information.flax.flaxjs.video_yes .video-trailer {
    width: 53%;
    order: 2;
}
video#vid {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-trailer { 
	position:relative
}

@media(max-width:800px){

.video-bio {
    width: 70%;
    padding-right: 0;
}
.video-bio {
    order: 2;
}
.video-inf-poster {
    width: 86%;
    order: 1;
}
.video-inf-poster img {
    width: 100%;
    height: auto;
}
.video-inf-poster {
    width: 31%;
    order: 1;
    padding-right: 9px;
}
h1.aj_title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 5px;
    font-weight: bold;
}
.video-bio p {
    color: #fff;
    height: 123px;
    overflow: scroll;
}
section.full-content>.aj_container.flax.flaxjs {
    display: block;
}
.left-content {
    width: 100%;
}

.video-information.flax.flaxjs {
    flex-wrap: wrap;
}

.video-trailer {
    order: 1;
}

.video-shor-info {

    order: 3;
}
.video-trailer {
    width: 100%;
    order: 1;
    margin: 0 !important;
	position:relative
}


.video-trailer {
    height: 209px;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.video-shor-info {
    width: 69% ;
    order: 3;
}
.left-slot {
    width: 100%;
}

.top-cast-list a {
    width: 100%;
}
}







 .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    border: none;
    outline: none;
    background: transparent;
  }

  .trailers .videos .thumb-ft .slick-next {
    top: 95%;
    right: 50%;
  }

  .slick-prev {
    top: -24px;
    bottom: inherit !important;
  }


  .slick-prev::before {
    content: '\f126';
    font-family: "Ionicons";
    font-size: 24px;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
    color: #dcf836;
  }

  .slick-next::before {
    content: '\f123';
    font-family: "Ionicons";
    font-size: 24px;
  }

  .as_slider_wrap {
    display: flex;
  }

  .as_slider_nav {
    width: 30%;
  }

  .as_slider_for {
    width: 70%;
  }

  .as_slider_nav {
    background: #0b1a2a;
  }

  .as_item.slick-slide.slick-current.slick-active {
    background: #1c3d5d;
  }

  .as_item {
    padding: 8px 17px;
  }

  .as_trailer_info h3 {
    margin: 0;
    font-size: 15px;
  }

  .as_trailer_info p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
  }

  .as_trailer_img img {
    width: 98px;
    margin-right: 38px;
    border-radius: 4px;
  }

  .as_slider_nav .as_item {
    margin-bottom: 17px;
  }

  .slick-prev,
  .slick-next {
    width: 100%;
    margin: 15px;
  }

  section {
    padding: 38px 0;
  }

.item {
    background: #1a1a1a;
    margin: 0.5%;
    border-radius: 10px;
    width: 15.6%;
}

 a.item-image img {
    height: 291px;
    object-fit: cover;
    display: block;
    width: 100%;
}
  .item-short-info {
    padding: 10px;
  }
  p.item-meta {
    color: #ffffff8c;
    font-weight: bold;
    display: flex
;
    align-items: center;
    margin: 0;
}
p.item-meta svg {
    height: 19px;
    margin-right: 2px;
}
.item-short-info h3 a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.item-short-info h3 {
    margin: 4px 0;
}
.items {
    flex-wrap: wrap;
}
.home h2 {
    color: #fff;
}
.aj_slider{ 
    display: none;
}
 

div:not(.full-content) .aj_container h2, div:not(.full-content) .aj_container h1 {
    color: #fff;
    border-left: 5px solid #f5c518;
    padding-left: 12px;
    margin-left: 5px;
    font-size: 24px;
    margin-bottom: 23px;
}
footer#colophon {
    text-align: center;
    background: #0f2133;
    color: #fff;
    padding: 15px;
}
nav.navigation.posts-navigation {
    width: 100%;
    text-align: center;
    padding: 40px;
}
.nav-previous a {
    color: yellow;
    font-weight: bold;
    text-transform: uppercase;
}


@media(max-width:800px){
  .as_slider_nav {
    display: none !important;
}
.as_slider_for {
    width: 100%;
}
.as_slider_for img {
    height: 198px;
}
.item {
    width: 49%
;
}
nav.header__nav {
    display: none;
}

}

