/* global colours*/

:root {
    --primary-color: #C9A76F;
    --secondary-color: #1D1E1F;
}

/* fonts files */

@font-face {
    font-family: 'RAK-Regular';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/RAK-Regular.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/RAK-Regular.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/RAK-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Changa';
    src: url('/wp-content/themes/EGA RAK Main Theme/fonts/woff2/Changa.woff2') format('woff2'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/woff/Changa.woff') format('woff'),
         url('/wp-content/themes/EGA RAK Main Theme/fonts/otf/Changa.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* global fonts */
body {
	font-family: "Changa", sans-serif !important;
	color: #636465;
	line-height: 1.5;
}

html[lang="ar"] body {
	font-family: "RAK-Regular", sans-serif !important;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Changa", sans-serif !important;
	line-height: 1.4;
	margin-bottom:0px;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
    font-family: "RAK-Regular", sans-serif !important;
}

p,label {
	font-family: "Changa", sans-serif !important;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom:0px !important;
}

html[lang="ar"] p,html[lang="ar"] label {
	font-family: "RAK-Regular", sans-serif !important;
}

li {
    font-family: "Changa", sans-serif !important;
	font-size: 1.2rem;
	color: #1B2431;
	letter-spacing: 0px;
	font-weight: normal;
}


html[lang="ar"] li{
	font-family: "RAK-Regular", sans-serif !important;
}

a {
	font-family: "Changa", sans-serif !important;
	color: #C9A76F ;
}


html[lang="ar"] a {
	font-family: "RAK-Regular", sans-serif !important;
}

a:hover {
	color: #cc7e1a;
	text-decoration: none !important;
}

a:visited {
    color: #663399;
    text-decoration: none;
}

span {
	font-family: "Changa", sans-serif !important;
}

html[lang="ar"] span {
	font-family: "RAK-Regular", sans-serif !important;
}

h1 {
	font-size: 3.0rem;
	color:var(--text-color);
	font-weight: 400;
}

h2 {
	font-size: 2.4rem;
	font-weight: 400;
	color:var(--primary-color);
}

h3 {
	font-size: 2rem;
	font-weight: 400;
		color:var(--primary-color);
}

h4 {
	font-size: 1.8rem;
	font-weight: 400;
}

h5 {
	font-size: 1.6rem;
	font-weight: 400;
}

h6 {
	font-size: 1.4rem;
	font-weight: 400;
}

a	{
	text-decoration: none !important;
}

.zeno_font_resizer a {
		color: white !important;
}

.hfe-has-submenu-container {
    pointer-events: none;
}

.sticky-header {
	position: fixed;
	top: 0;
	transition: all 0.3s ease-in-out;
	background-color: white;
}

/* content & sidebar containers */
/* Responsive Styles */
@media (max-width: 768px) {
    .page-content-wrap {
        padding: 0px !important;
        margin: 0px;
				overflow-y: auto;
				overflow-x: hidden;}
    .site-content.clr {
        width: 100% !important;
        margin-top: 0px!important; 					}
    .content-saver {
        display: block !important;
        flex-direction: column 						!important;
    		}

}

@media (max-width: 1024px) {
	.container {
		width: 100% !important;
		max-width: none !important;
	}
		.single-post-title{
		padding-left:10px !important;
	}
			.section-title-white{
		padding-left:10px !important;
	}
	.section-title-white span{
		left:10px !important;
	}
	
}
/* Flex Layout Styles */
.content-saver {
    display: flex;
    flex-direction: row;
}

#homepage-content-wrap {
	width: 100% !important;
	max-width: none !important;
}

.site-content {	
    flex: 1;
    background-color: white;
	  min-height: 200px;
		margin-top: 60px;
		margin-bottom: 60px;
}

#homepage-content {
	margin-top: 0;
}

.header-bg {
    width: 100%;
    height: 400px;
    position: relative;
		background-repeat: no-repeat !important;
			background-position: center center !important;
			background-size: cover !important;
			background-color: #000000 !important;
}

.header-bg .page-title {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
}

.page-title .section-title-white, .footer .section-title-white {
    padding: 50px 0 20px 0;
    margin: 10px 0;
    color: #000000;
    position: relative;
		z-index: 2;
		font-size: 24px;
}
.header-bg .page-title .section-title-white{
	color: #ffffff;
}

.page-title .section-title-white span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    border-bottom: solid 5px #C9A76F;
    max-width: 90px;
    background: #C9A76F;
    width: 90px;
    height: 5px;
}

