/* ===================================================================================

* Theme Name: Acadia Child
* Theme URI: https://wp.themepure.net/acadia/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/
* Description: Acadia - University & Online Course WordPress Theme
* Version: 1.0.3
* Template: acadia
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Elementor now renders many Acadia social icons as inline SVG. Keep them sized like icon fonts. */
.e-font-icon-svg {
	width: 1em;
	height: 1em;
	display: inline-block;
	fill: currentColor;
	vertical-align: middle;
}

.tp-el-footer-social a,
.tp-leadership-social a,
.tp-instructor_social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.tp-el-footer-social a svg,
.tp-leadership-social a svg,
.tp-instructor_social-icon svg {
	width: 1em;
	height: 1em;
	flex: 0 0 1em;
	fill: currentColor;
}

/* The imported home header is absolutely positioned, so logged-in users were seeing
   the admin bar cover the topbar almost completely. */
body.admin-bar.home .elementor-762 > .elementor-element-8a92a28 {
	top: var(--wp-admin--admin-bar--height, 32px);
}

/* The uploaded school badge is much taller than the demo logo the header was designed for.
   Constrain only the primary header logo so it stops inflating the navbar height. */
.tp-header-logo-1 {
	line-height: 0;
}

.tp-header-logo-1 a {
	display: inline-flex;
	align-items: center;
}

.tp-header-logo-1 img {
	height: auto !important;
	max-height: 76px;
	max-width: 92px;
	width: auto !important;
}

@media (max-width: 767px) {
	.tp-header-logo-1 img {
		max-height: 64px;
		max-width: 78px;
	}
}

/* WooCommerce cart/shop pages use the ecommerce header variant. Constrain its logo and
   tighten the top content spacing so the title area does not look like a broken breadcrumb. */
body.woocommerce-page .tp-header-shop-logo,
body.tax-product_cat .tp-header-shop-logo,
body.tax-product_tag .tp-header-shop-logo {
	line-height: 0;
}

body.woocommerce-page .tp-header-shop-logo img,
body.tax-product_cat .tp-header-shop-logo img,
body.tax-product_tag .tp-header-shop-logo img {
	height: auto !important;
	max-height: 68px;
	max-width: 84px;
	width: auto !important;
}

body.woocommerce-page .tp-header-2.tp-header-shop,
body.tax-product_cat .tp-header-2.tp-header-shop,
body.tax-product_tag .tp-header-2.tp-header-shop {
	padding: 14px 0;
}

body.woocommerce-shop .tp-product-details-area,
body.tax-product_cat .tp-product-details-area,
body.tax-product_tag .tp-product-details-area,
body.woocommerce-cart .tp-page-area {
	padding-top: 56px;
}

@media (max-width: 767px) {
	body.woocommerce-page .tp-header-shop-logo img,
	body.tax-product_cat .tp-header-shop-logo img,
	body.tax-product_tag .tp-header-shop-logo img {
		max-height: 56px;
		max-width: 70px;
	}

	body.woocommerce-shop .tp-product-details-area,
	body.tax-product_cat .tp-product-details-area,
	body.tax-product_tag .tp-product-details-area,
	body.woocommerce-cart .tp-page-area {
		padding-top: 40px;
	}
}

/* Some Acadia headers can output a normal submenu and a mega-menu for the same top-level item.
   When that happens, the plain submenu floats as a broken orphan panel. Hide only the plain UL. */
.main-menu .has-mega-menu.has-dropdown > ul.tp-submenu.submenu {
	display: none !important;
}

/* The language switcher is a demo-only placeholder here. Hide the dead submenu until
   real multilingual routes are configured. */
.header-bottom__lang-submenu {
	display: none !important;
}

