a{
	color: #000;
}

.buddypress-wrap .change-avatar .bp-feedback{
	display: none!important;
}


@font-face {
  font-family: DidotLTPro Headline;	
	  src: url('https://womenschapter.com/wp-content/uploads/2019/07/DidotLTPro-Headline.eot') format('embedded-opentype'), /* IE6-IE8 */
		   url('https://womenschapter.com/wp-content/uploads/2019/07/DidotLTPro-Headline.woff2') format('woff2'), /* Super Modern Browsers */
		   url('https://womenschapter.com/wp-content/uploads/2019/07/DidotLTPro-Headline.woff') format('woff'), /* Pretty Modern Browsers */
		   url('https://womenschapter.com/wp-content/uploads/2019/07/DidotLTPro-Headline.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('https://womenschapter.com/wp-content/uploads/2019/07/DidotLTPro-Headline.svg') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: Gotham Narrow;
  src: url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Light-3.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Light-2.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Light-2.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Light-3.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Light-3.svg') format('svg'); /* Legacy iOS */
	font-weight: 100;
}


@font-face {
  	font-family: Gotham Narrow;
	src: url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Medium-3.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Medium-3.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Medium-3.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://womenschapter.com/wp-content/uploads/2019/06/GothamNarrow-Medium-2.svg') format('svg'); /* Legacy iOS */
	font-weight: 500;
}




.single-headers a.button, .single-headers div.generic-button{
    margin: 0px!important;
}

.single-headers li.generic-button{
    margin: 0px!important;
}


.WCStyleButton{
	    background-color: initial;
    background-color: #fff;
    border: solid 1px #000;
    font-family: Gotham Narrow;
    color: #000;
    background: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: inherit;
    font-weight: 400;
    padding: 8px 21px;
    text-align: center;
    text-decoration: none!important;
    width: auto;
    transition-duration: 0.25s;
    margin: 10px;
    text-transform: uppercase;
}

.WCStyleButton:hover{
	background-color: #000;
	color: #fff;
}

/* remove default button margin */

.your-add-friend-class, .your-pending-class, .your-awaiting-class, .your-cancel-friendship-class {
    margin: 0px 0px 0 0;
}

.your-pending-class, .your-awaiting-class{
    background-color: #000;
    color: #fff;
}


.subnav-search .feed{
    display: none;
}

.fav{
    display:none;
}
#activity-favs{
    display:none !important;
}

.WC_User_Widget{
	position: relative;
    max-width: initial;
}
.WC_User_Widget .WC_User_Username{
    text-transform: capitalize;
    height: 30px;
    line-height: 30px;
    margin-left: 7px;
	font-weight: 600;
	color: #000;
	
	position: relative;
    display: block;
    float: left;
}

.WC_User_Widget .WC_User_Avatar{
	height: 30px;
	width: 30px;
	position: relative;
    display: block;
    float: left;
	cursor: pointer;
}

.WC_User_Widget .WC_User_Avatar img{
	height: 30px;
	width: 30px;
	max-width: initial;
	border-radius: 50%;
	cursor: pointer;
}

.WC_User_Widget .WC_Header_Line_Separator::before {
	content: '';
    height: 16px;
    top: 12px;
    width: 1px;
    display: block;
    background: rgba(0, 0, 0, 0.21);
    margin: 7px 10px;
}


/*
 * Posts widget
 */

.WC_POSTS_WRAPPER{
    display: block;
	position: relative;
    text-align: center;
    flex-basis: 50%;
	padding: 10px;
}

.WC_POSTS_THUMBNAIL_WINDOW{
	width: 100%;
    height: 300px;
    background-size: cover;
}

.WC_TOPIC_LABEL{
	height: 30px;
    display: block;
    width: auto;
    background-color: #000;
    color: #fff;
    margin-top: -16px;
    line-height: 20px;
    border-radius: 10px;
    position: absolute;
    padding: 5px 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	text-transform: uppercase;
}
.WC_INFO_BOX{
	 padding: 30px; 
    align-self: flex-start;
    background-color: #0000000f;
    height: 118px;
    position: relative;
}
.WC_INFO_BOX .WC_POST_TITLE{
	font-family: Gotham Narrow;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

.WC_POSTS_META{
	font-family: Gotham Narrow;
    font-weight: 100;
    align-self: flex-end;
    height: 30px;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}

.WC_POSTS_META ul{
	align-self: flex-end;
    height: auto;
    padding: 0px;
    margin-top: 20px;
}

.WC_POSTS_META ul li{
	    display: inline-block;
}

.WC_POSTS_META ul li:last-child{
	
}

.WC_POSTS_META ul li:last-child::before{
	content: '|';
    margin-left: 8px;
    /* padding-left: 8px; */
    margin-right: 8px;
}



#wp_pagination{
	text-align: center;
    font-family: Gotham Narrow;
    font-size: 30px;
    color: #000!important;
}
#wp_pagination a{
	color: #000;
    border: 1px solid #000;
    /* padding: 0px 15px; */
    margin: 0px;
    line-height: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 22px;
}



