/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
html, body{
    overflow: hidden;
    overflow-y: scroll;
}

.elementor-location-footer{
	/*display: none;*/
}

@media(min-width:768px){
    #home-search,
    #home-movies{
    	/*display: none;*/
    }
}

.img-movie{
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 16px;
}

.img-movie img{
    width: 100%;
    height: 360px!important;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.img-movie.rap img{
    height: 400px!important;
}

.img-movie img:hover{
    transform: scale(1.05);
}

.tt-movie{
    height: 48px;
    font-size: 18px;
    line-height: 24px;
}

.tt-movie:hover{
    color: #642C24;
}

.two-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
}

.mpaa{
    position: absolute;
    top: 12px;
    right: 12px;
    background: #eb7801;
    color: #fff;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.tt-rap{
    font-size: 28px;
    font-weight: 600;
}

.elementor-swiper-button-next,
.elementor-swiper-button-prev{
	width: 30px;
	height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 123;
}