.h4-bottom-border {
	position: absolute;
	display: inline-block;
	bottom: 0;
	top: 50px;
	max-width: 90px;
	background: #C9A76F;
	width: 90px;
	height: 5px;
}

html[lang="ar"] .page-title .section-title-white span {
	right: 0;
}

.header-bg .black-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: 1;
}

/* Breadcrumbs Styles */

.breadcrumb {
    padding: 8px 15px;
    background-color: #F7F7F7;
/* 	color:white; */
/* 	display:flex; */
}

/* .site-breadcrumbs a{
 	color: #C9A67F; 
	text-decoration: none; 
}
 */
/* .site-breadcrumbs{
	position: unset;
	margin-top: auto;
	color: #6c757d;
}  */

/* End of Breadcrumbs Styles */

/* Our Team Pages */

.our-team-row {
	display: flex;
}
.our-team-col-sm-9, .our-team-col-sm-3 {
		position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.our-team-col-sm-9 {
	width: 75%;
}
.our-team-col-sm-3 {
	width: 25%
}

@media (max-width: 768px) {
	.our-team-col-sm-9{
	width: 100%;
	}
	.our-team-row {
		display: block;
	}
	.our-team-col-sm-3 {
		width: 100%;
	}
}

.our-team-form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.our-team-btn {
    display: block;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none !important;
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #FFF;
}

tbody#myTable tr:hover {
    background-color: #f2f2f2;
}

.guidelines-table tr:hover {
	background-color: none;
}

.guidelines-table tr:nth-child(even) {
   background-color: #e5e5e5;
}

.guidelines-table a {
	text-decoration: none !important;
}
.initiatives_post {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

/* Initiatives styling */
.initiatives_post_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  
}

/* Styling for the left and right containers in each row */
.initiatives_post_container_l,
.initiatives_post_container_r,
.initiatives_post_container_l_1 {
 
    flex: 1;
}

.initiatives_post_container_r_image {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
		align-self:center;
    max-width: 200px;
}

/* First row layout on larger screens */
.initiatives_post_container_l_1 {
    flex: 2; /* Take a larger portion of the row */
}

.initiatives_post_container_r_image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* Button styling */
.initiatives_button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #215f24;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.initiatives_button:hover {
    background-color: #ae7b26;
}

/* Responsive styling */
@media (max-width: 1024px) {
    /* Tablet view */
    .initiatives_post_container {
        flex-direction: column;
    }

    .initiatives_post_container_r_image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    /* Mobile view */
    .initiatives_post_container {
        flex-direction: column;
    }

    .initiatives_post_container_l,
    .initiatives_post_container_r,
    .initiatives_post_container_l_1,
    .initiatives_post_container_r_image {
        max-width: 100%;
    }

    .initiatives_button {
        padding: 8px 16px;
        font-size: 12px;
    }
}
.initiative_search_result{
	padding: 15px;
}

.initiative_search_results .initiative_search_result:nth-child(odd) {
   background: #e5e5e5;
}

/* End of Our Team Pages */

/* Local and Federal page */

.local-federal-big-div .our-team-col-sm-9 {
	padding: 0;
	width: 100%;
}

.local-federal-big-div .our-team-row {
	padding: 20px 20px 0px 20px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}
.tblDecreees tr td {
    border: 1px solid #c2c2c2 !important;
    padding: 10px 3px 10px 3px;
    text-align: center;
}

.tblDecreees tr th {
    background-color: #764b18;
    border: 1px solid #c2c2c2 !important;
    color: #fff;
    font-size: 1.08em;
    padding: 5px 10px;
    text-align: center;
}

.tblDecreees tr a {
	text-decoration: none !important;
}

#Local-Federal-Pagination {
	display: flex;
    justify-content: center;
    align-items: center;
}

