/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1627631969
Updated: 2021-07-30 07:59:29
*/
.footer-menu-cls .elementor-nav-menu .menu-item a{font-size:13px;color:rgba(255,255,255,.75)!important;font-family:'Open Sans';font-weight:600;padding:0 8px!important}.footer-link a:hover,.footer-menu-cls .elementor-nav-menu .menu-item a:hover{text-decoration:underline}.footer-menu-cls .elementor-nav-menu span.sub-arrow{display:none}.footer-menu-cls .elementor-nav-menu--layout-horizontal .elementor-nav-menu ul{position:relative!important;display:block!important;width:100%!important;min-width:auto!important;max-width:145px!important;background-color:transparent;top:0!important}.footer-menu-cls .elementor-nav-menu .menu-item a.elementor-sub-item{padding:0!important;font-weight:300;margin-top:20px;white-space:initial;background:0 0!important}body .footer-link a{color:rgba(255,255,255,.75);font-size:13px;line-height:19px;font-weight:300}.evem-sectiom .d-flex{display:flex!important}.evem-sectiom .mr-2,.evem-sectiom .mx-2{margin-right:.5rem!important}.evem-sectiom .p-0{padding:0!important}.evem-sectiom .w-100{width:100%!important}.evem-sectiom .justify-content-between{justify-content:space-between!important}.evem-sectiom .event-date div{opacity:.75}.evem-sectiom .text-right{text-align:right!important}.footer-menu-cls .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item{display:block}

/* Elementor Custom Code */
.ldt-header-section:before {
	content: '';
	background: #1e224c;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	transition: 0.5s ease-out;
}
.ldt-header-section.ldt-header-active:before {
    top: 0;
}
.ldt-less-margin-10 {
    margin-bottom: 10px !important;
}
.ldt-less-margin-15 {
    margin-bottom: 15px !important;
}
.ldt-event-section {
    display: flex;
    justify-content: space-between;
	opacity: 0.95;
}

.ldt-event-section .ldt-event-date {
    width: 100%;
    max-width: 100px;
    font-size: 20px;
    color: #080915;
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 500;
}
body .ldt-event-section .ldt-event-date .date {
    font-size: 17px;
    font-style: normal;
}
.ldt-event-section .ldt-event-info {
    width: calc(100% - 75px);
    text-align: right;
    font-size: 20px;
    color: #1e224c;
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 500;
}
.ldt-event-section-link:hover .ldt-event-section .ldt-event-info {
    color: #080915;
}
.ldt-laser-padd .ldt-event-section-link {
    padding-top: 20px;
}
.ldt-event-section .ldt-event-info h5 {
    margin-bottom: 2px;
    font-size: 20px;
	margin-top: 0;
}
.ldt-event-section .ldt-event-info p {
    font-size: 17px;
    font-style: normal;
    opacity: 0.9;
}
.ldt-event-section-link {
    padding-top: 10px;
    display: inline-block;
	  width: 100%;
}
.ldt-event-section-link:hover {
    background: #f7f7f7;
    display: inline-block;
}
.elementor-button-wrapper {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.elementor-button {
    position: relative;
}
.elementor-button-wrapper:before {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 44%) !important;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.elementor-button-wrapper:hover:before {
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 44%) !important;
}
.ldt-event-section-link img {
    width: 100%;
}
.ldt-events-main-section:hover {
    box-shadow: 2px 2px 20px -2px #0000005c;
}
.elementor-element.laser-vidoe-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(252,175,23,.8);
    max-width: 180px;
}
.elementor-element.laser-vidoe-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play i.fas {
    text-shadow: none;
}
@media screen and (max-width: 767px) {
    .elementor-element.laser-vidoe-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
        height: 70px;
        max-width: 130px;
    }
    .elementor-element.laser-vidoe-icon .elementor-custom-embed-image-overlay .elementor-custom-embed-play i.fas {
        font-size: 30px;
    }
}