:root {
  --tutor-color-primary: #333333;
  --tutor-color-primary-hover: #363636;
  --wp-admin-theme-color: #333333;
  --cart-color: #1E1E2C;
}

.search-field {display: none !important;}

.menu-main-container {
  display: flex;
  justify-content: flex-end;
}

.content-80 {
  width: 80%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 4em 0 4em 0;
}

p {
  margin-bottom: 1.5em;
}

.tutor-single-page-top-bar {
	background-color: #00000000 !important;
	color: #333333 !important;
}

.tutor-single-page-top-bar .tutor-iconic-btn {
	color: #333333 !important;
}

.tutor-single-page-top-bar .tutor-iconic-btn:hover {
	background: #888888 !important;
	color: white !important;
}

.tutor-topbar-complete-btn .tutor-btn {
	color: #535353 !important;
}

.tutor-topbar-complete-btn .tutor-btn:hover {
	color: green !important;
}

/* Start: Footer & Widgets */
.footer-widgets {
	padding-top: 4em !important;
}

.footer-widgets .container {
	padding-bottom: 1em !important;
}

.widget {
  color: white;
  padding-top: 0px;
  padding-bottom: 0.5em;
}

.widget a {
  color: white;
  text-decoration: none;
  line-height: 2.2;
}

.footer-widgets .container > .row {
  display: block;
}

.footer-widgets .container .row > div:nth-of-type(2) {
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
/* End: Footer & Widgets */


.check-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.check-list li::before {
  content: "✔"; /* Unicode checkmark, professional and clean */
  position: absolute;
  left: 0;
  color: white; /* Adjust for your theme's color palette */
  font-weight: bold;
}


.faq {
  margin-bottom: 1em;
}

.faq summary {
  font-weight: bold;
  padding: 0.75em 0em 0.75em 1em;
  cursor: pointer;
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px solid #9c9c9c;
  width: 90%;
}

.faq p {
	padding-bottom: 1em;
}
