/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
.my-profile-menu-item{
	display: none;
}
.logged-in.admin-bar{
	#wpadminbar{
		display: none;
	}
	.my-profile-menu-item{
		display: inline-block;
	}
	@media only screen and (min-width: 1000px) {
		header.fixed, header.sticky.sticky_animate {
			padding-top: 0 !important;
		}
	}
}
#wpmem_restricted_msg,
#wpmem_login,
#wpmem_reg{
	text-align:center;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	.form,
	&>p{		
		max-width: 600px;
		margin: auto;
		width: 100%;
		display: inline-block;
        text-align: left;
	}
}
#wpmem_login{
	background-color: #cae4ff;
	background-color: rgb(3 91 181 / 10%);
}
#wpmem_reg{
	background-color: #f9eced;
	background-color: rgb(212 51 61 / 10%);
}
.wpmem_msg {
    width: 100%;
	max-width: 600px;
	margin-left: auto;
    margin-right: auto;
}
#wpmem_login .password, #wpmem_login .textbox, #wpmem_login .username, #wpmem_reg .div_textarea textarea, #wpmem_reg .file, #wpmem_reg .image, #wpmem_reg .password, #wpmem_reg .textbox, #wpmem_reg .username{
	width: calc(100% - 22px);
}
@media only screen and (min-width: 1000px) {
	#wpmem_restricted_msg {
		padding: 50px 0;
	}
}
@media screen and (max-width: 720px) {
    #wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea {
        width: 100%;
    }
}