/* @override
https://www.sanctuaryfirst.org.uk/assets-v2/css/members.css
	https://www.sanctuaryfirst.org.uk/assets-v2/css/members.css?*
	https://stage.sanctuaryfirst.org.uk/assets-v2/css/members.css?* */

label {
margin-bottom: 0px;
}

label.control-label {
width: 40px;
text-align: center;
display: inline-block;
color: #286fbd;

}
.input-field {
width: 70%;
min-width: 150px;
display: inline-block;
}
.input-field input {
outline: 0 !important;
border-radius: 0px;

}
.input-field input:focus {
border: 1px solid #fff;
outline: 0;
}

.mblock {
padding: 20px;
background-color: #ebf0f7;
margin-bottom: 20px;
}

input.form-control {
margin-bottom: 10px;
}

.btn {
background-color: #286fbd;
color: #fff;
}
.btn-sm {
font-size: 13px;
}
.btn:hover {
background-color: #26b858;
color: #fff;
}

.member-nav ul {
list-style: none !important;
padding-left: 0px;
text-align: right;
}
.member-nav ul li a {
padding: 6px 12px;
display: block;
background-color: #ebf0f7;
border-bottom: 4px solid #f4f7fa;
}
.member-nav ul li.active a {
background-color: #26b858;
color: #fff;
}
.member-nav ul li:hover a {
background-color: #0271bb;
color: #fff;
}

h1 {
color: #24b758;
border-bottom: 1px solid #d1deec;
margin-bottom: 15px;
}
.bclub {
margin-bottom: 20px;
}

.bclub span.title {
color: #24b758;
border-bottom: 1px solid #c3e6cf;
display: block;
margin-bottom: 3px;
}
.bclub .session {
font-size: 14px;
line-height: 18px;
display: block;
margin-bottom: 5px;
color: #696969;
}
.bclub .session time {
display: block;
font-weight: 600;
}
.bclub .btn {
color: #fff;
}
.bclub .btn.disabled {
background-color: #b4b4b4;
}
.bclub .btn-join {
background-color: #fa962c;
}
.bclub .btn-remove {
background-color: #fa4141;
}


/* ********** NEW PROFILE JULY 2021 *************** */

.profile .header h2,
.profile .header h3 {
color:  hsl(203, 100%, 37%);
}

.profile .actions .col {
color:  hsl(203, 100%, 37%);
text-align: center;
}

.avatar-wrapper {
position: relative;
}

.avatar-wrapper .avatar {
border-radius: 300px;
padding-bottom: 2px;
/*max-width: 170px;*/
width: 100%;
}

.avatar-wrapper .add-button {
position: absolute;
right: 12%;
bottom: 12%;
}

.avatar-wrapper .add-button a {
color: hsla(360, 99%, 63%, 1.00);
}

.profile .replace-avatar {
display: none;
}

/* ################## */
/* File upload button */
/* https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ */

.profile button[type="submit"] {
background-color: hsl(203, 100%, 37%);
border: none;
}

.profile input[type="file"] button  {
background-color: hsl(203, 100%, 37%);
border: none;
}

.profile .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}

.profile .inputfile + label {
font-size: 1.0em;
font-weight: 500;
color: white;
background-color: hsla(141, 66%, 43%, 1.00);
display: inline-block;
cursor: pointer; /* "hand" cursor */
padding: 4px 10px 5px 10px;
border-radius: 1px;
}

.profile .inputfile:focus + label,
.profile .inputfile + label:hover {
background-color: hsla(360, 99%, 63%, 1.00);

}

.profile .inputfile:focus + label,
.profile .inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}

.profile .inputfile + label * {
pointer-events: none;
}

.profile #upload-avatar {

}


.profile #your-activity {
	background-color: hsl(203, 100%, 37%);
	padding-bottom: 1px;
}

.profile #your-activity header {
	background-color: hsl(203, 100%, 37%);
}

.profile #your-activity header h2 {
	color: #eee;
	padding: 3px 0px 0px 10px;
	font-size: 1.5em;
}

.profile #your-activity  h3 {
	font-size: 1.4em;
}

