/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2.sliderheader{
	color: #fff!important;
	margin-top: 20px;
    margin-bottom: 20px;
	letter-spacing: -.2px;
    font-size: 2rem;
}
.gr-content{
	font-size:18px;
	text-align:left;
}
.dashicons{
color:#F5D327;
}


.padding-top-header{
padding-top:30px	
}
div.movieBanners{
	height:500px !important;	
}
#li-logo .arrow-down::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: 7px;
    left: 45%;
    box-sizing: border-box;
    
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
header.smaller #li-logo .arrow-down::after{
	display:none;	
}

div.container.footer{
	padding-bottom:36px;	
}
div.container.footer .review{
	display: inline-block;
	width: 45%;
}
div.container.footer > div:nth-child(2){
	margin-left:110px;	
}


li#li-language.open>.dropdown-menu{
	display:flex;
	justify-content: space-around;
}

.dropdown-menu>li>a{
	    padding: 3px 7px;
}



@media only screen and (max-width: 959px) {
	div.container.footer > div:nth-child(2){
		margin-left:0px;	
	}
	div.container.footer > div:nth-child(1){
		margin-bottom:20px;	
	}
	div.container.footer .review{
		width:100%; 	
	}
}