.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM{
    flex-basis: 32.333333%;
    height: 400px;
    background-size: cover;
    /* padding: 3px; */
    margin: 0.5%;
}


.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .back{
	display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .back .label{
	align-self: flex-end;
    height: 75px;
    background-color: #ddd;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .back .label .Prod_Name{
	    font-family: Gotham Narrow Book;
    font-weight: bold;
    display: block;
    text-align: center;
    font-style: normal;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .back .label .Prod_Discount{
	font-family: Gotham Narrow Book;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .front{
	    display: none;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #ddd;
    /* float: left; */
	background-color: #e5d6d1b0;
	
	
    flex-direction: column;
    justify-content: center;
	    text-align: center;
    padding: 40px;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .front .Redeem{
	font-family: Gotham Narrow;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.6;
	margin-bottom: 20px;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .front .Instruction{
	font-size: 33px;
    line-height: 40px;
    font-family: 'DidotLTPro Headline';
    font-style: normal;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .front .code{
	background-color: #000;
    color: #fff;
    border-radius: 10px;
    /* width: 65%; */
    margin: 45px auto 0px;
    padding: 4px 35px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .front .validity{
    height: 42px;
	font-size: 14px;
	font-variant: normal;
	letter-spacing: 0.6px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
}


.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .back:hover >  .label{
	display: none;
}

.WC_OFFERS_WRAPPER .WC_OFFERS_ITEM .back:hover > .front{
	display: flex;
}

.WC_OFFERS_WRAPPER .Instruction{
	
}

.WC_OFFERS_WRAPPER .joinCommunity{
	border: 1px solid #333;
    background-color: initial;
    padding: 8px 15px;
    margin-top: 20px;
}

.WC_OFFERS_WRAPPER .joinCommunity{
	background-color: #000;
	color: #fff;
}

@media screen  and (max-width: 1800px){
    .WC_OFFERS_WRAPPER .WC_OFFERS_ITEM{
        flex-basis: 48.5%;
    }
}

/* User Registration CSS */


/* Category Loop */

.WC_CAT_WRAPPER{
	display: flex
}

.WC_CAT_WRAPPER .WC_CAT_ITEM{
	flex-basis: 32.333333%;
    height: 400px;
    background-size: cover;
    /* padding: 3px; */
    margin: 0.5%;
}

.WC_CAT_WRAPPER .WC_CAT_ITEM a{
	color: #000;
}

.WC_CAT_WRAPPER .WC_CAT_ITEM .back{
    position: relative;
    width: 100%;
    height: 400px;
	cursor: pointer;
}

.WC_CAT_WRAPPER .WC_CAT_ITEM .back img{
	width: 100%;
    height: 400px;
	object-fit: cover;
}

.WC_CAT_WRAPPER .WC_CAT_ITEM .front{
	display: none;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #ddd;
    /* float: left; */
    background-color: #e5d6d1b0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 40px;
    font-family: 'DidotLTPRo Headline';
    /* font-style: normal; */
    font-weight: bold;
    font-variant: none;
    font-style: initial!important;
    font-size: 47px;
    line-height: 100%;
}

.WC_CAT_WRAPPER .WC_CAT_ITEM .back:hover > .front{
	display: flex;
}

/*
 * Newest user list
 */

.WCNMList{
    list-style: none;
    padding: 0px;
	display: flex;
    flex-wrap: wrap;
}

.WCNMList li{
    flex-basis: 16%;
    margin: 0.25%;
    /* height: 280px; */
    
}



.WCNMList  li .WCNMAvatar{
	height: 240px;
}

.WCNMList  li .WCNMAvatar a img{
	    height: 100%;
	display: block;
    object-fit: cover;
    width: 100%;
}

.WCNMItem{
	height: 80px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    text-align: center;
    line-height: 100%;
}

.WCNMList  li .WCNMItem a{
    margin-bottom: 10px;
    float: none;
    width: 100%;
    
	color: #000!important;
    font-size: 20px;
    font-weight: 500;
    font-family: Gotham Narrow;
    text-transform: uppercase;
}




/*
 * Header 
 * */

#registerNavigation{
	min-height: 80px;
	transition-duration: 0.5s;
}
.registerNavigationScrollChange{
	height: 10px;
}

/*
 */



.DMDFViewMembersWrapper{
	
}

.DMDFNewBio .DMDFQ{
	font-family: DidotLT Pro;
    font-weight: bold;
    font-style: italic;
	font-size: 23px;
	margin-bottom: 3px!important;
}

.DMDFNewBio .DMDFA{
    Font-family: Gotham Narrow;
    font-size: 18px;
	font-weight: 100
}

.DMDFViewMembersWrapper .DMDivider{
	width: 100%;
	height: 5px;
	background-color: #ededed;
	margin: 80px 0px;
}

.DMDFViewMembersWrapper .DMDFNewMembersTitle{
	font-family: DidotLTPro Headline;
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px!important;
}


/*
 * 
 * Single User Page
 * 
 */

/* Tab Navigation */


.buddypress-wrap .tabbed-links ul li.current{
    padding: 0!important;
}

#item-body .public .extra-information, #bp-avatar-camera{
    display: none;
}

#object-nav{
    font-family: Gotham Narrow;
    font-weight: 300;
    color: #000;
}

#object-nav ul{
    border: none;
    padding-bottom: 0px;
     margin: 20px 0 0 0 ;
}

#object-nav ul li{
    border: none;
    margin: 0 0 0 0 ;
    text-transform: uppercase;
}

#object-nav ul li:first-child{
    padding-left: 0px;
}

#object-nav ul li:first-child a{
    margin: 0px;
     padding-left: 0px;
}



