/*------------------------------*/
/* Nav Menu
/*------------------------------*/
.riyada-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0;
	clear: both;
	background-color: transparent !important;
}

.riyada-menu.eltoggled-on,
.no-js .riyada-menu {
	display: block;
}

.riyada-navigation ul {
	list-style: none;
	margin: 0;
}

.riyada-navigation li {
	position: relative;
	display: block;
}

.riyada-navigation a {
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}
.riyada-header-primary {
	position: relative;
}
.riyada-menu.eltoggled-on{
	position: absolute;
	width: 320px;
	left: -90px;
	background-color: #fff;
}

.riyada-menu a {
	color: #ffffff;
}

.riyada-navigation .current-menu-item > a,
.riyada-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.riyada-navigation ul ul {
	display: none;
}

.riyada-navigation ul li,
.riyada-navigation ul ul li {
	text-align: right;
}

.no-js .riyada-navigation ul ul {
	display: block;
}

.riyada-navigation ul .eltoggled-on {
	display: block;
}

.riyada-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.eldropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.eldropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.eldropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.eldropdown-toggle:focus:after {
	border-color: transparent;
}

.eldropdown-toggle.eltoggled-on:after {
	content: "\f106";
}

.riyada-menu-toggle {
	font-size: 14px;
	font-size: 1rem;
	margin: 0;
	padding: 0.569230769em 0.769230769em;
	border: none;
	clear: both;
}

.riyada-menu-toggle {
	font-size: 24px;
	font-size: 1.5rem;
}

.no-js .riyada-menu-toggle{
	display: none;
}

.riyada-menu-toggle:focus {
	outline: 0;
}

.riyada-menu-toggle.eltoggled-on:focus {
	outline: thin dotted;
}

@media screen and (min-width: 48em) {
	.riyada-menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}
}

@media screen and (min-width: 56.875em) {
	.riyada-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.riyada-navigation {
		margin: 0 -0.875em;
	}

	.riyada-navigation li {
		display: inline-block;
	}

	.riyada-navigation a {
		outline-offset: -8px;
		padding: 1em;
		white-space: nowrap;
	}

	.riyada-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.riyada-navigation ul ul ul {
		top: -1px;
	}

	.riyada-navigation ul ul ul:before,
	.riyada-navigation ul ul ul:after {
		border: 0;
	}

	.riyada-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.riyada-navigation li:hover > ul,
	.riyada-navigation li.focus > ul {
		left: 0;
		right: auto;
	}

	.riyada-navigation ul ul li:hover > ul,
	.riyada-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.riyada-navigation .menu-item-has-children > a {
		margin: 0;
		padding-left: 2.25em;
	}

	.riyada-navigation .menu-item-has-children > a:after {
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		left: 0.625em;
		top: 1.25em;
	}

	.riyada-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.riyada-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.elementor-align-left .riyada-navigation ul ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.elementor-align-left .riyada-navigation li:hover > ul,
	.elementor-align-left .riyada-navigation li.focus > ul {
		right: 0;
		left: auto;
		padding-right: 0;
	}

	.elementor-align-left .riyada-navigation ul ul li:hover > ul,
	.elementor-align-left .riyada-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}


	.elementor-align-right .riyada-navigation ul ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.elementor-align-right .riyada-navigation li:hover > ul,
	.elementor-align-right .riyada-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.elementor-align-right .riyada-navigation ul ul li:hover > ul,
	.elementor-align-right .riyada-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.eldropdown-toggle,
	.riyada-navigation ul .eldropdown-toggle.eltoggled-on,
	.riyada-menu-toggle {
		display: none;
	}
}

@media screen and (max-width: 56.874em) {
	.riyada-navigation a {
		padding-left: 1em;
	}
}




/* The Overlay (background) */
.riyada-overlay {
  /* Height & width depends on how you want to reveal the riyada-overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden !important; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the riyada-overlay (height or width, depending on reveal) */
}
.riyada-overlay ul {
	list-style: none;
	margin: 0;
}


/* Position the content inside the riyada-overlay */
.riyada-overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the riyada-overlay */
.riyada-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.riyada-overlay a:hover, .riyada-overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.riyada-overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .riyada-overlay a {font-size: 20px}
  .riyada-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-width: 56.874em) {

	.riyada-overlay ul ul{
		display: none;
	}
}