/*
Theme Name: Astra Child
Author: Soham Paul
Description: Brainium Web Team
Version: 1.0
Template: astra
*/

.restricted-message {
	text-align: center;
	margin: 40px auto 0px auto;
}
.ast-separate-container {
	background-color: #ffffff;
}
.site-branding.ast-site-identity {
	flex-direction: column;
}
div#wpmem_login, div#wpmem_reg {
	margin: 0 auto;
}
fieldset legend{
	padding: 0;
}


.header-btn-box .elementor-widget-wrap{
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	justify-content: end;
	gap: 15px;
}
.header-btn-box .elementor-widget-button{
	display: contents;
}
.header-btn-box .elementor-widget-icon-list{
	display: contents;
}
.header-text {
	align-items: center;
}
.header-text p{
	margin-bottom: 0;
}
.user-icon{
	width: 38px !important;
	height: 38px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: end !important;
	background: #fff !important;
	border-radius: 40px !important;
}
header.entry-header .post-thumb img, .ast-single-post-featured-section.post-thumb img {
	aspect-ratio: 16/9;
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: none;
}
#wpmem_login, #wpmem_reg {
	min-height: 60vh;
	max-width: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f3f3f3;
	margin: 50px auto !important;
	padding: 40px;
	box-shadow: 2px 2px 10px #e9e9e9;
}
#wpmem_login form, #wpmem_reg form{
	width: 100%;
}
#wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea{
	height: 50px;
}
#wpmem_login .button_div, #wpmem_reg .button_div {
	padding: 6px 0;
	text-align: left;
}
#wpmem_login .link-text {
	padding: 4px 0;
	text-align: left;
}
#wpmem_login label, #wpmem_reg label {
	display: block;
	margin-bottom: 10px;
}
#wpmem_login .button_div label, #wpmem_reg .button_div label{
	display: initial;
}

/* .hfe-nav-menu .fa::after{
content:'f107';
}
li#menu-item-4962 {
pointer-events: none;
} */

.link-text {
	display: none;
}
#wpmem_login legend {
	display:none;
}
.restricted-message h3, .restricted-message h4{
	padding-bottom: 25px;
}

.date-post{
	margin-top:40px !important;
	display:inline-block;
}
header.entry-header .entry-meta {
    display: none;
}



/*#comments{
display: none;
}*/

#logout-button{
	display: none;
}
@media screen and (max-width: 767px) {
	/* 	
	* .elementor-widget-heading h2.elementor-heading-title {
	text-align: center;
} 
	*/
	.header-btn-box .elementor-widget-wrap.elementor-element-populated {
		justify-content: center;
	}
}
@media screen and (max-width: 1024px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		visibility: visible !important;
		opacity: 1 !important;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
	}
	.hfe-nav-menu-icon {
		display: none !important;
	}
	.logo-menu .main-logo {
		margin: 0 auto;
	}
	.logo-menu .elementor-container.elementor-column-gap-default {
		flex-direction: column;
	}
}



 }
/* body.post-template-video-single-post div.entry-meta span.author{ display: none !important; } */
/* body.post-template-video-single-post .posted-by .vcard .author{
	display:none;
} */

.logout-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.logout-button:hover {
    background-color: #005a8c;
}