/*
Theme Name: UaTube Child
Description: Video WordPress Theme.
Author: UaTube
Version: 1.0.0
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Text Domain: uatube-child
Template:  streamtube
Tags: two-columns, one-column, custom-menu, custom-logo, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

::selection {
	color: #fff;
	background: #ce1212
}
::-webkit-scrollbar {
	width: 0;
	height: 0;
	z-index: -1
}
::-webkit-scrollbar-track {
	background: #222
}
::-webkit-scrollbar-thumb {
	background-color: #ce1212
}
:root {
	scrollbar-width: thin;
	scrollbar-color: #ce1212 #222
}

body {
	overflow-x: hidden;
}

body,
.widget-title-wrap .form-control,
.widget-title-wrap .sortby,
html[data-theme=dark] .single-video-v3 .comments-list-lg .comments-list .comment-respond .widget-title-wrap h3,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comments-list .comment-respond .widget-title-wrap h3 {
    font-family: 'Montserrat', sans-serif;
}

.site-header .site-title a,
.nav-link,
.nav-links .nav-previous a,
.nav-links .nav-next a,
.more-link,
.post-category a,
.item-index,
.term-grid.term-layout-default .term-title,
.widget-title,
.sidebar-secondary .user-list-widget .user-name,
.user-dashboard .page-title,
.countdown,
.wp-block-group__inner-container h2,
.error-404-wrap h1,
body.woocommerce table.shop_table th,
body.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a,
body.woocommerce #reviews .comment-respond .comment-reply-title,
body.woocommerce .related.products>h2,
body.woocommerce form#order_review .shop_table tfoot td,
body.woocommerce form.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce form.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce form.woocommerce-checkout #order_review_heading,
body.woocommerce form.woocommerce-checkout .order-total,
body.woocommerce .woocommerce-Address-title h3,
body.woocommerce .woocommerce-customer-details h2,
body.woocommerce .woocommerce-order-details__title,
body.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total,
#cashcred ul.cashcred-nav-tabs li,
body.streamtube .bp-messages-wrap .reports h3 {
    font-family: 'Inter', sans-serif;
}

/**/
.single-body .post-options .btn {
    border: none !important;
    padding: 0.1rem 1rem !important;
    border-radius: 35px !important;
}

.single-body .wppl-button-wrap .btn__badge {
	position: relative !important;
    top: -5px;
    vertical-align: middle;
}

.video-small-controls .rounded-1 {
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.video-small-controls .rounded-1:focus {
    box-shadow: none !important;
}

.video-small-controls .icon-right-open::before {
    margin-right: 0;
}

.video-small-controls .icon-left-open::before {
    margin-left: 0;
}

.video-small-controls {
    
}

.widget-taxonomy .categorydiv .category-tabs a {
	margin-bottom: -8px;
	font-size: 12px;
	display: block;
}

.float-nav .nav-item .menu-icon,
.sidebar-secondary .user-list-widget .user-wrap {
	margin-right: 1rem;
}

.float-nav .nav-item .nav-link {
	line-height: 1.5;
}

@media (max-width: 767px){
	.single-body .wppl-button-wrap .btn__badge {
		top: -1px;
	}
}

@media (max-width: 479px){
    .headroom .container-header > .row {
    }
    .headroom .container-header > .row .col-6 {
		width: 30%;
    }
    .headroom .container-header > .row .col-5 {
		width: 61.6%;
    }
	.site-header .show-search {
		width: 100% !important;
	}
}

@media (max-width: 470px){
    .single-body .post-options .btn {
		padding: 0.1rem 0.5rem !important;
		white-space: nowrap;
    }
}

@media (max-width: 450px){
    .site-header .logo-sm {
        margin-left: 0rem !important;
    }
	.header-user .gap-1 {
		gap: .15rem !important;
	}
}

.player-container.sticky-player .player-header .post-title {
    font-size: 0.95rem !important;
}

.row-actions span.approve,
.row-actions span.unapprove,
.row-actions span.quickedit,
.row-actions span.spam,
.row-actions span.trash {
	display: none !important;
}

.site-footer .widget_nav_menu ul li a {
	font-size: 0.95rem;
}

.error-404-wrap .btn,
#buddypress .standard-form input[type="submit"],
#buddypress .dir-search input[type="submit"] {
	background-color: #ce1212 !important;
	border: 1px solid #ce1212;
}

#buddypress input[type="submit"] {}

#buddypress form.standard-form .left-menu #invite-list ul {
    padding-left: 0;
}

#buddypress div#item-header div#item-actions {
	width: 50% !important;
}

#buddypress div#item-header div#item-actions h2 {
	font-size: 1.2rem;
}

#buddypress div#item-header {
	padding: 1rem 1rem 0;
}

.float-nav .nav-item.menu-item-7405 .menu-icon {
	color: #ce1212;
}

.section-account-social-profiles .page-content .form-profile .widget-content {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.section-account-social-profiles .page-content .form-profile .widget-content .field-group {
	flex: 0 0 calc(50% - 0.5rem);
}

@media (max-width: 470px){
    .section-account-social-profiles .page-content .form-profile .widget-content .field-group {
		flex: 0 0 100%;
    }
}

.wpcf7-form .wpcf7-not-valid-tip {
	position: relative;
	top: -3px;
	border-radius: 0 0 3px 3px;
}

.wpcf7 input[type="url"] {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #f1f3f4 !important;
	border: 1px solid #ced4da !important;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #ce1212;
	border: 1px solid #ce1212;
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
	color: #fff;
	border-radius: 35px;
	padding: .375rem .75rem;
}

body:not(.admin-bar) .post-meta__views {
	display: none;
}

.tg-browser-notice {
	padding: 8px;
	background: rgb(255 255 255);
	font-size: 14px;
}

html[data-theme=dark] .tg-browser-notice {
	color: #fff;
	background: #333;
}

#content-row .post-grid {
}

.flat-posts {
}

@media (max-width: 991px) {
	.section-player .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.section-player {
		margin-bottom: 0 !important;
	}
	.page-main > .container-fluid > .row > .col-12 > .shadow-sm {
		box-shadow: none !important;
		border: 0;
		border-radius: 0 !important;
		margin: 0 -23px;
	}
	.page-main .post-body.single-body .post-bottom > .p-4 {
		padding: 0.8rem !important;
	}
}

@media (max-width: 767px) {
	.page-main > .container-fluid > .row > .col-12 > .shadow-sm {
		margin: 0 -10px;
	}
}