.Local-Federal-pagination-button {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
		background-color: #fc9b12;
		color: #fff;
		width: 35px;
}

.Local-Federal-pagination-button: hover {
	background-color: #896839;
}

.Local-Federal-pagination-button.active {
		background-color: #613f13;
}

/* Local and Federal page */

/* last updated */
.last-updated-date {
	color: #fff;
}
/* end of last updated */

/* total visitors shapes */

.total-visitors-shapes {
	direction: ltr !important;
}

.total-visitors-shapes span {
    width: 30px;
    height: 30px;
    margin: 5px;
    background-color: #888888;
    text-align: center;
    line-height: 0;
    -webkit-text-stroke: 2px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 1px;
    display: inline-block;
    padding: 16px 6px 6px 4px;
    font-size: 16px;
    font-weight: normal;
    font-family: times new roman;
}

.total-visitors-shapes span.gradient-bg {
    background-image: linear-gradient(#545454, #fff, #545454);
}

.total-visitors-shapes span.gradient-bg a {
    font-size: 20px;
    background: linear-gradient(90deg, #000000 30%, #fff 50%, #000000 60%);
    color: black !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-decoration: none;
}

/* end of total visitors shapes */

.awards-posts .elementor-post {
    position: relative; /* Ensures each post container acts as the reference point */
}

.awards-posts .elementor-post .elementor-post__title > a {
    position: absolute;
    top: 0;
    right: 0;
		margin-right: 10px;
    margin-top: 10px;
    padding: 5px 10px; /* Adjust as needed */
    background-color: #C9A76F; /* Background for better readability */
    color: #fff; /* Text color */
    text-align: center;
    z-index: 1; /* Ensures the title is on top */
   
}

.awards-posts .elementor-post__excerpt p{
	padding-bottom: 5%;
	border-bottom: solid 5px #E8E8E8; 
}
.awards-posts .elementor-pagination .page-numbers:not(.dots) {
    color: #817A7A;
    background-color: white;
    padding: 5px 10px;
    border: solid 1px #E8E8E8;
    box-shadow: 0px 0px 20px #E8E8E8;
}


.awards-posts .page-numbers.current {
    background: #000 !important;
}

.loop-title .elementor-post__title, .elementor-post__title a{
    text-decoration: none !important;
		text-transform: capitalize !important;
		font-size: 1.8rem;
		display: -webkit-box;
    -webkit-line-clamp: 2 !important; /* Adjust lines based on font size and title length */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loop-title .elementor-posts, .elementor-post__excerpt p {
	display: -webkit-box;
    -webkit-line-clamp: 6 !important; /* Adjust lines based on font size and title length */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loop-title .elementor-posts .elementor-post__read-more {
	
    background-image: url('/wp-content/uploads/Screenshot-2024-11-20-131026.png');
		background-size: contain;
    padding: 5px 16px 3px 0px;
    width: 100%;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    align-self: center;
    display: block;
    /* justify-self: center; */
    /* object-fit: contain; */
    align-self: flex-start;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}
.inner-title .elementor-posts .elementor-post__read-more::after {
   content:"Read More" !important;
}

html[lang="ar"] .inner-title .elementor-posts .elementor-post__read-more::after {
   content:"إقرأ المزيد" !important;
}

.photo-gallery .elementor-pagination .page-numbers:not(.dots) {
    color: #817A7A;
    background-color: white ;
    padding: 5px 10px;
    border: solid 1px #E8E8E8;
    box-shadow: 0px 0px 20px #E8E8E8;
}

.photo-gallery .page-numbers.current {
    background: #000 !important;
}


/* Search Result Page */
.search-entry-inner.clr{
	display: flex;
	height: 200px;
}

.search-entry-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.search-results article .search-entry-readmore a {
	border: none;
}

.search-thumbnail {
		margin-right: 10px;
		width: 25%;
		height: 100%;
}

.search-thumbnail img {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.search-content-container {
		width: 100%;
}
}
/* search entry read more button */

.search-content-container {
	width: 70%;
	margin-top: 12px;
}

.search-entry-title a:hover {
 color: var(--primary-color); 
}

.search-entry-summary p{
	font-size: 1.5rem;
}

.blog-entry-date {
	font-size: 1.5rem;
}

.search-entry-readmore {
	background-color: var(--primary-color);
	padding: 5px;
	margin-left: auto;
}

html[lang="ar"] .search-entry-readmore {
	margin-left: 0;
	margin-right: auto;
}

.search-entry-readmore a {
	color: #fff;
	text-transform: none;
}

.news-page {
	padding-top: 50px;
}
/* single post CSS */
.single-post-title {
    padding-bottom:20px;
}

.single-post-title span{
	    position: relative;
    border-bottom: solid 5px #C9A76F;
    left: 0;
    bottom: 0;
    width: 90px;
    max-width: 90px;
    display: block;
    padding-top: 20px;
}

.single-post-content-wrap {
	padding: 0px 0;{/*Might change again*/}
	 width: 70%;
}

.news-page-content {
	border: solid 1px #E2E2E2;
  padding: 20px;
	min-height: 0;
}

.single-news-date {
		position: absolute;
	  text-align: center;
    max-width: 70px;
    height: 50px;
    float: left;
}

.single-news-month {
	background-color: #C9A76F;
	color: #FFFFFF;
	max-width: 70px;
	padding: 0px 10px;
}

.single-news-day {
	background-color: #E8E8E8;
	color: #1D1E1F;
	max-width: 70px;
	padding: 10px 10px 10px 10px;
}

.single-news-title {
	  text-align: left;
    color: #1D1E1F;
    border-bottom: 5px solid #C9A76F;
    padding: 10px 0 10px 80px;
		font-weight: 900;
}

html[lang="ar"] .single-news-title {
	text-align: right;
	padding: 10px 80px 10px 0;
}

.news-page-social-media ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}

.news-page-social-media ul li {
	text-align: right;
	float: right;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border: solid 1px #E2E2E2;
}

html[lang="ar"] .news-page-social-media ul li {
	float: left;
}

.news-page-social-media ul li:hover {
	background-color: var(--secondary-color);
}

.news-page-social-media ul li i {
	font-size: 20px;
}

.news-page-social-media ul li:hover i {
	color: white;
}

.news-post-thumbnail {
	    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	text-align: center;
}

.news-post-thumbnail img {
	width: 300px !important;
	height: auto;
}

.news-page-content p {
	color: #212529;
	font-size: 16px;
	font-weight: 500;
}

/* End of single post CSS */

@media (max-width: 768px) {
	.search-entry-inner {
        display: flex;
				flex-direction: column;
        height: auto !important;
				margin:3% !important;
    }
    
    .search-thumbnail {
				display: block !important;
        width: 100%;
        margin-bottom: 10px;
        height: 100% !important;
				margin-right:0px !important;
    }
    .search-thumbnail img {
        width: 100%; 
		}
	
	.search-entry-content {
		width: 100%;
	}
}

.page-numbers a,
.page-numbers span:not(.elementor-screen-only),
.page-links span {
		font-size: 1rem;
    color: #000000;
    padding: 10px;
    margin: 5px;
    border-radius: 0;
    background: #FFFFFF;
    background: -moz-linear-gradient(bottom, #FFFFFF 0%, #F8FBFD 100%);
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F8FBFD 100%);
    background: linear-gradient(to top, #F8FBFD 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8FBFD", GradientType=0);
    border: solid 1px #EBE6DA;
    box-shadow: 0px 0px 20px #E8E8E8;
}

.oceanwp-pagination ul{
	display: flex;
	justify-content: center;
}

@media (max-width: 768px) {
	.page-numbers a,
.page-numbers span:not(.elementor-screen-only),
	.page-links span {
		height: 15px !important;
		font-size: 1rem !important;
		min-width: 0px !important;
		width: 14px;
	}
}

.page-numbers a:hover,
.page-links a:hover span,
.page-numbers.current,
.page-numbers.current:hover,
.page-links > span {
	background: #000;
	color: #fff;
}

.page-numbers.current {
	background: #000 !important;
	color: #fff !important;;
}



.next.page-numbers:hover {
	color: #fff;
	margin: 0 1px !important;
}
.prev.page-numbers {
	margin: 0 8px;
}

/* End of Search Result Page */

/*haver cards CSS start*/
.hover_card_hover {
    display: none;
}

.hover_card_main {
    display: block;
}

.hovering_card:hover .hover_card_hover {
    display: block;
}

.hovering_card:hover .hover_card_main {
    display: none;
}

.hovering_card .hover_card_images {
    float: right;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    line-height: 110px;
    background-color: #FFFFFF;
    text-align: center;
    border: solid 5px #F0F0F0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.hovering_card:hover .hover_card_images {
    background-color: #c9a76f;
    border: solid 5px #f6d297;
    transition: ease-in-out 0.4s;
}
/*haver cards CSS end*/
/* mudiola css start */
.modula-item .figc p.description {
	background-color: rgba(0, 1, 1, 1); 
	/* Optional: Adds a semi-transparent background */ 
	color: #ffffff;} 
html body .modula .modula-item.effect-pufrobo p {
	position:absolute; 
	bottom: 0; 
	width:100%;
	align-self: center;
	align-content:center;
	justify-content:center;
	justify-self:center;
	padding-right:10px;
}
.modula-item-content{
	border-top:solid 5px #C9A76F;
	
}
/* modula css end */
/* Deleting the anchor tags in Awards */
.category-international-awards {
	pointer-events:none;
}
.bdt-ep-product-grid-readmore{
	pointer-events:none;
}
.category-awards-ar{
	pointer-events:none;
}
/* Deleting anchor tage END */
.visitor_counter {
	color:white;
}

{/* List Accordion */}

/* Reset the counter for the accordion */
.list-accordion{
    counter-reset: accordion-counter;
}

/* Style the accordion container */
.list-accordion .e-n-accordion-item-title {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically align items */
    position: relative;
    padding-left: 50px; /* Space for the circle */
    font-size: 16px;
    height: 70px;
}

/* Add a counter before each title and increment */
.list-accordion .e-n-accordion-item-title::before {
    content: counter(accordion-counter) "";
    counter-increment: accordion-counter;
    display: inline-flex; /* Inline flex for proper centering */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    position: relative;
    width: 60px; /* Circle size */
    height: 60px;
    margin-right: 10px; /* Space between circle and title */
    background-color: #C9A76F; /* Circle background color */
    color: #fff; /* Text color */
    font-weight: bold;
    border-radius: 50%; /* Makes it a circle */
    font-size: 16px;
}

/* Ensure child accordions do not have numbering */
.list-accordion .e-n-accordion-item .child-accordion .e-n-accordion-item-title::before {
    content: none; /* Remove numbering */
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .list-accordion .e-n-accordion-item-title {
        display: grid; 
        grid-template-columns: 50px auto; /* Fix width for the circle and flexible space for text */
        align-items: center; 
        column-gap: 10px; /* Space between the circle and text */
        font-size: 14px; 
        padding-left: 10px; 
        height: auto; 
    }

    .list-accordion .e-n-accordion-item-title::before {
        width: 40px; 
        height: 40px; 
        font-size: 14px; 
        margin: 0; 
        grid-row: 1; /* Ensure circle stays in its row */
    }

    .list-accordion .e-n-accordion-item-title span {
        display: block; /* Ensure long text wraps properly */
        line-height: 1.4; 
    }
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
	border:none;
}


/*Nav Menu Gradient*/
.home-headers .hfe-nav-menu > li:hover {
    background: linear-gradient(to top, #967A4B 0%, #C9A76F 100%);
    box-shadow: inset 1px 1px 0px #C9A76F;  
}
.home-headers .hfe-nav-menu > li:hover a{
    color: #ffffff !important;
    text-decoration: none; 
}

.hfe-nav-menu > li:hover {
    background: linear-gradient(to top, #967A4B 0%, #C9A76F 100%);
    box-shadow: inset 1px 1px 0px #C9A76F;  
}

.hfe-nav-menu > li:active {
    background: linear-gradient(to top, #967A4B 0%, #C9A76F 100%);  
    box-shadow: inset 1px 1px 0px #C9A76F;  
}