/*
 Theme Name:  UltimaTube Child Theme
 Theme URI:   https://www.wp-script.com/adult-wordpress-themes/ultimatube/
 Description: Child Theme for WP-Script UltimaTube theme
 Author:      WP-Script
 Template:    ultimatube
 Text Domain: wpst
 Version:     1.8.10
*/

/*
IMPORTANT:
- Do not change "Author: WP-Script" in the header of this file. 

Need help? Check the following links to get more information about child themes:
- WP-Script help: https://www.wp-script.com/blog/how-to-create-a-wordpress-child-theme/
- WordPress developer resource: https://developer.wordpress.org/themes/advanced-topics/child-themes/

Write your own CSS code after this comment block.
*/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
p.site-description {
	margin: 0 0 10px 10px;
	color: #e4e4e7;
}
.text-center {
	text-align: center;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 1.5;
	color: #e4e4e7;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

button,
.button,
.button:visited,
.button:focus {
	color: #e4e4e7;
}


p {
	margin-bottom: 1em;
	color: #e4e4e7;
}

.label {
	background: #e4e4e7;
	color: #333;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.label:hover,
.label:hover i {
	color: #e4e4e7;
}

.homepage-description {
	color: #a1a1aa;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


body {
	background-color: #0A0A0A;
}

hr {
	background-color: #e4e4e7;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.label:focus {
	color: #e4e4e7;
	outline: 0;
}

a.tag-cloud-link:hover {
	color: #e4e4e7;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget_categories ul li a,
.comment-reply-link:hover,
a.tag-cloud-link,
.template-actors li a {
	background-color: #333!important;
	transition: all 200ms linear;
	color: #e4e4e7;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
.wp-editor-container {
	background-color: #e6e6e6;
	border: 1px solid #eee;
	color: #aaa;
	padding: 0 0.8em;
	height: 40px;
}

.label.secondary,
.pagination ul li a,
.mobile-pagination ul li span {
	background-color: #e6e6e6!important;
	border-color: #e6e6e6!important;
	outline: none;
	color: #333;
}

.pagination ul li a.current,
.pagination ul li a:hover {
	color: #e4e4e7;
}

.pagination ul li a,
.mobile-pagination ul li span,
.mobile-pagination ul li a {
	display: block;
	padding: 5px 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	color: #aaa;
}

a.tag-cloud-link:focus {
	color: #e4e4e7;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation ul {
	max-width: 1350px;
    margin: 0 auto;
	/* z-index: 5000; */
	z-index: 5;
	padding: 0 30px;
	background: #222222;
}

#site-navigation ul #atmosphere:hover {
	cursor: pointer;
}

#site-navigation ul #atmosphere i {
	color: #e4e4e7;
	line-height: 45px;
}

#site-navigation > ul > li > a {
	display: block;
	padding: 0 1.5em;
	line-height: 45px;
	height: 45px;
	color: #e4e4e7;
	outline: 0;
	font-size: 16px;
}


#site-navigation > ul > li:hover > a {
	color:#999;
}

#site-navigation > ul > li.has-sub > a:hover:after {
	color: #e4e4e7;
}

#site-navigation ul ul {
	position: absolute;
	left: -9999px;
	background-color: #e4e4e7;
	min-width: 160px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
	padding: 10px 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	top: 40px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#site-navigation ul ul li.has-sub > a:hover:after,
#site-navigation ul ul li.has-sub > a:focus:after {
	color: #e4e4e7;
}


#site-navigation ul ul ul li.current-menu-item a {
	border-left:1px solid #333;
}

.nav-menu a {
	color:#e4e4e7;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
	display: block;
	outline: 0;
}


.footer-menu-container a {
	color: #e4e4e7;
	font-weight: bold;
}


.mobile-pagination ul li.pagination-nav i {
	color: #e4e4e7!important;
	margin: 0;
	font-size: 29px;
}

/*--------------------------------------------------------------
# Tags Template
--------------------------------------------------------------*/


