/*
Theme Name: VM Child
Template: Impreza
Theme URI: https://vigilante.marketingg 
Description: Child theme for Impreza used by Vigilante Marketing
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Lifeblood Marketing
Author URI: https://vigilante.marketing
Version: v1
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain:  impreza-child

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


body.um-page-user  .um-profile .um-profile-body {
	max-width: 100%;
	width: 100%;
}

body.um-page-user .um .um-profile-photo a.um-profile-photo-img {
    width: 100px;
    height: 100px;
	top: calc(-50px - 4rem);
}

body.um-page-user .um-profile-photo {
	margin: 0;
}

body.um-page-user .um .um-profile-meta {
	padding-left: 0;
}

.um-row-heading, .um-row {
    border: none !important;
}

.um-member-footer {
    text-align: right;
}
body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo {
	position: relative;
}

body .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo.pattern-overlay::after {
    left: 1.5em;
    width: calc(100% - 3em);
}

.um-member-name {
    position: absolute;
    bottom: 2em;
    left: 3.5em;
    font-weight: 500;
    color: #ff0517;
    z-index: 20;
    text-align: left;
	text-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.um-member-name a {
    color: white !important;
}
.um-members-edit-btn {
	display:none;
}