/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/


.eicon,
.eicon-menu-bar,
.eicon-close{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elementor-menu-toggle i:before {
    content: "\f0c9";
    font-family: FontAwesome;
}

.elementor-menu-toggle.elementor-active i:before {
    content: "\f00d";
    font-family: FontAwesome;
}

.dialog-close-button i:before {
	content: "\f00d";
    font-family: FontAwesome;
	color: var( --e-global-color-secondaryy );
}


#player .dialog-close-button i:before {
	content: "\f00d";
    font-family: FontAwesome;
	color: var( --e-global-color-primary );
	background-color: rgba(0,0,0,0.5);
	padding: 3px 6px 3px 6px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 0;

}

.card{
	background-color:transparent!important;
}


.language{
	text-transform:uppercase!important;
}

#be-kind-sticker,
#be-cruel-sticker{
	display: none!important;
}

#top-left{
	width:20%!important;
	}

#top-spine{
	width:60%!important;
	}

#logo-the-face{
	width:75px;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto; 
	}

#top-right{
	width:20%!important;
	
}

#top-right{
	padding: 40px 0 0px;
	width:100%!important;
	}

#footer{
	margin-top: 60px;
}

#horror-sticker,
#vhs-sticker,
#slasher-sticker,
#giallo-sticker,
#restricted-sticker
{
	display: none!important;
}

#footer-menu{
	left: 20px;
	bottom: 5px;
}

#melt-sticker{
	bottom: 10px;
}

#save-sticker{
	
	bottom: 30px;
}

#logo-the-face img{
	width:78px;
	height: 78px;
}

#horror-sticker img,
#slasher-sticker img,
#giallo-sticker img,
#be-kind-sticker img,
#be-cruel-sticker img{
	width:100px;
	height: 100px;
	}

#romance-sticker img{
	width:80px;
	height: 80px;
	}

#vhs-sticker img{
	width:70px;
	height: 36px;
	}

#melt-sticker img{
	width:100px;
	height: 101px;
	}

#save-sticker img{
	width:100px;
	height: 94px;
	}

#restricted-sticker img{
	width:230px;
	height: 104px;
}

a:hover{
	cursor: pointer!important;
}


.tmdb {
	width: 100%;
	text-align: right;
	padding: 20px 20px 0 0;
	color: #90cea1;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.3;
}

.tmdb img{
	width:50px;
	height:24px;
	}

.select-header{
	 color: var( --e-global-color-text );
	font-size: 20px;
	
}

.notfound{
	color:#F8F2E7;
	font-size: 16px;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: 500;
	text-align: center;
}

.notfound a{
	color: var( --e-global-color-primary )!important;
}

.notfound a:hover{
	color: var( --e-global-color-text )!important;
}


.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: var( --e-global-color-primary )!important;
    background-color: rgba(0,0,0,0.5)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f59c2d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")!important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(0,0,0,0.8)!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }


ul.info{
	list-style: none;
	padding: 0px;
	margin: 0px 0 20px 0;
	text-transform:capitalize!important;
}

ul.info li{
	color: var( --e-global-color-text );
	padding: 0px;
	margin: 0px;
}

ul.info li span{
	margin-right: 10px;
	color: var( --e-global-color-primary );
	font-weight: 600;
	font-style:italic;
	}

ul.special_features{
	list-style: none!important;
	padding: 0px!important;
	margin: 0px!important;
	
}

ul.special_features li{
	color: var( --e-global-color-text )!important;
	
	
}

ul.special_features li:before{
	color: var( --e-global-color-primary );
	font: var(--fa-font-solid);
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
  	font-weight: 400;
    content: "\f008";
	}


.list-group{
	background-color: rgba(0,0,0,0.2)!important;
}

.list-group-item{
	background-color: rgba(255,255,255,0.05)!important;
	padding: 5px 10px!important;
	border: 1px solid rgba(0,0,0,1);
}

#blog .card{
	border-style: groove;
	border-width: 1px 1px 1px 1px;
	border-color: #F8F2E712;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	padding: 0px;
	background-color: #F8F2E70A;
	
}

#blog .card:hover{
	background-color: rgba(0,0,0,0.5);
}

#blog .card-text{
	font-size: 14px;
}


#blog .card-title {
	color: var( --e-global-color-primary );
	font-size: 18px!important;
	margin: 0px;
}

#trailers{
	margin: 40px 0;
}


.trailer-thumb{
	border:1px solid #fff!important;
}



