/*
Theme Name: moviefire
Text Domain: moviefire
Theme URI: http://moviefire.ahmaddeveloper.in/
Author URI: http://ahmaddeveloper.in
Description: Responsive Movie And News WordPress Theme
Author: Ahmad
Version: 1.0
License: license purchased
License URI: https://www.mojomarketplace.com/mojo-license
Tags:right-sidebar, custom-header, theme-options, threaded-comments, two-columns, translation-ready, custom-menu
*/

/*---------------------------------------------------------
 Table of Contents
-----------------------------------------------------------
* 1. Reset & Typography 
* 2. Top Menu
* 3. Top Bar Login And Register
* 4. Page Loader 
* 5. Back Top
* 6. Carousel
* 7. Featured Movie
* 8. Trailer Box
* 9. Post Items
* 10. News Box Post
* 11. Grid Post Box 
* 12. Movie Post Box 
* 13. Default Sortbar Tab
* 14. Child Sortbar Tab
* 15. Sidebar And Widgets
* 16. Footer
* 17. Review
* 18. Single
* 19. Post Share
* 20. Post Related
* 21. Comments
* 22. Social links
* 23. Page Navigation
* 24. Breadcrumbs
* 25. Tv Show Time
* 26. Woocommerce Box
* 27. Wordpress Core
* 28. Tables
-------------------------------------------------------- */
  
/* ==========================================================
! 1. Reset & Typography
========================================================== */ 

body {
	background: #eee;
	position: relative;
	overflow-x: hidden;
	font-family: "Lucida Sans Unicode", Helvetica,Arial,sans-serif;
}
 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
 .mainbox {
	margin-top: 20px;
	margin-bottom: 25px;
}
 .mainbox-content {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 12px;
}
#wrapper {
	margin-top: 40px;
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #f3f3f3;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
 .padding{
	padding-left: 0px;
	padding-right: 0px;
}
 /* ==========================================================
 ! 2 Top Menu
 ========================================================== */ 
 .navbar-my .navbar-brand {
	text-transform: uppercase;
	font-weight: 700;
}
 .navbar-my .fa{
	color: orange;
}
 .navbar-my .navbar-header{
	margin-right: 5px;
	text-align: center;
}
 .logo-brand img {
	max-height: 50px;
	width: auto;
}
 .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 10px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #ccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
 .addmenu {
	color: red !important;
}
 .mobile-menu {
	display: inline-block;
	width: 90%;
	padding: 10px 0;
	margin: 0px auto;
}
 .mobile-menu select {
	padding: 10px 10px;
	border: solid 1px #80808033;
	background: transparent;
	width: 100%;
}
 .mobile-menu option {
	margin: 10px;
}
 .mobile-menu form {
	background: white;
}
 .navbar-my .navbar-form {
	padding:0;
	width:380px;
}
.navbar-my .navbar-form select {
	color:#505050;
	background-color:transparent;
	border:none;
	line-height:39px;
	height:39px;
	float:left;
	width:110px;
	padding:0 15px;
	border-top-left-radius:19.5px;
	border-bottom-left-radius:19.5px;
	border:1px solid #d8d8d8;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.navbar-my .navbar-form select:hover,.navbar-my .navbar-form select:focus {
	border-color:orange;
}
.navbar-my .navbar-form [type=search] {
	float:left;
	width:calc(100% - 160px)!important;
	border:none;
	background-color:transparent;
	height:39px;
	line-height:39px;
	padding:0 15px;
	border-width:1px;
	border-style:solid;
	border-color:#d8d8d8 transparent #d8d8d8 transparent;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.navbar-my .navbar-form [type=search]:focus {
	border-color:orange;
}
.navbar-my .navbar-form [type=submit] {
	float:left;
	width:50px;
	text-align:center;
	border-top-right-radius:19.5px;
	border-bottom-right-radius:19.5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	line-height:39px;
	height:39px;
	background-color:transparent;
	border:none;
	padding:0;
	border:1px solid #d8d8d8;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#999999;
}
.navbar-my .navbar-form [type=submit]:hover,.navbar-my .navbar-form [type=submit]:focus {
	border-color:orange;
	color:orange;
}
 nav.navbar-my {
	background: #fff;
	box-shadow: 0 0 2px 0 #ccc;
	padding: 15px;
}
nav.navbar-my a {
	color: orange;
}
nav.navbar-my ul.navbar-nav a {
	color: #000;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
nav.navbar-my ul.navbar-nav a:hover,nav.navbar-my ul.navbar-nav a:visited,nav.navbar-my ul.navbar-nav a:focus,nav.navbar-my ul.navbar-nav a:active {
	background: #fff;
}
nav.navbar-my ul.navbar-nav a:hover {
	border-color: orange;
}
nav.navbar-my li.divider {
	background: #ccc;
}
nav.navbar-my button.navbar-toggle {
	background: orange;
	border-radius: 2px;
}
nav.navbar-my button.navbar-toggle:hover {
	background: #999;
}
nav.navbar-my button.navbar-toggle > span.icon-bar {
	background: #fff;
}
nav.navbar-my ul.dropdown-menu {
	border: 0;
	background: #fff;
	border-radius: 4px;
	margin: 4px 0;
	box-shadow: 0 0 4px 0 #ccc;
}
nav.navbar-my ul.dropdown-menu > li > a:hover {
	background: orange;
	color: #fff;
}
nav.navbar-my ul.navbar-nav a:hover {
	border-color: orange;
}
.navbar-my .nav .open > a:focus{
	border-color: orange;
}
 header .navbar{
	margin-bottom: 0px;
}
 .headerads {
	text-align:center;
}
 .headerads img{
	width: auto;
}
 .ads li{
	list-style: none;
	margin: 15px 0px 0px 0px;
}
 /* ==========================================================
 ! 3. Top Bar Login And Register
 ========================================================== */
 .topbar{
	padding: 10px;
}
 .btn-loginRegister{
	color: #555;
}
 .panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}
