/*
Theme Name: VS Netflix Child
Theme URI: http://roguewebdesign.ca
Description: VS Netflix Child
Tags: custom-menu, custom-colors, translation-ready
Author: Rogue Web Design
Author URI: http://roguewebdesign.ca
Template: vs-netflix
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("../vs-netflix/style.css");
body {
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
[id] {
		scroll-margin-top: 120px;
}
h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
}
header#header nav#desktop ul {
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: flex-end;
}
.vs-video-header {
		min-height: 100vh;
}
/*@media only screen and (min-width: 960px) {
		header#header.show-desktop-menu .header-container {
				grid-template-columns: 500px auto 50px !important;
		}
		.vs-video-description {
				min-height: 160px;
		}
}
@media only screen and (max-width: 374px) {
		.vs-video-header {
				height: 115vh;
		}
}
@media only screen and (max-width: 375px) and (max-width: 413px) {
		.vs-video-header {
				height: 110vh;
		}
}
@media only screen and (min-width: 414px) {
		.vs-video-header {
				height: 100vh;
		}
		.wpvs-video-average-rating {
				margin-top: 50px;
				margin-bottom: 50px;
		}
}
.vs-video-header img.video-image {
		top: auto !important;
		bottom: 0 !important;
}
*/
.wpvs-video-rating-nk {
		margin-left: 5px;
}
.wpvs-video-rating-nk svg {
		height: 25px;
		position: relative;
		bottom: -4px;
}
/*.wpvs-video-rating-nk svg, .wpvs-video-rating-nk svg path {
	fill: none;
}*/
video::-internal-media-controls-download-button {
		display: none;
}
video::-webkit-media-controls-enclosure {
		overflow: hidden;
}
video::-webkit-media-controls-panel {
		width: calc(100% + 30px);
}
.logout a {
		color: red !important;
}
.logout a:hover {
		color: orangered !important;
}
.logout a::after {
		font-family: dashicons;
		content: "\f310";
}