#object-nav ul .bp-personal-tab a{
    padding: 0px;
    color: #bdbdbd;
    font-size: 18px;
   padding: 8px 15px;
}

#object-nav ul .bp-personal-tab a:hover{
    color: #333;
}

#object-nav ul .selected a{
    font-weight: 100;
    color: #000;
    border: none;
    background-color: #f0f0f0;
}

#front-personal-li a{
    background-color: #fff!important;
}


#object-nav ul li .count{
        background: #e29276;
    border: none;
    font-weight: 900;
    color: #fff;
    min-width: 26px;
    display: inline-block;
}

@media screen and (min-width: 46.8em){
	.bp-single-vert-nav .item-body:not(#group-create-body) {
		background: #fff;
		float: none;
		margin: 0;
		min-height: 400px;
		padding: 0 0 0 1em;
		width: 100%;
	}
}

.activity-update-form{
    border: none;
    box-shadow: inset 0 0 6px #eee;
    margin: 51px 0 30px 0;
    padding: 22px 22px;
    background-color: #f0f0f0;
}

.activity-update-form #whats-new-avatar img{
    box-shadow: none;
    display: inline-block;
    width: 60px;
}

#activity-stream .activity-item {
    flex-basis: 100%;
}


.activity-list.bp-list{
        background: #fdf4f4!important;
        border: none;
}

.bp-subnavs .subnav li a{
    text-transform: uppercase;
    color: #6f6f6f!important;
    font-weight: 100;
    float: left;
}

.bp-subnavs .subnav li a:hover{
    background-color: initial!important;
    
}

.edit-profile-screen{
    display: none;
}

#profile-edit-form h3{
    display: none;
}

.bp-subnavs .subnav li:after{
    content: "|";
        float: left;
    padding: 5px 0;
}

.bp-subnavs .subnav li:last-child:after{
    content: ""!important;
}


.bp-subnavs .subnav .selected a{
    color: #000!important;
    font-weight: 100!important;
}

.buddypress-wrap .bp-subnavs{
    margin: 0px!important;
    font-family: Gotham Narrow;
    font-weight: 100;
    background-color: #f0f0f0;
        padding: 8px 5px;
}


#message-threads .avatar{
    width: 50px;
}

.message-action-star{
    display: none!important;
}

.buddypress-wrap .bp-subnavs li.current a, .buddypress-wrap .bp-subnavs li.selected a{
    background-color: initial!important;
}

.DMContentColumn .DMSPSocialMediaLinks{
	    margin-bottom: 30px;
	    width: 60%;
}

