/*
This is your custom Style Sheet. It's the last css resource loaded so you can
easily overwrite css selectors from other style sheets.
*/

/*Ticket number: 182514
Courtesy to remove Location search box
*/
#searchLocationDiv{
     display: none;
}

/*
footer font color
*/
.footer>.footer-content .footer-item .footer-item-title {
    color: #000;
}

.footer>.footer-content .wrapper .footer-item .footer-item-content .link-footer {
    color: #000;
}

.footer>.footer-content .wrapper .footer-item .footer-item-content .footer-info {
    color: #000;
}

.footer>.footer-content .footer-item .footer-item-content .footer-info a {
    color: #000;
}

.footer>.footer-content .footer-item .footer-item-content .footer-info .fa {
    color: #000;
}

.footer>.footer-content .footer-item .footer-item-content .link-footer .fa {
    color: #000;
}

.results-body .results-content .summary-list[list-type=list-view] .summary-card[summary-type="7"] .summary-footer.hidden-grid-view {
    height: 14%;
}

.footer-item[data-content="social-content"] .footer-item-content .link-footer:nth-child(3) {
   	padding-left: 3px;
}

.footer-item[data-content="social-content"] .footer-item-content .link-footer:nth-child(3) {
	gap: 2px;
	padding-top: 3px;
}


.mobilepage {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mobilepage p {
	padding-left: 10px;
}

.summary-list[list-type=list-view] .summary-card[summary-type="7"] .summary-picture img {
    border-bottom: none;
}

.details-default>.detail-body .detail-body-content .tab-content .tab-item-social .social-item svg {
    width: 22px;
    fill: #fff;
}