
.tl-sort-title-mobile {
	
}

#tl-sort-ul-button-mobile {
	display: none;
}
#tl-give-local-york-search-mobile {
	display: none;
}

.tl-full-screen-banner {
	  text-align: center;
	  background-color: white; /* Used if the image is unavailable */
	  height: auto; /* You must set a specified height */
	  width: 100%;
	  border-bottom: 5px solid #7dcb78;
}


.tl-sort-ul {
	display: inline-flex;
	list-style: none;
	max-width: 1035px;
	width: 100%;
	margin-left: 0px;
	font-size: 2.3rem;
}


.tl-sort-ul li {
	margin-right: 6px;
}



.tl-sort-ul a:hover {
	color: #275788;
}

.tl-sort-ul li:before {
    content: " | ";
    margin-left: 0px;
    margin-right: 0px;
}

.share-listing-gly {
	display: none;
	position: absolute;
    background-color: white;
    padding: 14px;
    margin: -136px 0 0 -38px;
    border: 1px solid gray;
}
.add-this-grid {
	display: grid;
}
.share-listing-button-revised {
	cursor: pointer;
}

#share-listing-link-tweak {
	margin-right: 5px;
	margin-top: -1px;
	margin-bottom: 5px;
}


.tl-sort-by-letter-wrapper {
	font-size: 2rem;
	width: 100%;
	text-align: center;
}

.tl-sort-title {
	color: #7dcb78;
	margin-right: 23px;
}
.tl-sort-by-letter {
	display: inline-flex;
	text-align: left;
	width: 100%;
	padding-left: 40px;
    max-width: 1070px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}
#tl-give-local-york-search-results {
		max-width: 1200px;
    width: 100%;
    padding-left: 33px;
    margin-left: auto;
    margin-right: auto;
}

#tl-give-local-york-search-results li {
	text-align: justify;

	margin-right: 32px;
}
#tl-give-local-listing-item{
	width: 550px;
	overflow: hidden;
    margin-bottom: 25px;
    background: #f1eee5;
    display: inline-block;
}
.results-text-holder {
	list-style: none;
}
.results-text {
	margin-top: 10%;
	margin-bottom: 10%;
	text-align: center;
	list-style: none;
}


@media (max-width: 1100px) {

	.fas {
		margin-left: 13px;
	}

	#tl-give-local-york-search {
		display: none;
	}
	#tl-sort-ul-button-mobile {
		display: inline-flex;
		margin-bottom: 35px;
	}

	.tl-sort-title {
		display: none;
	}

	.tl-sort-ul li:hover {
	background-color: #7dcb78;
}

.tl-sort-ul a:hover {
	color: black;
}

	.tl-sort-by-letter {
		display: grid;
		text-align: center;
		width: 100%;
		max-width: 85%;
		padding-left: 0px;

	}
	.tl-sort-title {
		margin-right: 0px;
	}

	.tl-sort-ul {
		margin-top: 10px;
		display: block;
		list-style: none;
		height: auto;
		max-width: 1200px;
		width: 100%;
		margin-left: 0px;
	}
	.tl-sort-ul li {
		display: inline-block;
    	width: 100px;
    	margin-right: 3px;
    	padding: 5px;
    	margin-bottom: 5px;
    	background-color: lightgray;
	}
	.tl-sort-ul li::before {
    	content: none;
	}


}

/*
.addthis_toolbox.addthis_default_style.share-listing {
	display: grid;
}
*/

@media (max-width: 610px) {
	#tl-give-local-listing-item {
		width: 100%;
		margin-left: -16px;
	}
}











