/* 
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 */
body {cursor: auto;}
.wrapper {background: #040a46;}
.event .event-list {border: 2px solid #bb2392;margin-bottom: 14px;padding: 0 10px;display: flex;    align-items: center;}
.event {width: 100%;}
.event .col.col-1 {width: 25%;padding-right: 10px;border-right: 1px solid #c42091;}
.event .col.col-3 {width: 75%;padding: 10px;}
.event .col.col-1 img {width: 100%;height: 66px;object-fit: contain;}
.event h2, .event p, .event a {color: #fff;}
.event h2 {font-size: 20px;margin-bottom: 8px;}
.event .date {font-size: 40px;}
.event p {margin: 5px; font-family: "Jost", Sans-serif;font-family: "Jost", Sans-serif;font-size: 16px;}
a.book-now-event {position: relative;padding: 5px 14px 5px 14px;background: transparent;background-color: transparent;background-image: linear-gradient(180deg, #C42091 0%, #6517C8 100%);}
a.book-now-event:hover::before {width: 100%;}
a.book-now-event::before {content: "";position: absolute;top: 0;bottom: 0;left: 0;width: 50px;height: 100%;   background: var(--e-global-color-accent);border-radius: 100px;transition: all 0.4s ease-in-out;z-index: -1;}
#expand {color: blue;cursor: pointer;text-decoration: underline;}
p.texts {color: #fff;font-family: 'Jost';}
p.show {font-family: 'Jost';}
p.day-name {font-size: 20px;}
.content {display: none;}
.noContent {font-size: 20px;color: #fff !important;background-color: transparent !important;pointer-events: none;}
a#loadMore {background-color:transparent;background-image:linear-gradient(180deg, #C42091 0%, #6517C8 100%);padding: 5px 30px;color: #fff;border-radius: 3px;}
.more-info, .website-info {color: #bb2392!important;font-weight:700;}
@media only screen and (max-width: 500px) {	
	.event .col.col-1 {width: 100%;}
	.event .event-list {border: 2px solid #bb2392;margin-bottom: 10px;padding: 0 10px;display: inline-block;}
	.event .col.col-1 {width: 100%;border-right: none;text-align: left;}
	.event .col.col-3 {width: 100%;padding: 10px;text-align: left;}
}