.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
.author-avatar img{
	width: 32px;
}
#user-login .dropdown-menu > li > a {
    color: #555 !important;
}
.login-links li{
	list-style: none;
}
.login-links {
    margin-top: 15px;
}
.login-links a {
    font-size: 12px;
}
 /* ==========================================================
 ! 4. Page Loader
 ========================================================== */
 .page-loader {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.animationload {
	animation: 1.5s linear 0s normal none infinite running animationload;
	background: #fed37f none repeat scroll 0 0;
	border-radius: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 50px;
}
.animationload::after {
	animation: 1.5s linear 0s normal none infinite running animationload_after;
	border-color: #85d6de transparent;
	border-radius: 80px;
	border-style: solid;
	border-width: 10px;
	content: "";
	height: 80px;
	left: -15px;
	position: absolute;
	top: -15px;
	width: 80px;
}
@keyframes animationload {
	0% {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
50% {
	background: #85d6de none repeat scroll 0 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
100% {
	transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
}
 /* ==========================================================
 ! 5. Back Top
 ========================================================== */
 #back-top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: -40px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	background-color: white;
	box-shadow: 0px 1px 6px rgba(0,0,0,.6);
	color: orange;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}
 #back-top:hover {
	bottom: 10px !important;
}
#back-top .fa {
	font-size: 1.6em;
	padding-top: 5px;
}
#back-top:hover .fa {
	color: #eb1436;
}
 /* ==========================================================
 ! 6. Carousel 
 ========================================================== */ 
 .article-image{
	position: relative;
	overflow: hidden;
}
 .article-carousel .post-cat {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 5px 0px;
	text-transform: uppercase;
	color: orange;
}
.article-carousel .post-cat a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px;
	text-transform: uppercase;
	color: orange;
	background: transparent;
}
 .article-carousel .post-cat a:hover {
	color: #fff !important;
}
 .article-carousel .post-cat li, .article-carousel .post-cat ul {
	list-style: none;
	float: left;
	margin-right: 5px;
}
 .article-carousel .post-cat ul {
	margin-bottom: 0px;
	margin-right: 5px;
	padding: 0px !important;
	margin-left: 0px;
}
 .entry-title {
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 1.4em;
	margin: 0px ;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.entry-title>a {
	color: #000}
.entry-title > a:hover {
	color: #5ebdc7;
}
 .article-carousel .article-content {
	margin: auto;
	top: 50%;
	left: 50%;
	bottom: auto;
	height: auto;
	transform: translate(-50%, -50%)!important;
	-webkit-transform: translate(-50%, -50%)!important;
	background: none !important;
	-moz-transform: translate(-50%, -50%)!important;
	-o-transform: translate(-50%, -50%)!important;
	-ms-transform: translate(-50%, -50%)!important;
	position: absolute;
	z-index: 1}
 .article-carousel .article-image img {
	min-height: 100%;
	position: absolute;
	float: left;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 0;
	-ms-transform: translate(-50%, -50%);
}
.article-carousel .slick-arrow{
	opacity: .3;
}
 .article-carousel .carousel-caption{
	background: rgba(0, 0, 0, 0.57);
	width: 100%;
	left: 0%;
	bottom: 0px;
	text-align: left;
	padding: 25px;
	background: -moz-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.82),rgba(0, 0, 0, 0.7));
	background: -webkit--linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.82),rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.82),rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.82),rgba(0, 0, 0, 0.7));
	background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.82),rgba(0, 0, 0, 0.7));
}
 .article-carousel .entry-title {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
 .article-carousel .meta{
	position: absolute;
	right: 10px;
	font-size: 13px;
	color: #aaa;
}
@media (max-width: 1920px) {
	.article-carousel .article-image {
	height: 550px;
}
}
 @media (max-width: 1200px) {
	.article-carousel .article-image {
	height: 450px;
}
.article-carousel .entry-title {
	font-size: 18px;
}
}
@media (max-width: 980px) {
	.article-carousel .article-image {
	height: 350px;
}
.article-carousel .entry-title {
	font-size: 15px;
}
}
 @media (max-width: 768px) {
	.article-carousel .article-image {
	height: 250px;
	letter-spacing: 1px;
}
.article-carousel .entry-title {
	font-size: 13px;
	letter-spacing: 0px;
}
}
 .slick-slide {
	outline: none;
	margin: 0px;
	padding: 0px}
#prev, #next {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}
.slick-arrow {
	z-index: 2;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
 .slick-dots {
	display: inline-block !important;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	display: inline-block;
	padding: 0 4px;
	position: relative;
	margin-top: 20px;
}
.slick-dots li button {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.slick-dots li:before {
	content: '';
	height: 20px;
	width: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	position: relative;
	opacity: .5;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
 .slick-dots li:before {
	background-color: rgba(0,0,0,.1);
	opacity: 1;
}
.slick-dots li.slick-active::before {
	background-color: orange;
	border-color: rgba(5, 5, 5, 0);
}
.slick-dots li:hover:before {
	opacity: 1;
}
 .carousel-inner img {
	width: 100%;
	margin: auto;
	min-height: 200px;
}
.article-carousel:hover .slick-arrow {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
.slick-list, .slick-slider {
	width: 100%;
}
.col-carousel-slider {
	margin: 0px;
	float: left;
	padding: 0px;
}
.slick-prev {
	position: absolute;
	padding: 10px;
	margin-right: 40px;
	top: 40%;
	display: inline-block !important;
}
.slick-next {
	padding: 10px;
	right: 4px;
	top: 40%;
	position: absolute;
}
 .slick-arrow .fa {
	position: relative;
	font-size: 2em;
	color: orange;
	background: rgba(0, 0, 0, 0.59);
	padding: 12px;
	border-radius: 50%;
}
 /* ==========================================================
 ! 7. Featured Movie ========================================================== */
 .featured-movie {
	background: rgb(5, 0, 0);
	background-image: url("./img/featured-movie.jpg");
	background-repeat: repeat ;
	background-attachment: fixed ;
	background-position: inherit ;
	background-size: cover ;
}
 .featured-movie .slick-arrow {
	opacity: .3;
}
.featured-movie:hover .slick-arrow {
	opacity: 1;
}
.featured-movie .slick-prev {
	top: -70px;
	left: 0px;
}
.featured-movie .slick-next {
	top: -70px;
}
 .featured-movie-content{
	position: relative;
	padding: 45px 20px;
	text-align: center;
}
.featured-movie-title {
	color: white;
	margin-bottom: 45px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 3px solid orange;
	display: inline-block;
}
 .featured-movie .item {
	margin-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
}
.featured-movie .carousel-caption {
	width: 98%;
	height: 100%;
	background: rgba(2, 33, 30, 0.88);
	left: 1%;
	text-align: left;
	padding: 10px;
	overflow:hidden;
	bottom: 0px;
	color: white;
	opacity:0;
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
 .featured-movie .item .carousel-caption:hover {
	opacity:1;
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
.featured-movie .item img{
	max-height: 390px;
}
.rate {
	position: absolute;
	top: 45%;
	left: 40%;
	color: white;
	border: 2px solid white;
	background: rgba(255, 135, 0, 0.68);
	padding: 15px;
	border-radius: 50%;
	font-size: 16px;
	z-index: 3;
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
.featured-movie .item:hover .rate{
	opacity:0;
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
.featured-movie .item .entry-title {
	color: white;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
}
.featured-movie .post-cat a {
	padding: 8px 0px;
}
.excerpt{
	color: #f2f2f2;
}
 .featured-movie .excerpt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 15px;
	max-height: 90px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
 ul.desc{
	padding: 0px;
	list-style: none;
	display: inline-block;
	margin-top: 5px;
}
.desc span,.desc a,.meta a{
	color: #666666;
}
 .desc .fa,.meta .fa{
	color: orange;
}
 .featured-movie .meta {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 13px;
}
.featured-movie .desc span,.featured-movie .desc a{
	color: orange;
}
.article-image img{
	transform:scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform:scale(1);
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
.featured-movie .item:hover .article-image img{
	transform:scale(1.1) ;
	-webkit-transform:scale(1.1) ;
	-moz-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	-ms-transform:scale(1.1) ;
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
 /* ==========================================================
 ! 8. Trailer Box 
 ========================================================== */
 .trailer-box {
	margin-bottom: 30px;
	padding: 25px;
	display: block;
	text-align: center;
	background-position: 0 0 ;
	background-repeat: no-repeat ;
}
 .trailer-box-title {
	color: #555;
	margin-top: 45px;
	margin-bottom: 45px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 3px solid orange;
	display: inline-block;
}
 .trailer-box .grid-img {
	position: relative;
}
 .trailer-box .thumb-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
}
 .trailer-box .thumb-hover .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
 .trailer-box .grid-post h5 a {
	color: orange;
	margin: 0px 5px 0px 5px;
}
 .videoModal .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background:transparent;
	border:none;
	outline:none;
}
.videoModal .modal-content iframe {
	border:none;
	padding:0;
	margin:0;
}
.videoModal .close {
	font-size: 80px;
	margin:-20px 0 0 0;
	color: red;
	opacity: .8;
}
 @media only screen and (max-width: 641px) {
	.videoModal .modal-body {
	height:100px;
	padding:0;
	margin: 0;
}
 .videoModal .modal-content {
	padding:0;
	margin: 0;
}
 .videoModal .modal-dialog {
	position: relative;
	width: auto;
	margin: 15px;
}
 .videoModal .close {
	margin:-12px 0 0 0;
}
}
@media only screen and (min-width: 768px) {
	.videoModal .close {
	font-size: 30px;
	color: red;
	margin:30px -43px -20px 100px;
}
}
 /* ==========================================================
 ! 9. Post Items
 ========================================================== */
 .post-cat {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	width: 100%;
	padding: 0px;
}
.post-cat a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: orange;
	background: #eee;
	font-weight: 700;
}
.post-cat a:hover {
	text-decoration: underline;
}
.post-cat li, .post-cat ul {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.post-cat ul {
	margin-bottom: 0px;
	margin-right: 5px;
	padding: 0px !important;
	margin-left: 0px;
}
 .sticky, .gallery-caption, .bypostauthor {
}
.post.sticky .caption {
	font-size: 15px;
}
 .post.sticky .caption h4::before {
	content: "\f109";
	font-family: dashicons;
	font-style: normal;
	vertical-align: top;
	float: left;
	float: right;
	font-size: 25px;
	color: orange;
}
 .caption a.btn{
	color: #555;
}
 .caption a.btn:hover{
	color: orange;
}
 .post-item{
	position: relative;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.20);
	display: inline-block;
	padding: 5px;
	background: rgb(250, 250, 250);
}
 .sidebar .post-item{
	margin-top: 5px;
	margin-bottom: 10px;
}
 .sidebar .post-item .caption h5 a {
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}
 .thumbnail-img{
	position: relative;
	overflow: hidden;
}
 .thumbnail-img img{
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
 .post-item .thumbnail-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
 .overlaythumbnail{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(11, 127, 141, 0.6);
	opacity: 0;
}
 .post-item .thumbnail-img:hover .overlaythumbnail{
	opacity: .5;
}
 .post-item .caption h4 a{
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}
 .post-item .caption .meta{
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 5px;
}
 .fullpost{
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 .caption-item,.thumbnail-item{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 .list-grid{
	float:right;
}
 .summary {
	width: 100%;
	display: inline-block;
	font-size: 16px;
}
 .age {
	background: rgb(120, 113, 113);
	color: #fff;
	padding: 3px;
	display: inline-block;
}
 .rate-bar {
	float: right;
	background: #555;
	color: #eee;
	padding: 8px;
	text-align: center;
}
 .rate-bar i{
	color: yellow;
}
 .rate-bar span {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
 .blog-content .desc span {
	color: #6f6969;
	font-weight: 700;
}
 .read-more-btn{
	position: absolute;
	right: 10px;
	background: orange;
	padding: 5px 10px;
	color: #fff;
	bottom: 5px;
}
 .see-all {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
 /* ==========================================================
 ! 10. News Box Post
 ========================================================== */
 .news-box{
	width: 100%;
	display: inline-block;
}
 .news-box .post-item .caption a {
	letter-spacing: 0px;
}
@media (max-width: 768px) {
	.news-box .post-item .caption h4 {
	font-size: 14px;
}
 }
 @media (max-width: 768px) {
	.category .post-item .caption h4 {
	font-size: 14px;
}
 }
 .not-thumbnail {
	display: inline-block;
	height: 268px;
	background: #eee;
}
 /* ==========================================================
 ! 11. Grid Post Box
 ========================================================== */
 .grid-box .grid-post {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-post .col-lg-6 {
    padding-left: 0px;
}
.grid-post .col-lg-4.col-md-6.col-sm-4.col-xs-6{
    padding-left: 0px;
}
 .grid-box .grid-post .item {
	position:relative;
	display: block;
}
 .grid-post h5 a {
	color: #424242;
	text-transform: uppercase;
}
.grid-desc {
    padding: 12px;
}
.grid-desc h5 {
	color: #424242;
}
.grid-desc p {
	font-size: 15px;
	padding: 10px 0px 0px 0px;
	color: #424242;
}
 .grid-post {
	position: relative;
	margin: 1.5em 0;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}
.grid-box .item {
	display: inline-block;
	background: #fff;
	padding: 1.5em;
	margin: 0 0 1.5em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.grid-img {
	position: relative;
}
.grid-post .item {
	display: inline-block;
	margin-bottom: 10px;
	background: white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	transform: translate(0px);
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	-ms-transform: translate(0px);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
}
 .grid-post .item:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	transform: translate(0px, -3%);
	-webkit-transform: translate(0px, -3%);
	-moz-transform: translate(0px, -3%);
	-o-transform: translate(0px, -3%);
	-ms-transform: translate(0px, -3%);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
}
 /* ==========================================================
 ! 12. Movie Post Box 
 ========================================================== */ 
 .movie-box{
	width: 100%;
	display: inline-block;
}
 .movie-box .grid-desc{
	padding: 10px;
}
 .movie-box .grid-desc p{
	padding: 0px;
}
 .movie-box .grid-post .item {
	width: 100%;
	overflow:hidden;
}
.movie-box .grid-img {
	display: inline-block;
	width: 100%;
}
.movie-link{
	display:none;
	-webkit-transition: .5s all ease-in-out .1s;
	-moz-transition: .5s all ease-in-out .1s;
	-ms-transition: .5s all ease-in-out .1s;
	-o-transition: .5s all ease-in-out .1s;
	transition: .5s all ease-in-out .1s;
}
 .movie-box .grid-post .item:hover .movie-link{
	display:block;
	-webkit-transition: .5s all ease-in-out .1s;
	-moz-transition: .5s all ease-in-out .1s;
	-ms-transition: .5s all ease-in-out .1s;
	-o-transition: .5s all ease-in-out .1s;
	transition: .5s all ease-in-out .1s;
}
 .movie-box .grid-post .movie-title{
	padding: 0px;
}
 .movie-box .grid-post .item:hover .movie-title{
	display:none;
	-webkit-transition: .5s all ease-in-out .1s;
	-moz-transition: .5s all ease-in-out .1s;
	-ms-transition: .5s all ease-in-out .1s;
	-o-transition: .5s all ease-in-out .1s;
	transition: .5s all ease-in-out .1s;
}
 .grid-caption{
	font-size: 14px;
	position: absolute;
	background: rgba(2, 38, 44, 0.94);
	height: 100%;
	padding: 10px;
	color: white;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	left: 0%;
	opacity:0;
	-webkit-transition: .5s all ease-in-out .1s;
	-moz-transition: .5s all ease-in-out .1s;
	-ms-transition: .5s all ease-in-out .1s;
	-o-transition: .5s all ease-in-out .1s;
	transition: .5s all ease-in-out .1s;
}
 .movie-box .grid-post .item:hover .grid-caption{
	top: 0%;
	opacity:1;
	-webkit-transition: .5s all ease-in-out .1s;
	-moz-transition: .5s all ease-in-out .1s;
	-ms-transition: .5s all ease-in-out .1s;
	-o-transition: .5s all ease-in-out .1s;
	transition: .5s all ease-in-out .1s;
}
 .movie-box .grid-post .grid-desc p, .movie-box .grid-post .desc span.date {
	color: #eee;
}
 .movie-box .grid-post .desc a , .movie-box .grid-post .desc span{
	color: orange;
}
.movie-box .grid-post .btn {
	border-radius: 50%;
	background-color: orange;
	border-color: #bc7d20;
}
 .movie-box .grid-post .grid-cat{
	position: absolute;
	z-index: 1;
	padding: 5px;
	background-color: rgba(7, 7, 7, 0.29);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.movie-box .grid-post .grid-caption h5 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	text-decoration: none;
}
.movie-box .grid-post .summary {
	border-color: orange;
	margin-top: 5px;
}
 .movie-box .summary-grid p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 22px;
	max-height: 90px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
 .movie-box .summary p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 22px;
	max-height: 90px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.movie-box .grid-post .grid-caption h5 a:hover {
	color: orange;
}
@media (max-width: 580px) {
	.movie-box .summary p {
	font-size: 14px;
}
}
 .grid-line{
	width: 100%;
	display: inline-block;
}
 @media (max-width: 768px) {
	.grid-line {
	width: auto;
}
}
 /* ==========================================================
 ! 13.Default Sortbar Tab
 ========================================================== */ 
 .tab-title {
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
	display: inline-block;
	color: #e0560b;
	background-color: #5550;
	font-size: 20px;
	border-bottom: 3px solid orange;
	margin-bottom: 15px;
}
 .default-sortbar {
	text-align: center;
}
.default-sortbar .nav-pills > li {
	float: none;
	display: inline-block;
}
.default-sortbar .nav-pills > li.active > a, .default-sortbar .nav-pills > li.active > a:focus,.default-sortbar .nav-pills > li.active > a:hover {
	color: white;
	background-color: orange;
	font-size: 20px;
}
.default-sortbar .nav-pills > li > a {
	border-radius: 4px;
	color: #555;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
 .default-sortbar .nav-pills > li.active::after{
	display:none !important;
}
.default-sortbar .nav-pills > li::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: orange;
	transition: width .3s;
}
.default-sortbar .nav-pills > li:hover::after {
	width: 100%;
	//transition: width .3s;
}
 /* ==========================================================
 ! 14.Child Sortbar Tab
 ========================================================== */ 
 .child-sortbar{
	margin-bottom: 15px;
}
 .child-sortbar a{
	padding: 0px 0px 8px 0px !important;
}
 .child-sortbar .nav-pills > li {
	float: none;
	display: inline-block;
	margin-right: 10px;
}
 .child-sortbar .nav > li > a:focus, .child-sortbar .nav > li > a:hover {
	background-color: transparent;
}
 .child-sortbar .nav-pills > li > a {
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
	color: #555;
}
 .child-sortbar .nav-pills > li.active > a, .child-sortbar .nav-pills > li.active > a:focus,.child-sortbar .nav-pills > li.active > a:hover {
	color: #e0560b;
	background-color: transparent;
	font-size: 17px;
	border-bottom: 3px solid orange;
}
 .child-sortbar .nav-pills > li.active::after{
	display:none !important;
}
.child-sortbar .nav-pills > li::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: orange;
	transition: width .3s;
}
.child-sortbar .nav-pills > li:hover::after {
	width: 100%;
	//transition: width .3s;
}
 .archive .child-sortbar{
	margin-left: 15px;
}
.archive .child-sortbar a{
	padding: 8px 0px;
	font-size: 17px;
}
.archive .list-inline li{
	width: 100%;
}
 /* ==========================================================
 ! 15. Sidebar And Widgets
 ========================================================== */ 
 .sidebar{
	margin-top: 15px;
}
 .sidebar .widget {
	width: 100%;
	padding: 0px 10px 0px 10px;
	display: inline-block;
}
 .widget .title {
	text-align: left;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}
.widget .title h4 {
	position: relative;
	z-index: 1;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 0px;
	border-bottom: 3px solid orange;
	margin-top: 0px;
	margin-bottom: 0px;
}
.widget .title h4:hover{
	border-bottom: 3px solid #f2781e;
	color:orange;
}
 .widget.widget-post-box ul li a {
	display: inline-block;
}
.widget.widget-post-box ul li a::before {
	display:none;
}
 #wp-calendar {
	width:100%;
	font-size:12px;
	font-weight:300;
	border-collapse:separate;
	border-spacing:8px;
	margin-left:-2px;
}
#wp-calendarcaption {
	display:none;
}
#wp-calendar tbodytd {
	margin-bottom:10px;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:1px solid #f4f4f4;
	padding:6px;
}
#wp-calendar tbody td:hover {
	border-color:#e2e2e2;
}
#wp-calendar tbodytd.pad {
	border:0;
}
#wp-calendar tbodytd#today {
	color:#47C2DC;
	border-color:#47C2DC;
}
#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#nexta {
	color:#888;
	font-size:12px;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
	bottom:-9px;
	margin-bottom:1px;
}
#wp-calendar tfoottd#prev {
	text-align:left;
}
#wp-calendar tfoottd#next {
	text-align:right;
}
#wp-calendar theadth {
	font-size:13px;
	font-weight:400;
	color:#888;
	text-align:center;
	padding-bottom:10px;
}
#wp-calendar tbody tda,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
	color:#47C2DC;
}
 .widget-tabs .nav-pills > li {
	margin-right: 5px;
}
 .widget-tabs .nav-pills > li > a {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
}
 .widget-tabs .nav-pills > li.active > a, .widget-tabs .nav-pills > li.active > a:focus,.widget-tabs .nav-pills > li.active > a:hover {
	color: #e0560b;
	background-color: #5550;
	font-size: 17px;
	border-bottom: 3px solid orange;
}
 .widget .widget-cat {
	width: 90%;
	font-size: 16px;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 .widget .widget-cat .cat {
	display: block;
	width: 100%;
}
 .widget .widget-cat .cat a span {
	float: right;
}
 .widget .widget-cat .cat a {
	color: #505050;
	font-weight: 400;
	display: block;
	line-height: 2;
}
 .widget .widget-cat .cat a::before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
 .widget.widget_search input{
	color: #111111;
	height: 50px;
	border: 1px solid #e1e1e1;
	line-height: 48px;
	padding: 0 60px 0 15px;
}
 .widget.widget_search .searchform [type="submit"] {
	width: 60px;
	height: 50px;
	border: 1px solid transparent;
	line-height: 48px;
	color: #111111;
	position: absolute;
	right: 0;
	top: 0;
}
 .widget .searchform {
	width:100%;
	float:left;
	position:relative;
}
 .widget ul {
	width: 90%;
	font-size: 16px;
	list-style: none;
	list-style-type: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 .widget ul li {
	display: block;
	width: 100%;
}
 .widget ul li a {
	color: #555;
	font-weight: 400;
	display: block;
	line-height: 1.5;
}
 .widget ul li a::before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
 .widget-contact-us li {
	line-height: 2;
}
 .widget .tags {
	margin:-5px;
	float:left;
	width:calc(100% + 10px);
}
 .widget .tags .tag {
	display:inline-block;
	color:#505050;
	height:35px;
	line-height:33px;
	border:1px solid #e1e1e1;
	border-radius:17px;
	padding:0 17px;
	float:left;
	margin:5px;
}
 .widget .tags .tag:hover {
	color:#ffffff;
	background-color:orange;
	border-color: #de7e4b;
}
 .widget-contact-us ul{
	padding: 0px ;
	list-style: none;
}
.widget-contact-us .fa{
	color: orange;
}
 .tagcloud {
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline-block;
}
.tagcloud a {
	font-size: 14px !important;
	padding: 5px 15px 5px 10px;
	float: left;
	margin-right: 5px;
	color: white !important;
}
 .tagcloud a:hover {
	background: rgba(248, 220, 70, 0.51);
	color: #5ebdc7;
}
 /* ==========================================================
 ! 16. Footer
 ========================================================== */
 footer {
	background: #000;
	padding: 20px 0px 10px 7px;
	color: white;
	font-size: 16px;
}
 footer a{
	color: #eee;
}
 .top-footer {
	background: rgb(5, 0, 0);
	background-image: url("./img/top-footer.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: inherit;
	background-size: cover;
	padding: 40px 0px 35px 0px;
	color: white;
	font-size: 15px;
}
 .top-footer a{
	color: orange !important;
}
 .top-footer ul.social-links {
	text-align: left;
}
 .top-footer aside.widget {
	width: 30.333%;
	float: left;
	padding: 10px;
}
 @media (max-width: 950px) {
	.top-footer aside.widget {
	width: 50%;
}
 }
@media (max-width: 550px) {
	.top-footer aside.widget {
	width: 100%;
}
 }
 .top-footer .post-item{
	background: transparent;
}
 /* ==========================================================
 ! 17.Review
 ========================================================== */ 
 .rating {
	height: 14px;
	background: url(./img/rating/stars.png);
	background-position: 0 -14px;
	background-repeat: repeat-x;
}
.rating-wrap {
	width: 56px;
	height: 56px;
	background-color: rgba(5, 5, 5, 0.65);
	border-radius: 50%;
	text-align: center;
	z-index: 8;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) ;
	-moz-transform: translate(-50%, -50%) ;
	-ms-transform: translate(-50%, -50%) ;
	-o-transform: translate(-50%, -50%) ;
	transform: translate(-50%, -50%) ;
}
 .mainbox-content .thumbnail-img:hover .rating-wrap {
	opacity: 0;
}
.mainbox-content .rating-wrap {
	background-color: rgba(4, 14, 13, 0.60);
}
.rating-canvas {
	position: absolute;
	top: 0;
	left: 0;
}
 .rating-wrap span {
	font-family: "Archivo Narrow";
	font-weight: 700;
	font-style: normal;
}
.rating-wrap span {
	display: block;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
}
 .single-review{
	padding: 15px;
}
.single-review .rating-wrap {
	position: relative;
	top: 0px;
	left: 0%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	margin: 0px auto;
}
.progress-bars{
	margin-top: 20px;
}
.single-review .wpars_rating {
	position: relative;
}
.positive{
	color: green !important;
}
.Things{
	font-size: 16px;
	color: #d13030;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #aaa;
}
 /* ==========================================================
 ! 18.Single
 ========================================================== */ 
 .single .slick-dots {
	display: inline-block !important;
	text-align: center;
	width: 100%;
	display: none !important;
}
 .single .slick-arrow .fa {
	font-size: 1.5em;
}
 @media (max-width: 1920px) {
	.single .article-carousel .article-image {
	height: 400px;
}
}
 @media (max-width: 980px) {
	.single .article-carousel .article-image {
	height: 350px;
}
 }
 @media (max-width: 768px) {
	.single .article-carousel .article-image {
	height: 300px;
}
 }
 .single-top-img {
	padding: 25px;
	display: block;
	text-align: center;
	min-height: 250px;
	overflow: hidden;
	background: #333;
	background-image: url('./img/single-top-img.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: repeat;
}
 .single-top-img h5 {
	color: #fff;
	background: rgba(0, 14, 23, 0.6);
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	margin-top: 0px;
}
.single-top-img h5 a{
	color: orange;
}
 .single-content{
	padding: 20px 0px 20px 0px;
	font-size: 16px;
}  
.single-content img{
	width: auto
} 
.single-content a{
	color: orange;
}
 .single-title{
	margin-top: 0px;
	margin-bottom: 10px;
}
 .single-img {
	overflow: hidden;
}
 .single-img img{
	transform:scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform:scale(1);
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
 .single-img img:hover{
	transform:scale(1.03) ;
	-webkit-transform:scale(1.03) ;
	-moz-transform:scale(1.03) ;
	-o-transform: scale(1.03) ;
	-ms-transform:scale(1.03) ;
	-webkit-transition: .2s all ease-in-out .1s;
	-moz-transition: .2s all ease-in-out .1s;
	-ms-transition: .2s all ease-in-out .1s;
	-o-transition: .2s all ease-in-out .1s;
	transition: .2s all ease-in-out .1s;
}
 .single-meta span{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #555;
}
 .single-meta .fa {
	font-size: 22px;
}
 .single-content blockquote {
	border-color:#e8e8e8 #e8e8e8 #e8e8e8 orange;
	border-style:solid;
	border-width:1px 1px 1px 5px;
	position:relative;
	font-weight:500;
	font-size:1.6rem;
	color:#111111;
	padding:30px 60px 30px 75px;
	margin-bottom:25px;
	background-color:#f7f7f7;
}
.single-content blockquote:before {
	position:absolute;
	content:"\f10d";
	font-family:"FontAwesome";
	font-size:2.4rem;
	top:35px;
	left:35px;
	line-height:100%;
	color:orange;
}
 .single-movie{
	display: inline-block;
	background: #03202a;
	width: 100%;
	padding-bottom: 10px;
}
 .single-warp{
	padding: 15px;
}
 .movie-title {
	display: inline-block;
	font-weight: 700;
	line-height: 110%;
	margin: 0px;
	color: white;
	padding: 18px;
}
.single-movie .rate-bar {
	position: absolute;
	background: rgba(8, 8, 8, 0);
	color: #eee;
	padding: 8px;
	text-align: center;
	display: inline-block;
	right: 20px;
	top: 20px;
}
.movie-meta {
	color: silver;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 5px 0px 20px 15px;
}
 .movie-trailer{
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
 .movie-trailer .thumb-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
}
 .movie-trailer .thumb-hover .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.play-video {
	height: 60px;
	width: 60px;
	display: inline-block;
	background-color: orange;
	text-align: center;
	cursor: pointer;
	line-height: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
	font-size: 2.2rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 .play-video i {
	color: #ffffff;
	margin-left: 5px;
	line-height: inherit;
}
 .play-video:hover {
	-webkit-box-shadow: 0 0 0 10px #eb1436;
	box-shadow: 0 0 0 10px #eb1436;
}
 .movie-trailer img{
	min-height: 320px;
}
 .movie-img img{
	max-height: 320px;
}
 .movie-img img:hover {
	opacity: .8;
}
 .single-movie-main {
	color: white;
}
 .single-movie .movie-trailer{
	margin-top: 0px;
	padding-right: 15px;
}
 .single-movie .movie-trailer .thumb-hover {
	right: 15px;
}
.single-movie-main .desc li {
	font-size: 16px;
}
.single-movie-main ul{
	padding: 5px 0px 0px 0px;
}
 .single-movie-main .desc2 li{
	display: inline-block;
	padding: 10px 5px 5px 5px;
	font-size: 16px;
}
 .single-movie-main span {
	color: orange;
}
 .single-footer {
	float:left;
	clear:both;
	width:100%;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-top:40px;
	padding:12px 0;
}
.single-footer label {
	font-size:1.5rem;
	margin-bottom:0;
	font-weight:500;
	color:#111111;
	display:inline-block;
}
.news-share {
	float:left;
	width:100%;
}
.news-share .share-social {
	display:inline-block;
}
.news-share .share-social a {
	margin:0 8px;
	display:inline-block;
	font-size:1.5rem;
}
.news-share .share-social a .fa-facebook {
	color:#3b5999;
}
.news-share .share-social a .fa-twitter {
	color:#55acee;
}
.news-share .share-social a .fa-google-plus {
	color:#dd4b39;
}
.news-share .share-social a .fa-pinterest {
	color:#bd081c;
}
.news-tag {
	text-align:right;
}
.news-tag a {
	font-size:1.5rem;
	color: orange;
}
 .single-meta {
	padding: 15px 0px 10px 0px;
}
.single-tags a:first-child {
	background: orange;
	color: #fff;
}
 .single-tags a {
	background: #eee;
	padding: 5px 10px;
	margin-right: 5px;
	color: #555;
}
 .single-tags {
	padding: 15px 20px 10px 20px;
	width: 100%;
}
/* ==========================================================
! 19.Post Share
========================================================== */ 
.share {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 10px;
}
 .share li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	padding: 5px;
	background: #eee;
}
.share li i::before {
	font-size: 30px;
	color: #333;
}
.share li i:hover::before{
	color: orange;
}
.share li a{
	float: left;
}
.share .modal {
	margin-top: 3%;
}
.share .modal-title{
	color: orange;
}
/* ==========================================================
! 20.Post Related
========================================================== */
.related{
	width: 48%;
	float: left;
	margin: 5px;
}
.related-warp{
	font-size: 16px;
	padding: 20px;
	overflow: hidden;
	float: left;
	width: 100%;
}
.related h5 a{
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
}
 /* ==========================================================
 ! 21.Comments
 ========================================================== */
 .comments-title {
	float: left;
	padding: 5px 0px;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}
.comments-title i {
	vertical-align: bottom;
}
 #comments {
	font-size: 16px;
	padding: 20px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.comments-template {
	width: 100%;
	height: 200px;
	overflow: hidden;
	float: left;
}
#comments li, #comments dd {
	margin-bottom: 6px;
}
.number-comm {
	margin-bottom: 5px;
}
.number-comm {
	font-size: 16px;
	padding-bottom: 10px;
}
.number-comm a {
	text-decoration: none;
	color: #6b6d6d;
}
.comments-template {
	width : 600px;
	height : auto;
	margin : 0 5px 0 0;
	display : table;
	padding-left : 5px;
	padding-right : 0;
	float : right;
}
#commentform input {
	border-radius: 0px;
	background: #fff;
	border: 1px solid #eee;
	color: RGB(63, 63, 63);
	font-size: 13px;
	padding: 5px;
	width: 100%;
}
#commentform small {
	font-size: 12px;
	padding-left: 10px;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
ol.commentlist li {
	margin: 0 0 10px;
	padding: 20px;
	float: left;
	width: 100%;
	position: relative;
}
ol.commentlist li div.comment-author {
	padding: 0 170px 0 0;
}
ol.commentlist li div.vcard {
	font-size: 15px;
	padding: 5px 0;
}
ol.commentlist li div.vcard cite.fn {
	font-weight: bold;
	margin-left: 60px;
	font-size: 15px;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #00aeef;
	text-decoration: none;
	font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color: #00aeef;
}
div.vcard img.avatar {
	border: 1px solid #C9C9C9;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 74px;
}
.comment-meta {
	margin-left: 60px;
}
ol.commentlist li div.comment-meta {
	left: 20px;
	text-align: left;
	margin-bottom: 15px;
}
ol.commentlist li div.comment-meta a {
	text-decoration: none;
	font-size: 12px;
	color: #888;
}
ol.commentlist li p {
	line-height: 1.6em;
	font-size: 13px;
	color: #666;
}
ol.commentlist li p a {
	color: #0083DB;
}
ol.commentlist li p a:hover {
	color: #D66901;
}
ol.commentlist li ul {
	list-style: square;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}
#reply-title {
	float: left;
	width: 100%;
}
ol.commentlist a.comment-reply-link {
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}
#cancel-comment-reply {
	padding: 10px 0 0;
}
ol.commentlist li div.reply {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	text-align: center;
	width: 50px;
}
ol.commentlist li ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 .25em;
}
ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 .25em;
}
ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 .25em;
}
ol.commentlist li.even {
	border: 1px solid #f5f6f7;
}
#commentform p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 400;
}
#commentform p label {
	font-weight: 400;
}
ol.commentlist li.odd {
	background: none repeat scroll 0 0 #f6f6f6;
	border: 1px solid #f5f6f7;
}
ol.commentlist li.pingback div.vcard {
	padding: 0 170px 0 0;
}
.comments input#submit {
	background: none repeat scroll 0 0 orange;
	border: 1px solid #f5f6f7;
	color: #FFF;
	font-size: 16px;
	line-height: 25px;
	padding: 3px 20px;
	width: auto;
}
#commentform textarea {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	background: #fff;
	border: 1px solid #eee;
	color: RGB(63, 63, 63);
	font-size: 13px;
	width: 100%;
}
#comment blockquote p {
	font-size: 25px;
}
.comment-body li {
	margin: 0px !important;
	padding: 0px !important;
	float: none !important;
}
.comment-body ul, .comment-body ol {
	margin-left: 40px !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
	float: none;
}
.comment-body ul ul, .comment-body ol ol {
	margin-bottom: 0px !important;
	padding: 0 !important;
}
@media (max-width:500px) {
	ol.commentlist li {
	padding: 10px !important;
}
}
 /* ========================================================== 
 ! 22. Social links 
 ========================================================== */ 
 ul.social-links {
	display: block;
	list-style: none;
	margin: 25px 0 5px;
	padding: 0;
	text-align: center;
}
ul.social-links li {
	width: auto !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.widget ul.social-links li a::before {
	display: none;
}
ul.social-links li a {
	display: inline-block;
	margin: 0 1px;
	width: 32px;
	height: 32px;
	color: orange;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius: 50%;
}
ul.social-links li a:hover {
	color: #fff;
	background-color: #ff724c;
	border-color: transparent;
}
ul.social-links li a i {
	font-size: 16px;
	line-height: 32px;
}
ul.social-links li:last-child a {
	margin-right: 0;
}
 /* ========================================================== 
 ! 23. Page Navigation
 ========================================================== */
 #pagination ul{
	padding: 0px;
}
.navigation {
	display: inline;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.pagination {
	margin-top: 5px;
}
.navigation .page-numbers {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	color: #27ae60;
	display: block;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.navigation a.page-numbers {
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navigation a.page-numbers:hover {
	background-color: #2ecc71;
	color: #fff;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navigation .current {
	background-color: #ccc;
	border: 1px solid #f0f0f0;
	color: #fff;
	padding: 10px;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #FFF;
	padding: 7px 15px;
	border: 1px solid #f0f0f0;
	color: #000;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
}
.navigation li a:hover {
	background-color: #DDE4E0;
	color: #483939;
	transition: all 0.3s ease 0s;
}
.navigation li.active a {
	color: red;
	transition: all 0.3s ease 0s;
}
 .wp-link-pages {
	margin: 25px 0px 25px 20px;
	padding-top: 5px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}
.wp-link-pages a li {
	color: #000;
}
.wp-link-pages ul {
	padding: 0px;
}
.wp-link-pages li {
	color: orange;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
}
.wp-link-pages li:hover {
	background-color: #EEF3E5;
}
/* ========================================================== 
! 24. Breadcrumbs
 ========================================================== */ 
 #breadcrumb {
	float: left;
	width: 100%;
}
#breadcrumbs {
	padding: 0px;
}
#breadcrumbs li {
	display: inline-block;
	margin-right: 5px;
	color: white;
}
#breadcrumbs li a {
	color: orange;
	font-weight: 700;
}
#breadcrumbs li a:hover {
	color: rgb(25, 163, 200);
}
#breadcrumbs i::before {
	display: inline-block;
	font-family: dashicons;
	content: "\f345";
	vertical-align: middle;
	font-style: normal;
	color: white;
}
 /* ========================================================== 
 ! 25. Tv Show Time 
 ========================================================== */
 .wtable {
	height:auto;
	text-align: center;
}
.wtable h3 {
	color: #555;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 3px solid orange;
	display: inline-block;
}
 .wtable .tab-content {
	width: 100%;
	height: auto;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	background-color:#fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
 .wtable .item {
	width:14.28%;
	height:auto;
	margin-left: 0px;
	background-color:#333333;
	float:left;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	cursor:pointer;
	overflow:hidden;
}
.wtable .nav-pills li.active {
	background-color:orange;
}
 .wtable .nav-pills a {
	color:#fff;
}
.wtable .nav-pills > li.active > a,.wtable .nav-pills > li.active > a:focus,.wtable .nav-pills > li.active > a:hover {
	background-color: transparent;
}
.wtable .nav-pills > li > a:focus, .wtable .nav-pills > li > a:hover {
	background-color: #e0560b;
}
.wtable .tv-item {
	width: 97%;
	border: 1px solid #eee;
	background: url(./img/shdow.png) repeat-x top left;
	float: left;
	margin: 5px 0px 10px 10px;
	padding: 10px;
	overflow: hidden;
}
.wtable .tv-item a,.wtable .tv-item span{
	color:#555;
	line-height: 2.3;
}
.wtable .cover {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
}
.wtable .tv-time {
	float: right;
}
 /* ========================================================== 
 ! 26. Woocommerce Box 
 ========================================================== */
 .woocommerce-box {
	text-align: center;
}
.woocommerce-box .woocommerce-box-title {
	color: #555;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 3px solid orange;
	display: inline-block;
}
 .woocommerce-box .nav-pills li.active {
	background-color:orange;
}
.woocommerce-box  .woocommerce ul.products li.product {
    margin-bottom: 0px;
}
 .woocommerce-box .nav-pills a {
	color:#fff;
}
.woocommerce-box .nav-pills > li.active > a,.woocommerce-box .nav-pills > li.active > a:focus,.woocommerce-box .nav-pills > li.active > a:hover {
	background-color: transparent;
}
.woocommerce-box .nav-pills > li > a:focus, .woocommerce-box .nav-pills > li > a:hover {
	background-color: #e0560b;
}
.woocommerce-box .item {
	height:auto;
	margin-left: 0px;
	background-color:#333333;
	float:left;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	cursor:pointer;
	overflow:hidden;
}
.woocommerce-box .nav-pills li.active {
	background-color: orange;
}
.woocommerce-box .item {
	height: auto;
	margin-left: 0px;
	background-color: #333333;
	float: left;
	font-family: tahoma;
	font-size: 10pt;
	color: #ffffff;
	cursor: pointer;
	overflow: hidden;
}
.woocommerce-box .tab-content {
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding: 10px;
	position: relative;
	text-align: left;
}
.woocommerce-box  .woocommerce-loop-product__title {
	color: #555;
}
.woocommerce-box .woocommerce ul.products {
    padding: 5px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
.related.products {
	width: 100%;
}
.woocommerces-warp{
	margin-top: 15px;
}
.sidenav-woocommerces .widget ul li a::before {
	display:none;
}
.sidenav-woocommerces .widget .title-wrapper {
	position: relative;
	z-index: 1;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 0px;
	border-bottom: 3px solid orange;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidenav-woocommerces aside {
	margin-bottom: 15px;
}
.sidenav-woocommerces .widget-title {
	margin-bottom: 10px;
}
/* ========================================================== 
! 27. Wordpress Core 
========================================================== */ 
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	max-width: 96%;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
 .gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}
.gallery-item img {
	width: auto;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%}
.gallery-columns-3 .gallery-item {
	width: 33.3333%}
.gallery-columns-4 .gallery-item {
	width: 25%}
.gallery-columns-5 .gallery-item {
	width: 20%}
.gallery-columns-6 .gallery-item {
	width: 16.6667%}
.gallery-columns-7 .gallery-item {
	width: 14.2857%}
.gallery-columns-8 .gallery-item {
	width: 12.5%}
.gallery-columns-9 .gallery-item {
	width: 11.1111%}
.error404 .post{
	width:100%;
	padding:0px;
	margin:0px;
}
.sorry-404 img{
	width: 20%;
}
 /* ==========================================================
 ! 28. Tables
 ========================================================== */ 
 #employees {
	width: 100%;
	border-collapse: collapse;
}
#employees td, #runners th {
	border: 1px solid #28647f;
	padding: 3px 7px 2px 7px;
}
#employees th {
	font-size: 1.2em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #26394c;
	color: #FFFFFF;
}
#employees tr.alt td {
	color: #000;
	background-color: #d3e5f2;
}