/* 
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
*/

.side-menu ul{
	list-style:none !important;
}

@media (max-width: 767px) {
	.col-12 {
		min-height:180px !important;
	}
}
.col-vid {
	min-height:17vw;
	position:relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
	transition: all 0.5s ease;
	cursor:pointer;
}
.col-vid:hover {
    background-size: 115%;
	transition: all 0.5s ease;
}

.col-vid .overlay{
	 width: 100%!important;
    height: 100%;
	display:block;
	position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 40%, black 100%);
   
}
.col-vid .title {
	position:absolute;
	bottom:0;
	padding-bottom:20px;
	padding-left:10px;
	color:#ffffff;
	font-family: "Lato", Sans-serif;
	font-size:12px;
	z-index:1;
/* 	transition: all 0.5s ease; */
}
/* .col-vid:hover .title {
	font-size:24px;
	transition: all 0.5s ease;
} */

.modal-content {
	background:transparent !important;
	border:none !important;
}

.modal-content .close {
	background:#ffffff !important;
	color:#000000 !important;
	border:1px solid #ffffff !important;
	border-radius:50% !important;
	position:absolute !important;
	right:-50px;
	top:-50px;
}

@media (max-width: 767px) {
	.modal-content .close {
		right:0px;
		top:0px;
	}
}