/*!
Theme Name: newscountry
Theme URI: #
Author: Furkat Vokhidov
Author URI: #
Description: News themplate
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newscountry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

newscountry is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS::
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


.uagb-blockquote__tweet-button{
	display: none !important;
}
body .wp-block-image img
{
	height:auto!important
}
body .type-post iframe
{
	height:400px!important
}
body .uwp_widget_author_box .news-expanded__p
{
	display:none!important
}
body .user-account__news-item.loading
{
	background:white
}
body .user-account__news-item.loading::before
{
	content:"";
	background:url('assets/load.gif') center center no-repeat;
	display:block;
	width:100%;
	height:200px;
	background-size:contain;
}
body #user-account-info__about
{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-moz-box;
	-moz-box-orient:vertical;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	line-clamp:3;
	box-orient:vertical;
}
body .user-account-about__top,
body .user-account-form
{
	height:17vh;
}
body .user-account-about__bottom_wrap
{
	height:62vh;
}
body .user-account-about__bottom
{
	height:60vh;
}
body .commentspost.open_list,
body .art-series-popup__content .art-series-popup__group *
{
	color:white;
}
body .art-series-popup .art-series-popup__buttons-wrap *
{
	border:0;
	color:black
}
body .art-series-popup .art-series-popup__buttons-wrap *:hover
{
	border:1px solid white;
	color:white
}
body .commentspost.open_list h1,
body .commentspost.open_list h2,
body .commentspost.open_list h3,
body .commentspost.open_list h4
{
	font-size:22px
}
body .commentspost.open_list p,
body .commentspost.open_list h1,
body .commentspost.open_list h2,
body .commentspost.open_list h3,
body .commentspost.open_list h4
{
	margin-bottom:10px
}
body .commentspost.open_list a
{
	color:#fd5204;
	text-decoration:underline
}
body .commentspost.open_list a:hover
{
	text-decoration:none
}
.go_comment textarea
{
	display:block;
	width:100%;
	border:0;
	border-radius:3px;
	min-height:100px
}
.go_comment input
{
	width:200px;
	min-width:200px
}
.comments_list
{
	margin-bottom:25px;
}
.comments_list .comm
{
	display:block;
	width:100%;
	margin-bottom:20px;
}
.comments_list .comm img
{
	width:32px;
	height:32px;
	vertical-align:middle;
	display:inline-block;
	border:0;
	margin:0 5px 0 0
}
.comments_list .comm a
{
	font-weight:bold;
}
.comments_list .comm .cdate
{
	color:#fd5204;
	font-size:12px;
	display:block;
}
.comments_list .comm .ctext
{
	font-size:14px;
	display:block;
}


.video-box iframe
{
	width:100%!important;
	height:100%!important;
}
.video-page__container .social-header-article
{
	display:none;
	margin:15px 0 0 0;
}
.video-playlist__image img
{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:0;
	z-index:1;
}
.swiper-latest-videos .swiper-slide img
{
	width:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:0;
	z-index:1;
}
.comment-respond-video
{
	color:white;
}
.comment-respond-video a
{
	color:var(--brand-orange);
}
.video-page__comments-container .comment-body__right
{
	width:100%;
}

ol.comment-list .comment-body
{
	display:block;
}
ol.comment-list .comment-body .reply
{
	text-align:right;
}
.video-page__container .video-page__btn
{
	margin:0;
}
.swiper-video-slide .video-page__subtitle
{
	margin:18px 0 0 0;
}
.breadcrumbs
{
	display:block;
	width:100%;
	color:white;
	font-size:13px;
}
body .breadcrumbs a,
body .breadcrumbs span
{
	display:inline-block;
}
.breadcrumbs.lib
{
	margin-top:10px;
}
.video-page__wrapper.art-gallery__container .breadcrumbs
{
	margin-top:-30px;
}
.breadcrumbs a{
	color:var(--brand-orange);
}
.breadcrumbs a:hover
{
	text-decoration:underline;
}
h1 .news-expanded__back-btn.video__back
{
	display:inline-block;
	height:30px;
	width:30px;
	margin:0 10px 6px 0;
	background-size:contain;
	position:static;
	vertical-align:middle;
}
.video__sort
{
	display:block;
	margin:0 0 0 auto;
	font-size:12px;
}
.video-playlist-item .video-page__subtitle
{
	margin:17px 0 0 0;
}
body .library_include_term
{
	height:150px;
}
body .library_include_term::after
{
	display:none;
}
@media (max-width: 992px) {
	.single.single-post .main__right-side{
		padding-top:35px;
	}
}