/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
#wrapper .post-content .each-vendor-result h2 a {
    color: black;
    font-size: 22px;
    line-height: 28px;
}

.single-hs_vendor .fusion-page-title-bar,
.single-hs_vendor .single-navigation,
.single-hs_vendor .entry-title{
	display:none;
}
p.each-vendor-logo {
	text-align:center;
	overflow:hidden;
    /*height: 75px;*/
}
.hs_vendor .fusion-meta-info,
.hs_vendor .fusion-sharing-box,
.hs_vendor .about-author{
	display:none;
}
span.helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.each-vendor-logo img {
	vertical-align:middle;
}
.each-vendor-result {
    float: left;
    width: 29%;
    margin: 10px;
    box-sizing: border-box;
    padding: 5px 20px 15px;
    background: white;
}
#wrapper .post-content .searchandfilter ul{
	padding:0;
	margin:0;
}
#wrapper .post-content .searchandfilter ul li li{
	padding:0;
}
li.sf-field-taxonomy-vendor_subject li.sf-level-0 >input,
li.sf-field-taxonomy-vendor_subject li.sf-level-0 >label{
	display:none;
}
#wrapper .post-content .each-vendor-result h2 a{
	color:black;
	font-size:25px;
}
#wrapper .post-content .each-vendor-result h2{
	font-size:14px;
	margin:10px 0;
	height:75px;
	
}
.each-vendor-copy .vendor-content{
	font-size:15px;
	height:200px;
	overflow:hidden;
}
.each-vendor-copy{
	background:white;
	border-top:thin gray solid;
}
span.vtype{
	font-size:14px;
}
.vtype i{
	font-size:14px;
}
.vlink a {
    background: #7eb01a;
    color: white;
    padding: 10px;
    font-size: 14px;
}
.vlink {
    float: right;
    margin: 0 5px 0 0;
}
label.sf-label-checkbox{
	font-size:15px;
}
.fusion-one-third .searchandfilter ul li li {
    padding: 0;
}
@media screen and (max-width: 600px){
	.each-vendor-result{
		float:none;
		width:100%;
	}
	p.each-vendor-logo{
		height:150px;
	}
}
@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/Avada-Child-Theme/fonts/Avenir.woff2') format('woff2'),
    	 url('/wp-content/themes/Avada-Child-Theme/fonts/Avenir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}