/*	ifa shortcode box styling */

.mrtj_pmpro_account .pmpro_box {
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 1em 0;
}
.mrtj_pmpro_account .pmpro_box h3 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.mrtj_pmpro_account .pmpro_box p {
  margin: .5em 0 0 0;
  padding: 0;
}

/*	styling on member gallery */

@media only screen and (min-width: 641px) {
	.pmpro_member_directory .item {
		width: 50%;
		position: relative;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (min-width: 768px) {	
	.pmpro_member_directory .item {
		width: 25%;
		position: relative;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (min-width: 992px) {}
@media (min-width: 1200px) {
	.pmpro_member_directory .item {
		width: 20%;
		position: relative;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}
not(.home) .pmpro_member_directory .item {
    margin-bottom: 20px;
}
.home .pmpro_member_directory .box {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
}
.home .pmpro_member_directory .box .user-profile-pic {
    display: block;
    margin-bottom: 15px;
}
.home .pmpro_member_directory .box .user-profile-pic img {}
.home .pmpro_member_directory .box .user-name {
    display: block;
    text-align: center;
    text-decoration: none !important;
}

/*	make sure navigation and error messages come below the member gallery images */
.pmpro_pagination {
	clear: both;
}

.pmpro_member_directory_message.pmpro_message.pmpro_error {
	clear: both;
}

/*	member profile page */

.profile-block .profile-pic .image-box {
    text-align: right;
}
.profile-block .profile-pic {
    width: 30%;
    float: left;
    padding: 0 0 0 20px;
}
.profile-block .profile-bio {
    width: 70%;
    float: left;
    padding: 0 20px 0 0;
}
.profile-block .profile-bio > div {
    padding-bottom: 15px;
}
.profile-block .fields-display {
    padding: 30px 0;
//    font-size: 15px;
}
.profile-block .control-label {
//   font-weight: normal;
}
.profile-block .cb_field {
//    line-height: 21px;
}
.profile-block .row-group{
    padding: 5px 0;
}
.profile-block {}
.profile-block {}
.profile-block {}

.profile-gallery h3 {
 //   font-size: 24px;
}
.profile-gallery .profile-gallery-title {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
}
.profile-gallery .profile-gallery-listing {
    padding: 30px 0 0 0;
}

.profile-gallery .profile-gallery-listing span{
    display: block;
}

.profile-gallery .profile-gallery-listing a.popup img {
    height: 300px;
	width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.profile-gallery .profile-gallery-listing .item {
		position: relative;
		min-height: 350px;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
}

@media only screen and (min-width: 641px) {
	.profile-gallery .profile-gallery-listing .item {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {	
	.profile-gallery .profile-gallery-listing .item {
		width: 33%;
	}
}
@media only screen and (min-width: 992px) {}
@media (min-width: 1200px) {
	.profile-gallery .profile-gallery-listing .item {
		width: 33%;
	}
}

/*	member gallery social icon formatting	*/

/* Inline #69 | https://feltmakers.local/members/profile/monday/ */

.profile-social-link {
  display: inline;
  margin: 0 5px;
}
