/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.av-main-nav > li > a {
	padding: 0 60px;
}

.page-id-1026-2 h1.entry-title {
	display: none;
}

.page-id-880 h1.entry-title {
	display: none;
}

.page-id-1068 h1.entry-title {
	display: none;
}

.page-id-1084 h1.entry-title {
	display: none;
}

.page-id-1026 h1.entry-title {
	display: none;
}

body,
.site,
.site-content {
	background-color: #ffffff !important;
}

.site-header {
	max-width: 100% !important;
	width: 100% !important;
	background: #fff;
	height: 100px;
	z-index: 170;
	border-bottom: 3px solid #dadada;
	position: fixed !important;
	top: -30px;
	left: 0;
	right: 0;
}

.wp-block-jetpack-layout-grid {
	background-color: white;
}

#menu-wrap {
	width: 920px;
}

.site-main {
	margin-left: -0;
}

.site-title {
	margin-left: 20px;
	margin-bottom: 8px;
}

.post-57 {
	border-top: solid 3px;
	border-top-color: #FFFFFF;
}

/*.site-content{
background-color: #5b9dd9;
}*/
.wp-block-jetpack-layout-grid {
	background-color: #FFFFFF;
	padding-top: 30px;
}

.has-text-align-left {
	margin-right: 270px;
}

.wp-block-separator {
	color: cornflowerblue;
}

.wp-block-jetpack-layout-grid {
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 10px;
}

.wp-block-image .aligncenter {
	margin-left: -9px;
}

.main-navigation {
	margin-right: 20px;
}

.entry-title {
	padding-top: 60px;
}

body,
.site,
.site-content {
	background-color: #ffffff !important;
}

/* Style the Elementor table with class 'feature-table' */
.feature-table {
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #333;
  border-collapse: collapse;
  width: 100%;
}

/* Style header cells */
.feature-table thead th {
  background-color: #f5f5f5;
  padding: 12px 16px;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

/* Style body cells */
.feature-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

/* Highlight row on hover */
.feature-table tbody tr:hover td {
  background-color: #f9f9f9;
}

/* YES cells */
.feature-table td.feature-yes {
  color: #28a745; /* green */
  font-weight: bold;
}

/* NO cells */
.feature-table td.feature-no {
  color: #dc3545; /* red */
  font-weight: bold;
}

/* Notes like "manual only", etc. */
.feature-table td.feature-note {
  font-style: italic;
  color: #6c757d;
  font-size: 14px;
}

/* Optional: group divider row */
.feature-table tr.feature-group-divider td {
  padding-top: 20px;
  border-top: 2px solid #ccc;
}