/*
Description:    CSS Template for Directory Pages
Author:         John Purdy, Steve Garten
Version:        20190318.1
*/

/* For Admin VC Directory Settings Dialog Box */
div[data-vc-shortcode-param-name="sg_vc_directory_group"] label.vc_checkbox-label{
     display: block !important;
}

.sg-directory img {
	width: 100%;
}

.sg-directory .team-member-position,
.sg-directory .team-member-desc P {
	color: #000;
}

.sg-directory-resources-profile {
	padding-right: 0;
}

.sg-directory-resources-bio {
	text-align: left;
}

.sg-directory-resources-card {
	margin-bottom: 6em;
}

.sg-directory-resources-card .directory-list-title {
	padding-left: 0;
}

@media screen and (max-width: 768px) {
	.sg-directory img  {
	    width: 50%;
	}
	.sg-directory-resources-bio {
		text-align: center;
	}
}

.dlci-row{
	display: inline-block;
}
.dlci-row-after{
	margin-left: 15px;
}
.directory-list-title {
	font-size: 1.2em;
	padding-left: 5px;
}
.directory-list-contact-info{
	margin: 2px 0 10px 0;
}
.contact-info-title{
	color: #1e4d2b;
	font-weight: 600;
}
.directory-default-row{
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 1140px){
	.dlci-row{
		display: block;
	}

	.dlci-row{
		display: block;
	}

    .dlci-row-after{
		margin-left: 0px;
	}
}
