/* ============= Table Of Contents ============

/* * 1 - Transition
* 2 - Global Styles
* 3 - Owl carousel Settings
* 4 - Banner Section
* 5 - Top Videos
* 6 - Video Contents
* 7 - Recent Videos
* 8 - Parallax Section
* 9 - Latest Posts
* 10 - Weekly Top
* 11 - Home Page 02
*      11.1 - Trending Titles
*      11.2 - Play List
*      11.3 - Latest and Viral Videos Slider
* 12 - Home Page 03
* 13 - Home Page 06
*      13.1 - Latest Video Slider 02
*      13.2 - Viral Video Slider 02
*      13.3 - Most Viewed Slider
*      13.4 - Most Liked Slider
*      13.5 - Exclusive Videos
*      13.6 - Staff's Pick
* 14 - Author Related Pages
*      14.1 - Author
*      14.2 - Author Page Contents
* 15 - Tag & Category Page
* 16 - Blog & Video Posts
* 17 - Movie Page Related
* 18 - Contact Page
* 19 - Register, Sign Up & Login Page
* 20 - Sidebar
* 21 - Widgets
* 22 - Footer 
============================================= */

/* 1 ------ Transition ------ */
.transition {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/* 2 ---------- Global Styles ---------- */
a {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d4d4d;
	font-family: 'Poppins';
	font-weight: 700;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 13px;
}
.entry-header .entry-title {
	margin-top: 0;
}
iframe {
	border: none;
	box-shadow: none;
	height: auto;
	max-width: 350px;
	width: 350px;
}
p, li, dd, .description, address, td, th, th a {
	color: #78909c;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 25px;
}
.overlay {
	background: rgba(59, 62, 82, 0.25);
	height: 100%;
	width: 100%;
}
.section-padding {
	padding: 90px 0;
}
.section-padding.top{
	padding: 90px 0;
}
.section-title {
	color: #455a64;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.68;
	margin: -7px 0 45px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.section-title .first-word {
	color: #d50000;
}
.section-title:before,
.section-title:after {
	content: '';
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.section-title:before {
	background: #cfd8dc;
	width: 100%;
}
.section-title:after {
	background: #d50000;
	width: 15%;
}
.section-title a {
	color: #90a4ae;
}
.widget-title,
.widgettitle {
	color: #455a64;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 32px;
	margin: -10px 0 30px;
	position: relative;
	text-transform: uppercase;
}
.widget-title .first-word,
.widgettitle .first-word {
	color: #d50000;
}
.widget-title:before,
.widget-title:after,
.widgettitle:before,
.widgettitle:after {
	content: '';
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.widget-title:before,
.widgettitle:before {
	background: #cfd8dc;
	width: 100%;
}
.widget-title:after,
.widgettitle:after {
	background: #d50000;
	width: 15%;
}
.btn {
	color: #d50000;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	margin: 10px 0 0;
	padding: 0;
	text-decoration: underline;
}
.btn.read-more {
	background: #353641;
	border: none;
	border-radius: 0;
	color: #b0bec5;
	display: inline-block;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 60px;
	padding: 0 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn.read-more:hover {
	background: #b0bec5;
	color: #353641;
}
.follow-btn,
.followed-btn {
	border-radius: 0;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
	padding: 0 11.5px;
	text-transform: uppercase;
	text-decoration: none;
}
.follow-btn {
	background: #d50000;
	color: #fff;
}
.follow-btn:hover {
	color: #fff;
}
.followed-btn {
	background: #cfd8dc;
	color: #455a64;
}
input:focus,
button:focus {
	outline: 0;
}
.background-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
article:hover .play-video {
	opacity: 1;
}
.entry-thumbnail {
	overflow: hidden;
	position: relative;
}
.entry-thumbnail .play-video {
	color: #fff;
	font-size: 45px;
	opacity: .65;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.entry-thumbnail img {
	/* height: 100%; */
	width: 130%!important;
	max-width: none;
	margin-top: 0!important;
	margin-left: -15%;
}
.entry-meta {
	color: #90a4ae;
	font-family: 'Roboto';
	font-size: 13px;
}
.entry-meta span {
	margin-right: 8px;
}
.entry-meta span.author {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 8px 0 8px;
}
.entry-meta span a {
	color: #90a4ae;
}
.entry-meta span a:hover {
	color: #90a4ae;
}
.entry-meta span i {
	margin-right: 0;
}
.entry-meta span span {
	margin: 0;
}
.entry-meta span:last-child {
	margin-right: 0;
}
.category-name {
	color: #d50000;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.category-name a {
	color: #d50000;
}
.right-panel article {
	min-height: inherit !important;
}
.play-list {
	margin-bottom: 90px;
}
/* 3 ----------- Owl carousel Settings ------------ */
.owl-nav {
	display: block !important;
	font-size: 0;
	position: absolute;
	top: -75px;
	right: 0;
	width: 40px;
	text-align: right;
}
.owl-nav div[class*="owl-"] {
	display: inline-block;
	position: relative;
	width: 19px;
}
.owl-nav div[class*="owl-"]:before {
	font-family: 'FontAwesome';
	color: #90a4ae;
	font-size: 20px;
}
.owl-nav div[class*="owl-"]:hover:before {
	color: #d50000;
}
.owl-nav .owl-prev:before {
	content: "\f104";
}
.owl-nav .owl-next:before {
	content: "\f105";
}
/* 4 ------ Banner Section ------ */
.banner-section {
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.banner-section .banner-contents {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.banner-section .banner-contents .play-video {
	border-radius: 50%;
	display: inline-block;
	color: #d50000;
	font-size: 50px;
	height: 150px;
	line-height: 158px;
	width: 150px;
	position: relative;
	z-index: 0;
	transition: all 0.45s ease;
}
.banner-section .banner-contents .play-video:before,
.banner-section .banner-contents .play-video:after {
	content: '';
	border-radius: 50%;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-section .banner-contents .play-video:before {
	background: #fff;
	z-index: -1;
}
.banner-section .banner-contents .play-video:after {
	background: #d50000;
	z-index: -2;
	transform: scale(0);
}
.banner-section .banner-contents .play-video:hover:before {
	z-index: -2;
}
.banner-section .banner-contents .play-video:hover:after {
	z-index: -1;
	transform: scale(1);
}
.banner-section .banner-contents .play-video:hover {
	color: #fff !important;
}
.banner-section .banner-contents .title {
	color: #fff;
	font-family: 'Arizonia';
	font-size: 33px;
	margin-bottom: 5px;
}
.banner-section .banner-contents .banner-title {
	color: #fff;
	font-size: 45px;
	margin: 0;
	text-transform: uppercase;
}
.banner-section .banner-contents .banner-sub-title {
	color: #fff;
	font-size: 33px;
	margin: 0;
	text-transform: uppercase;
}
.banner-section.banner-posts {
	display: inline-block;
	float: left;
	height: initial;
	width: 100%;
}
.banner-section.banner-posts div[class*="col-"] {
	padding: 0;
}
.banner-section.banner-posts div[class*="col-"] article {
	min-height: inherit !important;
}
.banner-section.banner-posts .col-md-6 .entry-thumbnail {
	max-height: 792px;
	max-width: 148% !important;
}
.banner-section.banner-posts .col-md-6 .col-sm-6 .entry-thumbnail {
	max-height: 396px;
	max-width: 140% !important;
}
.banner-section.banner-posts article {
	position: relative;
}
.banner-section.banner-posts article .category {
	color: #cfd8dc;
	display: block;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.banner-section.banner-posts article .entry-content span a {
	display: inline-block;
	margin-right: 5px;
}
.banner-section.banner-posts article .entry-content span a:last-child {
	margin-right: 0;
}
.banner-section.banner-posts article .entry-content {
	background: rgba(71, 71, 71, 0.35);
	background: linear-gradient(to bottom, rgba(71, 71, 71, 0.1) 0%, rgba(43, 43, 43, 0.35) 20%, rgba(19, 19, 19, 0.4) 40%, rgba(0, 0, 0, 0.45) 65%, rgba(28, 28, 28, 0.65) 100%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#595959', GradientType=0);
	bottom: 0;
	left: 0;
	padding: 5% 6% 7%;
	position: absolute;
	width: 100%;
}
.banner-section.banner-posts article .entry-content .entry-title {
	color: #eceff1;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
.banner-section.banner-posts article .entry-content .entry-title a {
	color: #eceff1;
}
.banner-section.banner-posts.banner-posts-02 {
	background: #eceff1;
	padding: 75px 40px;
}
.banner-section.banner-posts.banner-posts-02 div[class*="col-"] {
	padding: 0 20px;
}
.banner-section.banner-posts.banner-posts-02 div[class*="col-md-6"] {
	padding: 0 22.5px;
}
.banner-section.banner-posts.banner-posts-02 .col-sm-3 .entry-thumbnail {
	max-height: 346px;
}
.banner-section.banner-posts.banner-posts-02 .col-sm-6 .entry-thumbnail {
	max-height: 722px;
}
.banner-section.banner-posts.banner-posts-02 article {
	margin-bottom: 30px;
	min-height: inherit !important;
}
.banner-section.banner-posts.banner-posts-02 article:last-child {
	margin-bottom: 0;
}
.banner-section.banner-posts.banner-posts-02 article .entry-content {
	padding: 5% 6% 6%;
}
.banner-section.banner-slider {
	background: #eceff1;
	height: inherit;
}
.banner-section.banner-slider .owl-item .item {
	overflow: hidden;
	max-height: 755px;
}
.banner-section.banner-slider .owl-item .item img {
	width: 135% !important;
	max-width: none;
}
.banner-section.banner-slider .owl-item .overlay {
	background: rgba(59, 62, 82, 0.5);
	left: 0;
	top: 0;
	position: absolute;
}
.banner-section.banner-slider .owl-item .banner-contents {
	padding: 0 5%;
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-section.banner-slider .owl-item .banner-contents .banner-sub-title {
	font-size: 28px;
	margin-top: 15px;
}
.banner-section.banner-slider .owl-item.active.center .overlay {
	background: rgba(59, 62, 82, 0.3);
}
.banner-section.banner-slider .owl-item.active.center .banner-contents {
	opacity: 1;
}
.banner-section.banner-slider .owl-nav {
	width: 100%;
	top: 50%;
	margin-top: -20px;
}
.banner-section.banner-slider .owl-nav div[class*="owl-"] {
	position: absolute;
}
.banner-section.banner-slider .owl-nav div[class*="owl-"]:before {
	color: #cfd8dc;
	font-size: 40px;
}
.banner-section.banner-slider .owl-nav .owl-prev {
	left: 10%;
}
.banner-section.banner-slider .owl-nav .owl-next {
	right: 10%;
}
.banner-section.slider-bottom {
	height: inherit;
}
.banner-section.slider-bottom .section-padding {
	padding: 75px 0 0;
}
.banner-section.slider-bottom .bottom-slider-area {
	height: 100%;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents {
	height: 84vh;
	left: 0;
	position: relative;
	transform: none;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .play-btn {
	left: 50%;
	top: 31.5%;
	position: absolute;
	transform: translate(-50%, 0);
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .slider-area {
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5%;
	position: absolute;
	background: rgba(0,0,0,.5);
}
.top-videos .video-slider .entry-meta span a,
.top-videos .video-slider .entry-meta span,
.top-videos .video-slider .entry-meta,
.banner-section.banner-posts .entry-meta span a,
.banner-section.banner-posts .entry-meta,
.banner-section.slider-bottom .bottom-slider .entry-meta span a,
.banner-section.slider-bottom .bottom-slider .entry-meta{
	color:#D0DEE4;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .bottom-slider .owl-item {
	opacity: .5;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .bottom-slider .owl-item article {
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .bottom-slider .owl-item article .entry-title {
	color: #eceff1;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .bottom-slider .owl-item article .entry-title a {
	color: #eceff1;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .bottom-slider .owl-item.active {
	opacity: 1;
}
.banner-section.slider-bottom .bottom-slider-area .banner-contents .bottom-slider .owl-nav {
	display: none !important;
}
.banner-section.banner-slider-02 {
	height: inherit;
}
.banner-section.banner-slider-02 .section-padding {
	padding-bottom: 0;
}
.banner-section.banner-slider-02 .banner-slider .item {
	position: relative;
	text-align: center;
}
.banner-section.banner-slider-02 .banner-slider .item .overlay {
	background: rgba(59, 62, 82, 0.25);
}
.banner-section.banner-slider-02 .banner-slider .item .entry-thumbnail {
	max-height: 780px;
}
.banner-section.banner-slider-02 .banner-slider .play-video {
	border-radius: 50%;
	display: inline-block;
	color: #d50000;
	font-size: 50px;
	height: 150px;
	line-height: 158px;
	width: 150px;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	opacity: 1;
	position: absolute;
	z-index: 0;
	transition: all 0.45s ease;
}
.banner-section.banner-slider-02 .banner-slider .play-video:before,
.banner-section.banner-slider-02 .banner-slider .play-video:after {
	content: '';
	border-radius: 50%;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.banner-section.banner-slider-02 .banner-slider .play-video:before {
	background: #fff;
	z-index: -1;
}
.banner-section.banner-slider-02 .banner-slider .play-video:after {
	background: #d50000;
	z-index: -2;
	transform: scale(0);
}
.banner-section.banner-slider-02 .banner-slider .play-video:hover:before {
	z-index: -2;
}
.banner-section.banner-slider-02 .banner-slider .play-video:hover:after {
	z-index: -1;
	transform: scale(1);
}
.banner-section.banner-slider-02 .banner-slider .play-video:hover {
	color: #fff;
}
.banner-section.banner-slider-02 .banner-slider .play-video a {
	color: #d50000;
}
.banner-section.banner-slider-02 .banner-slider .play-video:hover a {
	color: #fff;
}
.banner-section.banner-slider-02 .banner-slider .owl-nav {
	left: 0;
	right: inherit;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	width: 100%;
}
.banner-section.banner-slider-02 .banner-slider .owl-nav div[class*="owl-"] {
	position: absolute;
}
.banner-section.banner-slider-02 .banner-slider .owl-nav div[class*="owl-"]:before {
	font-size: 40px;
}
.banner-section.banner-slider-02 .banner-slider .owl-nav .owl-prev {
	left: -14.5%;
}
.banner-section.banner-slider-02 .banner-slider .owl-nav .owl-next {
	right: -14.5%;
}
.banner-section .banner-slider-03 {
	max-height: 100%;
}
.banner-section .banner-slider-03 article .entry-thumbnail {
	position: relative;
}
.banner-section .banner-slider-03 article .entry-thumbnail .iframe {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	color: #d50000;
	font-size: 50px;
	height: 150px;
	width: 150px;
	line-height: 153px;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -75px;
	position: absolute;
	text-align: center;
}
.banner-section .banner-slider-03 .carousel-control {
	background: none;
	box-shadow: none;
	height: 40px;
	opacity: 0.3;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	width: 160px;
}
.banner-section .banner-slider-03 .carousel-control:hover {
	opacity: 1;
}
.banner-section .banner-slider-03 .carousel-control i {
	font-size: 40px;
}
.banner-section .banner-slider-03 .carousel-control span {
	color: #fff;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	position: absolute;
}
.banner-section .banner-slider-03 .carousel-control.left {
	left: 7%;
}
.banner-section .banner-slider-03 .carousel-control.left i {
	float: left;
}
.banner-section .banner-slider-03 .carousel-control.left span {
	left: 30px;
	text-align: left;
}
.banner-section .banner-slider-03 .carousel-control.right {
	right: 7%;
}
.banner-section .banner-slider-03 .carousel-control.right i {
	float: right;
}
.banner-section .banner-slider-03 .carousel-control.right span {
	right: 30px;
	text-align: right;
}
.banner-section.video-banner {
	height: inherit;
}
.banner-section.video-banner .entry-thumbnail {
	height: 91.5vh;
}
/* 5 ---------- Top Videos ---------- */
.top-videos {
	background: #eceff1;
}
.top-videos .section-title {
	margin-bottom: 60px;
}
.top-videos .video-slider {
	margin-right: 0;
}
.top-videos .video-slider .item {
	position: relative;
}
.top-videos .video-slider .item .play-video {
	right: 30px;
	top: 30px;
}
.top-videos .video-slider .entry-thumbnail {
	height: 280px;
}
.top-videos .video-slider .entry-content {
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	left: 0;
	padding: 10px 25px 10px;
	position: absolute;
	width: 100%;
}
.top-videos .video-slider .entry-content .entry-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 21px;
	margin: 0;
}
.top-videos .video-slider .entry-content .entry-title a {
	color: #eceff1;
}
.top-videos .video-slider .entry-content .entry-meta {
	color: #adbfc7;
}
.top-videos .video-slider .entry-content .entry-meta span {
	color: #adbfc7;
}
.top-videos .video-slider .entry-content .entry-meta span.author {
	color: #adbfc7;
	display: inline-block;
	margin-right: 6px;
}
.top-videos .video-slider .owl-nav {
	top: -90px;
}
.top-videos.top-videos-02 {
	background: none;
}
.top-videos.top-videos-02 .section-padding {
	padding: 116px 0 0;
}
/* 6 --------- Video Contents --------- */
.video-contents,
.top-videos,
.parallax-section.background-bg {
	margin-bottom: 90px;
}
.video-contents .section-padding {
	padding: 0;
}
/* .video-contents:last-child .section-padding {
	padding-bottom: 90px;
} */
.video-contents .entry-thumbnail,
.author-page-contents .entry-thumbnail {
	margin-bottom: 25px;
}
.video-contents .entry-title,
.author-page-contents .entry-title {
	color: #455a64;
	font-weight: 600;
	margin: 0;
}
.video-contents .entry-title a,
.author-page-contents .entry-title a {
	color: #455a64;
}
.video-contents .trending-slider .play-video,
.author-page-contents .trending-slider .play-video,
.video-contents .latest-videos-slider-2 .play-video,
.author-page-contents .latest-videos-slider-2 .play-video,
.video-contents .viral-videos-slider-2 .play-video,
.author-page-contents .viral-videos-slider-2 .play-video,
.video-contents .exclusive-videos-slider .play-video,
.author-page-contents .exclusive-videos-slider .play-video,
.video-contents .upload-videos-slider .play-video,
.author-page-contents .upload-videos-slider .play-video,
.video-contents .category-slider-01 .play-video,
.author-page-contents .category-slider-01 .play-video {
	font-size: 35px;
	bottom: 20px;
	left: 20px;
}
.video-contents .trending-slider .entry-title,
.author-page-contents .trending-slider .entry-title,
.video-contents .latest-videos-slider-2 .entry-title,
.author-page-contents .latest-videos-slider-2 .entry-title,
.video-contents .viral-videos-slider-2 .entry-title,
.author-page-contents .viral-videos-slider-2 .entry-title,
.video-contents .exclusive-videos-slider .entry-title,
.author-page-contents .exclusive-videos-slider .entry-title,
.video-contents .upload-videos-slider .entry-title,
.author-page-contents .upload-videos-slider .entry-title,
.video-contents .category-slider-01 .entry-title,
.author-page-contents .category-slider-01 .entry-title {
	font-size: 14px;
	line-height: 21px;
}
.video-contents .music-video-slider .play-video,
.author-page-contents .music-video-slider .play-video,
.video-contents .latest-videos-slider .play-video,
.author-page-contents .latest-videos-slider .play-video,
.video-contents .viral-videos-slider .play-video,
.author-page-contents .viral-videos-slider .play-video {
	bottom: 17px;
	right: 30px;
}
.video-contents .music-video-slider .entry-title,
.author-page-contents .music-video-slider .entry-title,
.video-contents .latest-videos-slider .entry-title,
.author-page-contents .latest-videos-slider .entry-title,
.video-contents .viral-videos-slider .entry-title,
.author-page-contents .viral-videos-slider .entry-title {
	font-size: 16px;
	line-height: 21px;
}
/* // .trending-slider,
// .recent-videos,
// .music-video-slider,
// .latest-posts,
// .weekly-top,
// .viral-videos-slider {
//   margin-bottom: 90px;
// } */
.trending-slider .entry-thumbnail {
	height: 192px;
}
.music-video-slider .entry-thumbnail {
	height: 260px;
}
.music-video-slider .entry-thumbnail img {
	width: 130% !important;
}
/* 7 ---------- Recent Videos ---------- */
.recent-videos .entry-title a {
	color: #455a64;
}
.recent-videos .left-panel .entry-thumbnail {
	height: 275px;
}
.recent-videos .left-panel .play-video {
	bottom: 30px;
	right: 30px;
}
.recent-videos .left-panel .entry-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
}
.recent-videos .right-panel article {
	display: inline-block;
	margin: 0 0 27px;
	width: 100%;
}
.recent-videos .right-panel article:last-child {
	margin-bottom: 0;
}
.recent-videos .right-panel article .entry-thumbnail {
	float: left;
	height: 100px;
	margin: 0 15px 0 0;
	padding: 0;
	width: 38.5%;
}
.recent-videos .right-panel article .entry-thumbnail .play-video {
	left: 50%;
	top: 50%;
	position: absolute;

	-webkit-transform:  translate(-50%, -50%);
	-moz-transform:  translate(-50%, -50%);
	-ms-transform:  translate(-50%, -50%);
	-o-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
}
.recent-videos .right-panel article .entry-title {
	font-size: 14px;
	line-height: 20px;
	padding-top: 7px;
}
.recent-videos .right-panel article .entry-meta span {
	margin-right: 4px;
}
.recent-videos .right-panel article .entry-meta span span {
	margin-right: 0;
}
.recent-videos.recent-videos-02 .entry-title {
	margin-top: 0;
}
.recent-videos.recent-videos-02 .entry-title a {
	color: #455a64;
}
.recent-videos.recent-videos-02 .left-panel .entry-content {
	margin-top: 25px;
}
.recent-videos.recent-videos-02 .right-panel .entry-title {
	font-size: 13px;
	line-height: 18px;
	margin: 0 !important;
	padding-top: 0 !important;
}
.recent-videos.recent-videos-02 .right-panel article .entry-meta .author {
	margin: 5px 0;
}
/* 8 ---------- Parallax Section --------- */
.parallax-section .overlay {
	background: rgba(59, 62, 82, 0.85);
}
.parallax-section .section-title {
	color: #fff;
}
.parallax-section .section-title .first-word {
	color: #fff;
}
.parallax-section .left-panel .entry-title,
.parallax-section.parallax-section-02 .right-panel .entry-title {
	color: #eceff1;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 600;
}
.parallax-section .left-panel .entry-title a,
.parallax-section.parallax-section-02 .right-panel .entry-title a {
	color: #eceff1;
}
.parallax-section .left-panel .entry-meta,
.parallax-section.parallax-section-02 .right-panel .entry-meta {
	display: inline-block;
	margin-bottom: 12px;
}
.parallax-section .left-panel p,
.parallax-section.parallax-section-02 .right-panel p {
	color: #b0bec5;
	font-family: 'Roboto';
	font-size: 15px;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin: 10px 0 0;
}
.parallax-section .left-panel .entry-thumbnail {
	height: 387px;
}
.parallax-section .left-panel .entry-thumbnail .play-video {
	bottom: 30px;
	left: 30px;
}
.parallax-section .right-panel .entry-thumbnail {
	height: 134px;
}
.parallax-section.parallax-section-02 .right-panel .entry-thumbnail {
	float: none;
	height: 379px;
	max-width: inherit;
	width: 100%;
}
.parallax-section.parallax-section-02 .right-panel .entry-thumbnail .play-video {
	bottom: 22px;
	left: 30px;
	top: inherit;
	margin: 0;
}
.parallax-section.parallax-section-02 .right-panel .entry-content {
	margin-top: 27px;
}
.parallax-section .right-panel article.media,
.parallax-section.parallax-section-02 .left-panel article.media {
	display: inline-block;
	margin: 0 0 28px;
	width: 100%;
}
.parallax-section .right-panel article.media:last-child,
.parallax-section.parallax-section-02 .left-panel article.media:last-child {
	margin: 0;
}
.parallax-section .right-panel .entry-thumbnail,
.parallax-section.parallax-section-02 .left-panel .entry-thumbnail {
	float: left;
	width: 41%;
	margin-right: 20px;
	padding: 0;
}
.parallax-section .right-panel .entry-thumbnail .play-video,
.parallax-section.parallax-section-02 .left-panel .entry-thumbnail .play-video {
	top: 50%;
	left: 50%;
	margin-left: -19px;
	margin-top: -22.5px;
	position: absolute;
}
.parallax-section .right-panel .entry-title,
.parallax-section.parallax-section-02 .left-panel .entry-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin: 6px 0 0;
}
.parallax-section .right-panel .entry-title a,
.parallax-section.parallax-section-02 .left-panel .entry-title a {
	color: #eceff1;
}
.parallax-section.parallax-section-02 .col-md-5 {
	padding-right: 0;
}
.parallax-section.parallax-section-02 .col-md-7 {
	padding-left: 30px;
}
.parallax-section.parallax-section-02 .left-panel .entry-thumbnail {
	height: 138px;
}
/* 9 ---------- Latest Posts ---------- */
.latest-posts article {
	display: inline-block;
	margin: 0 0 30px;
	width: 100%;
}
.latest-posts article:last-child {
	margin-bottom: 0;
}
.latest-posts article .entry-thumbnail {
	margin: 0;
}
.latest-posts article .entry-title {
	color: #455a64;
	font-size: 17px;
	font-weight: 700;
	line-height: 23px;
	margin: 6px 0 0;
}
.latest-posts article .entry-title a {
	color: #455a64;
}
.latest-posts article .entry-meta {
	margin: 11px 0;
}
.latest-posts article .entry-meta .author {
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
}
.latest-posts article p {
	color: #78909c;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 23px;
}
.latest-posts.two-column .section-padding {
	padding-bottom: 25px;
}
.latest-posts.two-column .row .section-title {
	margin-left: 15px;
	margin-right: 15px;
}
.latest-posts.two-column article {
	margin-bottom: 47px;
}
.latest-posts.two-column article .entry-thumbnail {
	max-height: 370px;
}
.latest-posts.two-column article .entry-thumbnail .play-video {
	font-size: 60px;
	bottom: 22px;
	left: 30px;
}
.latest-posts.two-column article .entry-content {
	margin-top: 40px;
}
.latest-posts.two-column article .entry-content .entry-title {
	font-size: 18px;
}
.latest-posts.two-column article .entry-content .author {
	display: block;
	font-weight: 700;
}
.latest-posts.two-column .btn.read-more {
	margin-top: 30px;
}
.latest-posts.latest-posts-02 {
	margin-bottom: 0;
}
.latest-posts.latest-posts-02 .col-md-6:nth-child(odd) {
	padding-right: 30px;
}
.latest-posts.latest-posts-02 .col-md-6:nth-child(even) {
	padding-left: 30px;
}
.latest-posts.latest-posts-02 .entry-thumbnail {
	background: #b0bec5;
}
.latest-posts.latest-posts-02 .entry-content {
	margin-top: 35px;
}
.latest-posts.latest-posts-02 .entry-content .entry-title {
	font-size: 18px;
}
/* 10 --------- Weekly Top --------- */
.weekly-top .entry-thumbnail {
	height: 430px;
}
.weekly-top .entry-thumbnail .play-video {
	bottom: 26px;
	left: 30px;
}
.weekly-top .entry-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	margin: 6px 0 0;
}
/* 11 --------- Home Page 02 --------- */
/* 11.1 ----- Trending Titles ----- */
.trending-titles {
	background: #eceff1;
	padding: 25px 0 24px;
}
.trending-titles .left-panel {
	float: left;
	width: 15%;
}
.trending-titles .left-panel i {
	color: #272833;
	font-size: 20px;
	margin-right: 5px;
}
.trending-titles .left-panel .section-title {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
.trending-titles .left-panel .section-title:before,
.trending-titles .left-panel .section-title:after {
	display: none;
}
.trending-titles .right-panel {
	float: right;
	width: 85%;
}
.trending-titles .right-panel .title-slider {
	padding: 3px 30px 0 0;
}
.trending-titles .right-panel .title-slider .entry-title {
	color: #455a64;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
}
.trending-titles .right-panel .title-slider .entry-title a {
	color: #455a64;
	line-height: 23px;
	padding-left: 25px;
	position: relative;
}
.trending-titles .right-panel .title-slider .entry-title i {
	color: #d50000;
	font-size: 22px;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: -3px;
}
.trending-titles .right-panel .title-slider .owl-nav {
	top: 4px;
}
.trending-titles .right-panel .title-slider .owl-nav div[class*="owl-"] {
	width: 15px;
}
.trending-titles .right-panel .title-slider .owl-nav div[class*="owl-"]:before {
	color: #272833;
}
.trending-titles .right-panel .title-slider .owl-nav .owl-prev:before {
	content: "\f0d9";
}
.trending-titles .right-panel .title-slider .owl-nav .owl-next:before {
	content: "\f0da";
}
/* 11.2 ------- Play List ------ */
.play-list {
	background: #eceff1;
}
.play-list .list-slider article {
	min-height: inherit !important;
}
.play-list .list-slider .entry-thumbnail {
	height: 240px;
}
.play-list .list-slider .entry-thumbnail a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.play-list .list-slider .entry-thumbnail a .play-video {
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -22.5px;
	position: absolute;
}
.play-list .list-slider .entry-thumbnail.media-left {
	float: left;
}
.play-list .list-slider .entry-content {
	padding-top: 25px;
}
.play-list .list-slider .entry-content .category-name {
	color: #455a64;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}
.play-list .list-slider .entry-content .category-name a {
	color: #455a64;
}
.play-list .list-slider .entry-content .post-count {
	color: #455a64;
	float: right;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	padding-top: 5px;
	text-transform: capitalize;
}
.play-list .list-slider .entry-content .post-count a {
	color: #455a64;
}
.play-list .list-slider .entry-content .post-count .count {
	color: #d50000;
}
.play-list.play-list-2 {
	background: #fff;
}
.play-list.play-list-2 .section-padding {
	padding-bottom: 0;
}
.play-list.play-list-2 .list-slider article {
	position: relative;
}
.play-list.play-list-2 .list-slider article .entry-thumbnail:before {
	content: '';
	/*background: rgba(0, 0, 0, .65);*/
	background: rgba(96, 85, 45, .65);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.play-list.play-list-2 .list-slider article .entry-content {
	left: 50%;
	top: 50%;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.category-name.vplaylist a{
	color: #fff !important;
}
.play-list.play-list-2 .list-slider article .entry-content .category-name {
	color: #fff;
	display: block;
	margin-bottom: 13px;
}
.play-list.play-list-2 .list-slider article .entry-content .category-name a {
	color: #fff;
}
.play-list.play-list-2 .list-slider article .entry-content .post-count {
	color: #fff;
	float: none;
}
.play-list.play-list-2 .list-slider article .entry-content .post-count a {
	color: #fff;
}
.play-list.play-list-2 .list-slider article .entry-content .post-count .count {
	background: #d50000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	width: 20px;
	line-height: 22px;
	text-align: center;
}
.play-list.play-list-3,
.play-list.play-list-4 {
	background: none;
}
.play-list.play-list-3 article,
.play-list.play-list-4 article {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.play-list.play-list-3 article:last-child,
.play-list.play-list-4 article:last-child {
	margin-bottom: 0;
}
.play-list.play-list-3 article .entry-thumbnail,
.play-list.play-list-4 article .entry-thumbnail {
	margin: 0;
	padding: 0;
	position: relative;
	width: 40%;
}
.play-list.play-list-3 article .entry-thumbnail .post-count,
.play-list.play-list-4 article .entry-thumbnail .post-count {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: 'Poppins';
	font-weight: 60;
	font-size: 13px;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.play-list.play-list-3 article .entry-thumbnail .post-count a,
.play-list.play-list-4 article .entry-thumbnail .post-count a {
	color: #fff;
	height: initial;
	width: initial;
	position: absolute;
	text-transform: capitalize;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.play-list.play-list-3 article .entry-thumbnail .post-count .count,
.play-list.play-list-4 article .entry-thumbnail .post-count .count {
	background: #d50000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	width: 20px;
	line-height: 22px;
	text-align: center;
}
.play-list.play-list-3 article .entry-content,
.play-list.play-list-4 article .entry-content {
	padding: 12px 0 0 40px;
}
.play-list.play-list-3 article .entry-content .entry-title,
.play-list.play-list-4 article .entry-content .entry-title {
	font-size: 16px;
	font-weight: 700;
}
.play-list.play-list-3 article .entry-content .entry-meta,
.play-list.play-list-4 article .entry-content .entry-meta {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}
.play-list.play-list-3 article .entry-content p,
.play-list.play-list-4 article .entry-content p {
	color: #78909c;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 26px;
	margin: 23px 0 10px;
}
/* 11.3 ------- Latest and Viral Videos Slider ------- */
.latest-videos-slider article,
.viral-videos-slider article {
	margin-bottom: 60px;
}
.latest-videos-slider article:last-child,
.viral-videos-slider article:last-child {
	margin-bottom: 0;
}
.latest-videos-slider article .entry-thumbnail,
.viral-videos-slider article .entry-thumbnail {
	height: 270px;
}
/* 12 ----------- Home Page 03 ------------ */
.latest-videos-slider-2 article,
.viral-videos-slider-2 article,
.exclusive-videos-slider article,
.upload-videos-slider article,
.category-slider-01 article {
	margin-bottom: 48px;
}
.latest-videos-slider-2 article:last-child,
.viral-videos-slider-2 article:last-child,
.exclusive-videos-slider article:last-child,
.upload-videos-slider article:last-child,
.category-slider-01 article:last-child {
	margin-bottom: 0;
}
.latest-videos-slider-2 article .entry-thumbnail,
.viral-videos-slider-2 article .entry-thumbnail,
.exclusive-videos-slider article .entry-thumbnail,
.upload-videos-slider article .entry-thumbnail,
.category-slider-01 article .entry-thumbnail {
	height: 190px;
}
.latest-videos-slider-2 article .entry-title,
.viral-videos-slider-2 article .entry-title,
.exclusive-videos-slider article .entry-title,
.upload-videos-slider article .entry-title,
.category-slider-01 article .entry-title {
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
}

/* 13 ----------- Home Page 06 ------------ */
/* 13.1 ------- Latest Video Slider 02 ------- */

.latest-videos-slider.has-category .entry-thumbnail {
	height: 419px;
	margin-bottom: 30px;
}
.latest-videos-slider.has-category .entry-thumbnail .play-video {
	font-size: 60px;
	left: 30px;
	right: inherit;
	bottom: 22.5px;
}
.latest-videos-slider.has-category .entry-content .entry-title {
	font-size: 18px;
}
.latest-videos-slider.has-category .entry-meta {
	display: inline-block;
	margin-top: 6px;
	width: 100%;
}
.latest-videos-slider.has-category .entry-meta .author {
	margin-bottom: 11px;
}
/* 13.2 ------- Viral Video Slider 02 ------- */

.viral-videos-slider-2.has-category .entry-thumbnail {
	height: 277px;
	margin-bottom: 30px;
}
.viral-videos-slider-2.has-category .entry-content .entry-title {
	font-size: 16px;
}
/* 13.3 ------- Most Viewed Slider ------- */

.most-viewed .item article {
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
}
.most-viewed .item article .entry-thumbnail {
	float: left;
	height: 179px;
	margin: 0;
	padding: 0;
	width: 45%;
}
.most-viewed .item article .entry-content {
	padding-left: 30px;
}
.most-viewed .item article .entry-content .entry-title {
	color: #455a64;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.most-viewed .item article .entry-content .entry-title a {
	color: #455a64;
}
.most-viewed .item article .entry-content .entry-meta span.author {
	margin: 13px 0 13px;
}
.most-viewed .item article:last-child {
	margin-bottom: 0;
}
/* 13.4 ------- Most Liked Slider ------- */

.most-liked .item article {
	display: flex;
	margin-bottom: 25px;
	width: 100%;
}
.most-liked .item article .entry-thumbnail {
	height: auto;
	margin: 0;
	padding: 0;
	width: 41.5%;
}
.most-liked .item article .entry-content {
	padding-left: 25px;
}
.most-liked .item article .entry-content .entry-title {
	color: #455a64;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
}
.most-liked .item article .entry-content .entry-title a {
	color: #455a64;
}
.most-liked .item article:last-child {
	margin-bottom: 0;
}
/* 13.5 ------- Exclusive Videos ------- */

.exclusive-videos .row {
	display: flex;
	flex-wrap: wrap;
}
.exclusive-videos article {
	margin-bottom: 45px;
}
.exclusive-videos article .entry-thumbnail {
	height: 199px;
	margin-bottom: 30px;
}
.exclusive-videos article .entry-content .category-name {
	margin: 0;
}
.exclusive-videos article .entry-content .entry-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 12px;
}
.exclusive-videos article .entry-content .author {
	margin: 12px 0 10px;
}
.exclusive-videos article:last-child {
	margin-bottom: 0;
}
/* 13.6 ------- Staff's Pick ------- */
.staffs-pick {
	margin-bottom: 90px;
}
.staffs-pick .row {
	display: flex;
	flex-wrap: wrap;
}
.staffs-pick article {
	margin: 0 0 45px;
}
.staffs-pick article .entry-thumbnail {
	float: left;
	height: 68px;
	/*margin-bottom: 0;*/
	padding: 0;
	width: 34.5%;
}
.staffs-pick article .entry-content {
	padding: 4px 0 0 15px;
}
.staffs-pick article .entry-content .entry-title {
	font-size: 14px;
	line-height: 20px;
}
.staffs-pick article:last-child {
	margin-bottom: 0;
}
.staffs-pick.staff-3 {
	margin-bottom: 65px;
}
.staffs-pick.staff-3 article {
	margin-bottom: 25px;
}
.staffs-pick.staff-3 article .entry-thumbnail {
	margin-bottom: 0;
}
/* 14 ----------- Author Related Pages ----------- */
/* 14.1 --------- Author --------- */
.author-heading .section-padding {
	padding-bottom: 0;
}
.author-heading .author-cover-image {
	height: 38vh;
}
.author-cover-image .cover-upload {
	position: relative;
}
.author-cover-image .cover-upload {
	float: right;
	height: 35px;
	width: 35px;
}
#plupload-drag-dropcover_img {
	height: 100%;
	width: 100%;
}
.author-heading div[class*="col-"] {
	padding: 0;
	position: relative;
}
.author-heading .heading-bottom {
	display: inline-block;
	max-height: 90px;
	padding: 30px 0 30px 30px;
	position: relative;
	width: 100%;
}
.author-heading .heading-bottom .author-image {
	display: inline-block;
	max-width: 180px;
	margin-top: -21%;
	position: absolute;
}
.author-heading .heading-bottom .author-image .tooltip,
.author-cover-image .tooltip {
	color: #4e4343;
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	right: 0;
	top: -2px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.author-heading .heading-bottom .author-image:hover .tooltip,
.author-cover-image:hover .tooltip {
	opacity: 1;
}
.author-heading .heading-bottom .author-image .tooltip i:before,
.author-cover-image .tooltip i:before {
	content: "\f14b";
}
.author-heading .heading-bottom .author-name {
	display: inline-block;
	font-family: 'Poppins';
	font-size: 24px;
	margin: 0;
	padding-left: 37%;
	text-transform: capitalize;
}
.author-heading .heading-bottom .author-name a {
	color: #455a64;
}
.author-heading .heading-bottom .subs-count {
	color: #90a4ae;
	font-family: 'Roboto';
	font-size: 13px;
	padding-left: 5px;
}
/* 14.2 --------- Author Page Contents --------- */
.author-page-contents .section-padding {
	padding-top: 0;
}
.author-page-contents .section-title {
	font-size: 16px;
}
.author-page-contents .padding {
	padding: 30px 0;
}
.author-page-contents .owl-nav {
	top: -70px;
}
.author-page-contents .author-page-links {
	margin: 50px 0 60px;
	position: relative;
}
.author-page-contents .author-page-links:before {
	content: '';
	background: #cfd8dc;
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.author-page-contents .author-page-links a {
	color: #90a4ae;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 10px;
	position: relative;
	text-transform: uppercase;
}
.author-page-contents .author-page-links a:first-child {
	margin-left: 0;
}
.author-page-contents .author-page-links a:last-child {
	margin-right: 0;
}
.author-page-contents .author-page-links a.active {
	color: #455a64;
}
.author-page-contents .author-page-links a.active:before {
	content: '';
	background: #d50000;
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.author-page-contents .recent-videos,
.author-page-contents .upload-videos-slider,
.author-page-contents .category-slider-01,
.author-page-contents .play-list.play-list-3 {
	margin-bottom: 60px;
}
.author-page-contents .about-author {
	margin-bottom: 60px;
}
.author-page-contents .about-author .btn-container {
	display: inline-block;
	width: 100%;
}
.author-page-contents .about-author .btn-container form {
	float: left;
}
.author-page-contents .about-author h1,
.author-page-contents .about-author h2,
.author-page-contents .about-author h3,
.author-page-contents .about-author h4,
.author-page-contents .about-author h5,
.author-page-contents .about-author h6 {
	color: #455a64;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.author-page-contents .about-author ul {
	margin: 0;
	padding: 0;
}
.author-page-contents .about-author ul li {
	list-style: none;
}
.author-page-contents .about-author .btn-container {
	margin-bottom: 43px;
}
.author-page-contents .about-author .btn-container .btn,
.author-page-contents .about-author .btn-container select {
	background: #eceff1;
	border-radius: 0;
	color: #90a4ae;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 43px;
	margin: 0;
	padding: 0 19.5px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.author-page-contents .about-author .btn-container .btn:hover,
.author-page-contents .about-author .btn-container select:hover {
	background: #d50000;
	color: #fff;
}
.author-page-contents .about-author .btn-container .btn:focus,
.author-page-contents .about-author .btn-container select:focus {
	outline: 0;
}
.author-page-contents .about-author .btn-container select {
	border: none;
	height: 45px;
	width: 130px;
}
.author-page-contents .about-author .btn-container select:hover {
	background: #eceff1;
	color: #90a4ae;
}
.author-page-contents .about-author .btn-container button[class*="style-"] {
	background: none;
	border: none;
	color: #b0bec5;
	font-size: 20px;
	line-height: 45px;
}
.author-page-contents .about-author .btn-container button[class*="style-"].active {
	color: #455a64;
}
.author-page-contents .about-author p {
	margin-bottom: 20px;
}
.author-page-contents .about-author .author-details,
.author-page-contents .about-author .author-links {
	border-top: 1px solid #cfd8dc;
	padding: 28px 0 13px;
}
.author-page-contents .about-author .author-details li,
.author-page-contents .about-author .author-links li {
	color: #78909c;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 10px;
	width: 49.5%;
}
.author-page-contents .about-author .author-details li a,
.author-page-contents .about-author .author-links li a {
	color: #78909c;
}
.author-page-contents .about-author .author-details li {
	font-weight: 700;
}
.author-page-contents .about-author .author-details li span {
	font-weight: 400;
}
.author-page-contents .about-author .author-links li {
	font-weight: 600;
}
.author-page-contents .about-author .author-links li i {
	margin-right: 8px;
}
.author-page-contents .about-author .author-links li i.fa-globe {
	color: #d50000;
}
.author-page-contents .about-author .author-links li i.fa-twitter-square {
	color: #1da1f2;
}
.author-page-contents .about-author .author-links li i.fa-facebook-square {
	color: #3b5998;
}
.author-page-contents .about-author .author-links li i.fa-linkedin-square {
	color: #0077b5;
}
.author-page-contents .about-author .author-links li i.fa-google-plus-square {
	color: #dd4b39;
}
.author-page-contents .about-author .author-links li i.fa-instagram {
	color: #833ab4;
}
.author-page-contents .about-author .play-list-4 article .entry-thumbnail {
	float: left;
	height: 215px;
}
.author-page-contents .about-author .play-list-4 article .entry-content .entry-title {
	font-family: 'Poppins';
	font-weight: 700;
	margin-bottom: 24px;
	text-transform: inherit;
}
.author-page-contents .about-author .play-list-4 article .entry-content ul li {
	color: #78909c;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 1px;
}
.author-page-contents .about-author .play-list-4 article .entry-content ul li a {
	color: #78909c;
}
.author-page-contents .about-author .play-list-4 article .entry-content .btn {
	margin-top: 17px;
}
.author-page-contents .about-author .play-list-4 article .entry-content .btn:hover {
	text-decoration: underline;
}
.author-page-contents .about-author .play-list-4.grid-layout article.col-sm-6 {
	margin: 0 0 55px;
}
.author-page-contents .about-author .play-list-4.grid-layout article.col-sm-6:nth-of-type(odd) {
	padding-left: 0;
}
.author-page-contents .about-author .play-list-4.grid-layout article.col-sm-6:nth-of-type(even) {
	padding-right: 0;
}
.author-page-contents .about-author .play-list-4.grid-layout article.col-sm-6 .entry-thumbnail {
	display: block;
	float: none;
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}
.author-page-contents .about-author .play-list-4.grid-layout article.col-sm-6 .entry-content {
	display: block;
	padding: 0 !important;
}
.author-page-contents .about-author .author-videos {
	margin: 0 -12.5px;
}
.author-page-contents .about-author .author-videos article {
	margin-bottom: 45px;
	padding: 0 12.5px;
}
.author-page-contents .about-author .author-videos article .entry-thumbnail {
	height: 186px;
	margin-bottom: 23px;
}
.author-page-contents .about-author .author-videos article .entry-thumbnail .play-video {
	font-size: 35px;
	left: 20px;
	bottom: 15px;
}
.author-page-contents .about-author .author-videos article .entry-content .entry-title {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.author-page-contents .about-author .author-videos article .entry-content p {
	display: none;
}
.author-page-contents .about-author .author-videos .btn-container {
	display: inline-block;
	margin: 43px 0 0;
	width: 100%;
}
.author-page-contents .about-author .author-videos .btn-container .btn.load-more {
	background: #353641;
	border: none;
	border-radius: 0;
	color: #b0bec5;
	display: inline-block;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 60px;
	padding: 0 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.author-page-contents .about-author .author-videos.list-style article {
	display: inline-block;
	min-height: inherit !important;
	width: 100%;
}
.author-page-contents .about-author .author-videos.list-style article .entry-thumbnail {
	display: table-cell;
	float: left;
	height: 240px;
	vertical-align: top;
	width: 40%;
}
.author-page-contents .about-author .author-videos.list-style article .entry-content {
	display: table-cell;
	padding: 12px 0 0 40px;
	vertical-align: top;
}
.author-page-contents .about-author .author-videos.list-style article .entry-content .entry-title {
	font-size: 16px;
}
.author-page-contents .about-author .author-videos.list-style article .entry-content p {
	display: block;
	margin-top: 25px;
}
.author-page-contents .about-author .upload-video form {
	max-width: inherit;
	width: 100%;
}
.author-page-contents .about-author .upload-video form label {
	color: #455a64;
	display: block;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.author-page-contents .about-author .upload-video form .form-control {
	background: #eceff1;
	border: 1px solid #cfd8dc;
	border-radius: 0;
	box-shadow: none;
	color: #455a64;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 14px;
	height: inherit;
	line-height: 23px;
	margin-bottom: 3px;
	max-height: inherit;
	padding: 17px;
	text-align: left;
	width: 100%;
}
.author-page-contents .about-author .upload-video form .form-control.file {
	max-width: 45%;
	margin-right: 20px;
}
.author-page-contents .about-author .upload-video form .form-control::-webkit-input-placeholder {
	color: #90a4ae;
}
.author-page-contents .about-author .upload-video form .form-control:-moz-placeholder {
	color: #90a4ae;
}
.author-page-contents .about-author .upload-video form .form-control::-moz-placeholder {
	color: #90a4ae;
}
.author-page-contents .about-author .upload-video form .form-control:-ms-input-placeholder {
	color: #90a4ae;
}
.author-page-contents .about-author .upload-video form textarea {
	height: 260px !important;
}
.author-page-contents .about-author .upload-video form input[type="submit"] {
	background: #353641;
	border: 1px solid #353641;
	border-radius: 0;
	color: #b0bec5;
	cursor: pointer;
	font-family: 'Poppins';
	font-size: 12px;
	font-weight: 700;
	line-height: 60px;
	margin-top: 15px;
	max-height: 60px;
	max-width: 100%;
	padding: 0 40px;
	text-transform: uppercase;
	position: inherit;
}
/* 15 ------------- Tag & Category Page ----------- */
.category-sorting .col-sm-8 .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.category-sorting .col-sm-8 div[class*="col-"] {
	display: flex;
	flex-direction: column;
}
.tag-sorting article,
.category-sorting article {
	margin-bottom: 45px;
}
.tag-sorting article .category,
.category-sorting article .category {
	color: #d50000;
	display: inline-block;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 600;
	margin: 2px 0 12px;
	text-transform: uppercase;
	width: 100%;
}
.tag-sorting article .category a,
.category-sorting article .category a {
	color: #d50000;
}
.tag-sorting article .entry-title,
.category-sorting article .entry-title {
	display: inline-block;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px !important;
	width: 100%;
}
.category-sorting {
	margin-bottom: 60px;
}
.category-sorting .section-padding {
	padding: 90px 0;
}
.category-sorting .btn-container {
	display: inline-block;
	width: 100%;
}
.category-sorting .btn {
	margin-top: 45px;
}
.category-sorting.column-3 article .entry-thumbnail {
	height: 165px;
}
.category-sorting.column-3 article .entry-title {
	font-size: 14px;
}
.category-sorting.column-2 article .entry-thumbnail {
	height: 258px;
}
.category-sorting.column-2 article .entry-title {
	font-size: 16px;
	font-weight: 700;
}
.tag-sorting article .entry-thumbnail {
	height: 285px;
}
/* 16 ---------- Blog & Video Posts ---------- */
.blog-posts .col-sm-8 article {
	border-bottom: 1px solid #cfd8dc;
	margin-bottom: 60px;
	padding-bottom: 55px;
}
.blog-posts .col-sm-8 article .entry-thumbnail {
	margin-bottom: 45px;
	position: relative;
}
.blog-posts .col-sm-8 article .entry-thumbnail img {
	margin-left: 0;
	max-width: 100% !important;
}
.blog-posts .col-sm-8 article .entry-thumbnail .carousel-control {
	background: none;
	box-shadow: none;
	font-size: 40px;
	height: 40px;
	width: 25px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	text-shadow: none;
}
.blog-posts .col-sm-8 article .entry-thumbnail .carousel-control.left {
	left: 7%;
}
.blog-posts .col-sm-8 article .entry-thumbnail .carousel-control.right {
	right: 7%;
}
.blog-posts .col-sm-8 article .entry-thumbnail .iframe {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	color: #d50000;
	font-size: 25px;
	height: 75px;
	width: 75px;
	line-height: 78px;
	left: 50%;
	top: 50%;
	margin-top: -37.5px;
	margin-left: -37.5px;
	position: absolute;
	text-align: center;
}
.blog-posts .col-sm-8 article .entry-content .entry-title {
	font-size: 24px;
	line-height: 36px;
	margin: -6px 0 16px; position: static;
}
.blog-posts .col-sm-8 article .entry-content .entry-title a {
	color: #455a64;
}
.blog-posts .col-sm-8 article .entry-content .entry-meta {
	margin-bottom: 21px;
}
.blog-posts .col-sm-8 article .entry-content .btn {
	margin-top: 14px;
}
.blog-posts .col-sm-8 article .entry-content p strong {
	color: #455a64;
}
.blog-posts .col-sm-8 article.format-link .entry-thumbnail {
	background: #00b8d4;
	color: #fff;
	padding: 60px 30px 60px;
}
/* .blog-posts #post-slider{
	margin-bottom: 45px;
} */
blockquote{
	border-left: 5px solid #d50000;
}
.blog-posts .col-sm-8 article.format-quote .entry-thumbnail:before{
	position: absolute;
	left: 40px;
	top: 85px;
	font-size: 3em;
	color: rgba(255,255,255,.15);
	content: "\f10d";
	display: block;
	font-family: FontAwesome;
	z-index: -1;
}
.blog-posts .col-sm-8 article.format-quote .entry-thumbnail{
	background: #1fb5ac;
	color: #ffffff;
	font-size: 3.125em;
	font-style: inherit;
	padding: 95px 65px 65px 65px;
	border: none;
	line-height: 57px;
	font-weight: 800;
	letter-spacing: 0px;
	position: relative;
	z-index: 1;
}
.blog-posts .col-sm-8 article.format-link .entry-thumbnail .link-title {
	display: block;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: -0.5px;
	word-spacing: -2px;
}


.blog-posts .col-sm-8 article.post_format-post-format-link .entry-thumbnail:before {
	position: absolute;
	left: 0px;
	top: -15px;
	font-size: 5.5em;
	font-weight: 400;
	color: rgba(255,255,255,.15);
	content: "\f0c1";
	display: block;
	font-family: FontAwesome;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.blog-posts .col-sm-8 article.format-link .entry-thumbnail a {
	color: #fff;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
}
.pagination{
	margin: 0 0 60px;
}
.pagination a {
	color: #999;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 15px;
	height: 45px;
	width: 45px;
	line-height: 46px;
	text-align: center;
}
.pagination a.active,
.pagination a:hover {
	background: #d50000;
	color: #fff;
}
.page-links {
	color: #455a64;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 15px;
}
.page-links a {
	color: #455a64;
	display: inline;
	padding: 0 5px;
}
.page-links a:hover {
	color: #d50000;
}
.blog-posts.single-post article,
.blog-posts.video-post article {
	margin: 0;
}
.blog-posts article.tag-featured-image .entry-thumbnail img {
	height: auto !important;
	width: inherit !important;
}
.blog-posts.single-post article blockquote,
.blog-posts.video-post article blockquote {
	border-left: 3px solid #d50000;
	color: #455a64;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	line-height: 25px;
	margin: 50px 0 38px 45px;
	padding: 10px 0 10px 20px;
}
.blog-posts.single-post article blockquote .name,
.blog-posts.video-post article blockquote .name {
	color: #899da7;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}
.blog-posts.single-post .post-bottom,
.blog-posts.video-post .post-bottom {
	display: inline-block;
	margin-top: 42px;
	width: 100%;
}
.blog-posts.single-post .post-bottom .tags a,
.blog-posts.video-post .post-bottom .tags a,
.blog-posts.single-post .post-bottom .share-btn,
.blog-posts.video-post .post-bottom .share-btn {
	background: #cfd8dc;
	border: none;
	box-shadow: none;
	color: #78909c;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.blog-posts.single-post .post-bottom .tags a:hover,
.blog-posts.video-post .post-bottom .tags a:hover,
.blog-posts.single-post .post-bottom .share-btn:hover,
.blog-posts.video-post .post-bottom .share-btn:hover {
	background: #d50000;
	color: #fff;
}
.blog-posts.single-post .post-bottom .post-social,
.blog-posts.video-post .post-bottom .post-social {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	transition: all 0.25s ease;
}
.blog-posts.single-post .post-bottom .post-social:hover,
.blog-posts.video-post .post-bottom .post-social:hover {
	overflow: visible;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover,
.blog-posts.video-post .post-bottom .post-social .btn-hover {
	background: #cfd8dc;
	left: 0;
	top: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a,
.blog-posts.video-post .post-bottom .post-social .btn-hover a {
	color: #fff;
	display: block;
	line-height: 23px;
	padding: 5px 10px;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a .count,
.blog-posts.video-post .post-bottom .post-social .btn-hover a .count {
	font-size: 14px;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a i,
.blog-posts.video-post .post-bottom .post-social .btn-hover a i {
	width: 20px;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a:hover,
.blog-posts.video-post .post-bottom .post-social .btn-hover a:hover {
	background: #d50000 !important;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a.twitter,
.blog-posts.video-post .post-bottom .post-social .btn-hover a.twitter {
	background: #57baf7;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a.facebook,
.blog-posts.video-post .post-bottom .post-social .btn-hover a.facebook {
	background: #3b5998;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a.pinterest,
.blog-posts.video-post .post-bottom .post-social .btn-hover a.pinterest {
	background: #C92228;
}
.blog-posts.single-post .post-bottom .post-social .btn-hover a.google,
.blog-posts.video-post .post-bottom .post-social .btn-hover a.google {
	background: #d34836;
}
.blog-posts.single-post .post-navigation,
.blog-posts.video-post .post-navigation {
	border-bottom: 1px solid #cfd8dc;
}
.blog-posts.single-post .post-navigation article,
.blog-posts.video-post .post-navigation article {
	border: none;
	display: inline-block;
	margin: 0 0 25px;
	padding: 0;
	width: 49.5%;
}
.blog-posts.single-post .post-navigation article:nth-child(2),
.blog-posts.video-post .post-navigation article:nth-child(2) {
	float: right;
	margin-bottom: 0;
}
.blog-posts.single-post .post-navigation article:nth-child(2) .entry-thumbnail,
.blog-posts.video-post .post-navigation article:nth-child(2) .entry-thumbnail {
	transform: translate(175%, 0);
}
.blog-posts.single-post .post-navigation article:nth-child(2) .entry-content,
.blog-posts.video-post .post-navigation article:nth-child(2) .entry-content {
	padding: 10px 20px 0 10px;
	transform: translate(-55%, 0);
	text-align: right;
}
.blog-posts.single-post .post-navigation article .entry-thumbnail,
.blog-posts.video-post .post-navigation article .entry-thumbnail {
	margin: 0;
	padding: 0;
	width: 36.5%;
}
.blog-posts.single-post .post-navigation article .entry-thumbnail img,
.blog-posts.video-post .post-navigation article .entry-thumbnail img {
	height: auto;
	min-height: 94px;
}
.blog-posts.single-post .post-navigation article .entry-content,
.blog-posts.video-post .post-navigation article .entry-content {
	padding: 10px 0 0 20px;
}
.blog-posts.single-post .post-navigation article .entry-content .entry-title,
.blog-posts.video-post .post-navigation article .entry-content .entry-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.blog-posts.single-post .entry-content ul,
.blog-posts.single-post .entry-content ol,
.blog-posts.single-post .entry-contentli {
	margin-left: 15px;
}
.blog-posts.single-post .tag-comments-2 .entry-content ul,
.blog-posts.single-post .tag-comments-2 .entry-content ol {
	padding-left: 0;
}
.blog-posts.single-post .comments,
.blog-posts.video-post .comments {
	margin: 90px 0 60px;
}
.blog-posts.video-post article {
	border-bottom: none !important;
	padding-bottom: 88px;
}
.blog-posts.video-post article .entry-title {
	margin-bottom: 10px; position: static;
}
h1.entry-title{position: static;}
.blog-posts.video-post article .entry-title a {
	color: #455a64;
}
.blog-posts.video-post article .entry-meta {
	font-size: 13px;
	text-transform: uppercase;
}
.blog-posts.video-post article .entry-meta time {
	color: #90a4ae;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	padding-right: 4px;
	position: relative;
}
.blog-posts.video-post article .entry-meta time:before {
	content: '/';
	top: 2px;
	right: -5px;
	position: absolute;
}
.blog-posts.video-post article .entry-meta .category,
.blog-posts.video-post article .entry-meta .tag {
	color: #d50000;
	font-family: 'Poppins';
	font-weight: 600;
}
.blog-posts.video-post article .entry-meta .category a,
.blog-posts.video-post article .entry-meta .tag a {
	color: #d50000;
}
.blog-posts.video-post article .author-meta {
	border-bottom: 1px solid #cfd8dc;
	display: inline-block;
	margin-bottom: 35px;
	padding: 30px 0;
	width: 100%;
}
.blog-posts.video-post article .author-meta div[class*="col-"] {
	padding: 0;
}
.blog-posts.video-post article .author-meta .author-avatar {
	max-width: 75px;
	padding: 0;
}
.blog-posts.video-post article .author-meta .author-details {
	color: #90a4ae;
	padding-left: 17px;
}
.blog-posts.video-post article .author-meta .author-details .name {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 0 13px;
	padding: 0;
	text-transform: capitalize;
}
.blog-posts.video-post article .author-meta .author-details .name a {
	color: #90a4ae;
}
.blog-posts.video-post article .author-meta .author-details .follow-btn {
	border: none;
}
.blog-posts.video-post article .author-meta .author-details .follow-counter {
	font-family: 'Roboto';
	font-size: 13px;
	padding: 2px 0 0 7px;
	text-transform: capitalize;
}
.blog-posts.video-post article .author-meta .right-side {
	color: #90a4ae;
	display: inline-block;
	float: right;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
}
.blog-posts.video-post article .author-meta .view-counter {
	border-bottom: 1px solid #d50000;
	display: block;
	font-size: 20px;
	padding: 3px 0 10px;
}
.blog-posts.video-post article .author-meta .like-count,
.blog-posts.video-post article .author-meta .dislike-count {
	display: inline-block;
	font-size: 16px;
	padding: 10px 8px 0;
}
.blog-posts.video-post article .author-meta .like-count i,
.blog-posts.video-post article .author-meta .dislike-count i {
	margin-right: 8px;
}
.blog-posts.video-post .related-videos-slider article {
	border-bottom: none;
	padding-bottom: 0;
}
.blog-posts.video-post .related-videos-slider article:last-child {
	margin-bottom: 0;
}
.blog-posts.video-post .related-videos-slider article .entry-thumbnail {
	margin-bottom: 31px;
	height: 191px;
}
.blog-posts.video-post .related-videos-slider article .entry-thumbnail img {
	max-width: none !important;
}
.blog-posts.video-post .related-videos-slider article .entry-thumbnail .iframe {
	background: none;
	box-shadow: none;
	height: inherit;
	width: inherit;
	line-height: 1;
	margin: 0 !important;
	position: initial;
}
.blog-posts.video-post .related-videos-slider article .entry-thumbnail .play-video {
	font-size: 35px;
	left: 20px;
	bottom: 15px;
}
.blog-posts.video-post .related-videos-slider article .entry-content .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	width: 100%;
}
.blog-posts.video-post .related-videos-slider article .entry-content .entry-meta {
	text-transform: inherit;
}
.blog-posts.video-post .related-videos-slider article .entry-content .entry-meta .author {
	text-transform: capitalize;
}
.blog-posts.video-post .related-videos-slider article .entry-content .entry-meta time {
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 400;
	padding: 0;
}
.blog-posts.video-post .related-videos-slider article .entry-content .entry-meta time:before {
	display: none;
	font-weight: inherit;
}
.blog-posts.video-post aside.sidebar article {
	margin-bottom: 20px;
}
/* .blog-posts.video-post aside.sidebar article:last-child {
	margin-bottom: 0;
} */
.blog-posts.video-post.no-sidebar .container {
	max-width: 960px;
	margin: 0 auto;
}
.comments .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments .comment-list li {
	margin-left: 0;
}
.comments .comment-list .comment-item {
	margin-bottom: 42px;
}
.comments .comment-list .comment-item .author-avatar {
	margin: 0;
	padding: 0;
	width: 90px;
}
.comments .comment-list .comment-item .comment-body {
	padding-left: 30px;
}
.comments .comment-list .comment-item .comment-body .name {
	color: #455a64;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 700;
	margin-right: 20px;
	text-transform: capitalize;
}
.comments .comment-list .comment-item .comment-body .name a {
	color: #455a64;
}
.comments .comment-list .comment-item .comment-body .time {
	color: #90a4ae;
	display: block;
	font-family: 'Roboto';
	font-size: 14px;
	padding-top: 15px;
}
.comments .comment-list .comment-item .comment-body .reply {
	background: #cfd8dc;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #78909c;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: 28px;
	margin: 0;
	padding: 0 11px;
	text-decoration: none;
}
.comments .comment-list .comment-item .comment-body .reply a {
	color: #78909c;
}
.comments .comment-list .comment-item .comment-body .reply:hover a {
	color: #fff;
}
.comments .comment-list .comment-item .comment-body .reply:hover {
	background: #d50000;
	color: #fff;
}
.comments .comment-list .comment-item .comment-body p {
	line-height: 23px;
	margin: 0;
	padding-top: 15px;
}
.comments .comment-list .children {
	padding: 0 0 0 45px;
}
.comments .comment-list .children li {
	list-style: none;
}
.comments .respond {
	border: 1px solid #cfd8dc;
	display: inline-block;
	margin-top: 40px;
	padding: 43px 30px 55px;
	width: 100%;
}
.comments .respond .title {
	font-size: 16px;
	margin-bottom: 30px;
}
.respond form .form-control,
.wpcf7-form .form-control,
.form-elements .form-control,
.respond form .wpcf7-form-control,
.wpcf7-form .wpcf7-form-control,
.form-elements .wpcf7-form-control {
	background: #eceff1;
	border: 1px solid #cfd8dc;
	border-radius: 0;
	box-shadow: none;
	color: #455a64;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 14px;
	height: inherit;
	line-height: 23px;
	margin-bottom: 20px;
	max-height: inherit;
	padding: 17px;
	text-align: left;
}
.respond form .form-control:focus,
.wpcf7-form .form-control:focus,
.form-elements .form-control:focus,
.respond form .wpcf7-form-control:focus,
.wpcf7-form .wpcf7-form-control:focus,
.form-elements .wpcf7-form-control:focus {
	background: #fff;
	outline: 0;
}
.respond form input,
.wpcf7-form input,
.form-elements input {
	width: 32.87%;
}
.respond form input[type="submit"],
.wpcf7-form input[type="submit"],
.form-elements input[type="submit"] {
	background: #353641;
	border: 1px solid #353641;
	border-radius: 0;
	color: #b0bec5;
	cursor: pointer;
	font-family: 'Poppins';
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	line-height: 60px;
	margin-top: 15px;
	max-height: 60px;
	max-width: 100%;
	padding: 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	position: inherit;
	width: inherit !important;
}
.respond form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.form-elements input[type="submit"]:hover {
	color: #d50000;
}
.respond form input[type="submit"]:focus,
.wpcf7-form input[type="submit"]:focus,
.form-elements input[type="submit"]:focus {
	outline: 0;
}
/* ------------- Movie Page Related ------------- */
.recent-movie-slider article .entry-thumbnail {
	margin-bottom: 16px;
}
.recent-movie-slider article .entry-thumbnail img {
	height: auto;
	margin: 0;
	max-width: 100%;
	width: inherit !important;
}
.recent-movie-slider article .entry-thumbnail .rating {
	background: #272833;
	color: #90a4ae;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 900;
	left: 10px;
	bottom: 10px;
	padding: 5px 10px;
	position: absolute;
}
.recent-movie-slider article .entry-thumbnail .rating i {
	color: #ffa000;
	font-size: 12px;
	margin-right: 3px;
}
.recent-movie-slider article .entry-content .entry-title {
	color: #455a64;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.recent-movie-slider article .entry-content .entry-title a {
	color: #455a64;
}
.recent-movie-slider .owl-nav {
	top: 35%;
	width: 100%;
}
.recent-movie-slider .owl-nav .owl-prev {
	left: -5%;
}
.recent-movie-slider .owl-nav .owl-next {
	right: -5%;
}
.recent-movie-slider .owl-nav div[class*="owl-"] {
	position: absolute;
}
.recent-movie-slider .owl-nav div[class*="owl-"]:before {
	font-size: 25px;
}
.container .video-contents .movie-contents {
	margin-bottom: 0;
}
.col-sm-8 .movie-contents-area,
.movie-contents-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.col-sm-8 .movie-contents-area .section-title,
.movie-contents-area .section-title {
	width: 100%;
}
.col-sm-8 .movie-contents-area .col-sm-6,
.movie-contents-area .col-sm-6 {
	display: flex;
	flex-direction: column;
}
/* .col-sm-8 .movie-contents-area .col-sm-6:nth-child(odd),
 .movie-contents-area .col-sm-6:nth-child(odd) {
   padding-right: 30px;
 }
 .col-sm-8 .movie-contents-area .col-sm-6:nth-child(even),
  .movie-contents-area .col-sm-6:nth-child(even) {
   padding-left: 30px;
   }*/
   .video-contents .movie-contents-area {
   	margin-top: 90px;
   	position: relative;
   }
   .col-sm-8 .movie-contents-area .col-sm-6 .btn.view-all,
   .movie-contents-area .btn.view-all {
   	margin: 0;
   	right: 30px;
   	top: 0;
   	position: absolute;
   }
   .col-sm-8 .movie-contents-area .col-sm-6 .btn.view-all:focus,
   .movie-contents-area .col-sm-6 .btn.view-all:focus,
   .col-sm-8 .movie-contents-area .col-sm-6 .btn.view-all:active,
   .movie-contents-area .col-sm-6 .btn.view-all:active,
   .col-sm-8 .movie-contents-area .col-sm-6 .btn.view-all:visited,
   .movie-contents-area .col-sm-6 .btn.view-all:visited {
   	box-shadow: none;
   	outline: 0;
   }
   .col-sm-8 .movie-contents-area .col-sm-6 div[class*="-panel"],
   .movie-contents-area .col-sm-6 div[class*="-panel"] {
   	display: inline-block;
   	position: relative;
   	width: 100%;
   }
   .col-sm-8 .movie-contents-area .movie-contents,
   .movie-contents-area .movie-contents {
   	margin: 0 -16.5px 55px;
   	display: -webkit-box;
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: flex;
   	flex-wrap: wrap;
   }

   .vc_col-sm-6 .movie-contents-area:nth-child(odd) {
   	padding-right: 30px;
   }

   .col-sm-8 .movie-contents-area .contents,
   .movie-contents-area .contents {
   	display: flex;
   	flex-direction: column;
   	/*padding: 0 7.5px;*/
   }
   .col-sm-8 .movie-contents-area .contents article,
   .movie-contents-area .contents article {
   	margin-bottom: 24px;
   }
   .col-sm-8 .movie-contents-area .contents article .entry-thumbnail,
   .movie-contents-area .contents article .entry-thumbnail {
   	margin-bottom: 16px;
   }
   .col-sm-8 .movie-contents-area .contents article .entry-thumbnail img,
   .movie-contents-area .contents article .entry-thumbnail img {
   	height: auto;
   	margin: 0;
   	max-width: 100%;
   	/*width: inherit !important;*/
   }
   .col-sm-8 .movie-contents-area .contents article .entry-thumbnail .rating,
   .movie-contents-area .contents article .entry-thumbnail .rating {
   	background: #272833;
   	color: #90a4ae;
   	display: inline-block;
   	font-family: 'Roboto';
   	font-size: 13px;
   	font-weight: 900;
   	left: 10px;
   	bottom: 10px;
   	padding: 5px 10px;
   	position: absolute;
   }
   .col-sm-8 .movie-contents-area .contents article .entry-thumbnail .rating i,
   .movie-contents-area .contents article .entry-thumbnail .rating i {
   	color: #ffa000;
   	font-size: 12px;
   	margin-right: 3px;
   }
   .col-sm-8 .movie-contents-area .contents article .entry-title,
   .movie-contents-area .contents article .entry-title {
   	color: #455a64;
   	font-size: 14px;
   	line-height: 20px;
   	margin: 0;
   }
   .col-sm-8 .movie-contents-area .contents article .entry-title a,
   .movie-contents-area .contents article .entry-title a {
   	color: #455a64;
   }
   .col-sm-8 .movie-contents-area .movie-video-slider .item img,
   .movie-contents-area .movie-video-slider .item img {
   	margin: 0;
   	max-width: 100% !important;
   	width: 100% !important;
   }
   .col-sm-8 .movie-contents-area .movie-video-slider .item .play-video,
   .movie-contents-area .movie-video-slider .item .play-video {
   	background: #fff;
   	border-radius: 50%;
   	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
   	color: #d50000;
   	font-size: 25px;
   	height: 75px;
   	line-height: 75px;
   	width: 75px;
   	text-align: center;
   	left: 50%;
   	top: 50%;
   	position: absolute;
   	-webkit-transform: translate(-50%, -50%);
   	-moz-transform: translate(-50%, -50%);
   	-ms-transform: translate(-50%, -50%);
   	-o-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
   }
   .col-sm-8 .movie-contents-area .movie-video-slider .carousel-control,
   .movie-contents-area .movie-video-slider .carousel-control {
   	background: none;
   	box-shadow: none;
   	color: #cfd8dc;
   	font-size: 40px;
   	height: 45px;
   	width: 45px;
   	line-height: 45px;
   	margin-top: -22.5px;
   	top: 50%;
   	text-align: center;
   }
   .col-sm-8 .movie-contents-area .movie-video-slider .carousel-control.left,
   .movie-contents-area .movie-video-slider .carousel-control.left {
   	left: 4%;
   }
   .col-sm-8 .movie-contents-area .movie-video-slider .carousel-control.right,
   .movie-contents-area .movie-video-slider .carousel-control.right {
   	right: 4%;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-thumbnail,
   .movie-contents-area .movie-single .entry-thumbnail {
   	margin-bottom: 45px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .movie-thumb,
   .movie-contents-area .movie-single .entry-content .movie-thumb {
   	float: left;
   	margin: 0 30px 30px 0;
   	max-width: 23%;
   	padding: 0;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta,
   .movie-contents-area .movie-single .entry-content .entry-meta {
   	font-family: 'Lato', sans-serif;
   	font-weight: 700;
   	margin-bottom: 17px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta span,
   .movie-contents-area .movie-single .entry-content .entry-meta span {
   	display: inline-block;
   	margin: 0;
   	padding-right: 10px;
   	position: relative;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta span:last-child,
   .movie-contents-area .movie-single .entry-content .entry-meta span:last-child {
   	padding-right: 0;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta span:last-child:before,
   .movie-contents-area .movie-single .entry-content .entry-meta span:last-child:before {
   	display: none;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta span:before,
   .movie-contents-area .movie-single .entry-content .entry-meta span:before {
   	content: '/';
   	right: 1px;
   	position: absolute;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta span.author a,
   .movie-contents-area .movie-single .entry-content .entry-meta span.author a {
   	color: #90a4ae;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-meta span a,
   .movie-contents-area .movie-single .entry-content .entry-meta span a {
   	color: #d50000;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .entry-title,
   .movie-contents-area .movie-single .entry-content .entry-title {
   	border-bottom: 1px solid #cfd8dc;
   	display: inline-block;
   	font-size: 1.8em;
   	font-weight: 900;
   	margin-bottom: 23px;
   	padding-bottom: 38px;
   	width: 100%;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content p,
   .movie-contents-area .movie-single .entry-content p {
   	line-height: 26px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .movie-meta,
   .movie-contents-area .movie-single .entry-content .movie-meta {
   	display: inline-block;
   	width: 100%;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content ul,
   .movie-contents-area .movie-single .entry-content ul {
   	margin: 13px 0;
   	padding: 0;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content ul li,
   .movie-contents-area .movie-single .entry-content ul li {
   	color: #78909c;
   	display: inline-block;
   	font-family: 'Roboto';
   	line-height: 23px;
   	padding: 2px 0;
   	width: 100%;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content ul li span,
   .movie-contents-area .movie-single .entry-content ul li span {
   	font-weight: 900;
   	margin-right: 5px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content ul li a,
   .movie-contents-area .movie-single .entry-content ul li a {
   	color: #78909c;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content ul li a:hover,
   .movie-contents-area .movie-single .entry-content ul li a:hover {
   	color: #d50000;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .movie-rating span,
   .movie-contents-area .movie-single .entry-content .movie-rating span {
   	color: #78909c;
   	font-family: 'Roboto';
   	font-size: 15px;
   	font-weight: 900;
   	margin-right: 15px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .movie-rating span img,
   .movie-contents-area .movie-single .entry-content .movie-rating span img {
   	margin-right: 7px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .tags,
   .movie-contents-area .movie-single .entry-content .tags {
   	margin-top: 8%;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .tags a,
   .movie-contents-area .movie-single .entry-content .tags a {
   	background: #cfd8dc;
   	border: none;
   	box-shadow: none;
   	color: #78909c;
   	display: inline-block;
   	font-family: 'Roboto';
   	font-size: 14px;
   	font-weight: 500;
   	line-height: 32px;
   	padding: 0 10px;
   }
   .col-sm-8 .movie-contents-area .movie-single .entry-content .tags a:hover,
   .movie-contents-area .movie-single .entry-content .tags a:hover {
   	background: #f50000;
   	color: #fff;
   }
   .nav-tabs {
   	border-bottom-color: #cfd8dc;
   	margin-top: 45px;
   }
   .nav-tabs li {
   	margin: 0 5.7% 0 0;
   }
   .nav-tabs li a {
   	background: #fff;
   	border: none !important;
   	color: #90a4ae;
   	display: inline-block;
   	font-family: 'Lato', sans-serif;
   	font-size: 16px;
   	font-weight: 700;
   	line-height: 23px;
   	margin: 0;
   	padding: 6px 0;
   	text-transform: uppercase;
   }
   .nav-tabs li a:hover {
   	background: #fff !important;
   	border: none !important;
   	color: #90a4ae !important;
   }
   .nav-tabs li a:before {
   	content: '';
   	border-bottom: 2px solid transparent;
   	left: 0;
   	bottom: -1px;
   	position: absolute;
   	width: 100%;
   }
   .nav-tabs li.active a {
   	background: #fff !important;
   	border: none !important;
   	color: #455a64 !important;
   }
   .nav-tabs li.active a:before {
   	border-color: #d50000;
   }
   .nav-tabs li:first-child a {
   	padding-left: 0;
   }
   .tab-content {
   	padding: 45px 0 0;
   }
   .tab-content .movie-casts {
   	display: -webkit-box;
   	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: flex;
   	flex-wrap: wrap;
   	margin: 0 -7.5px;
   }
   .tab-content .movie-casts .col-sm-3 {
   	display: flex;
   	flex-direction: column;
   	padding: 0 7.5px;
   	text-align: center;
   }
   .tab-content .movie-casts .col-sm-3 .name {
   	color: #455a64;
   	font-size: 14px;
   	margin-bottom: 26px;
   	text-transform: capitalize;
   }
   .tab-content .movie-casts .col-sm-3 .name a {
   	color: #455a64;
   }
   .tab-content .movie-casts .col-sm-3 .name a:hover {
   	color: #d50000;
   }
   .tab-content .movie-casts .btn-container {
   	display: inline-block;
   	margin-top: 30px;
   	padding-left: 7.5px;
   	width: 100%;
   }
   .tab-content .reviews ul,
   .tab-content .reviews ol {
   	margin: 0;
   	padding: 0;
   }
   .tab-content .reviews ul li,
   .tab-content .reviews ol li {
   	display: inline-block;
   	width: 100%;
   }
   .tab-content .reviews .reviews-item {
   	margin-bottom: 27px;
   }
   .tab-content .reviews .reviews-item:last-child {
   	margin-bottom: 0;
   }
   .tab-content .reviews .avatar {
   	float: left;
   	margin: 0 25px 25px 0;
   	max-width: 90px;
   	padding: 0;
   }
   .tab-content .reviews .reviews-metadata span {
   	color: #90a4ae;
   	display: inline-block;
   	width: 100%;
   }
   .tab-content .reviews .reviews-metadata span a {
   	color: #455a64;
   }
   .tab-content .reviews .reviews-metadata span.name {
   	font-size: 15px;
   	font-weight: 600;
   	margin: 15px 0 0;
   	text-transform: uppercase;
   }
   .tab-content .reviews .reviews-metadata span.time {
   	font-size: 12px;
   	margin-top: 5px;
   }
   .tab-content .reviews .reviews-metadata span.rating {
   	color: #455a64;
   	font-family: 'Roboto';
   	font-size: 14px;
   	font-weight: 600;
   	margin-top: 12px;
   }
   .tab-content .reviews .reviews-metadata span.rating i {
   	color: #ffa000;
   	font-size: 12px;
   	margin-right: 3px;
   }
   .tab-content .reviews .reviews-metadata span.rating span {
   	width: initial;
   }
   .tab-content .reviews .reviews-body {
   	display: inline-block;
   	width: 100%;
   }
   .tab-content .related-videos {
   	display: inline-block;
   	margin: 0 -7.5px;
   }
   .tab-content .related-videos .col-xs-6 {
   	padding: 0 7.5px !important;
   }
   .tab-content .related-videos .item-thumb {
   	margin-bottom: 30px;
   	position: relative;
   }
   .tab-content .related-videos .item-thumb .play-video,
   .tab-content .related-videos .item-thumb .image-popup {
   	color: #fff;
   	font-size: 45px;
   	left: 50%;
   	top: 50%;
   	position: absolute;
   	-webkit-transform: translate(-50%, -50%);
   	-moz-transform: translate(-50%, -50%);
   	-ms-transform: translate(-50%, -50%);
   	-o-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
   }
   .tab-content .related-photos {
   	display: inline-block;
   	margin: 0 -7.5px;
   }
   .tab-content .related-photos .item-thumb {
   	margin-bottom: 30px;
   }
   /* 18 ----------- Contact Page ---------- */
   #googleMaps {
   	height: 63.1vh;
   }
   .contact-details {
   	margin-bottom: 30px;
   }
   .contact-details .wpcf7-form input {
   	margin-bottom: 30px;
   	width: 100%;
   }
   .contact-details .wpcf7-form input[type="text"] {
   	width: 48.05%;
   }
   .contact-details .wpcf7-form input[type="text"]#subject {
   	width: 100%;
   }
   .contact-details .wpcf7-form input[type="email"] {
   	float: right;
   	width: 48.05%;
   }
   .contact-details .wpcf7-form textarea {
   	height: 180px;
   	margin-bottom: 30px;
   	width: 100%;
   }
   .contact-details .wpcf7-form .contact-message {
   	color: green;
   }
   .contact-details .wpcf7-form .error-message {
   	color: red;
   }
   /* 19 --------- Register, Sign Up & Login Page --------- */
   .form-elements {
   	margin-bottom: 50px;
   }
   .form-elements h2,
   .form-elements h3,
   .form-elements h4,
   .form-elements h5,
   .form-elements h6 {
   	color: #455a64;
   }
   .form-elements form p {
   	clear: both;
   	position: relative;
   	text-align: left;
   }
   .form-elements form .form-input {
   	display: inline-block;
   	width: 49%;
   }
   .form-elements form .form-input input {
   	width: 100%;
   }
   .form-elements form .form-input input.captcha-input {
   	background: url(../../../images/captcha.jpg) no-repeat center;
   	width: 80%;
   }
   .form-elements form .form-input .icons {
   	display: inline-block;
   	float: right;
   	padding-right: 17px;
   }
   .form-elements form .form-input .icons i {
   	color: #90a4ae;
   	cursor: pointer;
   	display: block;
   	font-size: 20px;
   	padding: 5px 0;
   	width: 30px;
   	text-align: center;
   }
   .form-elements form .form-input:nth-child(even) {
   	float: right;
   }
   .form-elements form .checkbox {
   	font-family: 'Roboto';
   	font-size: 15px;
   	padding-left: 20px;
   }
   .form-elements form .checkbox input[type="checkbox"] {
   	left: 0;
   	top: 6px;
   	margin: 0;
   	width: 14px;
   }
   .form-elements form .checkbox a {
   	color: #d50000;
   	text-decoration: underline;
   }
   .form-elements form .submit-input {
   	display: inline-block;
   	margin-top: 15px;
   }
   .form-elements form.sign-in-form {
   	padding-top: 20px;
   }
   .form-elements form.sign-in-form p {
   	width: 100%;
   }
   .form-elements form.sign-in-form input[type="submit"] {
   	max-width: 110px;
   	padding: 0 33px;
   }
   .form-elements .alt-methods {
   	color: #455a64;
   	display: inline-block;
   	font-family: 'Poppins';
   	font-size: 16px;
   	font-weight: 700;
   	padding: 17px 0 0 35px;
   	vertical-align: middle;
   }
   .form-elements .alt-methods a {
   	color: #fff;
   	display: inline-block;
   	font-size: 20px;
   	height: 45px;
   	width: 45px;
   	line-height: 49px;
   	margin: 0 3.5px;
   	text-align: center;
   }
   .form-elements .alt-methods a.facebook {
   	background: #3b5998;
   }
   .form-elements .alt-methods a.twitter {
   	background: #1da1f2;
   }
   .form-elements .alt-methods a.google {
   	background: #dd4b39;
   }
   .form-elements .left-panel {
   	padding-right: 20px;
   }
   .form-elements .col-sm-5 {
   	padding-left: 35px;
   }
   .form-elements .right-panel {
   	border: 1px solid #cfd8dc;
   	padding: 30px;
   }
   .form-elements.style-2 {
   	max-width: 460px;
   	margin: 0 auto 60px;
   	text-align: center;
   }
   .form-elements.style-2 p {
   	width: 100%;
   }
   .form-elements.style-2 input[type="submit"] {
   	margin: 0 !important;
   	max-width: inherit !important;
   	width: 100% !important;
   }
   .form-elements.style-2 .submit-input {
   	margin-top: 0;
   }
   .form-elements.style-2 .alt-methods {
   	padding-left: 0;
   	text-align: center;
   	width: 100%;
   }
   .form-elements.style-2 .alt-methods span {
   	display: block;
   	padding: 15px 0 26px;
   }
   .form-elements.style-2 .bottom-text {
   	color: #455a64;
   	display: inline-block;
   	font-family: 'Poppins';
   	font-size: 16px;
   	font-weight: 700;
   	padding-top: 45px;
   	width: 100%;
   }
   .form-elements.style-2 .bottom-text a {
   	color: #d50000;
   }
   .form-elements.style-2 .register-form .submit-input {
   	margin-top: 15px;
   }
   /* 20 ---------- Sidebar ---------- */
   aside.sidebar {
   	padding-left: 40px;
   }
   aside.sidebar article {
   	display: inline-block;
   	padding: 0 !important;
   	width: 100%;
   }
   /* aside.sidebar article:last-child {
   	margin-bottom: 0 !important;
   } */
   aside.sidebar .entry-title a {
   	color: #455a64;
   }
   /* 21 --------- Widgets --------- */
   ul {
   	margin: 0;
   	padding: 0;
   	padding-left: 40px;
   }
   .widget {
   	margin-bottom: 60px;
   }
   aside.sidebar.video-blog .widget {
   	margin-bottom: 60px !important;
   }
   aside.sidebar:last-child .widget {
   	margin-bottom: 0;
   }
   aside.sidebar.video-blog .widget:last-child {
   	margin-bottom: 0 !important;
   }
   aside.sidebar .widget_search .widget-details form {
   	position: relative;
   }
   aside.sidebar .widget_search .widget-details form input {
   	border: 1px solid #cfd8dc;
   	border-radius: 0;
   	box-shadow: none;
   	color: #90a4ae;
   	font-family: 'Roboto';
   	font-size: 14px;
   	height: inherit;
   	padding: 20px 60px 20px 20px;
   }
   aside.sidebar .widget_search .widget-details form input[type="submit"] {
   	background: transparent;
   	border: none;
   	font-size: 0;
   	position: absolute;
   	top: 0;
   	right: 0;
   	height: 100%;
   	width: 60px;
   	padding: 0;
   }
   aside.sidebar .widget_search .widget-details form:before {
   	content: "\f002";
   	color: #90a4ae;
   	font-family: 'FontAwesome';
   	font-size: 15px;
   	right: 23px;
   	top: 23px;
   	position: absolute;
   }
   .widget_social li {
   	display: block;
   }
   .widget_social li a {
   	background: #eceff1;
   	color: #90a4ae;
   	display: inline-block;
   	font-family: 'Lato';
   	font-size: 13px;
   	font-weight: 700;
   	letter-spacing: 0.2px;
   	line-height: 30px;
   	margin-bottom: 15px;
   	padding: 10px 20px;
   	text-transform: capitalize;
   	width: 100%;
   }
   .widget_social li a i {
   	font-size: 18px;
   	position: relative;
   	text-align: left;
   	width: 35px;
   }
   .widget_social li a i:after {
   	content: '';
   	background: #dce3e7;
   	width: 1px;
   	height: 25px;
   	right: 0;
   	top: -3px;
   	position: absolute;
   }
   .widget_social li a:hover {
   	color: #fff !important;
   }
   .widget_social li a .count {
   	padding-left: 20px;
   }
   .widget_social li a.youtube:hover{
   	background: #e62117;
   }
   .widget_social li a.rss:hover {
   	background: #f36f24;
   }
   .widget_social li a.twitter:hover {
   	background: #57baf7;
   }
   .widget_social li a.facebook:hover {
   	background: #3b5998;
   }
   .widget_social li a.vimeo:hover {
   	background: #1ab7ea;
   }
   .widget_social li:last-child a {
   	margin-bottom: 0;
   }
   .widget_latest_post article,
   .widget_popular_posts article {
   	display: inline-block;
   	margin: 0 0 20px !important;
   	width: 100%;
   }
   .widget_latest_post article:last-child,
   .widget_popular_posts article:last-child {
   	margin-bottom: 0;
   }
   .widget_latest_post .entry-thumbnail,
   .widget_popular_posts .entry-thumbnail {
   	float: left;
   	height: 75px !important;
   	margin: 0 20px 0 0;
   	max-width: 75px;
   	padding: 0;
   }
   .widget_latest_post .entry-title,
   .widget_popular_posts .entry-title {
   	font-size: 13px !important;
   	font-weight: 600;
   	line-height: 20px;
   	margin: 2px 0 10px;
   }
   .widget_popular_posts .entry-title a,
   .widget_latest_post .widget-details .entry-title a{
   	color: #b0bec5;
   }
   .widget_most_liked article,
   .widget_most_viewd article {
   	margin-bottom: 30px !important;
   }
   .widget_most_liked article .entry-thumbnail,
   .widget_most_viewd article .entry-thumbnail {
   	height: 224px;
   	margin-bottom: 28px;
   }
   .widget_most_liked article .entry-thumbnail .play-video,
   .widget_most_viewd article .entry-thumbnail .play-video {
   	bottom: 20px;
   	left: 20px;
   }
   .widget_most_liked article .entry-title,
   .widget_most_viewd article .entry-title {
   	font-size: 13px;
   	line-height: 20px;
   }
   .widget_instagram_feed {
   	display: inline-block;
   }
   .widget_instagram_feed .widget-details {
   	display: inline-block;
   	margin: -7.5px;
   }
   .widget_instagram_feed .widget-details a {
   	float: left;
   	margin: 7.5px;
   	max-width: 96px;
   }
   aside .widget_instagram_feed img {
   	height: auto;
   	min-height: inherit !important;
   }
   aside .tag-link {
   	background: #cfd8dc;
   	color: #78909c;
   	display: inline-block;
   	font-family: 'Roboto';
   	font-size: 13px;
   	font-weight: 500;
   	float: left;
   	line-height: 33px;
   	margin: 0 4px 20px 0;
   	padding: 0 11px;
   	text-transform: capitalize;
   }
   aside .tag-link:hover {
   	background: #d50000;
   	color: #fff;
   }
   .tweet-slider {
   	color: #b0bec5;
   	font-family: 'Roboto';
   	font-size: 15px;
   	font-weight: 400;
   	line-height: 26px;
   }
   .tweet-slider .owl-item {
   	margin: -7px 0 0;
   }
   .tweet-slider .tweet {
   	margin-bottom: 30px;
   }
   .tweet-slider .tweet:last-child {
   	margin-bottom: 0;
   }
   .tweet-slider a:hover {
   	color: #d50000;
   }
   .tweet-slider .tag {
   	color: #b0bec5;
   	display: inline-block;
   }
   .tweet-slider .link {
   	color: #d50000;
   	display: block;
   	font-weight: 500;
   }
   .tweet-slider .time {
   	display: block;
   	font-size: 13px;
   }
   .tweet-slider .owl-nav {
   	display: none !important;
   }
   .widget_submit_video {
   	background: #eceff1;
   	padding: 45px 22px !important;
   	text-align: center;
   }
   .widget_submit_video .widget-title {
   	display: inline-block;
   	letter-spacing: 1px;
   	margin: -12px 0 23px;
   }
   .widget_submit_video .widget-title:before {
   	display: none;
   }
   .widget_submit_video .widget-title:after {
   	left: 50%;
   	margin-left: -35%;
   	width: 70%;
   }
   .widget_submit_video p {
   	color: #78909c;
   	font-family: 'Roboto';
   	font-size: 15px;
   	line-height: 25px;
   }
   .widget .file-upload {
   	max-width: 210px;
   	margin: 37px auto 0;
   	position: relative;
   	z-index: 0;
   }
   .widget .file-upload .btn {
   	background: #353641;
   	border: 1px solid #353641;
   	border-radius: 0;
   	color: #b0bec5;
   	cursor: pointer;
   	font-family: 'Poppins';
   	font-size: 12px;
   	font-style: normal;
   	font-weight: 700;
   	line-height: 45px;
   	margin: 0;
   	max-height: 45px;
   	max-width: 100%;
   	padding: 0 40px;
   	text-decoration: none;
   	text-transform: uppercase;
   }
   .widget_featured_authors .item,
   .widget_related_authors .item {
   	margin: 0 0 20px;
   }
   .widget_featured_authors .item:last-child,
   .widget_related_authors .item:last-child {
   	margin-bottom: 0;
   }
   .widget_featured_authors .item .item-thumb,
   .widget_related_authors .item .item-thumb {
   	max-width: 75px;
   	margin: 0;
   	padding: 0;
   }
   .widget_featured_authors .item .item-details,
   .widget_related_authors .item .item-details {
   	padding-left: 20px;
   }
   .widget_featured_authors .item .item-details .author-title,
   .widget_related_authors .item .item-details .author-title {
   	font-size: 13px;
   	margin: 4px 0 17px;
   	text-transform: capitalize;
   }
   .widget_featured_authors .item .item-details .author-title a,
   .widget_related_authors .item .item-details .author-title a {
   	color: #455a64;
   	text-transform: capitalize;
   }
   .widget_categories a {
   	color: #78909c;
   	display: block;
   	font-size: 14px;
   	font-weight: 500;
   	padding: 0 0 19px 20px;
   	position: relative;
   	text-transform: capitalize;
   }
   .widget_categories a:hover {
   	color: #d50000;
   	padding-left: 30px;
   }
   .widget_categories a:hover:before {
   	color: #d50000;
   	padding-left: 10px;
   }
   .widget_categories a:before {
   	content: "\f105";
   	color: #78909c;
   	font-family: 'FontAwesome';
   	left: 0;
   	top: -1px;
   	position: absolute;
   	-webkit-transition: all .25s ease;
   	-moz-transition: all .25s ease;
   	-ms-transition: all .25s ease;
   	-o-transition: all .25s ease;
   	transition: all .25s ease;
   }
   .widget_categories a span {
   	padding: 0 6px;
   	position: relative;
   }
   .widget_categories a span:before {
   	content: '(';
   	left: 0;
   	position: absolute;
   }
   .widget_categories a span:after {
   	content: ')';
   	right: 0;
   	position: absolute;
   }
   .widget_address .item {
   	display: inline-block;
   	margin-top: 45px;
   	width: 100%;
   }
   .widget_address .item:first-child {
   	margin-top: 0;
   }
   .widget_address .item .item-icon {
   	background: #eceff1;
   	border-radius: 50%;
   	color: #455a64;
   	float: left;
   	font-size: 35px;
   	height: 85px;
   	width: 85px;
   	line-height: 95px;
   	margin-right: 25px;
   	padding: 0;
   	text-align: center;
   }
   .widget_address .item .item-title {
   	color: #455a64;
   	font-size: 16px;
   	margin: 10px 0;
   }
   .widget_address .item span {
   	color: #78909c;
   	display: block;
   	font-family: 'Roboto';
   	font-size: 14px;
   	line-height: 24px;
   }
   .widget_address .item span a {
   	color: #455a64;
   }
   .widget_quality button {
   	background: #eceff1;
   	border: none;
   	border-radius: 0;
   	box-shadow: none;
   	color: #90a4ae;
   	font-family: 'Roboto';
   	font-size: 13px;
   	font-weight: 700;
   	float: left;
   	line-height: 45px;
   	margin-bottom: 15px;
   	padding: 0 15px;
   	text-transform: uppercase;
   	width: 47%;
   }
   .widget_quality button:nth-child(even) {
   	float: right;
   }
   .widget_quality button:hover {
   	background: #d50000;
   	color: #fff;
   }

   /* Widget: Instagram */
   .instagram-pics .instagram-pics-list{
	    width: 33% !important;
	    display: inline-block !important;
	    float: left;
	    padding: 0 1px 3px 3px;
   }
   .followme a{
   	color: #b0bec5;
   }

   /* ---------- Monster Widget Default ---------- */

   .widget.widget {
   	display: inline-block;
   	width: 100%;
   }
   .widget.widget a:hover {
   	color: #d50000;
   }
   .widget.widget .widget-title {
   	margin-bottom: 27px;
   }
   .widget.widget:last-child {
   	padding-bottom: 0;
   }
   .widget.widget_search form {
   	position: relative;
   }
   .widget.widget_search form label,
   .search-no-results form label {
   	width: 100%;
   }
   .widget.widget_search form input,
   .search-no-results form input,
   .post-password-form input {
   	border: 1px solid #e6e6e6;
   	border-radius: 0;
   	box-shadow: none;
   	color: #737373;
   	font-size: 15px;
   	height: inherit;
   	padding: 15px 60px 15px 15px;
   	width: 100%;
   }
   .widget.widget_search form input[type="submit"] {
   	background: transparent;
   	border: none;
   	font-size: 0;
   	position: absolute;
   	top: 0;
   	right: 0;
   	height: 100%;
   	width: 60px;
   	padding: 0;
   }
   .widget.widget_search form:before {
   	content: "\f002";
   	color: #b4b4b4;
   	font-family: 'FontAwesome';
   	font-size: 15px;
   	right: 23px;
   	top: 17px;
   	position: absolute;
   }
   .post-password-form p {
   	position: relative;
   }
   .post-password-form input {
   	padding: 12px 50px 12px 15px;
   	width: inherit;
   }
   .post-password-form input[type="submit"] {
   	background: #455a64;
   	border: 1px solid #e6e6e6;
   	border-radius: 0;
   	box-shadow: none;
   	color: #fff;
   	font-size: 15px;
   	height: inherit;
   	margin-left: -5px;
   	padding: 13px 20px;
   	text-align: center;
   }
   .comment-form a {
   	color: #4d4d4d;
   }

   /* Not Found */
   .search-no-results .page-content p{
   	padding-top: 10px;
   }
   .search-no-results form input[type="submit"]{
   	background: transparent;
   	border: none;
   	font-size: 0;
   	position: absolute;
   	top: 0;
   	right: 0;
   	padding: 0;
   }
   .search-no-results form:before{
   	content: "\f002";
   	color: #b4b4b4;
   	font-family: 'FontAwesome';
   	font-size: 15px;
   	right: 40px;
   	top: 75%;
   	position: absolute;
   }
   .widget.widget ul,
   .widget.widget ol {
   	margin-left: 0;
   	padding-left: 0;
   }
   .widget.widget ul li,
   .widget.widget ol li {
   	color: #737373;
   	display: block;
   	font-size: 14px;
   	list-style: none;
   	width: 100%;
   }
   .widget.widget ul li .children,
   .widget.widget ol li .children {
   	padding: 0 0 0 15px;
   }
   .widget.widget_nav_menu{
   	margin-top: 60px;
   }
   .widget.widget_categories a,
   .widget.widget_archive a,
   .widget.widget_pages a,
   .widget.widget_nav_menu a {
   	color: #737373;
   	display: inline-block;
   	line-height: 28px;
   	padding: 0 0 5px 20px !important;
   	position: relative;
   	text-transform: capitalize;
   }
   .widget.widget_categories a:hover,
   .widget.widget_archive a:hover,
   .widget.widget_pages a:hover,
   .widget.widget_nav_menu a:hover {
   	color: #d50000;
   	padding-left: 25px;
   }
   .widget.widget_categories a:before,
   .widget.widget_archive a:before,
   .widget.widget_pages a:before,
   .widget.widget_nav_menu a:before {
   	content: "\e628";
   	color: #737373;
   	font-family: 'themify';
   	font-size: 10px;
   	left: 0;
   	top: 6px;
   	position: absolute;
   	-webkit-transition: all 0.25s ease;
   	-moz-transition: all 0.25s ease;
   	-ms-transition: all 0.25s ease;
   	-o-transition: all 0.25s ease;
   	transition: all 0.25s ease;
   }
   .widget.widget_categories a:hover:before,
   .widget.widget_archive a:hover:before,
   .widget.widget_pages a:hover:before,
   .widget.widget_nav_menu a:hover:before {
   	color: #d50000;
   	padding-left: 5px;
   }
   .widget select {
   	background: #fff;
   	border: 1px solid #eceff1;
   	border-radius: 0;
   	font-size: 15px;
   	height: initial;
   	max-height: initial;
   	max-width: 100%;
   	padding: 15px;
   	width: 356px;
   }
   .widget select:focus,
   .widget select:active,
   .widget select:visited {
   	outline: 0;
   }
   .widget select option {
   	word-break: break-all;
   	width: 356px;
   }

/*.widgetarticle:last-child {
  margin-bottom: 0;
}
.widgetarticle .entry-thumbnail {
  float: left;
  margin-right: 20px;
  padding: 0;
  width: 60px;
}
.widgetarticle .entry-content {
  padding: 10px 0;
}
.widgetarticle .entry-content .entry-title {
  color: #737373;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.widgetarticle .entry-content .entry-title:before {
  display: none;
}
.widgetarticle .entry-content .entry-title a {
  color: #737373;
  }*/
  a[class*="tag-"] {
  	background: #f7f7f7;
  	color: #c0c0c0;
  	display: inline-block;
  	font-family: 'Yantramanav';
  	font-size: 16px !important;
  	font-weight: 500;
  	line-height: 33px;
  	margin: 5px 3px;
  	padding: 0 15px;
  	border: none;
  	text-align: center;
  }
  a[class*="tag-"]:hover {
  	background: #f07f52;
  	color: #fff;
  }
  .widget.tweet-slider {
  	padding-bottom: 40px;
  }
  .widget.tweet-slider .item {
  	color: #737373;
  	font-size: 14px;
  	line-height: 24px;
  }
  .widget.tweet-slider .item a {
  	color: #d50000;
  }
  .widget.tweet-slider .item .date {
  	display: block;
  	color: #d50000;
  }
  .widget.tweet-slider .carousel-indicators {
  	bottom: 0;
  	left: 0;
  	margin: 0;
  	text-align: left;
  }
  .widget.tweet-slider .carousel-indicators li {
  	background: #ebebeb;
  	border: none;
  	height: 11px;
  	width: 11px;
  	margin: 0;
  }
  .widget.tweet-slider .carousel-indicators li.active {
  	background: #d50000;
  }
  .widget.widget_cart .item {
  	display: inline-block;
  	margin: 0 0 20px;
  	position: relative;
  	width: 100%;
  }
  .widget.widget_cart .close {
  	color: #bfbfbf;
  	font-size: 16px;
  	position: absolute;
  	right: 0;
  	top: 50%;
  	opacity: 1;
  	text-shadow: none;
  	transform: translate(0, -50%);
  }
  .widget.widget_cart .item-thumb {
  	float: left;
  	max-width: 90px;
  	margin-right: 20px;
  	padding: 0;
  }
  .widget.widget_cart .item-details {
  	padding: 17px 0;
  }
  .widget.widget_cart .item-details .item-title {
  	display: block;
  }
  .widget.widget_cart .item-details .price,
  .widget.widget_cart .item-details .item-count {
  	color: #d50000;
  	display: inline-block;
  	font-size: 17px;
  	font-weight: 700;
  }
  .widget.widget_cart .item-details .price {
  	margin: 15px 0 0;
  }
  .widget.widget_cart .item-details .item-count {
  	padding-left: 15px;
  	position: relative;
  }
  .widget.widget_cart .item-details .item-count:before {
  	content: "x";
  	font-size: 17px;
  	font-style: normal;
  	color: #a6a6a6;
  	top: 0;
  	left: 2px;
  	position: absolute;
  }
  .widget.widget_cart .cart-bottom {
  	border-top: 1px solid #ebebeb;
  	margin-top: 10px;
  	padding-top: 45px;
  }
  .widget.widget_cart .cart-bottom .price-total {
  	color: #404040;
  	display: inline-block;
  	font-size: 14px;
  	font-weight: 700;
  	line-height: 45px;
  	text-transform: uppercase;
  }
  .widget.widget_cart .cart-bottom .price-total .price {
  	color: #d50000;
  	display: inline-block;
  }
  .widget.widget_cart .cart-bottom .btn {
  	background: #ebebeb;
  	color: #404040;
  	font-size: 12px;
  	font-weight: 700;
  	line-height: 45px;
  	padding: 0 22px;
  }
  .widget.widget_cart .cart-bottom .btn:hover {
  	background: #d50000;
  	color: #fff;
  }
  .widget.widget_meta a {
  	color: #737373;
  	display: inline-block;
  	padding: 0 0 15px 0;
  	position: relative;
  	text-transform: capitalize;
  }
  footer .widget.widget_meta a{
  	color: #fff;
  }
  .widget.widget_recent_comments li,
  .widget.widget_recent_entries li {
  	line-height: 22px;
  }
  footer .widget.widget_recent_comments a {
  	color: #fff;
  }
  .widget.widget_recent_comments a {
  	color: #737373;
  	display: inline-block;
  	padding:0;
  	position: relative;
  	text-transform: capitalize;
  }
  footer .widget.widget_recent_entries a {
  	color: #fff;
  }
  .widget.widget_recent_entries a {
  	color: #737373;
  	display: inline-block;
  	padding:0;
  	position: relative;
  	text-transform: capitalize;
  }
  .widget.widget_rss a {
  	color: #737373;
  }
  .widget.widget_rss .rss-date {
  	display: block;
  	margin: 8px 0 15px;
  }
  footer .widget.widget_rss .rss-date {
  	margin: 2px 0 8px;
  }
  footer .widget.widget_rss a{
  	color: #fff;
  	font-size: 16px;
  }
  footer .widget.widget_rss .rssSummary {
  	color: #fff;
  }
  .widget.widget_rss .rssSummary {
  	color: #737373;
  	line-height: 22px;
  }
  .widget.widget_rss cite {
  	display: inline-block;
  	margin: 10px 0 15px;
  	width: 100%;
  }
  footer .widget.widget_rss cite{
  	margin: 7px 0 20px;
  }
  .widget.widget_text img {
  	margin: 10px 0;
  }
  article table tr {
  	padding: 5px;
  }
  article table tr td {
  	padding-right: 15px;
  }
  .widget.widget table {
  	color: #666;
  	font-size: 15px;
  	text-align: center;
  	text-align: left;
  }
  .widget.widget table {
  	text-align: center;
  }
  .widget.widget table tr {
  	border: 1px solid #666;
  }
  .widget.widget table tr td {
  	padding: 10px 10px;
  	border: 1px solid #666;
  }
  .widget.widget table tr th {
  	padding: 10px 10px;
  	font-weight: normal;
  	border: 1px solid #666;
  	text-align: left;
  }
  .widget.widget table tr th {
  	text-align: center;
  }
  .widget.widget table a {
  	color: #404040;
  	font-weight: 600;
  }


  /* 22 --------- Footer --------- */
  footer {
  	color: #737373;
  	font-family: 'Poppins';
  	font-size: 14px;
  	font-weight: 400;
  }
  footer p {
  	color: #b0bec5;
  	font-family: 'Roboto';
  	font-size: 15px;
  	line-height: 27px;
  	margin: 0;
  }
  footer .footer-top .overlay {
  	background: rgba(59, 62, 82, 0.93);
  }
  footer .footer-top .section-padding {
  	padding: 105px 0;
  }
  footer .footer-top .subscribe {
  	margin-bottom: 88px;
  	color: #fff;
  }
  footer .footer-top .subscribe form {
  	display: inline-block;
  	position: relative;
  	width: 100%;
  	z-index: 0;
  }
  footer .footer-top .subscribe form:before {
  	content: "\e628";
  	color: #d50000;
  	font-family: 'themify';
  	font-size: 22px;
  	bottom: 15px;
  	right: 0;
  	position: absolute;
  	z-index: -1;
  }
  footer .footer-top .subscribe form input {
  	background: transparent;
  	border: none;
  	border-bottom: 1px solid #4d626d;
  	color: #cfd8dc;
  	font-family: 'Poppins';
  	font-size: 16px;
  	font-weight: 600;
  	float: left;
  	height: 50px;
  	margin-right: 30px;
  	padding: 15px 0;
  	text-align: left;
  	width: 31.5%;
  }
  footer .footer-top .subscribe form input:focus {
  	outline: 0;
  }
  footer .footer-top .subscribe form input[type="submit"] {
  	color: #d50000;
  	margin: 0;
  }
  footer .footer-top .footer-widgets .widget-title {
  	color: #fff;
  	font-weight: 700;
  	letter-spacing: 0.5px;
  	margin-top: 30px;
  }
  footer .footer-logo {
  	margin-bottom: 28px;
  }
  footer .footer-social {
  	margin-top: 40px;
  }
  footer .footer-social a {
  	color: #90a4ae;
  	display: inline-block;
  	font-size: 18px;
  	height: 20px;
  	width: 20px;
  	text-align: left;
  	margin-right: 8px;
  }
  footer .footer-bottom {
  	background: #292a32;
  	color: #5c5d64;
  	font-family: 'Roboto';
  	font-size: 14px;
  }
  footer .footer-bottom .padding {
  	padding: 62px 0;
  }
  footer .footer-bottom a {
  	color: #999;
  	font-family: 'Poppins';
  	font-weight: 600;
  }
  footer .footer-bottom a:hover {
  	color: #d50000;
  }
  footer .footer-bottom .copyright {
  	color: #999;
  	line-height: 26px;
  }
  footer .widget {
  	margin-bottom: 0;
  }
  footer .widget.widget ul li,
  footer .widget.widget ol li {
  	color: #fff;
  }
  footer .widget.widget_categories a,
  footer .widget.widget_archive a,
  footer .widget.widget_pages a,
  footer .widget.widget_nav_menu a {
  	color: #fff;
  }
  footer .widget.widget_categories a:before,
  footer .widget.widget_archive a:before,
  footer .widget.widget_pages a:before,
  footer .widget.widget_nav_menu a:before {
  	color: #fff;
  	top: 2px;
  }
  footer .widget.widget table tr {
  	border: 1px solid #fff;
  }
  footer .widget.widget table tr td {
  	border: 1px solid #fff;
  }
  footer .widget.widget table tr th {
  	border: 1px solid #fff;
  }
  footer .widget.widget table a {
  	color: #fff;
  }
  footer .widget.widget table,
  footer table caption {
  	color: #fff;
  }
  footer .widget_tags{
  	margin-top: 60px;
  }
  footer a[class*="tag-"]:hover {
  	background: #d50000;
  	color: #fff !important;
  }

  footer a[class*="tag-"] {
  	color: #464A4C;
  }
  footer p{
  	color: #fff;
  }


	/* Footer About Us Widget */
	.footer-about{
		padding-top: 40px;
	}
  /* 404 Error Page */
  .error-banner {
  	color: #ffffff;
  	text-transform: uppercase;
  }
  #error-banner .error-title {
  	font-size: 22px;
  	font-weight: 800;
  	color: #fff;
  	padding-top: 165px;
  	overflow: hidden;
  }
  #error-banner .error-main-title {
  	font-size: 86px;
  	font-weight: 800;
  	padding-top: 55px;
  	color: #fff;
  }
  #error-banner .error-sub-title {
  	font-size: 24px;
  	font-weight: 800;
  	padding-top: 12px;
  	color: #fff;
  }
  .error-banner .btn-container {
  	clear: both;
  	padding-top: 85px;
  }
  .error-banner .btn {
  	font-size: 16px;
  	color: #fff;
  	font-weight: 700;
  	padding: 24px 54px;
  }
  .error-banner .btn:after {
  	right: -15px;
  	top: -37px;

  	-webkit-transform: rotate(17deg);
  	-moz-transform: rotate(17deg);
  	-ms-transform: rotate(17deg);
  	-o-transform: rotate(17deg);
  	transform: rotate(17deg);
  }
  /*--- table ---*/
  .entry-content table, .comments table{
  	color: #666; text-align: center; width: 100%; text-align: left;
  }
  .entry-content table tr, .comments table tr{
  	border: 1px solid #666;
  }
  .entry-content table tr td, .comments table tr td{ padding: 10px 15px; border: 1px solid #666; }
  .entry-content table tr th, .comments table tr th{ padding: 10px 15px; font-weight: normal; border: 1px solid #666; text-align: left; }
  .entry-content table.style-2{ border-spacing:2px; border-collapse:separate; }
  .entry-content table.style-2 tr td{ border-bottom-width: 0px; }
  .entry-content table.style-2 tr:nth-child(odd){ background-color: #f9f9f9; }
  .entry-content table.style-2 tr:nth-child(odd){ color: #949494; }
  .entry-content table.style-2 tr:nth-child(even){ background-color: #f3f3f3; }
  .entry-content table.style-2 tr:nth-child(even){ color: #949494; }


  /* Page Sidebar */
/*   section + section {
  	margin-bottom: 0 !important;
  }
  section + section .section-padding {
  	padding-top: 0;
  }
  section + section.video-contents {
  	padding-top: 0 !important;
  } */
  .vc_col-sm-8,
  .vc_col-sm-4 {
  	padding-left: 15px !important;
  	padding-right: 15px !important;
  }
/*   .vc_col-sm-8 + .vc_col-sm-4 {
  	padding: 90px 0;
  } */
  .vc_col-sm-8 + .vc_col-sm-4> div {
  	padding: 0 !important;
  }
  .vc_column-inner {
  	padding: 0 !important;
  }
  body.single .blog-posts.video-post .section-padding {
  	padding: 90px 0;
  }




  /* Movie Social */

  #social {
  	position: absolute;
  	top: -6px;
  	left: 5px;
  }
  #social a.btn{
  	border: none;
  	border-radius: 0;
  }
  #social .facebook {
  	background: #3B5999;
  	color: #fff;
  	padding: 6px 16px;
  }
  #social .google {
  	background: #D44332;
  	color: #fff;
  	padding: 6px 16px;
  }
  #social .twitter {
  	background: #00ACED;
  	color: #fff;
  	padding: 6px 16px;
  }

  @media (max-width: 412px) {
  	#social {
  		top: 95px;
  	}
  }

  .modal{
  	padding-top: 15%;
  	background: rgba(0, 0, 0, 0.71);
  }

/*  html {
  	margin-top: 0 !important;
  }
  */


  /* Post Navigation */
  .post-navigation .nav-links a,
  .post-navigation .nav-links h2,
  .post-navigation .nav-icon {
  	-webkit-transition: all .25s ease;
  	-moz-transition: all .25s ease;
  	-ms-transition: all .25s ease;
  	-o-transition: all .25s ease;
  	transition: all .25s ease;
  }
  .post-navigation .nav-links .pull-right h2{
  	margin-left: 0;
  	margin-right: 10px;
  	width: 93%;
  }
  .post-navigation .nav-links i {
  	display: none;
  }
  .post-navigation .nav-links .meta-nav {
  	position: relative;
  }

  .blog-posts.single-post .post-navigation{
  	padding: 20px 0 10px 0;
  }
  .post-navigation .nav-links {
  	display: inline-block;
  	width: 100%;
  }
  .post-navigation .nav-links a {
  	color: inherit;
  	display: inline-block;
  	width: 100%;
  }
  .post-navigation .nav-links h2{
  	font-size: 16px;
  	display: block;
  	margin-top: 10px;
  }
  .post-navigation .nav-links a:hover,
  .post-navigation .nav-links h2:hover {
  	color: #d50000;
  }
  .post-navigation .nav-links .pull-left,
  .post-navigation .nav-links .pull-right {
  	width: 49.5%;
  }
  .post-navigation .nav-links .meta-nav {
  	color: #262626;
  	display: inline-block;
  	font-size: 0.8em;
  	font-weight: 700;
  	text-transform: uppercase;
  }
  .post-navigation .nav-links .meta-nav:hover {
  	color: #262626;
  }
  .post-navigation .nav-links .meta-nav:before {
  	font-family: 'FontAwesome';
  	position: absolute;
  	top: -1px;
  }
  .post-navigation .nav-links .pull-left .meta-nav {
  	padding-left: 13px;
  }
  .post-navigation .nav-links .pull-left .meta-nav:before {
  	content: "\f100";
  	left: 0;
  }
  .post-navigation .nav-links .pull-right .meta-nav {
  	padding-right: 13px;
  }
  .post-navigation .nav-links .pull-right .meta-nav:before {
  	content: "\f101";
  	right: 0;
  }

  .col-sm-8.pull-right + .col-sm-4> aside.sidebar {
  	padding-left: 0;
  	padding-right: 40px;
  }
  li.pingback {
  	margin-left: 0 !important;
  }

/*Custom CSS For blog detail page project listing*/

ul.residential-list-slider {
    width: 100%;
    margin: 25px 0 30px;
    padding: 0;
    text-align: center;
}

ul.residential-list-slider li {
    justify-content: center;
    margin: 0 0 30px;
    padding: 0 15px;
    vertical-align: bottom;
}

ul.residential-list-slider li .inside-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

ul.residential-list-slider li .img-box {
    width: 390px;
    height: 260px;
    text-align: center;
}

ul.residential-list-slider li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;
}

.inside-wrap .data {
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}

.inside-wrap .data h3 {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "OpenSansRegular";
    text-align: left;
    text-transform: unset;
    letter-spacing: 3px;
    font-weight: 400;
}

.inside-wrap .data .icon-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}

.inside-wrap .data .icon-wrap img {
    max-width: 30px;
}

.inside-wrap .data .icon-wrap h3 {
    margin-left: 15px;
    margin-top: 0px;
}

.residential-wrap .location-desc-p {
    max-height: 100px;
    overflow: auto;
    margin: 15px 0 0;
}

 /* css addedby sunil 11-5-23 */

.relatedProjectList ul.residential-list-slider .btn.black-dark{
	text-decoration: none;
	font-style: normal;
	padding: 8px 15px;
    font-size: 14px;
    border-radius: 0;
}
.relatedProjectList ul.residential-list-slider li .img-box{
	width: 100%;
}
.relatedProjectList .inside-wrap .location-desc-p {
    max-height: 100px;
    overflow: auto;
    margin: 15px 0 0;
	
}
.relatedProjectList .inside-wrap .location-desc-p p{
	text-align: left;
}
.relatedProjectList .inside-wrap .location-desc-p p {
    margin-top: 0;
    width: 96%;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: #555;
    padding: 0px 1px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}
.relatedProjectList ul.residential-list-slider .slick-next {
	right: -12px;
}
@media (max-width: 640px) {
	.relatedProjectList ul.residential-list-slider .slick-prev:before, 
	.relatedProjectList ul.residential-list-slider .slick-next:before{
		font-size: 30px;
	}
	.relatedProjectList ul.residential-list-slider .slick-prev {
		left: -15px;
	}
	.relatedProjectList ul.residential-list-slider .slick-next {
		right: -6px;
	}
}