.acf-form .acf-repeater.-empty > table {
	border-bottom: #DFDFDF solid 1px;
}
.acf-form .acf-fields > .acf-tab-wrap {
	background: #FFF;
}
.entry-content ul.vendor-social-networks {
	padding: 0px;
}
.entry-content ul.vendor-social-networks .socials-nav-item {
	font-size: 25px;
}
.entry-content ul.vendor-social-networks .socials-nav-item a:hover,
.entry-content ul.vendor-social-networks .socials-nav-item a:not(:hover):not(:active):not(:focus) {
	color: #18b710;
}

.vendor-template-item {
	height: 250px;
}
.entry-content .vendor-template-item img.attachment-large.size-large {
	max-height: 250px;
	width: auto;
}
.vendors-grid {
    text-align: center;
}
.acf-form .acf-tab-group {
	pointer-events: none;
}
/*For browser/screen widths less than 480px*/
@media screen and (max-width: 480px) {
	.vendor-template-item {
		height: 490px;
		
	}

}

[data-name="imported_by_xml"] {
	display: none;
}

h2.vendor_item_title {
	padding-top: 12px;
}
/* Sponsors page style */
.sponsors-items-center ul.wpb_image_grid_ul {
	display: table;
    margin-left: auto;
    margin-right: auto;
}
.sponsors-items-center ul.wpb_image_grid_ul li {
	position: initial !important;
}
/* vendors-grid styles */
.cp-vendor-list {
	display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    gap: 0 4%;
    justify-items: center;
}
.cp-vendor-list .cp-vendor-list-item {
	width: 100%;
    margin-top: 50px;
}
.cp-vendor-list .cp-vendor-list-image { */
    max-height: 260px;
    min-height: 260px;
    text-align: center;
    overflow: hidden;
}
.cp-vendor-list .cp-vendor-list-image img {
    max-height: 240px;
    max-width: 240px;
	position: relative;
}
.cp-vendor-list .cp-vendor-list-social {
	display: grid;
    grid-template-columns: 23% 23% 23%;
    gap: 3%;
    justify-content: center;
}
.cp-vendor-list .cp-vendor-list-social-item {
	justify-self: center;
}
.cp-vendor-list .cp-vendor-list-social-item svg {
	width: 25px;
	max-height: 25px;
	max-width: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-vendor-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px;
        padding: 20px;
    }
    .cp-vendor-list .cp-vendor-list-image {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .cp-vendor-list .cp-vendor-list-image img {
        max-height: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .cp-vendor-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        padding: 20px;
    }
    .cp-vendor-list .cp-vendor-list-image {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .cp-vendor-list .cp-vendor-list-image img {
        max-height: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
}
/*@media screen and (max-width: 480px) {*/
/*	.cp-vendor-list {*/
/*	display: grid;*/
/*	grid-template-columns: 100%;	*/
/*	}*/
/*}*/