.profile #your-activity main {
	background-color: #ffffff;
	margin: 6px 6px 5px 6px;
	padding: 20px 10px 10px 15px;
}

.profile #your-activity .activity-items {
	padding-left: 0.5em;
	list-style-image: none;
	list-style-type: none;
}

.profile #your-activity .activity-items li i {
	color: hsla(360, 99%, 63%, 1.00);
	padding-right: 6px;
}

.profile #your-activity .activity-items li {
	margin-bottom: 2px;
}

.profile #your-activity .activity-items li span {
	color: #888;
	text-transform: capitalize;
}

.right-column ul.image-list  {
margin-left: 10px;
margin-bottom: 10px;
}

.right-column ul.image-list li {
padding: 15px 0px;
border-bottom: 1px solid #eee;
}

.right-column .image-list .latest-link-image img {
width: 100px;
height: 56px;
/* -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42); */
}

.right-column .image-list .latest-link-image {
height: 56px;
float: left;
}

.right-column .image-list .latest-link {
height: 56px;
font-size: 1.0em;
line-height: 1.0em;
display: flex;
justify-content: l;
align-items: center;
padding-left: 10px;
}

.right-column .image-list .latest-link p.text-title {
	font-size: 1.0em;
	line-height: 1.2em;
	padding-top: 18px;
}

.right-column .image-list .latest-link .text-supporting {
	font-size: 0.8em;
}


/* 
 * Profile page 
 */
 
 #activity-tabs li button {
	 background-color: hsl(211, 66%, 45%);
	 color: #fff;
	 padding-left: 35px;
	 padding-right: 35px;
	  border-top-left-radius: 12px;
	  border-top-right-radius: 12px;
 }
 
#activity-tabs li button.active {
	background-color: #fff;
	color: #333;
}

#activity-tab-content .tab-pane {
	background-color: #fff;
}

#activity-tab-content p.waiting {
	padding: 20px;
	padding-bottom: 150px;
	text-align: center;
}
 
 
 .my-comment {
	 margin-left:  12px;
	  margin-right:  12px;
	 padding-bottom: 20px;
	 border-bottom: 2px solid #dedede;
	 
 }

 .my-comment:first-child {
	 padding-top: 10px;
 }

 
.my-comment .title {
	margin-top: 11px;
	margin-bottom: 7px;
	font-size:  0.85em;
}

.others-activity,
.personal-like {
	margin: 16px 12px;
	padding-top: 10px;
	border-top: 1px solid #dedede;;
}

.others-activity:first-child,
.personal-like:first-child {
	border-top: none;
}

.comment-quote:hover,
.others-activity:hover,
.personal-like:hover {
	cursor: pointer;
}

.others-activity .avatar,
.personal-like .avatar {
	width: 80px;
	text-align: center;
	float: left;
	margin-top: 5px
}

.others-activity .quote,
.personal-like .quote {
	margin-left: 90px;
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}

.others-activity .quote p ,
.personal-like .quote p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#personal-like-placeholder {
	/*padding: 0px 16px;*/
}

.my-comment .comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	float: left;
	clear: left;
}

.others-activity .comment-avatar,
.personal-like .comment-avatar {
	width: 40px;
	border-radius: 20px;
	clear: left;
}

.others-activity .feature-image,
.personal-like .feature-image {
	width: 80px;
	float: left;
	clear: left;
}

#personal-like-placeholder,
#others-activity-placeholder {
	padding-bottom: 20px;
	
}

#personal-like-placeholder img.loading,
#others-activity-placeholder img.loading {
	display: block;
	margin: 0px auto;
	/*border: 1px solid red;*/
}

.others-activity p.infoline,
.personal-like p.infoline {
	color: #777;
}
.personal-like p.entry-title {
	color: #111;
}

.my-comment .comment-quote {
	margin-left: 50px;
	background-color: hsla(256, 14%, 94%, 1.00);
	border-radius: 15px;
	padding: 5px 20px;
}

.my-comment .comment-quote p {
	margin: 0px;
	padding: 0px;
	font-size:  0.85em;
}

.profile-header {
	background-color: #fff;
	padding: 40px 0px;	
	width: 100%;
}

