/*======================================
Theme Name: Banana Ball
Theme URI: https://myproejctsolution.net/
Description: Custom Divi child theme for Fan&#39;s First Entertainment.
Version: 1.2
Author: My Project Solution
Author URI: http://myprojectsolution.net
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

h1, h2, h3, h4 {
    font-family: 'Bebas Neue', sans-serif;
}

/* Force Twitter icon to X icon */
.et-social-twitter a.icon:before {
	content: "e61b";
	font-family: "Font Awesome 6 Brands" !important;
}


/* Custom Header CSS */
.fa-location-dot {
	color: var(--accent, #EDA804);
	text-align: right;
	font-family: Font Awesome 6 Free;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.9px;
	text-transform: uppercase;
}

.header-phone {
	color: var(--blue, #172651);
	text-align: right;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 83.5%; /* 33.4px */
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

/* Mobile Header icons */
.header-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
.header-logos {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-right: 3rem;
}
.header-contact {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header-phone {
    padding: 0;
}

