/* Notices */

.pxcom_notice {
	background-color: lightcoral;
	padding: 3px 12px;
	border-radius: 6px;
}

.pxcom_validated {
	background-color: lightgreen;
	padding: 3px 12px;
	border-radius: 6px;
}

/* Login page */

.margintop80 {
	margin-top: 80px;
}

.login-page img {
	max-width: 100%;
    margin: 40px 60px 40px 0;
    display: block;
    width: calc(100% - 60px);
}

.login-page p {
	line-height: 1.5 !important;
}

.pxcom_login_form {
	background-color: #000;
	color: #fff;
	border-radius: 15px;
	padding: 30px 50px;
}

.pxcom_login_form h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
}

.pxcom_login_form input[type=password],
.pxcom_login_form input[type=email] {
	background-color: #FFF9F9;
}

.pxcom_login_form form > div {
	margin-top: 40px;
}

.pxcom_login_form .form_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
    align-items: center;
    text-align: center;
}

.pxcom_login_form p {
	color: #fff !important;
	font-size: 11px !important;
}

.pxcom_login_form p.already_logged {
	font-size: 15px !important;
}

.pxcom_login_form input[type=submit] {
	background-color: #A51919;
	border: none;
	color: #fff;
	cursor: pointer;
}

.pxcom_login_form p a {
	color: #fff !important;
	transition: all .5s ease;
}

.pxcom_login_form p a:hover {
	color: #A51919 !important;
}

.pxcom_login_form .form_grid p a {
	font-size: 13px !important;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-align: center;
}

.pxcom_login_form .form_grid p a:hover {
	color: #fff !important;
}

/* Forgot password page */

.pxcom_forgotpswd_form {
	margin-top: 80px;
}

.pxcom_forgotpswd_form h2 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}

.pxcom_forgotpswd_form p {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}

.pxcom_forgotpswd_form form {
	display: grid;
	grid-template-columns: auto 180px;
	column-gap: 20px;
}

.pxcom_forgotpswd_form input[type=submit] {
	background-color: #A51919;
	border: none;
	color: #fff;
	cursor: pointer;
}

/* Sign up page */

.pxcom_signup_form {
	margin-top: 80px;
}

.pxcom_signup_form h2 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}

.pxcom_signup_form form > div {
	margin-bottom: 20px;
}

.pxcom_signup_form p {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}

.pxcom_signup_form input[type=submit] {
	background-color: #A51919;
	border: none;
	color: #fff;
	cursor: pointer;
}

/* Experts Corner page */

.pxcom_expcorner_form {
	margin: 20px 0;
}

.pxcom_expcorner_form form > div {
	margin-bottom: 20px;
}

.pxcom_expcorner_form p {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}

.pxcom_expcorner_form input[type=submit] {
	background-color: #A51919;
	border: none;
	color: #fff;
	cursor: pointer;
}

.pxcom_expcorner_faq {
	margin-top: 20px;
}

.pxcom_expcorner_faq_question {
	margin-bottom: 20px;
}

.pxcom_expcorner_faq_question .pxcom_expcorner_faq_q {
	padding: 10px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	cursor: pointer;
}

.pxcom_expcorner_faq_question .pxcom_expcorner_faq_q p {
	font-weight: bold;
}

.pxcom_expcorner_faq_question .pxcom_expcorner_faq_a {
	display: none;
	padding: 10px 20px;
    border: 1px solid #eee;
	border-top: 0;
    background-color: #fcfcfc;
}

.pxcom_expcorner_faq_question .pxcom_expcorner_faq_a p {
	color: #555;
    line-height: 1.8;
	margin-bottom: 10px;
}

/* Profile page */

.pxcom_profile {
	margin-top: 80px;
}

.pxcom_profile h2 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}

.pxcom_profile input[type=submit] {
	background-color: #A51919;
	border: none;
	color: #fff;
	width: max-content;
	margin: auto;
	display: block;
	cursor: pointer;
}

.pxcom_profile form > div {
	margin-top: 20px;
}

.pxcom_profile hr {
	margin: 40px 0;
}

.pxcom_profile label span {
	color: #aaa;
	font-style: italic;
	display: block;
}

