/*
Theme Name:     Sweetdate Child
Theme URI:
Description:    Child theme for Sweetdate
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       sweetdate
Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
License: GNU General Public License
License URI: license.txt
*/

/*************************** ZaidButtAzeemi ***************************/
/********* Logged In *********/
.logged-in #nav-menu-item-960 {
	display: none;
}

/********* all *********/
.dnone {
	display: none;
}

h1 {
	font-size: 32px !important;
}

h2 {
	font-size: 30px !important;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529 !important;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.btn-primary {
	color: #fff !important;
	background-color: #0d6efd !important;
	border-color: #0d6efd !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 900px;
}

form.custom span.custom.checkbox.checked:before {
	content: "\2713";
	color: #222;
}

.current-menu-item,
.current-menu-parent {
	background: #1FA8D1;
	border-radius: 3px;
}

#main {
	padding-top: 20px;
}

#nav-menu-item-search {
	display: none;
}

/********* Register *********/
.bp-required-field-label {
	font-size: 11px;
	color: red;
}

.zaid_reg .layout-wrap {
	display: flex;
	flex-flow: column;
	font-size: 15px;
}

.register-section,
.input_signup_wrap {
	width: 100% !important;
}

.input_signup_username,
.input_signup_email,
.input_signup_password,
.input_signup_password_confirm,
.zaid_reg .editfield {
	float: left;
	width: 49%;
	margin: 0 1% 15px 0;
}

.zaid_reg label {
	margin: 0 !important;
}

.zaid_reg fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

.zaid_reg fieldset legend {
	font-size: 18px;
	font-weight: normal;
}

.zaid_reg .checkbox-options .checkbox {
	margin: 0 10px;
}

.zaid_reg input[type='text'],
.zaid_reg input[type='email'],
.zaid_reg input[type='password'] {
	padding-left: 10px;
	padding-right: 10px;
	/* width: calc(100% - 20px) !important; */
	width: 100% !important;
}


.zaid_reg select {
	width: 99%;
	padding: 6px !important;
}

.zaid_reg .field-visibility-settings-toggle,
.zaid_reg .field-visibility-settings-notoggle {
	display: none;
	margin: 3px 0;
}

.zaid_reg .editfield.field_residence-address,
.zaid_reg .editfield.field_phone,
.zaid_reg .editfield.field_office-address,
.zaid_reg .field_360,
.zaid_reg .field_368,
.zaid_reg .field_369,
.zaid_reg .field_370,
.zaid_reg .field_382,
.zaid_reg .field_383,
.zaid_reg .field_384
{
	width: 99%;
}

.zaid_reg .field_360,
.zaid_reg .field_361,
.zaid_reg .field_362,
.zaid_reg .field_378,
.zaid_reg .field_382,
.zaid_reg .field_383,
.zaid_reg .field_384
{
	text-align: right;
}

.zaid_reg .field_7,
.zaid_reg .field_9,
.zaid_reg .field_11,
.zaid_reg .field_13,
.zaid_reg .field_360 legend,
.zaid_reg .field_361 legend,
.zaid_reg .field_362 legend,
.zaid_reg .field_363,
.zaid_reg .field_382 legend,
.zaid_reg .field_383 legend,
.zaid_reg .field_384 legend
{
	direction: rtl;
}

.zaid_reg .field_384 legend {
	font-size: 25px;
}

.zaid_reg .field_384 input {
	display: none;
}

#buddypress .standard-form #profile-details-section {
	width: 100%;
}

@media screen and (max-width: 670px) {

	.input_signup_username,
	.input_signup_email,
	.input_signup_password,
	.input_signup_password_confirm,
	.zaid_reg .editfield {
		width: 100%;
	}
}

/********* Profile *********/
div[title="Compatibility match"] {
	display: none;
}

.Pmembers-123-profilenameimage {
	display: flex;
	flex-flow: row;
}

.profilenameimage_image {
	width: 150px;
	margin-right: 20px;
}

.xprofile #main {
	padding-top: 10px;
}

.xprofile .base .dl-horizontal dt {
	width: 170px;
}

.xprofile .base .dl-horizontal dd {
	margin-left: 180px;
}

.xprofile .other-information .dl-horizontal dt {
	width: 100%;
	line-height: normal;
	overflow: visible;
	text-overflow: inherit;
	white-space: normal;
}

.xprofile .other-information .dl-horizontal dd {
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

/********* Members *********/
.zpagesMembers,
#members-directory-form .item-list-tabs {
	display: none;
}

.pmembers_search_wrap {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.pmembers_search_wrap h2 {
	margin: 0;
}

.pmembers_search_wrap h2.current-member-type {
	font-size: 16px !important;
}

.pmembers_search_wrap h2.current-member-type strong {
	font-size: 30px;
	display: block;
}

#members-dir-search {
	display: flex;
	flex-flow: row;
}

#members-dir-search #members_search {
	width: 100%;
}