.DMContentColumn .DMSPSocialMediaLinks i{
	
}

.DMContentColumn .DMSPSocialMediaLinks a{
	font-size: 13px;
    font-family: Gotham Narrow;
    letter-spacing: 0.1px;
    color: #000;
    line-height: 16px;
	margin-right: 15px;
	white-space: nowrap
}

.DMContentColumn .DMSPSocialMediaLinks .DMSPinstagram::before{
	content:"\f16d";
	margin-right: 5px;
	font-size: 17px;
	font-family: 'fontawesome';
}

.DMContentColumn .DMSPSocialMediaLinks .DMSPfacebook::before{
	content:"\f09a";
	margin-right: 5px;
	font-size: 17px;
	font-family: 'fontawesome';
}

.DMContentColumn .DMSPSocialMediaLinks .DMSPtwitter::before{
	content:"\f099";
	margin-right: 5px;
	font-size: 17px;
	font-family: 'fontawesome';
}

.DMContentColumn .DMSPSocialMediaLinks .DMSPemail::before{
	content:"\f0e0";
	margin-right: 5px;
	font-size: 17px;
	font-family: 'fontawesome';
}

.DMContentColumn .DMSPWebLink a{
    font-family: Gotham Narrow;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
	color: #000;
}




	.DMUserContent{
		display: flex;
		margin-top: 30px;
		    height: 620px;
	}
	
	.DMImageColumn{
		flex: 50%;

	}
	.DMImageColumn img{
	    height: 100% !important;
		width: auto;
		object-fit: cover;
	}
	.DMContentColumn{
		flex: 50%;
		background-color: #EFEFEF;
		text-align: center;
		display: flex;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	    padding: 8% 0;
	}
	.DMContentColumn h1{
		margin: 0px!important;
		font-size: 2.8vw;
		line-height: 1.2em;
		letter-spacing: -0.3px;
		font-family: DidotLTPro Headline;
	}
	.DMContentColumn h2{
	    margin: 0px;
	}
	.DMContentColumn h3{
		margin: 0px!important;
		margin-bottom: 50px!important;
		font-family: Gotham Narrow;
		font-weight: 100;
		font-size: 18px;
		width: auto;
		display: inline;
		margin: auto;
		position: relative;
		border-bottom: 1px #000 solid;
	}
	.DMContentColumn h4{
		margin: 0px!important;
	    font-family: 'DidotLTPro';
		font-style: italic;
		font-weight: bold;
		font-size: 21px;
		line-height: 25px;
	}
	.DMContentColumn h5{
		margin: 0px!important;
		font-style: italic;
	}
	.DMContentColumn .Divider{
       border-bottom: 1px solid #000;
		height: 20px;
		width: 70%;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
	#item-header-content{
		float: none!important;
		width: 100%;
		display: block;
		position: relative;
		padding: 0px!important;
		text-align: center;
		margin-top: 30px;
	}

	#item-header-content .member-header-actions{
		display: inline-block;
		float: none;
   	 	width: auto;
		position: relative;
		padding: 0px;
		margin: auto;
		display: flex;
		justify-content: space-evenly;
	}

	#item-header-content .member-header-actions button, #item-header-content .member-header-actions a{
	    background-color: #fff;
		border: solid 1px #000;
		font-family: Gotham Narrow;
		font-weight: 100;
		color: #000;
	}
	
	#item-header-content .friendship-button button, #item-header-content .friendship-button a{

	}
	
	#item-header-content .friendship-button button::before, #item-header-content .friendship-button a::before{
	    content: "\f234";
     font-family: 'FontAwesome';
        margin-right: 10px;
        font-size: 15px;
	}
	
	
	#send-private-message a::before{
	    content: "\f4ad";

        margin-right: 10px;
        font-size: 15px;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: bold;
	}
	
	#item-header-content .member-header-actions button:hover, #item-header-content .member-header-actions a:hover{
		background-color: #000;
		color: #fff;
	}
.DMSPshortDescription{

	margin: 0px 0px 20px 0px!important;
    font-family: 'DidotLT Pro'!important;
    font-weight: 100!important;
    font-style: italic;
    font-size: 21px;
    letter-spacing: 0px;
}

#members-friends-list .item-avatar{
        width: 10%;
}


/* friend requests */

.friends-request-list{
    display: block!important;
}

.friends-request-list .item-entry{
    width: 100%;
    
}