.tags-letter-block .tag-items .tag-item a {
    padding: 8px;
	display: inline-block;
	color: #aaa;
	outline: 0;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title,
.page-title,
.page .entry-title,
.comments-title,
.comment-reply-title {
  	color: #e4e4e7;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.more-videos:hover,
.more-videos:hover span,
.more-videos span:hover {
	color: #e4e4e7;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-branding {
	background: #161616;
	border-bottom: 1px solid #000000;
}
.site-content {
	background: #121212 ;
	border-bottom: 1px solid #000000;
}

.thumb-block .entry-header {
	font-weight: 400!important;
	height: 70px;
	overflow: hidden;
	color: #e4e4e7;
	display: block;
	padding: 0.5em 0 0;
	font-size: 14px;
}

.thumb-block .views {
	margin-right: 10px;
	color: #aaa;
}


span.duration,
span.hd-video {
    background: #333;
    color: #e4e4e7;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 0.2em 0.4em;
	font-size: 0.75em;
}


span.duration {
	left: 5px;
	bottom: 5px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
}

span.hd-video {
	font-weight: 900;
	padding: 8px 3px;
	top: 5px;
	right: 5px;
	font-style: italic;
	left: inherit;
	bottom: inherit;
	font-size: 13px;
	background: #bc0e0d;
	color: #e4e4e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.thumb-block:hover span.hd-video {
	color: #e4e4e7;
}

.video-actions {
	background: #1d1d1d;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


#video-links a {
	display: inline-block;
	color: #e4e4e7;
	/* margin: 0 20px; */
	outline: 0;
}

#video-links a i {
	margin-right: 3px;
	color: #e4e4e7;
}

.video-share span.title {
	width: 130px;
	font-weight: bold;
	display: inline-block;
	color: #e4e4e7;
}


.video-share .share-buttons i,
.social-share i {
	font-size: 20px;
	color: #e4e4e7;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.video-share i#email {
	background-color: #aaa;
}



.happy-header-mobile {
	background: #0F0F0F;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	padding: 20px 0;
}

.happy-footer,
.happy-footer-mobile,
.happy-related-videos-mobile {
	background: #161616;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	padding: 20px 0;
}


.post-like a {
	display: block;
	padding: 5px 10px;
	background: #e4e4e7;
	text-align: center;
	outline: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.filters a::before {
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -22px;
    height: 20px;
    width: 1px;
    background-color: #e4e4e7;
}

#video-buttons i, span.post-like, .show-more i {
	color: #aaa;
}

.like #more:hover .grey-link {
	color: #e4e4e7;
}

.grey-link {
    color: #aaa;
    font-size: 1rem;
}

.entry-content,
.custom-content {
	padding: 30px 30px 60px;
	border-top: 1px solid #000000;
}

.title-block {
	background: #e4e4e7;
	overflow: hidden;
}

.aside-block {
	border-bottom: 1px solid #e4e4e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.archive-content {
	position: relative;
    padding: 20px 30px 50px;
    float: right;
	background: #121212;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.footer-widget-zone {
	text-align: center !important; 
	padding: 30px 30px 10px;
	background: #161616;
	width: 100%;
	clear: both;
	margin: 0;
	overflow: hidden;
}


.site-footer {
	padding: 30px 10px;
	clear: both;
	width: 100%;
	background: #161616;
	border-top: 1px solid #000000;
}

.site-footer .site-info p{
	color: #e4e4e7;
}

.video-player-area {
	background: #222222;
}

.video-player-area .video-infos h1 {
	color: #e4e4e7;
	border: none;
	padding: 0;
}

.video-player-area .video-infos .tracking-btn a {
	color: #e4e4e7;
	display: inline-block;
}

.responsive-player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}

.happy-under-player {
	background: #161616;
	text-align: center;
	padding: 10px 0;
}

.under-video-block {
	overflow: hidden;
	padding: 0 30px 30px;
	border-bottom: 1px solid #000000;
}

.under-video-block .video-archive-ad {
	background: #e4e4e7;
}

/*--------------------------------------------------------------
## Login register popup
--------------------------------------------------------------*/

.membership a.button {
	color: #e4e4e7;
	padding: 0 20px;
}

.membership ul {
	display: none;
	position: absolute;
	background-color: #e4e4e7;
	min-width: 160px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
	padding: 10px 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	top: 100%;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*--------------------------------------------------------------
## Menu icon
--------------------------------------------------------------*/


	#site-navigation .membership ul li a {
		color: #e4e4e7;
		padding: 15px 0;
	}

	.header-search input[type="submit"] {
		width: 15%;
		padding: 0;
		height: 62px;
		font-size: 20px;
		border: none;
		margin: 0;
		color: #f0f0f0;
	}

	.filters-list {
		display: none;
		position: absolute;
		padding: 10px 0;
		background: #333;
		z-index: 5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
	}

	#site-navigation .membership ul li a {
		color: #e4e4e7;
		padding: 15px 0;
	}



	.header-search input[type="submit"] {
		width: 15%;
		padding: 0;
		height: 62px;
		font-size: 20px;
		border: none;
		margin: 0;
		color: #e4e4e7;
	}


