.vendor-credits {
	margin-bottom: 2.0em;
}

.vendor-credits p {
	max-width: 60%;
    margin-left: auto;
	margin-right: auto;
    font-size: .8em;
}

.vendor_section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
    grid-row-gap: 30px;
}
.vendor_section ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.vendor_section ul li:first-child {
	list-style: none;
	background: none; 
	padding: 0 0 0 0 !important; 
	font-style:italic;
	margin-bottom:5px;
}
.vendor_section ul li + li, .vendor_section ul li + li a, .vendor_section ul li + li a:hover, .vendor_section ul li + li a:visited {
	background: none; 
	padding: 0 0 0 0 !important; 
	list-style: none;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
}
.vendor_section ul li + li + li, .vendor_section ul li + li + li a, .vendor_section ul li + li + li a:visited {
	background: none; 
	padding: 0 0 0 0 !important; 
	list-style: none;
	text-transform:uppercase;
	margin-bottom:5px; 
}

@media screen and (max-width: 769px) {
	.directory_vendors {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}
	.vendor_section {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
.directory_vendors {
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.post-guide-vendor {
    border: 1px solid #dedede;
    float: left;
    position: relative;
    list-style: none;
}

.post-guide-vendor-header {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	max-width: 600px;
}

.post-guide-vendor-header h4 {

}

.post-vendor-thumb {
	width: 100%;
    height: 300px;
    object-fit: cover;
	margin-bottom: 15px;
}

.post-vendor-name {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.2em;
}

.post-vendor-name a, .post-guide-vendor a:hover {
	text-decoration: none;
}

.vendor-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.post-vendor-portfolio {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	padding: 5px;
	width: 70%;
	margin: 20px auto;
	transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.post-vendor-portfolio:hover {
	background: #999;
}
.post-vendor-portfolio a, .post-vendor-portfolio a:visited, .post-vendor-portfolio a:hover {
	color: #fff;
	text-decoration: none;
}

.post-vendor-type {
    list-style: none;
    background: none;
    padding: 15px 0 0;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}