@charset "UTF-8";
/*
Theme Name: Fundraising - DSA
Theme URI: https://www.cfusionmultimedia.com
Author: Colin Vitek
Author URI: https://www.cfusionmultimedia.com
Description: This theme is designed to be used the DSA fundraising platform.  It can be used as a starter theme and modified to fit individual clients.  This theme may have various plugin dependencies and/or specific functionality built in that the fundraising platform needs to operate.  See documentation for additinal details.
Requires at least: WordPress 4.9.6
Version: 1.0
Text Domain: fundraising-dsa

*/

@import "assets/css/gforms.css";

.fb-profile-block {
  margin: auto;
  position: relative;
  width: 100%;
}
.cover-container{
    background: #02B700;
    background: -webkit-radial-gradient(bottom, #02B700  12%, #02B700 );
    background: radial-gradient(at bottom, #02B700  12%, #02B700 )
}
.fb-profile-block-thumb{
  display: block;
  height: 315px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.fb-profile-block-menu {
  border: 1px solid #d3d6db;
  border-radius: 0 0 3px 3px;
}
.profile-img a{
    bottom: 15px;
    box-shadow: none;
	display: block;
	left: 15px;
	padding:1px;
	position: absolute;
	height: 160px;
	width: 160px;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	z-index:9;
}
.profile-img img {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  height:158px;
  padding: 5px;
  width:158px;
}
.profile-name {
  bottom: 60px;
  left: 200px;
  position: absolute;
}
.profile-name h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  max-width: 275px;
  position: relative;
  text-transform: uppercase;
}
.fb-profile-block-menu{
  height: 44px;
  position: relative;
  width:100%;
  overflow:hidden;
 }
.block-menu {
  clear: right;
  padding-left: 205px;
}
.block-menu ul{
	margin:0;
	padding:0;
}
.block-menu ul li{
	display:inline-block;
}
.block-menu ul li a {
  border-right: 1px solid #e9eaed;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  line-height: 3.0;
  padding: 0 17px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  color:#4b4f56;
  text-transform:capitalize;
}
.block-menu ul li:first-child a{
  border-left: 1px solid #e9eaed;
}
.profile-content {
	padding-top: 25px;
	padding-left: 15px;
}

.share-profile-model-btns {
	padding-top: 25px;
}

.btn-share {
	min-width: 200px;
}

/* user box on all participants page */

.user-box .caption h4 {
	min-height: 50px;
}

/* gforms validation errors - begin */



/* gforms validation errors - end */