/* CSS Document */
.sub-header {
  background: #010101;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  height: 50px; }

.pageLoader {
  background: #fff;
  background-image: url("../wp-content/loader.gif");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

h2.my-title {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  line-height: 50px; }

.my-title a {
  cursor: pointer; }

.sub-header ul {
  margin: 0px;
  padding: 0px; }

.sub-header ul li {
  list-style: none;
  width: auto;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  float: right;
  padding: 0px 10px; }

.sub-header li a {
  color: #fff;
  cursor: pointer;
  text-transform: capitalize; }

li.active a {
  color: #eb1436; }

.sidebar-data {
  background: #010101;
  height: 100%;
  float: left;
  width: 200px;
  overflow: auto; }

.sidebar-data ul {
  margin: 0px;
  padding: 0px; }

.sidebar-data ul li {
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
  list-style: none;
  line-height: 50px;
  height: 50px;
  margin-left: 2px;
  margin-top: 1px; }

.sidebar-data ul li a {
  color: #fff;
  display: block;
  cursor: pointer; }

.sidebar-data li.active {
  background: #fff; }

.sidebar-data li.active a {
  color: red; }

.right-section {
  width: calc(100% - 200px);
  padding: 30px;
  float: left;
  overflow: auto;
  height: 100%;
  padding-top: 0px; }

.items-list .item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  display: flex; }

img.i_img {
  width: 100%; }

p.i_runtime {
  color: #010101;
  font-size: 16px; }

p.i_genre {
  color: #010101;
  font-size: 16px; }

p.i_p_rating {
  color: #010101;
  font-size: 16px; }

p.i_media_type {
  color: #010101;
  font-size: 16px; }

p.i_det_btn {
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  color: #eb1436;
  cursor: pointer; }

.filters ul {
  float: right;
  margin: 0px;
  padding: 0px; }

.filters ul li {
  list-style: none;
  font-size: 26px;
  float: left;
  text-align: center;
  margin-right: 10px;
  cursor: pointer; }

span.i_rating {
  color: #efb200;
  font-size: 20px; }

/*
.filters>ul>li>a>.btn-group>button.btn.dropdown-toggle.btn-default {
    visibility: hidden;
}
.filters>ul>li>a>.btn-group>.btn-group>button.btn.dropdown-toggle.btn-default {
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    margin-right: 13px;
    margin-top: -68px;
    border: 0px;
}
.dropdown-menu.inner li {
    font-size: 14px;
}
.filters .bootstrap-select.btn-group .dropdown-menu {
    margin-top: -41px;
}*/
.grid-rat {
  float: right;
  font-size: 14px; }

.grid-rat span.i_rating {
  color: #efb200;
  font-size: 14px; }

.grid-view .video-title a {
  font-size: 24px;
  color: #eb1436 !important; }

.grid-view p.video-release-on {
  font-size: 14px; }

.grid-view p.i_runtime {
  float: right;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px; }

.grid-view p.i_p_rating {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px; }

.grid-view p.i_media_type {
  font-size: 12px; }

.grid-view p.i_det_btn {
  text-align: right;
  cursor: pointer; }

.sidebar-data ul li:hover {
  background: #fff; }

.sidebar-data ul li:hover a {
  color: red; }

.sweet-alert h2 {
  color: #333 !important; }

.li_heading {
  color: #fff !important;
  background: transparent !important; }

.li_heading:hover a {
  color: #fff !important; }
