h1 {
	font-size: 32px !important;
}
h2 {
	font-size: 28px !important;
}
h3 {
	font-size: 24px !important;
}
h4 {
	font-size: 20px !important;
}
h5 {
	font-size: 16px !important;
}
h6 {
	font-size: 14px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#page #pmpro_account-membership .pmpro_section_title.pmpro_font-x-large,
#page #pmpro_account-orders .pmpro_section_title.pmpro_font-x-large {
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px !important;
	line-height: normal;
	letter-spacing: 0;
	color: #777777;
}
#pmpro_account-membership {
	margin: 0 !important;
}
#pmpro_account-membership *,
#pmpro_account-orders * {
	font-family: Poppins;
}
.pmpro_card {
	box-shadow: none !important;
	border: none !important;
}
.gp-pmpro_card_content {
	padding: 20px !important;
	border-radius: 20px;
	background-color: #f5f5f5;
}
.gp-pmpro_card_content-main {
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}
.gp-pmpro_card_content-main:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.gp-pmpro_card_content-title {
	color: #121212 !important;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
.gp-pmpro_card_content-title a {
	color: #121212 !important;
}
.gp-pmpro_card_content-title a:hover {
	color: #32a48d !important;
}
.gp-pmpro_card_content-card {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gp-pmpro_card_content-card-inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.gp-pmpro_card_content-card-price {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 22px;
	letter-spacing: 0;
	color: #32a48d;
}
.gp-pmpro_card_content-card-tag {
	border-radius: 40px;
	border: 1px solid #32a48d;
	padding: 3px 10px;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 18px;
	color: #32a48d;
	letter-spacing: 0;
}
.gp-pmpro_card_content-card-date {
	color: #777777 !important;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
}

.pmpro_section_content {
	margin-top: 20px;
}
.gp-membership {
	padding: 20px 10px 20px 10px;
	border-radius: 20px;
	border: 1px solid #dddddd;
	position: relative;
	margin-bottom: 20px;
}

.gp-membership-price {
	background: #f5f5f5;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}
.gp-membership-title {
	flex-direction: column;
	display: flex;
	gap: 20px;
	margin: 0 0 20px 0;
}
.gp-membership-title-img {
	flex: 0 0 60px;
	width: max-content;
	max-width: 60px;
	height: 60px !important;
}
.gp-membership-title-text {
	display: flex;
	gap: 5px;
	flex-direction: column;
}
.gp-membership-title-text h2 a span img {
	transition: all 0.5s;
}
.gp-membership-title-text h2 a:hover span img {
	transform: rotate(45deg);
	transition: all 0.5s;
}
.gp-membership-title-text h2 a:hover span:not(.gp-membership-title-text-icon) {
	transition: all 0.5s;
}
.gp-membership-title-text h2 a span:not(.gp-membership-title-text-icon) {
	width: 13px;
	display: inline-flex;
	transition: all 0.5s;
}
.gp-membership-title-text h2 a {
	display: inline-flex;
	gap: 15px;
	align-items: center;
	color: #32a48d !important;
}
.gp-membership-title-text h2 {
	margin: 0;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 18px;
	letter-spacing: 0;
	color: #32a48d;
}
.gp-membership-title-text-icon {
	margin: 0 !important;
	font-family: Poppins;
	padding: 5px 10px;
	border-radius: 50px;
	border: 1px solid #32a48d;
	background-color: #f0faf0;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.gp-membership-title-text-icon img {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	max-width: 10px;
}
@media (min-width: 992px) {
	.gp-membership-title {
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.gp-membership-buttons-links li,
	.gp-membership-buttons-links li a {
		font-size: 16px;
		line-height: 22px;
	}
	.gp-membership-title-text h2 a span:not(.gp-membership-title-text-icon) {
		width: auto;
	}
	.gp-membership {
		padding: 20px;
	}

	.gp-membership-title-text h2 {
		font-size: 20px !important;
		line-height: 28px;
	}
}
@media (min-width: 1199px) {
	.gp-membership-title {
		flex-wrap: nowrap;
	}
	.gp-membership-title-text h2 {
		font-size: 26px !important;
		line-height: 32px;
		margin-right: 100px;
	}
	.gp-membership-title-img {
		flex: 0 0 80px;
		width: 100%;
		max-width: 80px;
		height: 80px !important;
	}
}

.gp-membership-title-text p {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #777777;
}
.gp-membership-buttons {
	display: flex;
	gap: 15px;

	flex-wrap: wrap;
	justify-content: space-between;
}
.gp-membership-buttons:has(> .gp-membership-btn.cancel):not(:has(> div)) {
	justify-content: flex-end;
}
.gp-membership-drop-down.active svg {
	transform: rotate(180deg);
}
.gp-membership-drop-down svg {
	margin-left: 5px;
}
.gp-membership-drop-down {
	font-family: Poppins;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	padding: 5px 10px 5px 10px;
	color: #32a48d !important;
	background-color: #f0faf0;
	border-radius: 50px;
	border: none !important;
}
.gp-membership-drop-down:hover {
	border: none !important;
}
.gp-membership-btn.cancel {
	color: #e53935 !important;
	font-weight: 500;
	font-size: 14px;
	padding: 0 10px;
	line-height: 20px;
	letter-spacing: 0;
}
.gp-membership-buttons-links {
	display: none;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0;
}
.gp-membership-buttons-links li,
.gp-membership-buttons-links li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #121212 !important;
}

.gp-membership-buttons-links li a:hover {
	color: #32a48d !important;
}
.gp-membership-buttons-links li a:hover span {
	transform: rotate(45deg);
	transition: all 0.5s;
}
.gp-membership-buttons-links li a span {
	transition: all 0.5s;
	margin-left: 10px;
	display: inline-flex;
	width: 12px;
}
.gp-membership-buttons-links.active {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.pmpro_card_actions a {
	color: #32a48d !important;
}

/* Snipet CSS */
.fdb-main-container .elementor-nav-menu {
	gap: 5px;
}
.fdb-main-container .elementor-nav-menu a {
	margin: 0;
	border: 1px solid #a5a5a5;
	border-radius: 40px;
}
.fdb-main-container .elementor-nav-menu a.elementor-item-active {
	border: 1px solid #32a48d;
}
.fitwerks-dashboard-banner {
	width: 100%;
	max-width: 1300px;
	background: #32a48d;
	border-radius: 20px;
	padding: 25px 15px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.fdb-img {
	object-fit: contain;
	position: relative;
	margin: 0 auto;
	max-width: unset !important;
	display: block;
	width: 100%;
}
.fdb-content * {
	color: #fff;
}
.fdb-content {
	max-width: 600px;
}
.fdb-content p {
	margin-bottom: 0;
}

#pmpro_account-membership {
	margin: 0 !important;
}

.fdb-content h1,
.fdb-content h2 {
	letter-spacing: 0;
	margin-bottom: 20px;
}

.fdb-content h2 {
	display: inline-block;
	color: #32a48d !important;
	background: #fff;
	padding: 5px 15px;
	border-radius: 40px;
	font-weight: 600;
	font-size: 20px !important;
	line-height: normal;
	letter-spacing: 0;
}
@media (max-width: 690px) {
	.page-id-11631 .ast-container {
		padding: 0;
	}
	.fdb-main-container .elementor-nav-menu {
		flex-wrap: nowrap !important;
		overflow: auto;
		padding-bottom: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fdb-main-container .elementor-shortcode {
		padding: 0 10px;
	}
	.fdb-content h1 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.fdb-content h2 {
		padding: 10px 20px !important;
		font-size: 14px !important;
	}
}

@media (min-width: 768px) {
	.fitwerks-dashboard-banner {
		flex-direction: row;
		padding: 30px;
	}
	.fdb-content {
		max-width: 500px;
	}
	.fdb-img {
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		max-width: 280px !important;
	}
}

@media (min-width: 992px) {
	.fdb-content h2 {
		font-size: 24px !important;
	}
	.fitwerks-dashboard-banner {
		flex-direction: row;
	}
	.fdb-content {
		max-width: 600px;
	}
	.fdb-img {
		top: -50px;
		width: auto;
		max-width: 360px !important;
	}
}
@media (min-width: 1260px) {
	.fdb-content {
		max-width: 700px;
	}
	.fdb-img {
		max-width: 432px !important;
	}
}
.no-membership .pmpro_card_content {
	background: #32a48d !important;
	color: #fff;
}
.no-membership .pmpro_card_content a:hover {
	color: #fff;
}
.no-membership .pmpro_card_content a {
	color: #fff;
	text-decoration: underline;
}
