﻿/*
Theme Name: MIM Films
Theme URI: https://www.mim-film.de
Author: Roman Klabal
Author URI: http://roman.klabal.cz
Description: Custom template for MIM Films
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mim
*/

.img-height-fix {
	height:auto;
}

.page-footer {
	padding-top:6px;
	padding-bottom:6px;
	font-size:12px;
	color: #d5d5d5;
}
@media (max-width:767px){
	.page-footer {
		font-size:8px;
		letter-spacing:2px;
	}
}

.plyr--video .plyr__control--overlaid {
	opacity:1;
	border-radius: 0px;
	background-color:transparent;
	padding:0px;
	box-shadow:none;
}
.plyr--video .plyr__control.plyr__tab-focus {
	box-shadow:none;
	-webkit-box-shadow:none;
	background-color:transparent;
}
.plyr--video .plyr__control:hover {
	background-color:transparent;
}
.plyr--video .plyr__control:hover .plyr-custom-play {
	opacity:.75;
}
.plyr-custom-play {
	transition: opacity 0.3s ease-in-out;
	height:30vh;
	width:auto;
}
@media (max-width:767px){
	.plyr-custom-play {
		height:5vh;
	}
}
.content-info__content {
	-webkit-overflow-scrolling: touch;
}
/*
.popup-window--static .popup-window__content {
	background: rgba(255, 255, 255, 0.8);
	padding-bottom:10px;	
}
*/
.popup-window--static .popup-window__content .article__content h1, 
.popup-window--static .popup-window__content .article__content h2, 
.popup-window--static .popup-window__content .article__content h3, 
.popup-window--static .popup-window__content .article__content h4 {
	text-align:center;
}
.list-arrows-disable li.list-arrows__item {
	padding-left:0px !important;
}
.list-arrows-disable li.list-arrows__item::after {
	content:"" !important;
}

/* Change dark cover to pure black instead of grey */
.cover-screen--dark {
    background-color: #000;
}
.plyr--video {
    background-color: #000;
}

/* Flexible Content Spacer */
.grid-spacer {
	height:var(--spacer-desktop, 0px);
}
@media (max-width:767px){
	.grid-spacer {
		height:var(--spacer-mobile, 0px);
	}
}