.friends-request-list .item-entry .item-avatar{
    float: left;
    margin-right: 2%;
    width: 8%;
}

/*
 * 
 * Registration form
 * 
 */ 

#signup_form input[type=checkbox]{
	margin-right: 23px!important;	
}

 #signup_form label{
    color: #7d7d7d!important;
    font-weight: 500!important;
    font-family: Gotham Narrow;
}




.WC_BP_ApplicationTitle{
    text-align: center;
    width: 70%;
    margin: 80px auto;
}

.WC_BP_ApplicationTitle h1{
	font-family: "DidotLTPro Headline";
    font-size: 3.3em;
    line-height: 90%;
    margin-bottom: 30px;
}

.WC_BP_ApplicationTitle h2{
	font-size: 1em;
    font-family: "Gotham Narrow Book";
    font-weight: 100;
    margin-bottom: 50px;
}

.WC_BP_ApplicationTitle h4{
	font-size: 1em;
    margin-top: 20px;
    color: #d69c88;
}


.WC_BP_ApplicationTitle p{
	font-size: 1em;
    font-family: "Gotham Narrow";
    font-weight: 100;
    margin-top: 50px;
    color: #000;
}

.WC_BP_ApplicationTitle p a{
    font-weight: 500;
    color: #000;
}

.WCfootnote {
	text-align: center;
    width: 70%;
    margin: 80px auto;
    font-size: 1em;
    font-family: "Gotham Narrow Book";
    font-weight: 100;
    color: #000;
}

.WCfootnote a{
    font-weight: 500;
    color: #000;
}

.DMMRegForm{
  	display: block!important;
	font-family: Gotham Narrow;
}

#register-page #signup-form .layout-wrap{
	display: block;
}



#register-page h4{
    font-family: "Gotham Narrow", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
}


#register-page h1{
    font-family: "DidotLTPro Headline", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}

#register-page h2{
    font-family: "DidotLTPro Headline", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}






#register-page img{
	margin: auto;
    width: 230px;
    display: block;
}

#register-page{
    margin-top: 90px;
    margin-bottom: 120px;
}



#profile-details-section {
    padding: 0px;
}

#register-page .field-visibility-settings-header{
    display: none;
}




/*
 * Layout styles for each input
 */







#signup_form #basic-details-section input{
	display: block;
    float: none;
    width: 100%;
    margin: 15px 0;
}

/*
 *	only show legends for inputs that don't accept placeholders 
 */


#signup_form .register-section #field_275-1,
#signup_form .register-section #field_276-1,
#signup_form .register-section #field_366-1,
#signup_form .register-section #field_299-1,
#signup_form .register-section #field_379-1, 
#signup_form .register-section #field_380-1, 
#signup_form .register-section #field_390-1,
#signup_form .register-section #field_448-1,
#signup_form .register-section #field_444-1,
#signup_form .register-section #field_443-1,
#signup_form .register-section #field_442-1,
#signup_form .register-section #field_646-1
{
    display: none;
}

#register-page input[type="text"], #register-page input[type="password"], #register-page input[type="email"]{
	border: 1px solid #cecfd0;
	font-size: 17px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
	background-color: #fff;
	padding: 10px 15px;
	font-family: Gotham Narrow;
	
	font-weight: 100;
	color: #555;
}

#signup_form #profile-details-section select{
    width: 100%;
    border: 1px solid #bfbfbf;
    font-size: 17px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 15px;
    font-family: Gotham Narrow;
	-webkit-appearance:none;
	    font-weight: 100;
}

#signup_form #profile-details-section select{
	font-weight: 100;
}

#field_379 {
	width: 33%;
}

#signup_form #profile-details-section input[type="text"]{
	width: 100%;
}

#signup_form #profile-details-section .field_job-title,
#signup_form #profile-details-section .field_company-name{
	display: inline-block;
	width: 100%;
	margin: 15px 0px;
}

#signup_form #profile-details-section .field_first-name, #signup_form #profile-details-section .field_last-name,
#signup_form #profile-details-section .field_how-old-are-you{
	display: inline-block;
	width: calc(33% - 1px)!important;
    margin: 0%;
}

#signup_form #profile-details-section{
	margin-top: 50px;
}



.field_how-old-are-you{
	width: 19%;
	display: inline-block;
}


.field_380, .field_390  {
	 width: 49.7%;
    display: inline-block;
}

.field_390:after  {
    content: "";
    clear: both;
    display: block;
}



