/*
 Theme Name:   UltimaTube
 Theme URI:    https://www.wp-script.com/adult-wordpress-themes/ultimatube/
 Author:       João Correia
 Author URI:   mailto:joao.correia@fedrax.com
 Template:     ultimatube
 Version:      1.0.0
*/

#site-navigation li>span:hover {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#site-navigation li.current-menu-item>span {
	border-bottom: 3px solid #FF3565;
}
/* Header menu */

#site-navigation li>span {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding: 0 1.5em;
}
#site-navigation li>span:hover {
	color: #ccc;
	cursor: pointer;
}
/* Sidebar menu */

.aside-block i {
	margin-right: 5px;
}
.aside-block>span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	display: block;
	padding: 5px 10px;
}
.aside-block>span.active {
	background: #eaeaea;
	font-weight: bold;
}
.aside-block>span:hover, .aside-cats>span:hover {
	color: #FF3565;
	cursor: pointer;
}
/* Filter list */

.filters-list>span {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px;
	padding: 0 0 5px;
	position: relative;
}
.filters-list>span.active {
	color: #FF3565;
	border-bottom: 3px solid #FF3565;
	cursor: pointer;
}
.filters-list>span::before {
	background-color: #ccc;
	content: '';
	display: block;
	height: 20px;
	left: -22px;
	position: absolute;
	top: 0;
	width: 1px;
}
.filters-list>*:first-child {
	margin-left: 0;
}
.filters-list>*:first-child:before {
	content: none
}
/* Footer menu */

.footer-menu-container li>span {
	color: #333;
	font-weight: bold;
}
.footer-menu-container li>span:hover {
	color: #FF3565;
	cursor: pointer;
}
.widget_area .widget_categories {
	display: none;
}
@media (min-width: 992px) {
	.widget_area .widget_categories {
		display: block;
	}
}
.widget_area .widget_categories ul li a {
	background-color: #ddd !important;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding: 5px 10px 5px 30px;
	position: relative;
}
.widget_area .widget_categories ul li a:hover {
	background-color: #FF3565 !important;
	color: #fff;
}
.widget_area .widget_categories ul>li a::before {
	font-size: 14px;
	left: 10px;
	margin-right: 2px;
	position: absolute;
}

.dmca_component {
	width: 100%;
	border: 0;
	margin-top: 32px;
}

.upload_video_component {
	width: 100%;
	border: 0;
}

.thumb-block .title {
	font-size: inherit;
	margin: 0;
}

/*General*/
h2.widget-title i {
	margin-right: 0.4em;
}
body.search h2.widget-title {
	display: inline-block;
}

.h2 {
	font-size: 1.5em;
	font-weight: bold;
}
.h3 {
	font-size: 1.17em;
	font-weight: bold;
}

/*Pornstars*/
.entry-header .actor-title,
.entry-header .cat-title {
    display: inline;
    font-size: inherit;
}

/*Tags*/
.tags-letter-block .tag-items h2.tag-item {
	display: block;
    font-size: inherit;
    font-weight: normal;
    margin: 0;
}


/*Title Bar*/
.title-bar {
	margin: 0 auto;
	max-width: 1350px;
	padding: 0 30px;
}

.title-bar h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
