.elementor-widget-text-editor ul {
	padding-left: 15px;
	list-style: none;
}

.text-white {
	color: #fff;
}

.elementor-widget-text-editor ul:not(.menu) li::before {
  	content: "\2022";
  	color: #aa1d32;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
  	margin-left: -1em; 
}

.elementor-tab-content p {
	margin-bottom: 0px;
}

.radius-right .elementor-widget-wrap {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.float-end {
	float: right;
}

.mb-3 {
	margin-bottom: 1.5rem;
}

a {
	color: #aa1d32;
}

a.text-white:hover {
	color: #AA1D32;
}

.mega-menu-link {
	font-family: "Arvo", Sans-serif !important;
}

ul.mega-sub-menu {
	border-top: 50px solid #fff !important;
	z-index: 1 !important;
}

ul.mega-sub-menu li ul, li.mega-menu-flyout .mega-sub-menu {
	border-top: 0 none !important;
	z-index: 3 !important;
}

#elementor-popup-modal-423 .dialog-widget-content, #elementor-popup-modal-2573 .dialog-widget-content, #elementor-popup-modal-2584 .dialog-widget-content, #elementor-popup-modal-4642 .dialog-widget-content, #elementor-popup-modal-4648 .dialog-widget-content {
	padding-top: 10px !important;
}

.elementor-post__read-more {
	text-underline-offset: 10px;
}

.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
	border-left: 0 none !important;
}

.elementor-widget-container p:last-child{ 
	margin-bottom:0px;
}

/*.btn-tickets {
	font-size: 14px;
	font-weight: 500;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #AA1D32;
	border-style: double;
	border-width: 5px 5px 5px 5px !important;
	border-radius: 10px 10px 10px 10px;
}

.btn-tickets a {
	color: #fff !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.btn-tickets:hover {
	background-color: #FFFFFF;
	color: #AA1D32;
}

.btn-tickets a:hover {
	color: #AA1D32 !important;
}*/

.mc4wp-form input[type=text], .mc4wp-form input[type=email] {
	background-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: 300;
}

.mc4wp-form input[type=submit], #login-form button {
	background-color: #AA1D32;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	border-style: double;
	border-width: 5px 5px 5px 5px;
	border-radius: 10px 10px 10px 10px;
	border-color: #fff;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

.hide-corner-popup #elementor-popup-modal-509 {
	display: none !important;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  	background-color: #fff;
}

.page-id-1175 table tbody tr td:nth-child(3) {
	display: none !important;
}

.mc4wp-response p {
	margin-top: 15px;
	color: #fff !important;
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
}

/* CURSOR
-------------------------------------------------- */
#cursor {
	position: fixed;
	pointer-events: none;
	opacity: 1;
	top: -100px;
	left: -100px;
	
	color: #fff;
	/*height: 54px;
	width: 35px;
	border-radius: 50%;*/
	height: 100px;
	
	transition: .3s height, .3s width, .3s border-radius, .3s color;
	animation-fill-mode: forwards;
	overflow: hidden;
	transform: translate(-50%, -50%);
	display: flex;
	flex-flow: column nowrap;
	/*justify-content: center;*/
	align-items: center;
	z-index: 999999
}

@media screen and (max-width:1024px) and (min-width:414px) {
	#cursor {
		display: none
	}
}

@media screen and (max-width:414px) and (min-width:320px) {
	#cursor {
		display: none
	}
}

@media screen and (max-width:320px) {
	#cursor {
		display: none
	}
}

#cursor span {
	opacity: 0
}

#cursor.active {
	margin: auto;
	line-height: 16px;
	height: 100px;
	width: 100px;
	font-size: 16px;
	text-align: center;
	/*border-radius: 50%;*/
	background: transparent;
	color: #fff;
	/*box-shadow: 0 0 15px rgba(0, 0, 0, .3)*/
}

.cursor-watch {
	cursor: none;
}

#cursor.active span {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	opacity: 1
}

.rotating-img {
	animation: rotation 5s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