.field_what-are-you-looking-for-as-part-of-your-membership-with-the-womens-chapter, 
.field_how-old-are-you, 
.field_if-you-are-a-business-owner-what-support-do-you-need-check-all-relevant-boxes, 
.field_if-you-are-a-professional-what-support-do-you-need-to-achieve-your-career-goals, 
.field_woman-in-business-you-admire-please-tell-us-who-and-why, 
.field_women-led-business-you-love-please-tell-us-which-and-why, 
.field_how-important-is-it-for-you-to-support-women-led-business-through-your-purchasing-decisions, 
.field_how-did-you-hear-about-us required-field{
    margin: 10px 0;
}

#signup_password_confirm{
    margin-top: 30px;
}

#register-page input[type='checkbox']{
    padding: 0px;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    border: initial;
    min-height: initial;
    margin-right: 5px;
    min-height: 0px;
	float: none!important;
}


#signup_form #profile-details-section fieldset legend, #signup_form .register-section{
	display: block;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Gotham Narrow", Sans-serif;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 30px;
}

#signup_form #profile-details-section fieldset legend{
	height: 70px;
    display: block;
    margin: 0px;
    /* margin-top: 20px; */
    float: none;
    padding: 20px 0px;
}



.field_job-title::before, #basic-details-section::before{
 	display: block;
    font-size: 20px;
    margin-bottom: 20px;
	margin-top: 30px;
    font-family: "Gotham Narrow", Sans-serif;
    font-size: 22px;
    font-weight: 200;
}



#signup_form .register-section .checkbox-options label{
	display: block;
position: relative;
}

#signup_form .register-section input[type='checkbox']{
	width: auto!important;
}

#signup_form label{
    color: #7d7d7d!important;
    font-weight: 300!important;
    font-family: Gotham Narrow;
}




#signup_form .submit{
	float: none!important;
	margin-top: 70px;
}

#signup_form .submit #signup_submit{
	    margin: auto!important;
    display: block!important;
    width: auto!important;
    /* display: block!important; */
    background-color: initial;
    border: 1px solid #000;
    padding: 7px 15px;
    /* margin-top: 40px; */
    color: #000;
	text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}


#signup_form .submit #signup_submit:hover{
    background-color: #000;
    color: #fff;
}

#register-page h1{
	font-family: "DidotLTPro Headline", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}


#buddypress{
    font-family: Gotham Narrow;
}

/* remove the labels from the registration form and add placeholders */

.bp-required-field-label{
	display: none!important;
}



/* Custom rules for login page */
#login h1 a, .login h1 a{
    height: 100px;
    width: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

#pass-strength-result {
    color: red;
    font-size: 17px;
}

#change-cover-image{
	display: none;
}

.field-visibility-settings-notoggle, .field-visibility-settings-toggle{
	display: none;
}

.buddypress-wrap .profile.edit .editfield{
	    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: none;
    margin: 0px;
    padding: 0px;
    margin: 25px 0px;
}

 #profile-edit-form .button-nav{
    padding: 0;
}

 #profile-edit-form .button-nav li a{
     background-color: #fff;
    color: #aaa;
    font-family: Gotham Narrow;
}

 #profile-edit-form .button-nav .current a{
    color: #000!important;
}



/* checkboxes custom style */



#field_409 .option-label{
	display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



#field_409 .option-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
    border: 3px solid #aaa;
}

/* Create the checkmark/indicator (hidden when not checked) */
#field_409 .option-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#field_409 .option-label input:checked ~ .checkmark:after {
  display: block;
}

#field_409 .option-label:hover input ~ .checkmark {
	border: 3px solid #333;
}

/* When the checkbox is checked, add a blue background */
#field_409 .option-label input:checked ~ .checkmark {
  background-color: #000;
	border: 1px solid #000;
}

/* Style the checkmark/indicator */
#field_409 .option-label .checkmark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Community Registration Modal */

#WCCommunityPostRegisterPopup{
	position: fixed;
    height: 100%;
    left: 0px;
    background-color: rgb(0,0,0, 0.5);
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    animation: 1s modalFadeIn normal forwards;
    display: flex;
    align-items: center;
    justify-content: center;
}

