/*
* Directory Form
*/

.business-listing-form h2.gform_title {
    text-align: center;
    color: #000;
    font-weight: 600;
	display: none;
}
.business-listing-form input[type=text], 
.business-listing-form input[type=tel], 
.business-listing-form input[type=url], 
.business-listing-form input[type=number], 
.business-listing-form input[type=email], 
.business-listing-form input[type=password], 
.business-listing-form select {
    width: 100% !important;
    height: 45px;
    padding: 0px 12px !important;
    color: #143d8d !important;
    border: 1px solid #143d8d !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    line-height: 1.5;
    font-family: 'MyriadPro-Regular', sans-serif !important;
}
.business-listing-form input[type=text]::placeholder, 
.business-listing-form input[type=tel]::placeholder, 
.business-listing-form input[type=url]::placeholder, 
.business-listing-form input[type=number]::placeholder, 
.business-listing-form input[type=email]::placeholder, 
.business-listing-form input[type=password]::placeholder, 
.business-listing-form textarea::placeholder{
    color: #143d8d !important;  
}
.business-listing-form select {
    padding-right: 30px !important;
}
.business-listing-form textarea {
    width: 100% !important;
    height: 150px !important;
    padding: 8px 12px !important;
    color: #143d8d !important;
    border: 1px solid #143d8d !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    line-height: 1.5;
    font-family: 'MyriadPro-Regular', sans-serif !important;
    resize: none;
}
.business-listing-form h3 {
    font-size: 25px !important;
    margin-bottom: 0px;
    margin-top: 20px;
    display: inline-block;
    clear: both;
    color: #000;
}
.business-listing-form .gform_fields {
    grid-column: unset !important;
    display: flex !important;
    flex-wrap: wrap;
	grid-column-gap: unset !important;
    grid-row-gap: unset !important;
}
.business-listing-form fieldset.gfield {
    grid-column: unset !important;
    margin-bottom: 2% !important;
}
.col-margin {
    margin-right: 2%;
}
.business-listing-form .gfield {
    margin-bottom: 2%;
}
.col-6{
    width: 49%;
}
.col-12{
    width: 100%;
}
label.gfield_label{
    color: #000;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    display: none !important;
}
h2.gform_submission_error {
    margin-bottom: 0px !important;
}
span.gfield_required.gfield_required_text {
    color: red;
}
.directory-radiobtns .gfield_radio .gchoice {
    width: 60px;
}
.directory-radiobtns .gfield_radio {
    display: flex;
    width: 100%;
}
.business-listing-form .ginput_container.ginput_container_select {
    position: relative;
}
.business-listing-form .ginput_container.ginput_container_select:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
    top: 10px;
    pointer-events: none;
}
.business-listing-form .gfield.gfield_html i, 
.listing-text-asterik{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'MyriadPro-Regular', sans-serif !important;
}
.listing-text-asterik {
    padding-top: 20px;
}
.gform_button.button {
    background: #143d8d !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 13px 25px !important;
    text-decoration: none !important;
    transition: 0.3s all !important;
    margin: 10px 0px 0px!important;
    line-height: 20px;
    cursor: pointer;
    border: 2px solid #ffffff !important;
    font-weight: 600;
	line-height: 20px !important;
}
.gform_button.button:hover{
    background: #039CFF !important;
    color: #ffffff !important;
}
.gform_footer.top_label {
    text-align: center;
}