.profile-header img {
	 margin-left: 10%;
	 width: 80% !important;
}

.profile-location span {
	background-color: hsl(213, 26%, 91%);	
	padding: 2px 12px;
	border-radius: 6px;
}

.profile-title {
	background-color: hsl(211, 66%, 45%);
	color:  red;
	font-size: 1.7rem;
	color: #fff;
	display: inline;
	padding: 2px 20px;
	border-radius: 12px;
}

.profile-fields {
	padding-left: 15px;
}

.profile-fields .unset {
	color: hsl(208, 8%, 68%);
}

.profile-fields .unset a {
	color: hsl(211, 66%, 70%);

}

.actions {
	margin-top: 30px;
}

.actions .action-item img {
	max-width: 40px;
	display: block;
	margin: 0px auto;
}

.actions .action-item a {
	display: block;
	text-align: center;
	font-size: 0.7em;
}

.actions .action-item a h3 {
	display: block;
}


/* 
 * Profile page 
 */

.create-profile h1 {
	color: hsl(203, 100%, 37%);
	font-size: 1.5em;
}

.create-profile dl {
	margin-top: 20px;
}
 
.create-profile dl dt {
	color:hsl(203, 100%, 37%);
	float:left; 
	font-weight:bold; 
	margin-right:5px; 
	padding:3px 0px 23px 10px;  
	width:35px;
	clear: left;
}
 
.create-profile dl dd {
	margin:20px 0px; 
	padding:5px 4px 5px 0px;; 
	line-height: 1.2em;
}

.create-profile dl dt.active {
	
}

.create-profile dl dd.active {
	background-color: hsl(211, 66%, 90%);
	border: 1px solid hsl(211, 66%, 85%);
	border-radius: 8px;
}

.create-profile.fields {
	background-color: white;
	border-radius: 8px;
	padding-top: 15px;
	text-align: center;
	margin-top: 20px;
}

.create-profile .form-group label {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.create-profile .form-group .input-field {
	display: block;
	width: 100%;
	text-align: center;
}

.create-profile .form-group input {
	border: none;
	border-radius: 9px;
	max-width: 400px;
	background-color: hsl(0, 0%, 91%);
	margin: 0px auto;
}

.create-profile .form-group button {
	border-radius: 8px;
	margin-top: 10px;
	padding: 3px 30px;
}

.create-profile .background-fa {
	font-size: 90px;
	color: hsl(214, 38%, 97%);
}


.create-profile .code-of-conduct label {
	display: inline;
	color: #495057;
	/*font-size: 1rem;*/
}

.create-profile textarea {
	margin: 0px auto;
	border:  none;
	padding: 8px 10px;
	color: #495057;
	font-size: 1rem;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	background-color: hsl(0, 0%, 91%);
}

.create-profile select {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	color: #495057;
	font-size: 1rem;
}

.create-profile input[type="file"] {
	width: 100%;
	max-width: 400px;
	padding: 8px 10px;
	color: #495057;
	font-size: 1rem;
}

.create-profile .code-of-conduct  {
	margin: 0px auto;
	margin-top:  40px;
	padding: 8px 0px ;
	max-width: 400px;
	border-radius: 8px;
	background-color: hsl(0, 0%, 91%);
}


/* Upload Avatar */

#upload_avatar_form {
	/*height: 200px;*/
	display: flex;
	flex-direction: column;
}

#avatar-upload-in-progress {
	float: right;
	margin: 0px 10px 0px 10px;
	display: none;
}

#upload-avatar {
	float: right;
	margin-bottom: 12px;
}

#file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

#replace-avatar {
	width: 360px;
}

#replace-avatar label {
  display: block;
  /*position: relative;*/
  width: 100px;
  height: 40px;
  border-radius: 9px;
  background: hsl(211, 66%, 45%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease-out;
}

#replace-avatar .file-name {
  display: block;
  /*background-color: yellow;*/
  /*position: absolute;*/
  /*width: 200px;*/
  /*bottom: -45px;*/
  left: 0px;
  font-size: 0.85rem;
  color: #555;
}