#WCCommunityPostRegisterPopup .modalWrapper{
	    max-width: 623px;
    background-color: #e8e8e8;
    padding: 50px;
}
#WCCommunityPostRegisterPopup .modalWrapper #subTitle{
	margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Gotham Narrow", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 0.4px;
    text-align: center;
	margin: 35px 0;
}
#WCCommunityPostRegisterPopup .modalWrapper #Title{
	font-family: "DidotLTPro Headline", Sans-serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.2px;
    text-align: center;
}
#WCCommunityPostRegisterPopup .modalWrapper #copy{
	font-family: "Gotham Narrow", Sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0.4px;
    width: 100%;
    max-width: 100%;
	text-align: center;
	margin: 25px 0;
}
#WCCommunityPostRegisterPopup .modalWrapper #subCopy1{
	    font-family: "Gotham Narrow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.1px;
	text-align: center;
	margin: 20px 0;
}

@keyframes modalFadeIn {
  0% {
    background-color: rgb(0,0,0, 0);
  }
  100% {
    background-color: rgb(0,0,0, 0.5);
  }
}

#signup_form .error{
	color: red;
    width: 100%;
    margin: auto;
    font-weight: 500;
    margin: 10px 0px;
    display: block;
    float: left;
    font-size: 15px;
    position: relative;
}

.jupiterx-main-content{
	min-height: 100vh;
}

select{
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
}

#item-header-content .your-pending-class{
	    color: #fff!important;
	    background-color: #000!important;
	}
	


.buddypress-wrap .item-body{
    margin: 0!important;
}

@media only screen and (max-width: 768px) {
	
	.bp-user .single-headers{
		margin: 0px;
	}
	
	.DMUserContent{
			display: block;
			margin: 0px;
		height: auto;
	}
	
	.DMContentColumn .Divider{
		border-bottom: 1px solid #000;
		height: 10px;
		width: 75%;
		margin-top: 50px;
		margin: auto;

	}
	
	.bp-user .DMContentColumn .DMSPWebLink a{
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 24px;
		display: block;
	}
	
	.DMContentColumn .DMSPSocialMediaLinks{
		width: 80%;
    	margin: auto;
		margin-top:10px;
		margin-bottom: 20px;
	}
	
	
	#item-header-content .member-header-actions{
	}
		
	
	#item-header-content .friendship-button button, #item-header-content .friendship-button a{

	}
	
	#item-header-content .friendship-button button::before, #item-header-content .friendship-button a::before, #send-private-message a::before{
	    font-size: 20px;
		float: none;
   		 display: block;
		margin: 0px;
	}
	
	#item-header-content .member-header-actions button, #item-header-content .member-header-actions a{
		width: 99px;
		font-size: 14px;
		padding: 11px 12px;
		border-radius: 7px;
	}
	
	.bp-user .jupiterx-main-content > .container > .row > [class*=col-], .bp-user .jupiterx-main-content{
		padding: 0px;	
	}
	
	.DMContentColumn h1{
		margin: 0px!important;
		font-size: 9vw;
    line-height: 2em;
		font-family: DidotLTPro Headline;
		text-transform: capitalize;
	}
	
	.bp-user .DMContentColumn h4{
		font-size: 18px;
		line-height: 120%;
		text-transform: capitalize;
	}
	
	.bp-user .DMSPshortDescription{
		font-size: 14px;
	}
	
	.DMImageColumn, .DMContentColumn{
		 display: block;
		 float: none;
		 width: 100%;
		height: 400px;
	}

	.DMImageColumn img{
		width: 100%;
	}

	.DMContentColumn{
		height: auto;
		position: relative;
	}
	
	.buddypress-wrap .item-body{
		margin: 16px!important;
	}
	
	#object-nav ul .bp-personal-tab a{
		font-size: 16px;
		padding: 8px 15px;
	}
	
	#object-nav ul li:first-child a{
		padding: 8px 15px;
	}
	.WCNMList{
		justify-content: space-between;
	}
	.WCNMList li {
		flex-basis: 49%;
		/* height: 280px; */
	}
	

}

#item-body .bp-widget .profile-fields .field_type_selectbox {
	display: table-row;
}

.buddypress-wrap .bp-tables-user tbody tr, 
.buddypress-wrap table.forum tbody tr, 
.buddypress-wrap table.wp-profile-fields tbody tr{
	    background: #fff8f7;
}

.buddypress-wrap .bp-tables-user tr.alt td, .buddypress-wrap table.wp-profile-fields tr.alt td{
	background: #fff8f7;
}

.buddypress-wrap table.profile-fields {
    margin-bottom: 20px;
    border: 1px solid #bfbfbf;
}

.buddypress-wrap table.profile-fields a{
	color: #000;
	font-weight: 500;
}