#movie-poster .cover-cont{
	position: relative;
	z-index: 10;
}
.cover-sticker{
	position: absolute;
	top: 40%;
	left: 50px;
	z-index: 20;
	width:120px;
	height: auto;
	transform: rotate(-12deg)!important;
	
}



#movie-poster img.poster{
	max-width: 60%; 
	transform: rotate(-2deg);
}

#left_slider .wrap-item-acfslider{
	padding: 20px;
	
}

#left_slider .wrap-item-acfslider img{
	transform: rotate(-2deg);
}

movie-poster .wp-post-image  {
	/*margin: 0 auto!important;
    width: 75%!important;
    height: auto!important;
    -o-object-fit: cover;
    object-fit: cover;*/
	}


#movie-details HR.line{
	border: 0;
	border-bottom: 1px dashed #474233;
	border-bottom: 1px dashed #fff;
}



#movie-details h1{
	color: var( --e-global-color-primary );
	font-size: 2.8em;
	font-family: "Condiment", Sans-serif;
	font-weight: 600;
	transform: rotate(-1deg);
	margin-bottom: 20px;
	text-shadow: 2px 2px #000;
}

#movie-details h1 span{
	color: var( --e-global-color-text );
	font-size: 25px;
	
	}


#movie-details h2.tagline{
	color: var( --e-global-color-text );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-style: italic!important;
	line-height: 26px;
	margin: 20px 0;
	text-shadow: 2px 2px #b91817;
	
}

#movie-details p.synopsis{
	color:#F8F2E7;
	font-size: 16px;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: 500;
	
}



#movie-details .info{
	color: var( --e-global-color-text );
	}

#movie-details .info i{
	margin-right: 10px;
	color: var( --e-global-color-primary );
	font-weight: 600;
	font-style:italic;
}


.card{
	position: relative;
	font-size: 12px;
	color:#fff;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.9);
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
	background-color: #F8F2E70A;
	}

.card span{
	font-size: 14px;
	font-weight: 600;
	color: var( --e-global-color-primary );
	}

.card-body{
	
}

.card-title{
	font-size: 14px;
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}



a .card:hover{
	background-color: var( --e-global-color-secondary )!important;
	}

#movie-archive .card{
	background-position: center;
	background-size: cover;
	background-image: url('https://cinemafreak.release.aceview.nl/wp-content/uploads/2021/11/post_blood.png');
	}


#movie-archive .card-body{
	padding: 20px 10px 20px;
	text-align: center;
}


#movie-archive .card-title{
	font-size: 14px;
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

#movie-archive .card-year{
	font-size: 14px;
	font-weight: 600;
	visibility: hidden;
	position: absolute;
	right:0px;
	top:0px;
	background-color: var( --e-global-color-secondary );
	padding: 3px;
	border-radius:0 3px 0 3px;
	width:50%;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}


#movie-archive a:hover .card .card-year{
	visibility:visible;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}


#movie-archive a .card:hover .card-title{
	color: var( --e-global-color-text );
	
}



#movie-crew .card-body{
	padding: 5px 10px;
}




ul.nav-pills{
	margin: 0px 0 0 0;
	padding: 24px 7px 0 0;
	color: var( --e-global-color-primary )!important;
}


.nav-pills .nav-link{
	color: var( --e-global-color-primary )!important;
	margin-left: 10px;
	font-size: 14px;
	text-transform: uppercase!important;
	padding: 4px 7px;
	border:1px solid rgba(1,1,1,0.0)!important;
    border-radius:5px;
    background-color:rgba(1,1,1,0.0)!important;
}

.nav-pills li:first-child .nav-link{
	margin-left: 0px;
}