.pxcom_profile input[type=password] {
	margin-bottom: 10px;
}

.pxcom_profile .delete-account-link {
	text-align: center;
	margin-top: 30px;
	font-style: italic;
}

.pxcom_profile p {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}

/* Delete account page */

.pxcom_deleteacc_form {
	margin-top: 60px;
}

.pxcom_deleteacc_form h2 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}

.pxcom_deleteacc_form input[type=submit] {
	background-color: #A51919;
	border: none;
	color: #fff;
	width: max-content;
	margin: auto;
	display: block;
	cursor: pointer;
}

.pxcom_deleteacc_form form label,
.pxcom_deleteacc_form form p {
	margin-bottom: 30px;
}

.pxcom_deleteacc_form p {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}

/* Categories page */

.pxcom_categories p {
	color: #000 !important;
	line-height: 1.3 !important;
	font-size: 17px !important;
}

.pxcom_categories .pxcom_list {
	margin-top: 50px;
}

.pxcom_categories .pxcom_list .pxcom_cat {
	border: 1px solid #000;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.pxcom_categories .pxcom_list .pxcom_cat a {
	display: block;
	width: 100%;
	padding: 20px;
}

/* Subcategories pages */

.pxcom_term_name {
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	font-size: 30px;
}

.pxcom_descr_cat p {
	color: #000 !important;
    margin-bottom: 30px !important;
    font-size: 18px !important;
}

.pxcom_term_video,
.pxcom_one_video_img {
	width: 100%;
	aspect-ratio: 16 / 8.9;
	margin-bottom: 40px;
}

.pxcom_term_video a,
.pxcom_one_video_img a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.pxcom_term_video a:after,
.pxcom_one_video_img a:after {
	content: url('/wp-content/uploads/2024/07/dd4c4ab7263141dc1e9767ce72eea798-e1719934042810.png');
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
    border-radius: 50%;
	width: 80px;
    height: 80px;
	box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.3);
	opacity: .8;
	transition: all .5s ease;
}

.pxcom_term_video a:hover:after,
.pxcom_one_video_img a:hover:after {
	opacity: 1;
}

.pxcom_term_video img,
.pxcom_one_video_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pxcom_cat {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}

.pxcom_subcat {
	margin-bottom: 40px;
}

.pxcom_subcat h3 {
	position: relative;
	background-color: #FEF9F9;
	padding: 20px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	box-shadow: 0px 4px 4px 0px #00000040;
	cursor: pointer;
}

.pxcom_subcat h3:before {
	content: url('/wp-content/uploads/2024/07/chevron.png');
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

.pxcom_subcat h3.open:before {
	transform: translateY(-50%) rotate(0deg);
}

.pxcom_subcat > div {
	display: none;
}

.pxcom_subcat > div > div {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
}

.pxcom_one_video_img {
	margin-bottom: 10px;
}

.pxcom_one_video_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pxcom_one_video_txt {
	font-size: 16px;
}

/* MENU */

.nav-btn a {
	background-color: #fff;
}

.nav-btn a span {
	color: #000;
}

.elementor-4159 .elementor-element.elementor-element-6c9b2452 .header_nav ul li.nav-btn a:after {
	background-color: #fff !important;
}

.nav-btn.login-only {
	display: none;
}

.logged-in .nav-btn.logout-only {
	display: none;
}

.logged-in .nav-btn.login-only {
	display: block;
}

/* Breadcrumbs */

.custom_breadcrumbs {
	margin-bottom: 30px;
}

.custom_breadcrumbs span.custom_breadcrumbs_chevron {
	margin: 0 10px;
}

.custom_breadcrumbs span.custom_breadcrumbs_current {
	color: #555;
}

/* CTA banner */

.pxcom_cta_banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 90px 30px 30px;
	z-index: 100;
	text-align: right;
}

.pxcom_cta_banner a {
	background-color: #971825;
	padding: 14px 20px;
	font-size: 16px;
	transition: all .2s ease;
	color: #fff;
	border-radius: 30px;
}

.pxcom_cta_banner a:hover {
	color: #fff;
	opacity: .9;
}