@media only screen and (max-width: 768px) {
	#signup_form #profile-details-section fieldset legend, #signup_form .register-section{
			font-size: 16px;
	}
	
	#signup_form #basic-details-section input {
		display: block;
		float: none;
		width: 100%;
		margin: 8px 0;
	}
	
	#register-page input[type="text"]:placeholder, #register-page input[type="password"]:placeholder, #register-page input[type="email"]:placeholder{
		font-weight: 100;
		color: #ddd;
	}
	#signup_form #profile-details-section .field_first-name, #signup_form #profile-details-section .field_last-name, #signup_form #profile-details-section .field_how-old-are-you{
		display: inline-block;
		width: 100%;
		margin: 4px 0%;
	}
	
	#register-page input[type="text"], #register-page input[type="password"], #register-page input[type="email"]{
		font-size: 15px;
	}
	
	#signup_form #profile-details-section select{
		width: 100%;
		margin: 4px 0%;
		border: 1px solid #d0d0d0;
		font-weight: 100;
		color: #aaa;
	}
	.field_380, .field_390{
		width: 100%;
		display: block;
	}
	#register-page h1{
		font-size: 22px;
		font-weight: 600;
		line-height: 30px;
	}
	#register-page h4{
		font-size: 14px;
	}
}



#loggedOutTitleHeader{
	font-family: "DidotLTPro Headline", Sans-serif;
}

#loggedOutTitleSubHeader{
    font-family: "Gotham Narrow", Sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5em;
}

#loggedOutTitleButton{
	    border: 1px solid #000;
}


/*		Logged out warning page			*/


#loggedOutTitleSubHeader{
	font-family: "Gotham Narrow", Sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5em;
    text-align: center;
    width: 75%;
    margin: auto;
}

#loggedOutTitleHeader{
	    letter-spacing: -.3px;
    text-align: center;
    font-family: "DidotLTPro Headline",Sans-serif;
    font-size: 33px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
}

#lockedMembershipButton{
    width: 100%;
    display: block;
    position: relative;
    margin: 40px 0px 25px;
}

#lockedMembershipButton div{
	    text-transform: uppercase;
    line-height: 1.1em;
    fill: #fff;
    color: #fff;
    background-color: #0c0c0c;
    border-radius: 11px 11px 11px 11px;
    padding: 11px 15px 9px 15px;
    font-size: 15px;
    margin: auto;
    width: auto;
    display: block;
    position: relative;
    white-space: nowrap;
    text-align: center;
    width: 168px;
}

#lockedMembershipButton div i{
	margin-right: 5px;
}

#loggedOutTitleButton {
    border: 1px solid #000;
    text-transform: uppercase;
    fill: #0c0c0c;
    color: #0c0c0c;
    background-color: rgba(0,0,0,0);
    padding: 8px 20px;
    border-radius: 2px;
    margin: auto;
    display: block;
    width: 227px;
    text-align: center;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 60px;
	text-decoration: none;
}

#loggedOutTitleButton:hover{
    background-color: #000;
    color: #fff;
}

#bplock-login-username, #bplock-login-password{
	border: 1px solid #cecfd0;
    font-size: 17px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 15px;
    font-family: Gotham Narrow;
    font-weight: 100;
    color: #555;
}

#bplock-login-btn{
	margin: auto!important;
    display: block!important;
    width: auto!important;
    /* display: block!important; */
    background-color: initial;
    border: 1px solid #000;
    padding: 7px 15px;
    /* margin-top: 40px; */
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#signup_submit:hover {
    background-color: #000;
    color: #fff;
}

#tab-login{
	background-color: #fff;
	 padding-top: 65px;
    border-top: 5px solid #ddd;
}

#bplock-login-tab, #bplock-register-tab {
    display: none;
}

#bplock-user-register{
	color: #000!important;
    font-weight: 500;
}
.bp-wrap a {
    color: #000!important;
    /* font-weight: 500; */
}

.jupiterx-a11y-skip-navigation-link{
	display: none;
}

.isa_success, .isa_error, .bplock-message{
	color: #000!important;
	background-color: #fff!important;
	border: 1px solid #000!important;
}

.isa_success a, 
.isa_error a, 
.bplock-message a{
	color: #000!important;
	font-weight: 700!important;
	
}

.isa_success a:hover, 
.isa_error a:hover, 
.bplock-message a:hover{
	color: #000!important;
	font-weight: 700!important;
	
}