/*
* Filters UI
*/
.addon-filters span.facetwp-input-wrap {
    width: 100%;
}
.filter-keyword {
    width: 50%;
}
.filter-industry, .filter-borough {
    width: 20%;
    padding-left: 15px;
}
.filter-reset {
    width: 10%;
    padding-left: 15px;
}
.filter-reset button{
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 17px;
    border: none;
	cursor: pointer;
    background: #143d8d;
    padding: 0px;
	transition: 0.3s all;
    white-space: nowrap !important;
    text-align: center;
}
.filter-reset button:hover {
    background: #039CFF !important;
    color: #ffffff !important;
}
.addon-filters span.facetwp-input-wrap input.facetwp-search {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: rgb(0 0 0 / 80%);
    font-size: 17px;
    border: none;
    padding: 0px 50px 0px 30px;
}
.filter-keyword .facetwp-icon:before{
    background-size: 30px 30px;
    background-position: center;
}
.filter-keyword .facetwp-icon{
    right: 20px;
}
.addon-filters {
    display: flex;
    flex-wrap: wrap;
}
.addon-filters select {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: rgb(0 0 0 / 80%);
    font-size: 17px;
    border: none;
	background: #fff;
    padding: 0px 40px 0px 15px;
	white-space: nowrap !important;
}
.addon-filters .facetwp-type-dropdown:after {
    content: '\f107' !important;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 13px;
    pointer-events: none;
    font-size: 26px;
    color: #143d8d;
}
.addon-filters .facetwp-type-dropdown {
    position: relative;
}
.addon-filters .facetwp-facet {
    margin-bottom: 50px;
}