.nav-link{
	font-weight: 600!important;;
	text-transform: uppercase!important;;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .active{
	color:#fad59f!important;
	background-color:rgba(1,1,1,0.0)!important;
  	border:1px solid #fad59f!important;
	box-shadow: none!important;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fad59f!important;
	border:1px solid #fad59f!important;

}


ul.page-numbers {
	list-style:none;
	margin: 20px 0 20px;
	padding: 0px;
	
}

ul.page-numbers li {
	display:inline-block;
	
}

ul.page-numbers li a {
	float: left;
	display:block;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
padding:6px 0 0 0;
border-radius: 50% 50% 50% 50%;
color: var( --e-global-color-primary );
background-color: var( --e-global-color-secondary );
border-style: groove;
border-width: 2px 2px 2px 2px;
border-color: var( --e-global-color-secondary )!important;;
}

ul.page-numbers li a:hover{
	color:#000;
	background-color: var( --e-global-color-secondary )!important;
}
ul.page-numbers li a:hover,
ul.page-numbers li .active{
	float: left;
	display:block;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
padding:5px 0 0 0;
border-radius: 50% 50% 50% 50%;
color: var( --e-global-color-secondary )!important;
background-color: var( --e-global-color-primary )!important;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: var( --e-global-color-primary )!important;
}






@media screen and (max-width: 767px) {
	

}


/*Mobiel*/
@media only screen and (max-width: 480) {
 

	
}


/*Tablet*/
@media only screen and (min-width: 768px) {
	
	
	
	#footer{
	margin-top: 0px;
	}
	
	#horrror-sticker,
	#vhs-sticker,
	#slasher-sticker,
	#giallo-sticker{
	display:block!important;
	}
	
	#restricted-sticker{
		bottom: 30px;
	}
	
}


@media screen and (max-width: 1024px)  {
	
	

.nomouse > div {
transform: none !important;
	}
}

	
/*Laptop*/
@media only screen and (min-width: 1025px) {
	

	#be-kind-sticker,
	#be-cruel-sticker{
	display: block!important;
}
	
	#top-left{
	width:44.267%!important;
	
}
	#top-spine{
	width:11.766%!important;
	
}

#top-right{
	padding: 0px;
	width:43.3%!important;
	
}
	
	
	
	#footer{
	margin-top: 0px;
	}
	
	#horror-sticker,
	#vhs-sticker,
	#slasher-sticker,
	#giallo-sticker,
	#restricted-sticker
	{
	display:block!important;
	}
	
	
	#vhs-sticker{
	left: 0px;
	bottom: 8px;
	}
	
	#horror-sticker{
	bottom: 80px;
	}
	
	#save-sticker{
	bottom: 30px;
	}
	
	#restricted-sticker,
	#melt-sticker{
	bottom: 15px!important;
	}
	
	#slasher-sticker{
	bottom: 25px!important;
	}
	
	#giallo-sticker{
	bottom: 15px!important;
	}
	
	
	#vhs-left {
	display:flex;
	height: calc(100vh - 225px) !important;
	}
	
	.single-post #vhs-left{
		display: block!important;
	}
	
	#vhs-spine{
	height: calc(100vh - 225px) !important;
	}
	
	#vhs-left-col{
	padding:auto;
	}
	
	.single-post #vhs-left,
	.single-movies #vhs-left{
		
	}
	

	#hfd-menu a{
	color: #F8F2E7;
	color:var( --e-global-color-primary );
    padding: 4px 7px;
	border:1px solid rgba(1,1,1,0.0);
    border-radius:5px;
    background-color:rgba(1,1,1,0.0);
}

#hfd-menu a:hover{
    color:#fad59f;
	 padding: 4px 7px;
  border:1px solid #fad59f;
   }
   
#hfd-menu .current-menu-item a{
    color:#fad59f;
	 padding: 4px 7px;
   border:1px solid #fad59f;
   }
	
}

/* Version 2025 */
/* basis: onzichtbaar */
#detailstab, #trailerstab, #casttab, #crewtab, #extratab {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease;
}

/* zichtbaar + animatie-in */
#detailstab.is-active,
#trailerstab.is-active,
#casttab.is-active,
#crewtab.is-active,
#extratab.is-active{
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* uit-animatie: kort afvlakken */
.sp-leaving {
  opacity: 0;
  transform: translateY(8px);
}

/* smooth scroll fallback */
html { scroll-behavior: smooth; }

/* header active state */
a.is-active {
  font-weight: 600;
    color: var(--e-global-color-text)!important;
  text-decoration: underline;
}

/* respecteer prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  #detailstab, #trailerstab, #casttab, #crewtab, #extratab {
    transition: none;
  }
  .sp-leaving { transition: none; }
}
@media only screen and (min-width: 1440px) {
	
}

@media only screen and (min-width: 1600px) {
	
}

/* Alleen toepassen op de front‑end, niet in de Elementor‑editor */
body:not(.elementor-editor-active) .elementor-popup-modal,
body:not(.elementor-editor-active) .elementor-popup-modal .dialog-widget-content {
  overflow-x: hidden !important;
  width: 80vw !important;
  max-width: 80vw !important;
  margin: 0 auto !important;
}

	