/*
Theme Name: allaboutclinic
Theme URI: https://allaboutclinic.com/
Template: hello-elementor
Author: AAC Clinic
Author URI: https://allaboutclinic.com/
Description: Custom child theme for https://allaboutclinic.com/
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.31012026d

*/

html {
  scroll-padding-top: 120px;
}

.wp-singular .aac-new-style h1,
.wp-singular .aac-new-style h2,
.wp-singular .aac-new-style h3 {
	line-height: 1.2;
}

.wp-singular .aac-new-style p,
.wp-singular .aac-new-style ul,
.wp-singular .aac-new-style ol {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.6;
}

.wp-singular .aac-new-style .aac-responsive-table {
	overflow-x: auto;
}

.wp-singular .aac-new-style td {
	font-weight: 300;
	line-height: 1.6;
}

.wp-singular .aac-new-style .aac-td-center td {
	text-align: center;
}

.wp-singular .aac-new-style .aac-td-min-width-80px td {
	min-width: 80px;
}

.wp-singular .aac-new-style th {
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.wp-singular .aac-new-style tbody {
	border-bottom: 1px solid #ddd;
}

.wp-singular .aac-new-style strong {
	font-weight: 500;
}

.wp-singular .aac-new-style li.elementor-toc__list-item a {
	font-weight: 400;
}

.wp-singular .aac-new-style li {
	margin-bottom: 5px;
}

.wp-singular .aac-new-style a {
	text-decoration: underline;
}

div.aac-new-style {
	padding-top: 20px;
	padding-bottom: 20px;
}

.elementor-accordion-icon {
	margin-top: 2px;
}

@media only screen and (max-width: 768px) {
	
	html {
  		scroll-padding-top: 80px;
	}
	
	.wp-singular .aac-new-style h1,
	{
		font-size: 28px;
	}

	.wp-singular .aac-new-style h2 {
		font-size: 24px;
	}

	.wp-singular .aac-new-style h3 {
		font-size: 20px;
	}
	
	.wp-singular .aac-new-style .aac-h3-mobile-18 h3 {
		font-size: 18px;
	}
	
	.elementor-accordion-icon {
		margin-top: 3px;
	}
	
}