/*
* Business Listing
*/
.listing-item-top {
    display: flex;
    justify-content: space-between;
}
.listing-grid-item {
    background: #fff;
    padding: 30px 35px;
    margin-bottom: 60px;
}
.listing-grid-item .listing-name {
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin: 0px !important;
    width: 60%;
}
.listing-chamber {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 25px;
    color: rgb(40 40 40 / 50%);
    padding-right: 20px;
}
.listing-certified {
    background: #143d8d;
    color: #fff;
    font-size: 16px;
    line-height: 25px !important;
    padding: 0px;
    border-radius: 50px;
    height: 25px;
	min-height: 25px;
    margin-left: 10px;
    text-align: center;
    width: 109px;
}
.listing-noncertified{
    background: #aeaeae;
    color: #fff;
    font-size: 16px;
    line-height: 25px !important;
    padding: 0px;
    border-radius: 50px;
    height: 25px;
    margin-left: 10px;
    text-align: center;
    width: 109px;
	min-height: 25px;
    min-width: 109px;
}
.listing-address{
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding: 9px 0px 5px;
    min-height: 26px;
}
.listing-phone-number{
	font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding: 0px 0px 15px;
    min-height: 26px;
}
.listing-phone-number a {
    color: #143d8d;
	font-size: 20px;
    line-height: 25px;
    font-weight: 400 !important;
    font-family: 'MyriadPro-Regular', sans-serif !important;
}
.listing-bottom-left {
    width: 75%;
    padding-right: 45px;
	min-height: 137px;
}
.listing-bottom-right {
    width: 25%;
    position: relative;
}
.listing-item-bottom {
    display: flex;
}
.listing-industry {
    background: #143d8d;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 18px;
    border-radius: 50px;
    width: max-content;
    max-width: 100%;
	min-height: 25px;
}
.listing-description {
    font-size: 17px;
    line-height: 24px;
    color: rgb(0 0 0 / 70%);
    padding-top: 15px;
	min-height: 39px;
}
.listing-social-media li {
    list-style: none;
    margin: 0px;
	padding: 0px 7%;
    transition: 0.3s all;
}
.listing-social-media ul {
    display: flex;
    justify-content: center;
    width: 67%;
    margin: 0 auto;
}
.listing-social-media li i {
    color: #143d8d;
    font-size: 26px;
}
.listing-contact-info li {
    list-style: none;
    margin-bottom: 0px;
}
.listing-contact-info li:hover a {
    background: #039cff !important;
}
.listing-social-media li:hover i{
    color: #039cff !important;
}
.listing-contact-info li:nth-child(2) {
    margin: 0px 15px;
}
.listing-contact-info ul {
    display: flex;
    justify-content: center;
    margin: 0px;
}
.listing-contact-info li a {
    height: max-content;
    line-height: 0;
    width: 70px;
    height: 70px;
    background: #143d8d;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
.listing-contact-info {
    position: absolute;
    bottom: -65px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

/*
 * Pagination
 * */
.listings-pager .facetwp-page, 
.listings-pager span.dots{
    color: #000;
    font-size: 20px;
    padding: 15px 20px;
	margin-bottom: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 6px;
}
.listings-pager .facetwp-pager {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.facetwp-page.active, 
.listings-pager .facetwp-page:hover{
    background: #143d8d;
    color: #fff;
}
a.facetwp-page.next, a.facetwp-page.prev {
    color: rgb(0 0 0 / 50%);
}
.hide-item {
    display: none;
}
.abny-addon-tagline {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

/*
 * Chamber Logos
 * */
.chamber-logos {
    width: 90%;
	margin: 0 auto;
    display: flex;
	padding-bottom: 20px;
    justify-content: space-between;
}
.chamber-logo-item {
    width: 23%;
    margin: 0px 1% 40px;
	padding: 10px 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    background: #fff;
	transition: 0.5s all;
	display:flex;
}
.chamber-logo-item:hover img {
    filter: unset;
}
.chamber-logo-item img {
    filter: grayscale(1);
	transition: 0.5s all;
/* 	height: 100% !important; */
    object-fit: contain;
    object-position: center;
}





.chamber-logo-item:hover {
    transform: scale(1.05);
}
.form-chamber-logo .chamber-logos{
	width: 100%;
}
.form-chamber-logo .chamber-logos .chamber-logo-item:first-child {
    margin-left: 0px;
}
.form-chamber-logo .chamber-logos .chamber-logo-item:last-child {
    margin-right: 0px;
}

@media not all and (min-resolution:.001dpcm) {
    @media {
		
		.listing-noncertified, .listing-certified, .listing-industry{
			line-height: 27px !important;
		}
	}
}


/*
* Responsive
*/

@media screen and (max-width: 1400px){
	
	.listing-contact-info li a{
		width: 65px;
    	height: 65px;
	}
}

@media screen and (max-width: 1199px){

    .abny-addon-listings .container {
        width: 100%;
    }
    .listing-grid-item .listing-name{
        font-size: 28px;
    }
    .listing-chamber{
        font-size: 15px;
        line-height: 20px;
    }
    .listing-certified, 
    .listing-industry{
        font-size: 15px;
    }
    .listing-address, 
	.listing-phone-number, 
	.listing-phone-number a{
        font-size: 18px;
        line-height: 22px;
    }
    .listing-social-media ul{
        width: 90%;
    }
    .listing-description{
        font-size: 16px;
    }
	.filter-keyword {
		width: 46%;
	}
	.filter-industry, .filter-borough{
		width: 22%;
	}
}

@media screen and (max-width: 1024px){

    .listing-contact-info li a{
        width: 60px;
        height: 60px;
    }
	.listing-contact-info li:nth-child(2){
		margin: 0px 10px;
	}
    .listing-contact-info{
        bottom: -60px;
    }
    .listing-grid-item .listing-name{
        width: 50%;
        padding-right: 15px;
    }
    .listing-grid-item .listing-name {
        font-size: 22px !important;
        line-height: 25px !important;
    }
    .listing-chamber{
        font-size: 13px;
        line-height: 17px;
        align-items: center;
        width: 50%;
        padding-right: 0px;
    }
    .listing-noncertified, 
    .listing-certified{
        font-size: 13px;
        max-width: 90px;
        min-width: 90px;
    }
    .listing-address, 
	.listing-phone-number, 
	.listing-phone-number a{
        font-size: 15px;
        line-height: 20px;
    }
    .listing-description {
        font-size: 14px;
        line-height: 18px;
    }
    .listing-social-media li i{
        font-size: 24px;
    }
    .listing-certified, .listing-industry {
        font-size: 13px;
    }
    .listing-contact-info li a {
        width: 50px;
        height: 50px;
    }
    .listing-contact-info li a img {
        object-fit: contain;
        max-width: 25px !important;
        max-height: 25px !important;
    }
    .listing-contact-info li:first-child a img{
        max-width: 21px !important;
    }
    .addon-filters select, 
    .addon-filters span.facetwp-input-wrap input.facetwp-search, 
	.filter-reset button{
        font-size: 15px;
    }
    .filter-keyword .facetwp-icon:before {
        background-size: 25px 25px;
    }
	.filter-keyword{
		width: 100%;
	}
	.filter-industry, .filter-borough {
		width: 38%;
	}
	.filter-reset{
		width: 24%;
	}
	.filter-borough {
		padding-left: 0px;
	}
	.filter-keyword .facetwp-facet.facetwp-facet-search_by_keyword {
		margin-bottom: 20px;
	}
	.addon-filters span.facetwp-input-wrap input.facetwp-search{
		padding: 0px 50px 0px 15px;
	}
}

@media screen and (max-width: 767px){
    
    .gform_button.button{
        padding: 9px 25px;
    }
	.chamber-logos{
		width: 100%;
	}
	.field-top-padding{
		padding-top: 10px;
	}
	.listing-contact-info{
		width: 100%;
	}
	.col-margin{
		margin-right: 0px !important;
	}
    .col-6 {
        width: 100%;
    }
    .business-listing-form h3 {
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .directory-radiobtns .gfield_radio .gchoice {
        width: 55px;
    }
    .listing-item-top, .listing-item-bottom {
        flex-wrap: wrap;
    }
    .listing-chamber, .listing-grid-item .listing-name, 
    .listing-bottom-right, .listing-bottom-left {
        width: 100%;
        text-align: center;
    }
    .listing-chamber{
        justify-content: center;
        padding-top: 10px;
    }
    .listing-industry {
        margin: 0 auto;
    } 
    .listing-social-media ul {
        width: 100%;
        max-width: 240px;
    }
    .listing-grid-item{
        padding: 30px 35px 0px;
    }
    .listing-contact-info {
        bottom: unset;
        top: 25px;
        position: relative;
    }
    .listing-bottom-left {
        padding-right: 0px;
		min-height: unset;
    }
	.listing-description, .listing-address {
		min-height: unset;
	}
    .filter-industry, .filter-borough, .filter-keyword, 
	.filter-reset{
        width: 100%;
        padding-left: 0px;
    }
    .addon-filters .facetwp-facet {
        margin-bottom: 20px;
    }
    .abny-addon-listings .container{
        padding: 0px;
    }
    .addon-filters span.facetwp-input-wrap input.facetwp-search{
        padding: 0px 60px 0px 15px;
    }
	.listings-pager .facetwp-page, 
	.listings-pager span.dots{
 	   	font-size: 16px;
    	padding: 8px 18px;
	}
	.listings-pager .facetwp-pager{
		justify-content: center;
	}
	.filter-reset {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:  479px){

    .listing-grid-item {
        padding: 20px 15px 0px;
    }
    .listing-chamber {
        flex-wrap: wrap;
    }
    .listing-certified, .listing-noncertified {
        margin-top: 0px;
        display: block;
        clear: both;
    }
    .listing-social-media ul{
        width: 80%;
    }
    .addon-filters .facetwp-facet {
        margin-bottom: 20px;
    }
	.chamber-logos{
		flex-wrap: wrap;
	}
	.chamber-logo-item{
		width: 47%;
		margin-bottom: 15px;
	}
	.form-chamber-logo .chamber-logos .chamber-logo-item:nth-child(3){
		margin-left: 0px;
	}
	.form-chamber-logo .chamber-logos .chamber-logo-item:nth-child(2){
		margin-right: 0px;
	}
	
		.chamber-logo-item{
min-height:90px;
	}
	
	
}


