/*
Theme Name: UltimaTube Child
Theme URI: https://www.wp-script.com/adult-wordpress-themes/ultimatube/
Template: ultimatube
Author: WP-Script
Author URI: https://www.wp-script.com
Description: The Ultimate Theme we have ever created.
Version: 1.2.7.1755969200
Updated: 2025-08-23 22:43:20

*/

.site-branding,
.site-content,
.archive-content,
.happy-header-mobile,
.happy-footer,
.happy-footer-mobile,
.happy-related-videos-mobile,
.site-footer ,
.filters-list
{
  background: #212121 !important;
}

body,
button,
input,
select,
textarea,
.filters a,
.widget-title,
.page-title,
.page .entry-title,
.comments-title,
.comment-reply-title,
.aside-filters span a,
.archive-aside a,
.thumb-block .entry-header,
.thumb-block .views,
.no-thumb span,
p.site-description,
#video-links a,
.footer-menu-container a,
#video-links a i {
  color: #fff !important;
}

a:hover,
.footer-widget-zone
 {
  background: #484545 !important;
  color: white !important;
}

.tag-cloud-link {
border-color: black
}

.four-columns-footer {
display: flex;
flex-direction: column;
align-items: center;
	justify-content: center;
}

.four-columns-footer > section {
	width: 100% !important
}

	.video-tags a, .video-tags a i {
		font-size: 11px !important;
	}

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,
.video-player-area {
  background: #333 !important;
  border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1200px) {
  .header-search {
    left: 80%;
  }
}
.no-thumb {
  background: #606060 !important;
}

.post-thumbnail {
  border-radius: 10px;
}

.header-search input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.header-search input#searchsubmit {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.video-actions {
  background: #202020 !important;
}

.label {
  background: #ff3030;
  color: #fff;
}

@media (max-width: 575.98px) {
    body.logged-in .search-menu-mobile {
        top: 40px;
    }
}

@media (min-width: 1024px) {
.videos-list > article
	{
		width: 25%
}
}