/****************/
/* MEDIAQUERIES */
/****************/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	/** DISPLAY NONE */
	#site-navigation .membership ul.sub-menu,
	.more-videos span,
	.archive-aside,
	.sidebar-ads,
	.happy-inside-player,
	.under-player-desktop,
	.video-archive-ad,
	.prev-photo,
	.next-photo,
	.happy-footer {
		display: none;
	}

	/** DISPLAY BLOCK */
	.happy-under-player .under-player-mobile,
	.happy-related-videos-mobile,
	.happy-footer-mobile,
	.author-header,
	/* .filters a.filter-title:hover .filters-list, */
	.filter-title,
	.mobile-pagination {
		display: block;
	}

	.scroll-disabled {
		position: inherit;
	}

	#site-navigation {
		position: fixed;
		height: 100%;
		width: 250px;
		background:rgba(51,51,51,0.98);
		color: white;
		top: 80px;
		right: -250px;
		overflow: auto;
		z-index: 99998;
	}

	#site-navigation .membership {
		display: flex;
		justify-content: space-between;
		padding: 20px 10px;
		border-bottom: 1px solid #555;
	}

	.membership .welcome i {
		position: relative;
		top: -1px;
		margin-right: 5px;
	}

	.membership .login {
		width: 100%;
		margin: 0 5px;
	}

	.membership .login a {
		background: #ddd;
		padding: 0 10px;
		margin: 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		white-space: nowrap;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#site-navigation .membership ul {
		top: 10px;
		background: transparent;
		min-width: auto;
		box-shadow: none;
		left: 0;
		right: inherit;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#site-navigation .membership ul li {
		padding: 0;
	}

	#site-navigation .membership ul li a {
		color: #e4e4e7;
		padding: 15px 0;
	}

	#site-navigation .membership .welcome {
		width: 100%;
    	padding: 0 10px;
	}

	.membership .welcome a:after, .membership .welcome i.fa-caret-down {
		float: right;
		position: relative;
		top: 10px;
		font-size: inherit;
	}

	body.logged-in #site-navigation.admin-topbar-displayed {
		top: 112px;
	}

	#site-navigation ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;
	}

	#site-navigation > ul > li {
		float: none;
		width: 100%;
	}

	#site-navigation > ul > li > a {
		color: #e4e4e7;
		text-decoration: none;
		width: 100%;
		display: block;
		outline: 0;
		line-height: 45px;
		height: 45px;
		font-size: 14px;
		border: none;
	}

	#site-navigation ul li.current-menu-item a {
		border: none;
	}

	#site-navigation ul > li.menu-item-has-children > a:after {
		content: "\f0d7";
		font-family: fontAwesome;
		float: right;
	}

	.site-branding {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 80px;
		padding: 0 30px;
	}

	.search-menu-mobile {
		position: absolute;
		top: 24px;
    	right: 20px;
	}

	body.logged-in .search-menu-mobile {
		top: 70px;
	}

	.header-search {
		display: none;
		width: 100%;
	}

	.header-search input {
		width: 85%;
		padding: 30px;
		height: 60px;
		line-height: 60px;
		float: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.header-search input[type="submit"] {
		width: 15%;
		padding: 0;
		height: 62px;
		font-size: 20px;
		border: none;
		margin: 0;
		color: #f0f0f0;
	}

	.more-videos i {
		margin: 0;
	}

	body.logged-in #site-navigation.admin-topbar-displayed {
		top: 126px;
	}

	/* body.page .entry-content {
		padding: 0;
	} */

	.with-aside {
		margin-left: 0;
	}

	.site-branding,
	.archive-content,
	.entry-content,
	.under-video-block,
	.footer-widget-zone {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-branding .logo {
		max-width: 60%;
		max-height: 80px;
	}

	.site-branding .logo .site-title a {
		display: block;
		max-height: 80px;
		overflow: hidden;
		font-size: 28px!important;
	}

	.thumb-block {
		width: 50%;
		padding: 5px;
		margin-bottom: 1%;
	}

	.thumb-block.full-width {
		width: 100%;
	}

	.video-player-area .video-infos {
		display: block;
		width: 100%;
	}

	#video-rate {
		width: 50%;
	}

	.video-player-area .video-infos .tracking-btn a {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.video-share .share-buttons {
		display: block;
		margin-top: 10px;
	}

	.video-share .share-buttons a {
		margin: 0 0 5px;
	}

	.video-share .share-buttons i, .social-share i {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.video-share-url {
		padding-left: 0;
	}

	.sidebar-ads {
		background: #eee;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	.tags-letter-block .tag-items {
		margin: 0 0 0 105px;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}

	#comments input,
	#comments textarea,
	.comment-form-comment {
		width: 100%;
	}

	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
	}

	#back-to-top {
		right: 10px;
		bottom: 20px;
	}

	.footer-widget-zone .one-column-footer .widget,
	.footer-widget-zone .two-columns-footer .widget,
	.footer-widget-zone .three-columns-footer .widget,
	.footer-widget-zone .four-columns-footer .widget {
		width: 100%;
		float: none;
		margin: 0 0 8%;
	}

	.author-channel-img {
		float: left;
	}

	.filters-list {
		display: none;
		position: absolute;
		padding: 10px 0;
		background: #333;
		z-index: 5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
	}

	.filters a {
	color: #e4e4e7;
}
	
	.filters {
		display: inline-block;
		height: 25px;
	}

	.filters a,
	.filters a:first-child {
		display: block;
		border: none;
		padding: 10px 30px 10px 15px;
		margin: 0;
	}

	.filters a::before {
		width: 0;
		
	}

	.filters a.active {
		border: none;
	}

	.filters a.filter-title {
		padding: 0;
	}

	.filter-title:after {
		content: "\f0d7";
		font-family: fontAwesome;
		position: relative;
		right: 0;
		padding-left: 10px;
	}

	.mobile-pagination ul {
    display: flex;
    justify-content: center;
		margin: 0 auto 30px;
	}

	.site-footer .row,
	.footer-widget-zone .row {
		padding: 0;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

	/** DISPLAY NONE */
	#site-navigation .membership ul.sub-menu,
	.more-videos span,
	.archive-aside,
	.sidebar-ads,
	.happy-inside-player,
	.under-player-desktop,
	.video-archive-ad,
	.prev-photo,
	.next-photo,
	.happy-footer {
		display: none;
	}

	/** DISPLAY BLOCK */
	.happy-under-player .under-player-mobile,
	.happy-related-videos-mobile,
	.happy-footer-mobile,
	.author-header,
	.filters .filter-title:hover .filters-list,
	.filter-title {
		display: block;
	}
	.mobile-pagination{
		display: table;
		}
	.header {
		position: relative;
	}

	#site-navigation {
		position: fixed;
		height: 100%;
		width: 250px;
		background:rgba(51,51,51,0.98);
		color: white;
		top: 80px;
		right: -250px;
		overflow: auto;
		z-index: 99998;
	}

	#site-navigation .membership {
		display: flex;
		justify-content: space-between;
		padding: 20px 10px;
		border-bottom: 1px solid #555;
	}

	.membership .welcome i {
		position: relative;
		top: -1px;
		margin-right: 5px;
	}

	.membership .login {
		width: 100%;
		margin: 0 5px;
	}

	.membership .login a {
		background: #ddd;
		padding: 0 10px;
		margin: 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		white-space: nowrap;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#site-navigation .membership ul {
		top: 10px;
		background: transparent;
		min-width: auto;
		box-shadow: none;
		left: 0;
		right: inherit;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#site-navigation .membership ul li {
		padding: 0;
	}

	#site-navigation .membership ul li a {
		color: #e4e4e7;
		padding: 15px 0;
	}

	#site-navigation .membership .welcome {
		width: 100%;
    	padding: 0 10px;
	}

	.membership .welcome a:after, .membership .welcome i.fa-caret-down {
		float: right;
		position: relative;
		top: 10px;
		font-size: inherit;
	}

	body.logged-in #site-navigation.admin-topbar-displayed {
		top: 126px;
	}

	#site-navigation ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;
	}

	#site-navigation > ul > li {
		float: none;
		width: 100%;
	}

	#site-navigation > ul > li > a {
		color: #e4e4e7;
		text-decoration: none;
		width: 100%;
		display: block;
		outline: 0;
		line-height: 45px;
		height: 45px;
		font-size: 14px;
		border: none;
	}

	#site-navigation ul li.current-menu-item a {
		border: none;
	}

	#site-navigation ul > li.menu-item-has-children > a:after {
		content: "\f0d7";
		font-family: fontAwesome;
		float: right;
	}

	.site-branding {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
		padding: 0 30px;
	}

	.search-menu-mobile {
		position: absolute;
		top: 24px;
    	right: 20px;
	}

	.header-search {
		display: none;
		width: 100%;
	}

	.header-search input {
		width: 85%;
		padding: 30px;
		height: 60px;
		line-height: 60px;
		float: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.header-search input[type="submit"] {
		width: 15%;
		padding: 0;
		height: 62px;
		font-size: 20px;
		border: none;
		margin: 0;
		color: #e4e4e7;
	}

	.with-aside {
		margin-left: 0;
	}

	.happy-under-player .under-player-mobile {
		display: block;
	}

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1 {
		margin-right: 4%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.thumb-block {
		width: 50%;
		padding: 5px;
		margin-bottom: 1%;
	}

	.video-player-area .video-infos {
		display: block;
		width: 100%;
	}

	#video-rate {
		width: 75%;
	}

	.post-like {
		justify-content: inherit;
	}

	.video-player-area .video-infos .tracking-btn a {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.video-share .share-buttons {
		display: block;
		margin-top: 10px;
	}

	.video-share-url {
		padding-left: 0;
	}

	.video-player-area.with-sidebar-ads {
		width: 100%;
	}

	.sidebar-ads {
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		width: 100%;
	}

	.tags-letter-block .tag-items {
		margin: 0 0 0 105px;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 100%;
	}

	#comments input,
	#comments textarea,
	.comment-form-comment {
		width: 100%;
	}

	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
	}

	.footer-widget-zone .one-column-footer .widget,
	.footer-widget-zone .two-columns-footer .widget,
	.footer-widget-zone .three-columns-footer .widget,
	.footer-widget-zone .four-columns-footer .widget {
		width: 100%;
	}

	.author-channel-img {
		float: left;
	}

	.filters-list {
		display: none;
		position: absolute;
		padding: 10px 0;
		background: #333;
		z-index: 5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
	}

	.filters a,
	.filters a:first-child {
		display: block;
		border: none;
		padding: 10px 30px 10px 15px;
		margin: 0;
	}

	.filters a::before {
		width: 0;
	}

	.filters a.active {
		border: none;
	}

	.filters a.filter-title {
		padding: 0;
	}

	.filter-title:before {
		content: "\f0d7";
		font-family: fontAwesome;
		position: relative;
		right: -10px;
	}

	.mobile-pagination ul {
		margin: 0 auto 30px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.header {
		position: relative;
	}

	#site-navigation {
		position: fixed;
		height: 100%;
		width: 250px;
		background:rgba(51,51,51,0.98);
		color: white;
		top: 80px;
		right: -250px;
		overflow: auto;
		z-index: 99998;
	}

	#site-navigation .membership {
		display: flex;
		justify-content: space-between;
		padding: 20px 10px;
		border-bottom: 1px solid #555;
	}

	.membership .login {
		width: 100%;
		margin: 0 5px;
	}

	.membership .welcome i {
		position: relative;
		top: -1px;
		margin-right: 5px;
	}

	.membership .login a {
		background: #ddd;
		padding: 0 10px;
		margin: 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 100%;
		white-space: nowrap;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#site-navigation .membership ul {
		top: 10px;
		background: transparent;
		min-width: auto;
		box-shadow: none;
		left: 0;
		right: inherit;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#site-navigation .membership ul li {
		padding: 0;
	}

	#site-navigation .membership ul li a {
		color: #e4e4e7;
		padding: 15px 0;
	}

	#site-navigation .membership .welcome {
		width: 100%;
    	padding: 0 10px;
	}

	.membership .welcome a:after, .membership .welcome i.fa-caret-down {
		float: right;
		position: relative;
		top: 10px;
		font-size: inherit;
	}

	#site-navigation .membership ul.sub-menu {
		display: none;
	}

	body.logged-in #site-navigation.admin-topbar-displayed {
		top: 112px;
	}

	#site-navigation ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;
	}

	#site-navigation > ul > li {
		float: none;
		width: 100%;
	}

	#site-navigation > ul > li > a {
		color: #e4e4e7;
		text-decoration: none;
		width: 100%;
		display: block;
		outline: 0;
		line-height: 45px;
		height: 45px;
		font-size: 14px;
		border: none;
	}

	#site-navigation ul li.current-menu-item a {
		border: none;
	}

	#site-navigation ul > li.menu-item-has-children > a:after {
		content: "\f0d7";
		font-family: fontAwesome;
		float: right;
	}

	.site-branding {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
		padding: 0 30px;
	}

	.search-menu-mobile {
		position: absolute;
		top: 24px;
    	right: 20px;
	}

	.header-search {
		display: none;
		width: 100%;
	}

	.header-search input {
		width: 85%;
		padding: 30px;
		height: 60px;
		line-height: 60px;
		float: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.header-search input[type="submit"] {
		width: 15%;
		padding: 0;
		height: 62px;
		font-size: 20px;
		border: none;
		margin: 0;
		color: #e6e6e6;
	}

	.thumb-block {
		width: 33.333333%;
		padding: 5px;
		margin-bottom: 1%;
	}

	.video-archive-ad {
		display: none;
	}

	.video-player-area.with-sidebar-ads {
		width: 100%;
	}

	.video-player-area .video-infos {
		display: block;
		width: 100%;
	}

	#video-rate {
		width: 75%;
	}

	.post-like {
		justify-content: inherit;
	}

	.video-player-area .video-infos .tracking-btn a {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.sidebar-ads {
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		width: 100%;
	}

	.tags-letter-block .tag-items {
		margin: 0 0 0 105px;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}

	.happy-footer {
		display: none;
	}

	.happy-footer-mobile {
		display: block;
	}

	.footer-widget-zone .thumb-block {
		width: 50%;
	}

	.footer-widget-zone .more-videos span {
		display: none;
	}

	.filters a {
		margin: 0 15px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 993px) and (max-width: 1199.98px) {
	.header {
		position: relative;
	}

	#menu-toggle,
	.header-search-mobile {
		display: none;
	}

	.header-search input {
		width: 80%;
		height: 35px;
		float: left;
		-webkit-border-radius: 5px;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 5px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-radius: 5px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.header-search input#searchsubmit {
		width: 60px;
		font-size: 22px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		border: none;
		color: #e6e6e6;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#site-navigation {
		right: 0!important;
		top: 0;
	}

	#site-navigation .membership {
		position: absolute;
		top: -63px;
		right: 40px;
	}

	#site-navigation .membership ul {
		display: none;
		position: absolute;
		background-color: #e4e4e7;
		min-width: 160px;
		box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		padding: 10px 0;
		z-index: 99999;
		list-style: none;
		margin: 0;
		top: 100%;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#site-navigation .membership ul li {
		padding: 0 15px;
		overflow: hidden;
	}

	#site-navigation .membership ul a {
		font-size: 14px;
		padding: 0;
		margin: 15px 0;
		display: block;
		width: 100%;
		height: auto;
		line-height: 0;
	}

	.happy-header-mobile {
		display: none;
	}

	#site-navigation .membership:hover ul {
		opacity: 1;
	}

	.site-branding {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		min-height: 80px;
		padding: 0 30px;
	}

	.site-branding .logo {
		margin-right: 30px;
	}

	.header-search {
		width: 40%;
		position: absolute;
		top: 17px!important;
		left: 50%;
		transform: translateX(-50%);
		display: block!important;
	}

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1,
	.blog-article .col-1 {
		margin-right: 2%;
	}

	.blog-article .col-1,
	.blog-article .col-2 {
		float: left;
	}

	.blog-article .col-1 {
		width: 20%;
	}

	.blog-article .col-2 {
		width: 76%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.thumb-block {
		width: 25%;
		padding: 5px;
		margin-bottom: 1%;
	}

	.video-list-content.with-happy .thumb-block:nth-child(3),
	.video-list-content.with-happy .thumb-block:nth-child(5),
	.video-widget-container.with-happy .thumb-block:nth-child(3),
	.video-widget-container.with-happy .thumb-block:nth-child(5){
		display: block;
		clear: both;
	}

	.video-archive-ad {
		position: absolute;
		top: 4px;
		right: 0;
		width: 49%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f5f5f5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-player-area.with-sidebar-ads {
		float: left;
		width: 73%;
		margin-right: 1%;
	}

	#video-rate {
		width: 75%;
	}

	.post-like {
		justify-content: inherit;
	}

	.sidebar-ads {
		float: right;
		overflow: hidden;
		width: 24%;
	}

	.tags-letter-block .tag-items {
		margin: 0 0 0 105px;
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}

	.footer-widget-zone .four-columns-footer .thumb-block {
		width: 50%;
	}

	.footer-widget-zone .two-columns-footer .thumb-block {
		width: 25%;
	}

	.footer-widget-zone .three-columns-footer .thumb-block {
		width: 33.33%;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.header {
		position: relative;
	}

	#menu-toggle,
	.header-search-mobile {
		display: none;
	}

	#site-navigation {
		right: 0!important;
		top: 0;
	}

	#site-navigation .membership {
		position: absolute;
		top: -63px;
		right: 40px;
	}

	#site-navigation .membership ul {
		display: none;
		position: absolute;
		background-color: #e4e4e7;
		min-width: 170px;
		box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
		padding: 10px 0;
		z-index: 99999;
		list-style: none;
		margin: 0;
		top: 100%;
		right: 0;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	#site-navigation .membership ul li {
		padding: 0 15px;
		overflow: hidden;
	}

	#site-navigation .membership ul a {
		font-size: 14px;
		padding: 0;
		margin: 15px 0;
		display: block;
		width: 100%;
		height: auto;
    	line-height: 0;
	}

	.happy-header-mobile {
		display: none;
	}

	#site-navigation .membership:hover ul {
		display: block;
	}

	.site-branding {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		min-height: 80px;
		padding: 0 30px;
	}

	.site-branding .logo {
		margin-right: 30px;
	}

	.header-search {
		width: 40%;
		position: absolute;
		top: 17px!important;
		left: 50%;
		transform: translateX(-50%);
		display: block!important;
	}

	.header-search input {
		width: 80%;
		height: 35px;
		float: left;
		-webkit-border-radius: 3px;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius: 3px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-radius: 5px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.header-search input#searchsubmit {
		width: 60px;
		font-size: 22px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		border: none;
		color: #e6e6e6;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	/* #menu-popout {
		position: inherit;
		width: inherit;
	}

	#menu-popout ul {
		padding: 0 30px;
		overflow: hidden;
	}

	#menu-popout li.menu-item-has-children {
		position: relative;
	}

	#menu-popout .nav-menu li {
		float: left;
		display: block;
	}

	#menu-popout .nav-menu a {
		width: inherit;
		font-size: 16px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}

	#menu-popout .nav-menu a:hover {
		color: #ddd;
	}

	#menu-popout .nav-menu li.current-menu-item a {
		border-bottom-style: solid;
		border-bottom-width: 3px;
	}

	#menu-popout .nav-menu ul.sub-menu {
		position: absolute;
		top: 100%;
		background: #333;
	} */

	.col-1,
	.col-2 {
		float: left;
		width: 48%;
	}

	.col-1,
	.blog-article .col-1 {
		margin-right: 2%;
	}

	.blog-article .col-1,
	.blog-article .col-2 {
		float: left;
	}

	.blog-article .col-1 {
		width: 20%;
	}

	.blog-article .col-2 {
		width: 76%;
	}

	.col-3 {
		width: 31.3%;
		float: left;
		margin-right: 3%;
	}

	.col-3:nth-child(3n) {
		margin-right: 0;
	}

	.thumb-block {
		width: 20%;
		padding: 5px;
		margin-bottom: 1%;
	}

	.video-archive-ad {
		position: absolute;
		top: 4px;
		right: 0;
		width: 38%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f5f5f5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.video-list-content.with-happy .thumb-block:nth-child(4),
	.video-list-content.with-happy .thumb-block:nth-child(7),
	.video-widget-container.with-happy .thumb-block:nth-child(4),
	.video-widget-container.with-happy .thumb-block:nth-child(7) {
		display: block;
		clear: both;
	}

	.video-player-area.with-sidebar-ads {
		float: left;
		width: 73%;
		margin-right: 1%;
	}

	.sidebar-ads {
		float: right;
		overflow: hidden;
		width: 24%;
	}

	.footer-widget-zone .four-columns-footer .thumb-block {
		width: 50%;
	}

	.footer-widget-zone .two-columns-footer .thumb-block {
		width: 25%;
	}

	.footer-widget-zone .three-columns-footer .thumb-block {
		width: 33.33%;
	}
}

.fa-search {
  color: #e6e6e6;
}
.fa-bars {
  color: #e6e6e6;
}