/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
.v-align{
	display: flex;
	align-items:center;
	justify-content:center;
}

/* Apply to active menu item */
.menu-item.current-menu-item > a,
.menu-item.current_page_item > a,
.menu-item.current_page_ancestor > a {
  background: linear-gradient(90deg, #65AFF3 0%, #AF85FD 50%, #FF9864 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback */
  font-weight: bold;  /* Optional: make it stand out */
}
.et_mobile_menu li a
{
	display: inline-block;
	border-bottom: none;
}
.hall-rental-section {
	display: block !important;
}
 body.home#page-container.et_pb_section.et_pb_button_5:before,body.home#page-container.et_pb_section.et_pb_button_2:before, body.home#page-container.et_pb_section.et_pb_button_3:before, .et_pb_button:before {
	display: block !important;
	     opacity: 1 !important;
	 content: ""; 
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


@media (max-width: 768px) 
{
	.v-align{
		flex-direction: column;
	}	
	.mobile{
		flex-direction: column-reverse;
		gap: 20px;
	}
	
}
