/*
Theme Name: London maxillofacial Theme
Author: Edge of the Web
Description: Main theme for the London maxillofacial website developed by Edge of the Web.
Version: 1.0.0
*/

/* Testimonials section on homepage*/
.page-id-608 .columns--4 .shadow {
background: #fff;
background-image:url("https://wordpress.harleystreetmaxillofacialclinic.com/wp-content/uploads/2025/01/5-star.png");
background-repeat: no-repeat;
background-size: 120px;
background-position: 14px 20px;
padding-top:35px;
}

/*adjust list style for links */
ul.list li a:not(.js-toc-link) {
text-decoration: underline;
}

.article__main-content ul li.list-block__item::before {
	display:none;
}

.sidebar-layout__main h3, .content-split__column h3 {color:#377878}

.card {
	background: #fff;
}

/*cookies table on privacy page */

.info-table td {
font-size: 14px;
}

.info-table th {
text-align: left;
margin-bottom: 4px;	
}

.info-table tr {
flex-wrap:nowrap;
border-bottom: 1px solid #e5ebf1;
padding-bottom:4px;
}


