.tl-mom-tribute-text {
	display: none;
}

.tl-mother-tribute-grid-item {
	width: 275px;
	background-color: antiquewhite;
	list-style: none;
	background-color: #eaeaea;
    min-height: 620px;
}

.tl-mothers-submit-tribute {
	float: right;
    margin-right: 4%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
    color: white;
    background-color: #7dcb78;
    border: 1px solid #528c4e;
    font-family: MissionGothicRegular;
    width: 143px;
}
.tl-mothers-submit-tribute:hover {
	background-color: #55b94f;
}
#tl-mother-tribute-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
 }
 .tl-mom-details-wrapper {
 	padding-left: 15px;
 	padding-top: 15px;
 	padding-right: 15px;
 }

 .tl-mom-name-town {
 	text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    background-color: #28568b;
    font-weight: 900;
 }
.tl-mother-tribute-image-wrapper {
	overflow: hidden;
}
.tl-mother-tribute-view-more-wrapper {
	text-align: center;
}
.tl-title-main {
	font-weight: 500;
    font-size: 1.7rem;
    padding-bottom: 10px;
}
.tl-mother-tribute-image-wrapper img {
	min-height: 331px;
}
#tl-mother-tribute-button {
	font-size: 3rem;
}
#tl-mother-tribute-button p {
	width: 250px;
    margin-left: auto;
    font-weight: 700;
    margin-right: auto;
    font-size: 3rem;
}
.tl-mothers-sub-header {
	color: #27578c;
	font-size: 30px;
	padding-bottom: 0px;
}
.tl-mother-tribute-header {
	padding-top: 50px;
    color: #24588e;
	margin-bottom: 50px;
    border-bottom: 4px solid #7dcb78;
}
.tl-childrens-names {
	color: #29558a;
}

.tl-mother-tribute-header p {
	font-size: 4rem;
	margin-left: 7.7%;
	padding-bottom: 20px;
}

@media (max-width: 1300px) and (min-width: 1089px) {
	#tl-mother-tribute-grid-container {
		padding-left: 45px;
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	    grid-gap: 40px 40px;
	    max-width: 1200px;
	    margin-left: auto;
	    margin-right: auto;
 	}
}

@media (max-width: 984px) and (min-width: 784px) {
	.tl-mothers-sub-header {
		font-size: 25px;
	}
	
}
@media (max-width: 1089px) and (min-width: 821px) {
	#tl-mother-tribute-grid-container {
		padding-left: 12%;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 40px 40px;	   
 	}
}

@media (max-width: 783px) and (min-width: 500px) {
	.tl-mothers-sub-header {
		font-size: 20px;
	}
}

@media (max-width: 820px) and (min-width: 711px) {
	#tl-mother-tribute-grid-container {
		padding-left: 6%;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 40px 40px;
	   
 	}
}
@media (max-width: 820px) and (min-width: 711px) {
	#tl-mother-tribute-grid-container {
		padding-left: 6%;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 40px 40px;
	   
 	}
 	.tl-mother-tribute-view-more {
 		margin-top: 50px;
 		font-size: 3rem;
 	}
}

@media (max-width: 710px) {
	#tl-mother-tribute-grid-container {
		margin-left: auto;
	    margin-right: auto;
	    width: 320px;
	    grid-template-columns: 1fr;
	    grid-gap: 40px 40px;
	   
 	}
 	.tl-mother-tribute-header p {
    	font-size: 3rem;
	}

 	.tl-mother-tribute-grid-item {
 		margin-left: 24px;
 	}
}
@media (max-width: 499px) {
	.tl-mothers-sub-header {
		font-size: 15px;
	}
}
@media (max-width: 400px) {
	.tl-mothers-submit-tribute {

	}
}



