








/* HIDE UNNECCESSARY UI BOXES FROM WORDPRESS MENU */
#monsterinsights-metabox, .wrap div.error {
    display: none !important;
}

.woocommerce .elementor-widget-text-editor, .woocommerce-MyAccount-content legend, .woocommerce-MyAccount-content{
	color: #000 !important;
}



.primary-menu-inner{
	max-width: 1200px !important;
	padding-top: 50px;
	padding-bottom: 50px;
}

#pr-nav{
	min-height: 80px !important;
}

.underline--magical {
  background-image: none !important;
}

.title{
	color: #fff !important;
}

#pr-nav.navbar-fixed{
	background: rgba(0, 0, 0, 0.35) !important;
}
.menu-item > a > span{
	color: #fff;}

.menu-item > a > span:hover{
	color: #53a5f8;
	transition: 0.7s;
}

.current_page_item > a > span{
	color: #53a5f8 !important;
}

.footer-bg{
	background-color: #020710;
}

.footer-top, .footer-top a, .footer-top p, #site-footer #wp-calendar, #site-footer .widget-title, #site-footer .widget_price_filter .price_label, #site-footer .widget_shopping_cart .total, #site-footer .widget_categories ul li, #site-footer .widget_archive ul li, #site-footer .recentcomments{
	color: #fff;
}

.footer-menu li a{
	color: #fff;
}

.footer-top{
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.animated-icon1 span{
	background: #fff !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
	border-radius: 15px !important;
	padding: 0.8125em 1.5875em !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.shop_table{
	border: solid #0693e3 1px !important;
}

.content-area, .site-main{
	background-color: transparent !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 100% !important;
	float: left !important;
}

.widget_price_filter, 
.widget_product_search,
.widget_product_categories,
.widget_product_tag_cloud{
	display: none !important;
}


@media (max-width: 1199px){	
	
#pr-nav{
	background: rgba(0, 0, 0, 1) !important;
}
	
	.primary-menu .navbar-collapse .navbar-nav .nav-link, .primary-menu .dropdown-menu .dropdown-item {
    border-top: 1px solid #010101 !important;
}
	
.primary-menu .navbar-collapse li:last-child a.nav-link {
    border-bottom: 1px solid #010101 !important;
}
	
}

#main-header{
	background: #020710;
}

h1.header-title{
	color: #fff;
}

.breadcrumbs{
	color: #fff !important;
}

/*** HOME PAGE RESPONSIVE ***/

@media only screen and (max-width: 768px){
	.elementor-24681 .elementor-element.elementor-element-05b21a9{
		padding-top: 100px;
	}
}

/*** CONTACT US RESPONSIVE ***/

#post-24681 > div.post-inner > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-c483fc1.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div.elementor-container.elementor-column-gap-default > div > div > section.elementor-section.elementor-inner-section.elementor-element.elementor-element-e0efd76.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div{
	flex-wrap: wrap-reverse;
	padding-bottom: 70px;
}

@media only screen and (max-width: 1205px){
#post-1805 > div.post-inner > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-ae7db1a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div.elementor-container.elementor-column-gap-default > div > div > section.elementor-section.elementor-inner-section.elementor-element.elementor-element-d2d854b.elementor-reverse-tablet.elementor-reverse-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-8a40fbc > div > div > div > img{
	opacity: 0;
	height: 0;
	width: 0;
	}
}

/*** MY ACCOUNTS PAGE - TICKETS ***/

.my-accts-tckts{
	display: block;
	font-size: 25px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 50px;
	background-color: #53a5f8;
	border: 1px solid #53a5f8;
	border-radius: 100px;
	width: 100%;
	padding: 10px;
	position: relative;
	right: 10px;
}

.tickets-i{
	vertical-align: middle;
	margin-right: 10px;
	color: #53a5f8;
	background: #fff;
	border: 3px solid #53a5f8;
	border-radius: 100px;
	padding: 10px;
}

/*** HOME SLIDER BACKGROUND NO REPEAT ***/

.elementor-background-slideshow__slide__image{

	background-repeat: no-repeat !important;
}

/*** DROP DOWN MENU ***/

.dropdown-menu{
	background-color: #000 !important;
}

.dropdown-menu li a:hover{
	background-color: #020710 !important;
}

.primary-menu li a::after{
	color: #fff;
}

/*** WOOCOMMERCE TITLE ***/

.woocommerce-column__title{
	font-size: 30px !important;
	line-height: 41px !important;
}

.button{
	margin: 5px !important;
	box-shadow: none !important;
}

/** TODO: ADD WARNING LOGO URL **/
.woocommerce-info::before{
	content: url() !important;
}

/*** EDIT WEBSITE PAGE ****/

.footers-list{
	color: #fff;
	margin: 20px;
}

.footers-list h2{
	margin: 0;
}

.edit-section-title-wrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0px 10px;
}

.footers-list i{
	position: relative;
	right: 3px;
}

.footers-list button, .footers-list a{
		display: block;
	  border-radius: 20px;
    margin-top: 10px;
    background-color: #1a6bff;
    color: #fff;
    border: none;
    height: 40px;
		line-height: 40px;
	  padding: 0px 20px;
}

.footers-list .cards-wrapper{
	display: flex;
	
}

.footers-list .footer-card{
	margin: 10px;
	width: 405px;
	border: solid 3px #262d4f;
	border-radius: 20px;
	padding: 20px 15px;
}

.footers-list .footer-card h3{
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 25px;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.footer-card .footer-actions{
	display: flex;
}

/***/

.cards-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    cursor: grab;  /* Show a grabbing hand cursor */
}

.cards-scroll-container.active {
    cursor: grabbing;  /* Change cursor to indicate active drag */
}

/* Individual footer card */
.footer-card {
    flex: 0 0 auto; /* Prevent flex items from shrinking */

}

/* Modify and Delete buttons inside the card */
.footer-actions {
    margin-top: 10px;
}

.footer-actions .button {
    display: inline-block;
    margin: 5px 0;
}

/* Hide scrollbar in WebKit-based browsers */
.cards-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Optional: Customize scrollbar in other browsers */
.cards-scroll-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}


/* Prevent text selection in the footer cards */
.footer-card, .footer-card * {
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

/* Optional: Prevent text selection in the entire scroll container */
.cards-scroll-container, .cards-scroll-container * {
    user-select: none; /* Prevent text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}



