/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.wp-block-cgb-block-butler-directory {
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }

.card
{
	border: none;
	min-height: 30px;
	width: 100%;
	padding: 2px;
	clear: both;
	/*height: 120px;*/
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 20px;
	box-shadow: none;
}

.editor-styles-wrapper h4
{
	padding: 0;
	margin: 0;
}

.clearfix
{
	overflow: auto;
}

.card-picture
{
	width: 20%;
	max-height: 120px;
	float: left;
	overflow: hidden;
}

.enbiggen
 {
	 font-size: 1.2em;
	 font-weight: bold;
	 margin-top: 5px;
 }

.content-no-photo
{
	width: 100%;
}

.content-photo
{
	width: 78%;
	margin-left: 22%;
}

.profile-pic
{
	max-height: 115px;
	vertical-align: middle;
}

.text-muted
{
	color: #333;
}