/* Center the academic inner-page footer legal row and remove the badge logo. */
.elementor-754 .elementor-element.elementor-element-ef22e6c > .e-con-inner {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.elementor-754 .elementor-element.elementor-element-d1099be,
.elementor-754 .elementor-element.elementor-element-f5d9a04,
.elementor-754 .elementor-element.elementor-element-334b2e3 {
	flex: 0 0 auto;
	min-width: 0;
	width: auto;
}

.elementor-754 .elementor-element.elementor-element-d1099be,
.elementor-754 .elementor-element.elementor-element-836cef4 {
	display: none;
}

.elementor-754 .elementor-element.elementor-element-f5d9a04 .elementor-icon-list-items,
.elementor-754 .elementor-element.elementor-element-334b2e3 .tp-el-footer-social {
	justify-content: center;
}

.elementor-754 .elementor-element.elementor-element-f5d9a04 .elementor-icon-list-items {
	flex-wrap: wrap;
}

/* On WooCommerce pages, replace the footer newsletter column with the editable
   phone/email contact widgets that already live in the left footer column. */
body.woocommerce-page .elementor-731 .acadia-store-footer-contact,
body.woocommerce .elementor-731 .acadia-store-footer-contact,
body.woocommerce-cart .elementor-731 .acadia-store-footer-contact,
body.woocommerce-checkout .elementor-731 .acadia-store-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

body.woocommerce-page .elementor-731 .acadia-store-footer-contact .elementor-widget,
body.woocommerce .elementor-731 .acadia-store-footer-contact .elementor-widget,
body.woocommerce-cart .elementor-731 .acadia-store-footer-contact .elementor-widget,
body.woocommerce-checkout .elementor-731 .acadia-store-footer-contact .elementor-widget {
	margin: 0;
	width: 100%;
}

body.woocommerce-page .elementor-731 .acadia-store-footer-contact .elementor-icon-list-items,
body.woocommerce .elementor-731 .acadia-store-footer-contact .elementor-icon-list-items,
body.woocommerce-cart .elementor-731 .acadia-store-footer-contact .elementor-icon-list-items,
body.woocommerce-checkout .elementor-731 .acadia-store-footer-contact .elementor-icon-list-items {
	margin: 0;
}

/* LearnPress archives should use the solid inner header and a tighter course-card layout. */
body.post-type-archive-lp_course .elementor-1082,
body.tax-course_category .elementor-1082,
body.tax-course_tag .elementor-1082 {
	position: relative;
	z-index: 10;
}

body.post-type-archive-lp_course.admin-bar .elementor-1082,
body.tax-course_category.admin-bar .elementor-1082,
body.tax-course_tag.admin-bar .elementor-1082 {
	top: var(--wp-admin--admin-bar--height, 32px);
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-item,
body.tax-course_category .tp-grid-area .tp-course-item,
body.tax-course_tag .tp-grid-area .tp-course-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-content,
body.tax-course_category .tp-grid-area .tp-course-content,
body.tax-course_tag .tp-grid-area .tp-course-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating,
body.tax-course_category .tp-grid-area .tp-course-rating,
body.tax-course_tag .tp-grid-area .tp-course-rating {
	align-items: flex-start;
	gap: 16px;
	margin-top: auto;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-star,
body.tax-course_category .tp-grid-area .tp-course-rating-star,
body.tax-course_tag .tp-grid-area .tp-course-rating-star {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	gap: 6px;
	min-width: 110px;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-star .review-stars-rated,
body.tax-course_category .tp-grid-area .tp-course-rating-star .review-stars-rated,
body.tax-course_tag .tp-grid-area .tp-course-rating-star .review-stars-rated {
	display: flex !important;
	align-items: center;
	flex-direction: row !important;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 3px;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	width: auto;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-star .review-star,
body.tax-course_category .tp-grid-area .tp-course-rating-star .review-star,
body.tax-course_tag .tp-grid-area .tp-course-rating-star .review-star {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	height: 14px;
	line-height: 1;
	margin: 0 !important;
	max-width: 16px;
	overflow: hidden;
	width: 16px;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-star .review-star em,
body.tax-course_category .tp-grid-area .tp-course-rating-star .review-star em,
body.tax-course_tag .tp-grid-area .tp-course-rating-star .review-star em {
	display: inline-flex !important;
	height: 14px;
	line-height: 1;
	margin: 0 !important;
	overflow: hidden;
	width: 16px;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-star .review-star svg,
body.tax-course_category .tp-grid-area .tp-course-rating-star .review-star svg,
body.tax-course_tag .tp-grid-area .tp-course-rating-star .review-star svg {
	height: 14px;
	max-width: 14px;
	min-width: 14px;
	width: 14px;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-pricing,
body.tax-course_category .tp-grid-area .tp-course-pricing,
body.tax-course_tag .tp-grid-area .tp-course-pricing {
	align-self: flex-end;
	margin-left: auto;
	text-align: right;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-star,
body.tax-course_category .tp-grid-area .tp-course-rating-star,
body.tax-course_tag .tp-grid-area .tp-course-rating-star,
body.post-type-archive-lp_course .tp-grid-area .tp-course-rating-icon,
body.tax-course_category .tp-grid-area .tp-course-rating-icon,
body.tax-course_tag .tp-grid-area .tp-course-rating-icon {
	min-width: 110px;
}

body.post-type-archive-lp_course .tp-grid-area .tp-course-thumb img,
body.tax-course_category .tp-grid-area .tp-course-thumb img,
body.tax-course_tag .tp-grid-area .tp-course-thumb img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

body.post-type-archive-lp_course .tp-grid-widget-box .tp-grid-widget-item:nth-of-type(2),
body.tax-course_category .tp-grid-widget-box .tp-grid-widget-item:nth-of-type(2),
body.tax-course_tag .tp-grid-widget-box .tp-grid-widget-item:nth-of-type(2),
body.post-type-archive-lp_course .tp-grid-widget-box .tp-grid-widget-item:nth-of-type(5),
body.tax-course_category .tp-grid-widget-box .tp-grid-widget-item:nth-of-type(5),
body.tax-course_tag .tp-grid-widget-box .tp-grid-widget-item:nth-of-type(5) {
	display: none;
}

body.single-lp_course .course-nav-tab-instructor,
body.single-lp_course .course-nav-tab-reviews,
body.single-lp_course .course-tab-panel-instructor,
body.single-lp_course .course-tab-panel-reviews,
body.single-lp_course .tp-course-details-2-widget-share,
body.single-lp_course .acadia-course-share,
body.single-lp_course .popup-video {
	display: none !important;
}

.acadia-course-note {
	background: #f8efe0;
	border: 1px solid rgba(190, 26, 54, 0.12);
	border-radius: 18px;
	margin-bottom: 28px;
	padding: 24px;
}

.acadia-course-note h3,
.acadia-course-note h4 {
	color: #0c2d57;
	font-family: "Outfit", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.acadia-course-note h4 {
	font-size: 24px;
}

.acadia-course-note p {
	color: #4f5158;
	margin: 0;
}

.acadia-course-note-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.acadia-course-note-btn {
	background: #be1a36;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 600;
	padding: 12px 20px;
	text-decoration: none;
}

.acadia-course-note-link {
	color: #0c2d57;
	font-weight: 600;
	text-decoration: none;
}

body.post-type-archive-lp_course .acadia-course-note-archive,
body.tax-course_category .acadia-course-note-archive,
body.tax-course_tag .acadia-course-note-archive {
	margin-bottom: 34px;
}

body.single-lp_course .acadia-course-note-single {
	margin-bottom: 24px;
}

/* Application form page needs the solid inner-page treatment and a dedicated form layout. */
body.page-id-11318 .elementor-1082 {
	position: relative;
	z-index: 10;
}

body.page-id-11318.admin-bar .elementor-1082 {
	top: var(--wp-admin--admin-bar--height, 32px);
}

body.page-id-11318 .elementor-1082 .tp-header-inner {
	background: #fff;
	box-shadow: 0 1px 0 rgba(3, 31, 66, 0.08);
}

body.page-id-11318 .elementor-11318 .elementor-element.elementor-element-07430dd {
	padding-top: 72px;
}

body.page-id-11318 .elementor-11318 .default-breadcrumb {
	padding-top: 6px;
}

body.page-id-11318 .elementor-11318 .tp-breadcrumb__list,
body.page-id-11318 .elementor-11318 .tp-breadcrumb__list a,
body.page-id-11318 .elementor-11318 .tpcore-el-breadcrumb-nav {
	color: #4f5158;
}

body.page-id-11318 .elementor-11318 .tp-breadcrumb__title {
	color: #031f42;
}

body.single-product .elementor-762 > .elementor-element-8a92a28 {
	position: relative !important;
	top: 0;
}

body.single-product.admin-bar .elementor-762 > .elementor-element-8a92a28 {
	top: 0;
}

body.single-product .elementor-762 .elementor-element-f11408a {
	background: #fff;
	box-shadow: 0 1px 0 rgba(3, 31, 66, 0.08);
}

body.single-product .elementor-762 .main-menu > nav > ul > li > a,
body.single-product .elementor-762 .main-menu > nav > ul > li.has-dropdown > a::after,
body.single-product .elementor-762 .tp-header-serach {
	color: #031f42;
}

body.single-product .elementor-762 .main-menu > nav > ul > li > a:hover,
body.single-product .elementor-762 .main-menu > nav > ul > li:hover > a,
body.single-product .elementor-762 .main-menu > nav > ul > li:hover > a::after,
body.single-product .elementor-762 .tp-header-serach:hover {
	color: #b1040e;
}

body.single-product .elementor-762 .tp-header-btn a {
	border-color: rgba(3, 31, 66, 0.16);
	color: #031f42;
}

body.single-product .elementor-762 .tp-header-btn a:hover {
	background: #031f42;
	border-color: #031f42;
	color: #fff;
}

body.single-product .elementor-6225 .elementor-element.elementor-element-07430dd {
	background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
	padding-top: 36px;
	padding-bottom: 24px;
}

body.single-product .elementor-6225 .default-breadcrumb {
	padding-top: 0;
}

body.single-product .elementor-6225 .tp-breadcrumb__list,
body.single-product .elementor-6225 .tp-breadcrumb__list a,
body.single-product .elementor-6225 .tpcore-el-breadcrumb-nav {
	color: #4f5158;
}

body.single-product .elementor-6225 .tp-breadcrumb__title {
	color: #031f42;
	display: none;
}

body.single-product .tp-product-details-area {
	padding-top: 56px;
}

@media (max-width: 767px) {
	body.single-product .elementor-6225 .elementor-element.elementor-element-07430dd {
		padding-top: 28px;
		padding-bottom: 18px;
	}

	body.single-product .tp-product-details-area {
		padding-top: 40px;
	}
}

body.page-id-11318 .entry-content .wpcf7 {
	margin: 0;
}

.elementor-6547 .elementor-element.elementor-element-a5f4613 {
	--width: 60%;
}

.elementor-6547 .elementor-element.elementor-element-d307ebc {
	--width: 40%;
}

.elementor-6547 .elementor-element.elementor-element-444f9e2,
.elementor-6547 .elementor-element.elementor-element-d668d04,
.elementor-6547 .elementor-element.elementor-element-973b06e,
.elementor-6547 .elementor-element.elementor-element-e15a77a {
	column-gap: 24px;
}

.elementor-6547 .elementor-element.elementor-element-e640183,
.elementor-6547 .elementor-element.elementor-element-fe89ce3,
.elementor-6547 .elementor-element.elementor-element-882be41,
.elementor-6547 .elementor-element.elementor-element-3477563 {
	--width: 42%;
}

.elementor-6547 .elementor-element.elementor-element-979b29e,
.elementor-6547 .elementor-element.elementor-element-ccdca92,
.elementor-6547 .elementor-element.elementor-element-f5a6d8a,
.elementor-6547 .elementor-element.elementor-element-9936a5c {
	--width: 58%;
}

@media (max-width: 1200px) and (min-width: 994px) {
	.elementor-6547 .elementor-element.elementor-element-a5f4613 {
		--width: 56%;
	}

	.elementor-6547 .elementor-element.elementor-element-d307ebc {
		--width: 44%;
	}
}

.college-application-form {
	background: #fff;
	border: 1px solid #ece6db;
	border-radius: 18px;
	box-shadow: none;
	padding: 24px 28px 32px;
}

.college-application-form .application-form-lead {
	border-bottom: 1px solid #ece6db;
	margin-bottom: 28px;
	padding-bottom: 20px;
}

.college-application-form .application-form-lead h3,
.college-application-form .application-form-section-head h4 {
	color: #031f42;
	font-family: "Outfit", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 10px;
}

.college-application-form .application-form-lead p,
.college-application-form .application-form-section-head p,
.college-application-form .application-option-note {
	color: #4f5158;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.college-application-form .application-form-section {
	background: transparent;
	border: 0;
	border-top: 1px solid #ece6db;
	border-radius: 0;
	margin-top: 10px;
	padding: 24px 0 0;
}

.college-application-form .application-form-section + .application-form-section {
	margin-top: 24px;
}

.college-application-form .application-form-section-head {
	margin-bottom: 18px;
}

.college-application-form .application-option-group + .application-option-group {
	margin-top: 22px;
}

.college-application-form .application-option-group h5 {
	color: #031f42;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 14px;
}

.college-application-form .tp-contact-input label {
	color: #031f42;
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.college-application-form .tp-contact-input .wpcf7-form-control-wrap,
.college-application-form .tp-contact-input .wpcf7-form-control-wrap > .wpcf7-form-control {
	display: block;
	width: 100%;
}

.college-application-form input:not([type="checkbox"]):not([type="radio"]),
.college-application-form select,
.college-application-form textarea {
	background: #fff;
	border: 1px solid #dfe3eb;
	border-radius: 14px;
	box-shadow: none;
	color: #031f42;
	font-size: 16px;
	height: 60px;
	padding: 0 20px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.college-application-form textarea {
	height: 140px;
	padding: 18px 20px;
	resize: vertical;
}

.college-application-form input:focus,
.college-application-form select:focus,
.college-application-form textarea:focus {
	border-color: #be1a36;
	box-shadow: 0 0 0 4px rgba(190, 26, 54, 0.08);
	outline: 0;
}

.college-application-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #4f5158 50%), linear-gradient(135deg, #4f5158 50%, transparent 50%);
	background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	padding-right: 42px;
}

.college-application-form input[type="date"] {
	min-height: 60px;
}

.college-application-form .application-option-list {
	display: grid;
	gap: 14px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.college-application-form .application-option-list-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.college-application-form .application-option-list .wpcf7-list-item {
	display: block;
	margin: 0;
}

.college-application-form .application-option-list .wpcf7-list-item label {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #dfe3eb;
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	gap: 12px;
	height: 100%;
	margin: 0;
	min-height: 64px;
	padding: 14px 16px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.college-application-form .application-option-list input[type="checkbox"] {
	accent-color: #be1a36;
	flex: 0 0 18px;
	height: 18px;
	margin: 3px 0 0;
	width: 18px;
}

.college-application-form .application-option-list .wpcf7-list-item-label {
	color: #031f42;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.college-application-form .application-option-list .wpcf7-list-item label:hover,
.college-application-form .application-option-list input[type="checkbox"]:focus-visible + .wpcf7-list-item-label,
.college-application-form .application-option-list input[type="checkbox"]:checked + .wpcf7-list-item-label {
	border-color: inherit;
}

.college-application-form .application-option-list .wpcf7-list-item label:has(input[type="checkbox"]:checked) {
	border-color: #be1a36;
	background: #fff8f8;
}

.college-application-form .application-form-consent {
	align-items: flex-start;
	background: transparent;
	border: 1px solid #ece6db;
	border-radius: 12px;
	display: flex;
	gap: 12px;
	margin-top: 28px;
	padding: 16px 18px;
}

.college-application-form .application-form-consent .wpcf7-list-item {
	margin: 0;
}

.college-application-form .application-form-consent label {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	margin: 0;
}

.college-application-form .application-form-consent input[type="checkbox"] {
	accent-color: #be1a36;
	flex: 0 0 18px;
	height: 18px;
	margin: 4px 0 0;
	width: 18px;
}

.college-application-form .application-form-consent .wpcf7-list-item-label {
	color: #4f5158;
	font-size: 15px;
	line-height: 1.7;
}

.college-application-form .wpcf7-not-valid-tip,
.college-application-form .wpcf7-response-output {
	font-size: 14px;
	margin-top: 10px;
}

.college-application-form .tp-schedule-btn {
	margin-top: 28px;
}

.college-application-form .tp-schedule-btn .tp-btn {
	border-radius: 999px;
	display: inline-flex;
	gap: 10px;
	padding-inline: 28px;
}

@media (max-width: 991px) {
	.college-application-form {
		padding: 22px 18px 26px;
	}

	.college-application-form .application-option-list,
	.college-application-form .application-option-list-compact {
		grid-template-columns: 1fr;
	}
}

.mc-fee-guide {
	color: #4f5158;
}

.mc-fee-guide .mc-fee-lead {
	color: #031f42;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 24px;
}

.mc-fee-guide .mc-fee-columns {
	display: grid;
	gap: 18px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 24px;
}

.mc-fee-guide .mc-fee-columns h4 {
	color: #031f42;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 14px;
}

.mc-fee-guide .mc-fee-list {
	margin: 0 0 22px 20px;
	padding: 0;
}

.mc-fee-guide .mc-fee-list li {
	line-height: 1.8;
	margin-bottom: 6px;
}

.mc-fee-guide .mc-fee-guide-table {
	border: 1px solid #ece6db;
	border-collapse: separate;
	border-radius: 14px;
	border-spacing: 0;
	margin: 0 0 24px;
	overflow: hidden;
	width: 100%;
}

.mc-fee-guide .mc-fee-guide-table th,
.mc-fee-guide .mc-fee-guide-table td {
	border-bottom: 1px solid #ece6db;
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.mc-fee-guide .mc-fee-guide-table tr:last-child th,
.mc-fee-guide .mc-fee-guide-table tr:last-child td {
	border-bottom: 0;
}

.mc-fee-guide .mc-fee-guide-table th {
	background: #fff5f6;
	color: #031f42;
	font-weight: 600;
	width: 32%;
}

.mc-fee-guide .mc-fee-note {
	background: #fff8f0;
	border-left: 4px solid #be1a36;
	border-radius: 8px;
	line-height: 1.8;
	margin: 0 0 24px;
	padding: 16px 18px;
}

.mc-fee-guide a {
	color: #be1a36;
	font-weight: 600;
}

@media (max-width: 767px) {
	.mc-fee-guide .mc-fee-columns {
		grid-template-columns: 1fr;
	}

	.mc-fee-guide .mc-fee-guide-table,
	.mc-fee-guide .mc-fee-guide-table tbody,
	.mc-fee-guide .mc-fee-guide-table tr,
	.mc-fee-guide .mc-fee-guide-table th,
	.mc-fee-guide .mc-fee-guide-table td {
		display: block;
		width: 100%;
	}

	.mc-fee-guide .mc-fee-guide-table th {
		border-bottom: 0;
		padding-bottom: 8px;
	}

	.mc-fee-guide .mc-fee-guide-table td {
		padding-top: 0;
	}
}

body.woocommerce-shop .woosq-btn,
body.tax-product_cat .woosq-btn,
body.tax-product_tag .woosq-btn,
body.woocommerce-shop .woosw-btn,
body.tax-product_cat .woosw-btn,
body.tax-product_tag .woosw-btn {
	display: none !important;
}

body.woocommerce-shop .tp-shop-product-content p,
body.tax-product_cat .tp-shop-product-content p,
body.tax-product_tag .tp-shop-product-content p {
	color: #4f5158;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 4.9em;
	overflow: hidden;
}

.acadia-mpesa-box {
	background: linear-gradient(135deg, #eef8f0 0%, #ffffff 100%);
	border: 1px solid #cfe6d4;
	border-radius: 20px;
	margin: 0 0 24px;
	padding: 24px;
}

.acadia-mpesa-box-eyebrow {
	color: #1d7a43;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.acadia-mpesa-box h3 {
	color: #031f42;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 16px;
}

.acadia-mpesa-box-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 16px;
}

.acadia-mpesa-box-item {
	background: #fff;
	border: 1px solid #dce9df;
	border-radius: 14px;
	padding: 14px 16px;
}

.acadia-mpesa-box-item span {
	color: #5c6670;
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

.acadia-mpesa-box-item strong {
	color: #031f42;
	font-size: 19px;
	line-height: 1.3;
}

.acadia-mpesa-box-note {
	color: #4f5158;
	line-height: 1.7;
	margin: 0;
}

.acadia-mpesa-box-thankyou {
	margin-top: 24px;
}

@media (max-width: 767px) {
	.acadia-mpesa-box {
		border-radius: 16px;
		padding: 20px 18px;
	}

	.acadia-mpesa-box h3 {
		font-size: 21px;
	}

	.acadia-mpesa-box-grid {
		grid-template-columns: 1fr;
	}
}

.single-product form.variations_form table.variations {
	margin-bottom: 20px;
	width: 100%;
}

.single-product form.variations_form table.variations tbody tr th,
.single-product form.variations_form table.variations tbody tr td {
	border-bottom: 1px solid #e0e2e3;
	padding: 0 0 10px;
	vertical-align: middle;
}

.single-product form.variations_form table.variations tbody th.label label {
	color: #031f42;
	font-size: 14px;
	margin-bottom: 0 !important;
	margin-right: 18px;
}

.single-product form.variations_form table.variations select {
	min-width: 240px;
}

.single-product form.variations_form .reset_variations {
	margin-left: 8px;
}

.single-product form.variations_form .single_variation_wrap .tp-product-details-action-wrapper {
	margin-top: 30px;
}

.single-product form.variations_form .tp-product-details-add-to-cart {
	flex: 1 1 0;
	margin-left: 16px;
}

.single-product form.variations_form .tp-product-details-add-to-cart .tp-woo-single-action-wishlist {
	margin-left: 16px;
}

@media (max-width: 767px) {
	.single-product form.variations_form table.variations select {
		min-width: 0;
		width: 100%;
	}

	.single-product form.variations_form .tp-product-details-add-to-cart {
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 14px;
	}
}
