#main_header {
	background: #0f0f0f;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 15px 25px;
	z-index: 10;
	align-items: center;
	justify-content: space-between;
	position: sticky !important;
	top: 0px;
}
#main_menu_wrap i {
	color: #fff;
	margin-right: 25px;
	font-size: 18px;
	cursor: pointer;
}
.site_logo {
	color: #fff;
	font-weight: 500;
	font-size: 1.1em;
}
.site_logo:hover {
	color: #fff;
}
/*Search Styles*/
#search_wrap {
	max-width: 500px;
	width: 100%;
	position: relative;
}
#search_wrap input {
	color: #fff;
	background: transparent;
	border: 1px solid #303030 !important;
	border-radius: 500px;
    padding: 7px 20px;
	font-size: 15px;
}
#search_wrap input::placeholder {
	color: #ccc;
}
#search_wrap input:focus-visible {
	outline: none !important;
}
#search_wrap button {
	border: none;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
#search_wrap button:hover {
	background: transparent;
}
@media (max-width: 767px) {
	#search_wrap {
		display: none;
	}
}
/*End of Search Styles*/

#user_menu_wrap {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 30px;
	position: relative;
}
#user_menu_wrap a {
    border-radius: 5px;
	color: #fff;
	font-size: 1em;
    text-transform: uppercase;
}
#user_menu_wrap a i {
	font-size: 18px;
}

/* body.active_sidebar #home_wrap, body.active_sidebar footer {
	margin-left: 230px;
} */

/*Menu Popup*/
.showSidebar {
	visibility: visible !important;
}
#sidebar_menu {
	background: #0e0e0e;
	box-shadow: 0px 0px 0px 100000px #0000009e;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 245px;
	height: 100vh;
	padding: 75px 20px;
	z-index: 9;
	overflow-y: scroll;
}
.sub_menu_header {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#sidebar_menu ul {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0px;
	list-style-type: none;
	padding: 0px;
}
#sidebar_menu i {
	font-size: 16px;
	margin-right: 20px;
}
#sidebar_menu a {
    display: flex;
    align-item: center;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}
#sidebar_menu a:hover, #sidebar_menu a.active {
	background: #272727;
}
#user_menu_wrap a.active  {
    background: #3f3f3f;
}
#sidebar_menu hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 15px 0px;
}
/* width */
#sidebar_menu::-webkit-scrollbar {
  width: 4px;
}
/* Track */
#sidebar_menu::-webkit-scrollbar-track {
  background: transparent;
}
/* Handle */
#sidebar_menu::-webkit-scrollbar-thumb {
  background: #ccc;
}
/**/
.logged-in .guest_btns {
	display: none;
}

/*User Menu*/
#user_menu {
	background: #212121;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 5px #0000005c;
	display: none;
	max-width: 300px;
	width: max-content;
	flex-direction: column;
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 20px;
}
#user_menu .profile {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	gap: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#user_menu .profile span {
	display: block;
}
#user_menu .options {
	display: flex;
	flex-direction: column;	
	padding: 0px;
	gap: 5px;
} 
.user_email {
	font-size: 13px;
	color: #ccc;
}
.options a {
	padding: 5px 10px;
	text-transform: none !important;
}
.options a:hover {
	background: #3f3f3f;
    border-radius: 5px;
}
.fa-magnifying-glass {
	cursor: pointer;
}
.mobile {
	display: none;
}
#results_container2 {
	background: #212121;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
	position: absolute;
	top: 35px;
	width: 100%;
}
#results_container2 a {
    color: #ccc;
    font-weight: 600;
}
#results_container2 .head a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    /*border-top: 1px solid #eee;*/
    padding-top: 10px;
}

[av=''] {
    overflow: hidden;
}

#ageDisclaimar {
    background: #0f0f0fe6;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 25px;
}
#ageDisclaimar > div {
    text-align: center;
    max-width: 600px;
}
#ageDisclaimar .cta {
    margin-bottom: 15px;
}

.search_item {
    border-radius: 5px;
    padding: 10px;
}
.search_item:hover {
    background: #ffffff3b;
}

@media (max-width: 900px) {
	#search_wrap {
		display: none;
	}
	.mobile {
		display: block;
	}
	#user_menu_wrap span i, #main_menu_wrap i {
		font-size: 22px;
	}
	.user_img {
        width: 28px;
        height: 28px !important;
	}
	.site_logo img {
	    width: 120px;
	}
	#sidebar_menu a {
		font-size: 16px;
	}
}
/*End of User Menu*/