/*
Theme Name: VTX
description:
  VTX
Author: starbit
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.2;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #290a4e;
  overflow-x: hidden;
}
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

b {
  font-weight: 600;
}

ol,
ul {
  list-style: none;
}

ol {
  counter-reset: item
}

.page-template-default ol li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

ol li[aria-level="2"] {
  margin-left: 20px;
  margin-bottom: 5px;
}

ol li[aria-level="3"] {
  margin-left: 30px;
  margin-bottom: 5px;
}

ol > li b,
ol > li[style="list-style-type: none;"]::before {
  font-weight: 600;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***** DIE PLUGIN STYLING, DIE *****/

.ui-icon {
  background: none;
  text-indent: 0;
  overflow: inherit;
  width: auto;
  height: auto;
}

.ui-state-focus .ui-icon {
  background: none;
}

.ui-accordion {
  padding: 0;
}

.archive .ui-state-active,
.page .ui-state-active,
.archive .ui-state-default,
.page .ui-state-default,
.archive .ui-widget-content,
.page .ui-widget-content {
  border: none;
  background: none;
  color: inherit;
}

.ui-accordion .ui-accordion-header {
  padding: 20px 30px;
  font-size: revert;
}

.ui-accordion .ui-accordion-content {
  padding: 0 30px;
}

.ui-widget .ui-widget-content {
  border: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: none;
  background: none;
  color: inherit;
}

/***************************/
/***** General Styling *****/
/***************************/

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: lowercase;
}

h2 {
  text-transform: lowercase;
}

h2,
h3 {
  font-size: 30px;
}

h3 {
  font-weight: 700;
}

a {
  color: #290a4e;
  text-decoration: none;
  border-bottom: 1px solid #290a4e;
  font-weight: 700;
}

i {
  color: #290a4e;
}

a span:hover + i.fa-chevron-double-right,
a:hover + i.fa-chevron-double-right,
.sidebar span:hover i {
  color: #61c0bc;
}

i.fa-chevron-double-left {
  margin-right: 7px;
}

i.fa-chevron-double-right {
  margin-left: 5px;
}

.breadcrumb-top {
  margin-bottom: 40px;
  text-transform: lowercase;
  line-height: 1.5;
}

.breadcrumb-top a {
  font-weight: 500;
}

#bbpress-forums {
  font-size: 18px;
}

#bbpress-forums fieldset.bbp-form label {
  display: block;
  margin-bottom: 15px;
}

#bbpress-forums fieldset.bbp-form input[type="text"] {
  height: 40px;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 3px solid #d9c6f1;
}

#bbpress-forums fieldset.bbp-form {
  border: none;
}

/* #bbpress-forums .bbp-admin-links a.bbp-topic-edit-link {
  display: none;
} */

/* input fields */

label {
  margin-right: 30px;
  font-weight: 700;
  cursor: pointer;
}

input,
select,
.page-register .mp_wrapper .mp-form-row input,
.page-register .mp_wrapper .mp-form-row select {
  height: 40px;
  border: 3px solid #d9c6f1;
  padding-left: 10px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

textarea {
  border: 3px solid #d9c6f1;
  padding: 10px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

select,
.page-register .mp_wrapper .mp-form-row select {
  appearance: none;
  padding: 0 25px 0 10px;
  cursor: pointer;
}

::placeholder {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

option {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.select-wrapper {
  background-color: #fff;
  display: block;
  position: relative;
  margin: 0;
}

.select-wrapper:after {
  content: "\f107";
  font-weight: 900;
  color: #290a4e;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: 11px;
  right: 10px;
  pointer-events: none;
}

.filter {
  position: relative;
  display: block;
}

.filter input {
  padding-right: 30px;
}

.filter::after {
  content: "\f0b0";
  font-weight: 900;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  height: 44px;
  width: 44px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #6429ad;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
}


.searchform #s {
  border-radius: 10%;
  -webkit-border-radius: 20px;
  border: 3px solid #e5f4f3;
  margin-top: 10px;
  padding-left: 55px;
  margin-left: 10px;
  width: 310px;
}

.search-input::before {
  content: "\f002";
  font-weight: 900;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  background-color: #61c0bc;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
}

.date-selector span:first-child {
  word-wrap: anywhere;
  word-break: break-word;
}

.date-selector .date-range span:nth-child(2) {
  margin: 0 20px;
}

.date-input::after {
  content: "\f073";
  font-weight: 900;
  color: #290a4e;
  font-family: "Font Awesome 5 Pro";
  margin-left: -25px;
  position: absolute;
  line-height: 38px;
}

input[type="checkbox"] {
  height: auto;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
}

.checkbox:not(.woocommerce-form__label) input {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 0;
  top: 0;
  cursor: pointer;
}

.checkbox:not(.woocommerce-form__label) {
  cursor: pointer;
  position: relative;
}

.checkbox:not(.woocommerce-form__label)::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #290a4e;
  background-color: white;
  margin-right: 10px;
}

.checkmark::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  display: none;
  color: #fff;
  position: absolute;
  top: 0px;
  margin-left: 2px;
  font-size: 13px;
  background-color: #290a4e;
  padding: 1px;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.radio-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f4f1f7;
  width: 47%;
}

.radio-selected {
  background: linear-gradient(
    121deg,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
  border-left: 2px solid #6429ad;
}

.radio-container label {
  padding: 30px 25px;
  margin: 0;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  right: 23px;
  width: 40px;
  z-index: 1;
}

.radio {
  position: relative;
  top: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 3px solid #6429ad;
  margin-right: 25px;
  background-color: white;
}

.radio:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .radio:after {
  display: block;
}

.radio-container .radio:after {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6429ad;
}

/* custom jquery UI datepicker */

.ui-corner-all {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: none;
}

.ui-datepicker {
  border: 2px solid #acdcda;
  padding: 0;
  width: auto;
}

.ui-datepicker-prev::after {
  content: '\f137';
  font-family: 'Font Awesome 5 Pro';
  color: #290a4e;
  font-weight: 500;
}

.ui-datepicker-next::after {
  content: '\f138';
  font-family: 'Font Awesome 5 Pro';
  color: #290a4e;
  font-weight: 500;
}

.ui-datepicker-next:hover::after,
.ui-datepicker-prev:hover::after {
  font-weight: 900;
}

.ui-datepicker table {
  margin: 0;
  border: 3px solid #acdcda;
}

.page .ui-datepicker-header,
.archive .ui-datepicker-header {
  display: flex;
  background: #acdcda;
  padding: 10px 13px;
  width: 100%;
  justify-content: space-between;
  border: none;
}

.ui-helper-clearfix::before {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  color: #290a4e;
}

.ui-datepicker-next {
  order: 1;
  text-align: end;
}

.ui-datepicker-header a {
  cursor: pointer;
}

.ui-datepicker-calendar {
  background-color: white;
  border: 3px solid #acdcda;
}

.ui-datepicker-calendar tr {
  height: 30px;
  border: none;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  padding: 10px;
  text-align: center;
}

.ui-datepicker-calendar tr td:first-child {
  width: auto;
}

.ui-datepicker-calendar tbody .ui-datepicker-week-end a::after {
  content: '';
  margin: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: relative;
}

.ui-datepicker-calendar tbody .ui-datepicker-week-end:hover a,
.ui-datepicker-calendar tbody .ui-datepicker-week-end a:hover,
.ui-datepicker-calendar tbody td[data-handler='selectDay'] a:hover {
  border-bottom: none;
  color: white;
  background-color: #290a4e;
  border-radius: 50%;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  color: white;
  background-color: #6429ad;
  border-radius: 50%;
}

.ui-datepicker-calendar tbody a {
  border: none;
  background: none;
  color: inherit;
  text-align: center;
}

.ui-datepicker-calendar tbody a:hover {
  border-bottom: none;
}

/* table */

thead {
  background-color: #acdcda;
  border: 2px solid #acdcda;
  height: 45px;
}

tr {
  border: 2px solid #acdcda;
}

tbody tr {
  height: 65px;
}

td,
th {
  vertical-align: middle;
  padding: 0 25px;
  text-align: left;
}

/* tr td:first-child {
  width: 500px;
} */

a:hover {
  color: #61c0bc;
  border-bottom: 1px solid #61c0bc;
}

/* general menu rules */

header {
  margin-bottom: 60px;
}

header input#s:focus {
  outline: none;
}

.header-bottom .menu-list ul li a::after {
  content: "";
  background-color: white;
  display: block;
  width: 2px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-list ul li a::after {
  content: "";
  background-color: white;
  display: block;
  width: 2px;
  height: 92px;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-list ul li:last-child a::after {
  display: none;
}

.menu-list ul li:hover {
  background-color: #290a4e;
  cursor: pointer;
}

.footer-top a,
.header-top a {
  border-bottom: none;
}

.footer-top a:hover,
.header-top a:hover {
  border-bottom: none;
}

/* buttons */

#bbpress-forums a.standard-btn,
#plupload-browse-button,
.standard-btn,
.standard-btn-home,
.colored-btn,
.white-btn,
.newsletter-prompt ._submit,
.learndash-wrapper .wpProQuiz_content .ld-quiz-actions a#quiz_continue_link {
  min-height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  border-style: none;
  border: 2px solid #290a4e;
  text-transform: lowercase;
  border-radius: 0;
  background-color: white;
}

.learndash-wrapper .wpProQuiz_content .ld-quiz-actions a#quiz_continue_link {
  padding: 0 20px;
  background-color: white;
  border-bottom: 2px solid #290a4e !important;
  color: #290a4e;
}

#bbpress-forums.bbpress-wrapper a.standard-btn:hover,
.learndash-wrapper .wpProQuiz_content .ld-quiz-actions a#quiz_continue_link:hover,
.standard-btn:hover,
.standard-btn-home:hover {
  background-color: #290a4e;
  color: white;
  border-bottom: 2px solid #290a4e;
  border-color: #290a4e;
  opacity: 1;
}

#plupload-browse-button,
.colored-btn,
.newsletter-prompt ._submit {
  padding: 0 30px;
  background-color: #6429ad;
  color: white;
  border-color: #6429ad;
}

#plupload-browse-button:hover,
.colored-btn:hover,
.newsletter-prompt ._submit:hover {
  background-color: #61c0bc;
  color: white;
  border-color: #61c0bc;
}

.white-btn-container {
  background: linear-gradient(
    140deg,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
  padding: 20px 30px;
  display: flex;
  align-items: center;
  color: white;
}

.white-btn {
  height: auto;
  padding: 0 20px;
  background-color: white;
}

.white-btn:hover {
  background-color: #290a4e;
  color: white;
  border-bottom: none;
}

.sm-row {
  display: inline-block;
  margin-right: 50px;
  min-height: 120px;
}

.sm-row ul {
  display: flex;
}

.sm-row ul li a {
  border-bottom: none;
}

.sm-row ul li i {
  font-size: 40px;
  color: #6429ad;
  margin-right: 20px;
}

.sm-row ul li i:hover {
  color: #61c0bc;
}

/*star checkbox */
.grey-wishlist-wrapper {
  display: flex;
  align-items: center;
  background-color: gray;
  min-width: 125px;
  padding-left: 15px;
  height: 40px;
  justify-content: flex-end;
  cursor: not-allowed;
  color: white;
}

.grey-wishlist-wrapper label {
  margin-right: 15px;
  cursor: not-allowed;
  white-space: nowrap;
}

.wishlist-wrapper {
  display: flex;
  align-items: center;
  background-color: #6429ad;
  min-width: 125px;
  padding-left: 15px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
}

.wishlist-wrapper.loading {
  opacity: 0.8;
  cursor: not-allowed;
}

.wishlist-wrapper.loading * {
  cursor: not-allowed;
}

.wishlist-wrapper:hover {
  background-color: #61c0bc;
}

.wishlist-wrapper label {
  margin-right: 10px;
  color: white;
}

.star-checkbox {
  cursor: pointer;
  position: relative;
  pointer-events: none;
}

.star-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 0;
  top: 0;
  cursor: pointer;
}

.star-checkbox::after {
  content: "\f005";
  display: block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  color: white;
}

.wishlist-wrapper:hover .star-checkbox::after {
  content: "\f005";
  font-weight: 900;
  color: white;
}

.wishlist-checkmark::after {
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  display: none;
  color: white;
  position: absolute;
  top: 0;
  font-size: 17px;
}

.star-checkbox input:checked ~ .wishlist-checkmark:after {
  display: block;
}

.wishlist {
  display: flex;
  align-items: center;
}

.wishlist p {
  margin-left: 20px;
  margin-right: 50px;
}

/* heart checkbox */

.heart-checkbox {
  cursor: pointer;
  position: relative;
  pointer-events: none;
}

.heart-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 0;
  top: 0;
  cursor: pointer;
}

.heart-checkbox::after {
  content: "\f004";
  display: block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  color: white;
}

.wishlist-wrapper:hover .heart-checkbox::after {
  content: "\f004";
  font-weight: 900;
  color: white;
}

.heart-checkmark::after {
  content: "\f004";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  display: none;
  color: white;
  position: absolute;
  top: 0;
  font-size: 17px;
}

.heart-checkbox input:checked ~ .heart-checkmark:after {
  display: block;
}

/*request advice*/

.request-advice,
.bg-hover {
  display: flex;
  background-repeat: no-repeat;
  width: 275px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 19px;
  cursor: pointer;
}

.stuck .request-advice {
  position: fixed;
  right: 0;
  bottom: 10%;
  background: rgb(100,41,173);
  background: radial-gradient(ellipse farthest-corner at 0% -150%, rgba(100,41,173,1) 0%, rgba(100,41,173,1) 65%, rgba(236,46,110,1) 90%);
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, .5);
  height: 75px;
  width: 75px;
}

.stuck .request-advice:hover{
  background: #290a4e;
}

.stuck .request-advice p {
  display: none;
}

.stuck .request-advice i {
  font-size: 30px;
}

.bg-img {
  background-image: url("../vtx/assets/images/Components/GradientBackgrounds/vtx-clinical-advice-header-button.svg");
}

.request-advice:hover,
.bg-hover {
  background-image: url("../vtx/assets/images/Components/GradientBackgrounds/vtx-clinical-advice-header-button-hover.svg");
}

.request-advice p {
  color: white;
}

.request-advice i {
  color: white;
}

#searchsubmit {
  height: 60px;
  width: 60px;
  color: white;
  background-color: #61c0bc;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

#searchsubmit::after {
  content: '\f002';
  color: white;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.searchform > div {
  position: relative;
}

.searchform div > div {
  position: absolute;
  top: 0;
}

.searchform div i {
  color: white;
  line-height: 60px;position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 60px;
  cursor: pointer;
}

.search-btn:hover {
  background-color: #290a4e;
}

/* Pagination */

.pagination {
  display: flex;
}

#current {
  background-color: #6429ad;
  color: white;
}

.pagination li {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
  font-weight: 900;
  background-color: #d9c6f1;
}

.pagination-wrapper a:first-child,
.pagination-wrapper a:last-child {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 3px solid #6429ad;
  background-color: white;
  position: relative;
}

.pagination-wrapper {
  display: flex;
}

.pagination-wrapper a:hover {
  border: 3px solid #290a4e;
}

.pagination-wrapper a:first-child::before,
.pagination-wrapper a:last-child::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #6429ad;
  font-size: 24px;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 36px;
  text-align: center;
}

.long li:last-child {
  margin-right: 40px;
}

.long li:last-child::after {
  content: "...";
  position: absolute;
  margin-left: 29px;
}

.pagination-wrapper a:first-child::before {
  content: "\f104";
  margin-right: 4px;
}

.pagination-wrapper a:last-child::after {
  content: "\f105";
}

.pagination li:hover,
.pagination-wrapper a:hover,
#current:hover {
  background-color: #290a4e;
  color: white;
}

.pagination-wrapper a:hover::after,
.pagination-wrapper a:hover::before {
  color: white;
}

/* member dashboard elements */

.scroll-zone {
  overflow-y: scroll;
  background-color: #f4f1f7;
  position: relative;
  border-bottom: 2px solid #d9c6f1;
}

.scroll-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 45%;
}

.scroll-info-filled {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  top: 11%;
  margin: 0 auto;
  text-align: center;
}

.scroll-info p {
  width: 63%;
  text-align: center;
  position: relative;
}

.scroll-zone .scroll-info > i,
.scroll-zone .scroll-info-filled i {
  color: #c4c0cd;
  font-size: 60px;
  margin-bottom: 30px;
}

.scroll-zone > div:not(.scroll-info):not(.scroll-info-filled) {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 2px solid #d9c6f1;
}

.scroll-zone > span {
  margin-top: 300px;
  display: block;
  opacity: 0;
}

.fa-animal-list {
  display: flex;
}

.fa-animal-list i {
  font-size: 60px;
  color: #c4c0cd;
}

.fa-animal-list li {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member-dash {
  background: linear-gradient(
    121deg,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.member-radio-select {
  display: flex;
  justify-content: space-between;
}

.member-radio-select .order-1 {
  order: 1;
}

.member-dash div {
  display: flex;
  align-items: flex-end;
}

.pink-banner {
  display: flex;
  align-items: center;
  background-color: #f4f1f7;
  padding: 20px 30px;
}

.intro {
  margin-bottom: 50px;
}

.intro h1 {
  text-transform: lowercase;
}

.intro h3 {
  margin: 20px 0;
}

.container {
  max-width: min(90vw, 1780px);
  margin: 0 auto;
}

.container-mobile {
  max-width: 1250px;
  margin: 0 auto;
}

/* pagination  */

/* small pagination */

.small-pagination-section .navigation .page-numbers:not(.current) {
  display: none;
}

.small-pagination-section .page-numbers {
  display: inline-block;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 45px;
  border-radius: 50%;
  background: #6429ad;
  margin: 0 10px;
  font-weight: 700;
}

.small-pagination-section .navigation a.page-numbers.next,
.small-pagination-section .navigation a.page-numbers.prev,
.pagination-section .navigation a.page-numbers.prev,
.pagination-section .navigation a.page-numbers.next {
  height: 45px;
  width: 45px;
  border: 3px solid #6429ad;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6429ad;
  text-decoration: none;
}

/* .pagination-section .navigation a.page-numbers.prev,
.pagination-section .navigation a.page-numbers.next {
  height: 45px;
  width: 45px;
  background: #6429ad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
 */
.small-pagination-section .navigation .nav-links,
.pagination-section .navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.small-pagination-section .navigation.first-page .nav-links::before,
.pagination-section .navigation.first-page .nav-links::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6429ad;
  height: 39px;
  width: 39px;
  cursor: not-allowed;
  background: #fff;
  border: 3px solid #6429ad;
  border-radius: 50%;
  font-weight: 900;
  margin: 0 10px;
}

.small-pagination-section .navigation.last-page .nav-links::after,
.pagination-section .navigation.last-page .nav-links::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6429ad;
  border: 3px solid #6429ad;
  height: 39px;
  width: 39px;
  cursor: not-allowed;
  background: #fff;
  border-radius: 50%;
  font-weight: 900;
  margin: 0 10px;
}

/* pagination main */

.pagination-section {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pagination-section .navigation .page-numbers {
  height: 45px;
  width: 45px;
  color: #290a4e;
  background: #d9c6f1;
  border-radius: 50%;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 10px;
  transition: background 0.4s ease;
}

.pagination-section .navigation .page-numbers.current,
.pagination-section .navigation .page-numbers:hover {
  color: #fff;
  background: #6429ad;
  font-weight: 700;
  border-bottom: none;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* media player */

.theme-vtx .mejs-container,
.theme-vtx .mejs-container .mejs-controls {
  background: none;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 0;
}

.theme-vtx .mejs-controls .mejs-time-rail .mejs-time-total,
.theme-vtx .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #f4f1f7;
}

.theme-vtx .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #61c0bc;
}

.mejs-duration-container {
  display: none;
}

.mejs-currenttime {
  color: #290a4e;
  font-size: 18px;
}

.theme-vtx .mejs-controls .mejs-button {
  background-color: #61c0bc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}

.theme-vtx .mejs-controls .mejs-button.mejs-mute {
  background-color: #290a4e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
}

.mejs-button.mejs-mute > button {
  background: none;
}

.mejs-controls .mejs-button.mejs-mute::after {
  content: '\f6a8';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: white;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 14px;
}

.theme-vtx .mejs-controls .mejs-button > button {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 6px;
}

.theme-vtx .mejs-controls .mejs-horizontal-volume-slider {
  border-bottom: none;
}

.theme-vtx .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #f4f1f7;
  margin-top: -2px;
  margin-left: -2px;
}

.theme-vtx .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #61c0bc;
}

/* hide return to shop links */

.return-to-shop {
  display: none !important;
}

/***** OVERVIEW/ARCHIVE PAGES GENERAL STYLE *****/

.archive-list {
  position: relative;
  min-height: 200px;
}

.card-element {
  display: flex;
  background-color: #f4f1f7;
  padding: 30px;
  position: relative;
  margin: 20px 0;
  justify-content: space-between;
}

.card-element-no-results {
  text-align: center;
  background-color: #f4f1f7;
  padding: 20px;
  margin-bottom: 20px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.bad-filter {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.card-element p:empty {
  display: none;
}

.card-element div:last-child > a {
  border-bottom: none;
}

.card-element div:last-child > a img {
  object-fit: cover;
  width: 440px;
}

.card-header span sup {
  font-size: 14px;
}

.card-header a,
.card-header h3,
.card-header div {
  margin-bottom: 10px;
  border-bottom: none;
}
/* for media bigger than 1100px */
@media (min-width: 1500px) {
  .card-header h3 {
    max-width: calc(100% - 175px);
  }
}

.card-content {
  margin-top: 10px;
}

.card-content p {
  margin-bottom: 10px;
}

.card-content p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1.2em;
}

.card-content p img {
  height: 70px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.card-content .sponsor-container {
  background-color: white;
  height: 70px;
  max-width: 150px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 10px;
}


.card-text {
  width: 100%;
  margin-right: 25px;
}

.card-element > .with-top-checkbox {
  padding-left: 0;
  position: relative;
}

/* for pages with wishlist/favorites element*/
.card-element .wishlist-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* for media smaller than 1101px */
@media (max-width: 1100px) {
  .card-element .wishlist-wrapper {
    top: 0;
  }
}

/* for webinar case */
.card-element div:last-child p {
  margin-bottom: 20px;
  margin-top: -37px;
}

.podcast-content p {
  margin-top: 10px !important;
}


/***** single pages (single event, single course, etc) *****/

.single .with-sidebar .sidebar {
  margin-right: 30px;
}

.tablet-sidebar {
  display: none;
}

/********************/
/***** Helpers *****/
/******************/

.justify {
  display: flex;
  justify-content: space-between;
}

.emphasized {
  font-weight: 700;
}

.hover-dark {
  background-color: #290a4e; /* #290A4E */
  color: white;
}

.hover-turquoise {
  background-color: #61c0bc;
  color: white;
}

.hover-turquoise-txt {
  color: #61c0bc !important;
}

.hover-turquoise-txt a {
  border-bottom: 1px solid #61c0bc;
}

.grid {
  display: grid;
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1em;
  row-gap: 1em;
}

.col-4 {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1em;
  row-gap: 1em;
}

.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

.centered-text {
  text-align: center;
}

.justified {
  display: flex;
  justify-content: space-between;
}

.text-xl {
  font-size: 30px;
  margin: 0;
}

.text-xxl {
  font-size: 60px;
  font-weight: 700;
}

.error-msg {
  color: #ff6666;
  font-size: 16px;
  margin-bottom: 10px;
}

.positive-msg {
  background-color: #e5f4f3;
  border: 2px solid #61c0bc;
  padding: 15px;
  margin: 20px 0;
  font-size: 16px;
  margin-bottom: 10px;
}

/* general forum tables, that are not tables because reasons */

span.bbp-admin-links {
  color: transparent;
}

#bbpress-forums div.bbp-reply-author .bbp-author-name,
#bbpress-forums div.bbp-topic-author .bbp-author-name {
  word-wrap: normal;
}

#bbpress-forums div.bbp-reply-author {
  width: 120px;
}

#bbpress-forums.bbpress-wrapper li.bbp-header {
  background: #acdcda;
  border: 0;
  padding: 10px 20px;
  text-transform: lowercase;
}

.single-topic #bbpress-forums.bbpress-wrapper li.bbp-header {
  padding: 10px 0;
}

li.bbp-footer {
  display: none;
}

#bbpress-forums li.bbp-header .bbp-reply-author {
  text-align: left;
  padding-left: 20px;
}

#bbpress-forums.bbpress-wrapper ul.bbp-forums,
#bbpress-forums.bbpress-wrapper ul.bbp-lead-topic,
#bbpress-forums.bbpress-wrapper ul.bbp-replies,
#bbpress-forums.bbpress-wrapper ul.bbp-search-results,
#bbpress-forums.bbpress-wrapper ul.bbp-topics {
  border: 2px solid #acdcda;
  font-size: 18px;
}

#bbpress-forums.bbpress-wrapper li.bbp-body ul.forum,
#bbpress-forums.bbpress-wrapper li.bbp-body ul.topic,
#bbpress-forums.bbpress-wrapper li.bbp-body ul.type-topic {
  border-top: 2px solid #acdcda;
  background: #fff;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#bbpress-forums .bbp-header ul.forum-titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bbpress-forums.bbpress-wrapper li.bbp-topic-subscribe {
  text-align: center;
  white-space: nowrap;
}

.single-forum #bbpress-forums.bbpress-wrapper li.bbp-topic-subscribe {
  width: 10%;
  float: left;
}

#bbpress-forums .bbp-header ul.forum-titles li:last-child ,
.single-forum #bbpress-forums.bbpress-wrapper li.bbp-topic-view {
  width: 20%;
}

#bbpress-forums.bbpress-wrapper li.bbp-topic-view {
  float: left;
  width: 16%;
  text-align: end;
  white-space: nowrap;
}

li.bbp-topic-view i {
  color: #6429ad;
}

#bbpress-forums li.bbp-topic-subscribe #favorite-toggle,
#bbpress-forums li.bbp-topic-subscribe #subscription-toggle {
  float: none;
}

.forum .li.bbp-forum-info,
.forum li.bbp-topic-title {
  width: 70%;
  overflow: hidden;
}

#bbpress-forums li.bbp-topic-title .bbp-topic-pagination {
  display: none;
}

.single-forum li.bbp-topic-title a{
  pointer-events: none;
}

.single-forum #bbpress-forums li.bbp-footer {
  display: none;
}

#bbpress-forums.bbpress-wrapper li a i {
  margin-left: 10px;
}

#bbpress-forums.bbpress-wrapper .bbp-topic-subscribe a i {
  margin-left: 0;
}

.bbp-topic-subscribe #subscription-toggle i,
.bbp-topic-view a,
.bbp-topic-view a i {
  color: #6429ad;
}

.bbp-topic-view a {
  border-bottom: 1px solid #6429ad;
}

#bbpress-forums.bbpress-wrapper .bbp-topic-view a,
#bbpress-forums.bbpress-wrapper .bbp-topic-view a:hover {
  border-bottom: 1px solid #290a4e;
}

#bbpress-forums.bbpress-wrapper a:hover,
#bbpress-forums.bbpress-wrapper .bbp-topic-view a:hover,
#bbpress-forums.bbpress-wrapper .bbp-topic-view a:hover i,
#bbpress-forums.bbpress-wrapper .bbp-topic-subscribe a:hover i {
  color: #61c0bc;
  border-color: #61c0bc;
}

.forum #bbpress-forums.bbpress-wrapper li {
  font-weight: 700;
}

#bbpress-forums.bbpress-wrapper .bbp-pagination-count {
  float: right;
  font-size: 18px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
}

/* form items */

.form-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration-form > div:last-child {
  flex-basis: 100%;
}

/*******************/
/***** Header *****/
/******************/

.header-top {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
  height: 80px;
}

.header-top img {
  height: 55px;
}

.header-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: radial-gradient(
    circle,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
}

.header-bottom .justified {
  display: none;
}

.header-bottom ul {
  display: flex;
  height: 50px;
}

.header-bottom ul li {
  position: relative;
  text-align: center;
}

.header-bottom ul li a {
  border-bottom: none;
  color: white;
  text-transform: lowercase;
  line-height: 50px;
  width: 135px;
  display: block;
}

.header-bottom .current-menu-item {
  background-color: white;
}

.header-bottom .current-menu-item a,
.header-bottom .header-user-menu li.current-menu-item::after {
  color: #290a4e;
}

.header-bottom .current-menu-item:hover a,
.header-bottom .header-user-menu li.current-menu-item:hover::after {
  color: white;
}

.header-user-menu ul li:first-child a {
  width: 195px;
  padding-right: 45px;
  padding-left: 20px;
}

.header-user-menu ul li:nth-child(2) a {
  width: 185px;
  padding-right: 25px;
}

.header-user-menu ul li::after {
  color: white;
}

.header-user-menu #menu-item-333::after,
.header-user-menu #menu-item-372::after {
  content: "\f336";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 20px;
}

#menu-item-423 a, /*for my local */
#menu-item-564 a {
  width: 230px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}

#menu-item-422 a, /* for my local */
#menu-item-560 a{
  width: 160px;
  padding-right: 30px;
}

#menu-item-423::after, /* for my local */
#menu-item-564::after {
  content: '\f00a';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  right: 20px;
  position: absolute;
  line-height: 50px;
  top: 0;
}

#menu-item-422::after, /* for my local */
#menu-item-560::after {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 20px;
}

#menu-item-70680::after, /* for live */
#menu-item-70679::after, /* for live */
#menu-item-68777::after, /* for my local */
#menu-item-68776::after {
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 20px;
}

.current-menu-item #menu-item-333 a::after,
.current-menu-item #menu-item-560 a::after,
.current-menu-item #menu-item-422 a::after,
.current-menu-item #menu-item-564 a::after {
  color: #290a4e;
}

.header-user-menu ul li:last-child a {
  width: 120px;
  padding-right: 20px;
}

.header-user-menu ul li:last-child::after {
  content: "\f090";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: white;
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 20px;
}

.hamburger {
  display: none;
  position: relative;
  transition: all 0.5s ease;
  /* background-color: #6429ad; */
  cursor: pointer;
  padding: 25px;
}

.bar {
  width: 22px;
  height: 4px;
  background: white;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.bar::before,
.bar::after {
  content: "";
  width: 22px;
  height: 4px;
  background: white;
  border-radius: 5px;
  display: block;
  position: absolute;
  transition: all 0.5s ease;
}

.bar::before {
  top: -8px;
}
.bar::after {
  top: 8px;
}

.hamburger.cross .bar {
  transform: rotate(45deg);
}

.hamburger.cross .bar::before {
  top: 0;
}

.hamburger.cross .bar::after {
  transform: rotate(-90deg);
  top: 0;
}

/***** Sticky header *****/

.header-bottom > a:first-child {
  display: none;
}

.sticky-header {
  position: fixed;
  top: 0;
  z-index: 4;
}

.menu-list {
  transition: margin-left 0.2s linear;
  margin-left: 0;
}

.sticky-header .menu-list {
  margin-left: 60px;
  transition: margin-left 0.2s linear;
}

.sticky-header > a:first-child {
  position: absolute;
  display: block;
}

.sticky-header a img {
  height: 30px;
  position: absolute;
  top: 10px;
  left: 20px;
}

/*******************/
/***** Footer *****/
/******************/

footer {
  max-width: 100vw;
  margin-top: 80px;
}

.footer-top {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
}

.footer-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px 20px;
  align-items: flex-start;
  position: relative;
}

.footer-top {
  background: radial-gradient(
    circle,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
}

.footer-menu ul {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.footer-menu ul li {
  text-align: center;
  position: relative;
}

.footer-menu ul li a {
  border-bottom: none;
  color: white;
  text-transform: lowercase;
  width: 140px;
  display: block;
  padding: 35px 0;
}

.footer-menu ul .current-menu-item {
  background-color: white;
}

.footer-menu ul .current-menu-item a {
  color: #290a4e;
}

.footer-menu ul .current-menu-item:hover a {
  color: white;
}

.footer-top > a {
  display: flex;
}

.footer-top img {
  height: 55px;
}

.newsletter-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-cta label {
  display: block;
  margin: 0;
}

.newsletter-input {
  width: 100%;
  margin: 25px 0;
}

.newsletter-cta .checkbox-wrapper {
  margin-bottom: 25px;
}

.footer-links > *,
.footer-bottom .sm-row > p {
  margin-top: 25px;
}

.footer-links {
  white-space: nowrap;
}

.footer-bottom .sm-row > span {
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
}

.footer-bottom .sm-row > span b {
  font-weight: 700;
}

/* newsletter form */

.footer-bottom ._form-branding {
  display: none;
}

.footer-bottom .fluentform form > fieldset {
  display: grid;
  grid-template-columns: 66% 34%;
  column-gap: 20px;
}

.footer-bottom .fluentform .ff-el-group.ff-custom_html,
.footer-bottom .fluentform .ff-el-group.ff-el-input--content,
.footer-bottom .fluentform .ff_submit_btn_wrapper {
  grid-column: 1/-1;
  justify-self: center;
  position: relative;
}

.footer-bottom .fluentform .ff-el-group.ff-custom_html p {
  font-weight: 700;
  text-align: center;
}

.footer-bottom .fluentform .ff-el-group .ff-el-input--label {
  white-space: nowrap;
}

.footer-bottom .fluentform form .ff-field_container + .ff-el-group {
  justify-self: center;
  position: relative;
}

.footer-bottom .fluentform form .ff-field_container + .ff-el-group .ff-el-input--content .error {
  position: absolute;
  margin-top: 5px;
}

.footer-bottom .fluentform .ff-el-group.ff-el-input--content > .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
}

.footer-bottom .fluentform .ff-el-group {
  display: flex;
  align-items: center;
}

.footer-bottom .ff-el-group input {
  height: 40px;
  border: 3px solid #d9c6f1;
}

.footer-bottom .fluentform form[id^="fluentform"] .ff-el-group span.ff_tc_checkbox {
  position: relative;
  padding-top: 0 !important;
}

.footer-bottom .fluentform form[id^="fluentform"] .ff-el-group span.ff_tc_checkbox::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #290a4e;
  background-color: white;
  margin-right: 10px;
}

.footer-bottom .fluentform form .ff-el-group .ff-el-form-check-input {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 0;
  top: 0;
  cursor: pointer;
  height: auto;
}

.footer-bottom .fluentform form[id^="fluentform"] .ff-el-group span.ff_tc_checkbox::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  z-index: -1;
  color: #fff;
  position: absolute;
  top: 1px;
  margin-left: 2px;
  font-size: 13px;
  background-color: #290a4e;
  padding: 1px;
}

.footer-bottom .fluentform form[id^="fluentform"] .ff-el-form-check.ff_item_selected span.ff_tc_checkbox::after {
  z-index: 1;
}

.footer-bottom ._form-content ._form-title {
  font-weight: 700;
}

.footer-bottom ._form-content ._form_element:first-child,
.footer-bottom ._form-content ._form_element:nth-child(5) {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.footer-bottom ._form-content ._form_element:nth-last-child(n+4):not(:first-child) label {
  line-height: 40px;
}

.footer-bottom ._form-content ._form_element:nth-last-child(n+4):not(:first-child) ._error-inner {
  margin-top: 10px;
  color: red;
}

.footer-bottom ._form-content ._form_element:nth-child(5) {
  display: flex;
  justify-content: center;
}

.footer-bottom ._form-content button,
.page-account main input[type="submit"] {
  min-height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  text-transform: lowercase;
  padding: 0 20px;
  background-color: white;
  border: 2px solid #290a4e;
  color: #290a4e;
}

.page-account main input[type="submit"] {
  background-color: #6429ad;
  color: white;
  border: 2px solid #6429ad;
}

.page-account main input[type="submit"]:hover {
  background-color: #61c0bc;
  color: white;
  border: 2px solid #61c0bc;
}

.footer-bottom ._form-content button:hover {
  background-color: #290a4e;
  color: white;
  border-bottom: 2px solid #290a4e;
}

.footer-bottom ._button-wrapper {
  margin: 0 auto;
}

._field7 {
  margin-top: 10px;
}

._form-fieldset > .checkbox-wrapper label {
  margin-right: 0;
}

.footer-bottom > .fluentform {
  flex-basis: calc(100% - 790px);
}

._form-label {
  margin-right: 15px;
}

.footer-bottom ._form-content ._form_element:nth-child(2),
.footer-bottom ._form-content ._form_element:nth-child(3),
.footer-bottom ._form-content ._form_element:nth-child(4) {
  display: flex;
  margin-bottom: 10px;
}

.footer-bottom ._form-content ._form_element:nth-child(2),
.footer-bottom ._form-content ._form_element:nth-child(3) {
  margin-right: 20px;
}

.footer-bottom ._form-content .checkbox-wrapper {
  position: relative;
}

.footer-bottom ._form-content .checkbox-wrapper ._error-inner {
  text-align: center;
  color: red;
  margin-left: 10px;
}

.footer-bottom ._form-thank-you {
  text-align: center;
}

/* sidebars */

.with-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.with-sidebar .sidebar {
  flex-basis: 30%;
  min-width: 360px;
  position: relative;
}

.with-sidebar .sidebar img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.with-sidebar .main-content {
  flex-basis: min(100% - 380px, 100% - 30% - 45px);
}

.sidebar input {
  max-width: 100%;
}

.sidebar .filter input {
  max-width: calc(100% - 20px);
}

.sticky-sidebar {
  position: fixed;
  top: 8%;
  max-width: 360px;
  min-width: 27.2%
}

.absolute-sidebar {
  position: absolute;
  width: 100%;
}

.sidebar > *:not(h1),
.sidebar > div > .sidebar-container,
.sidebar > div > div .sidebar-container {
  margin-bottom: 25px;
}

.single-forum .sidebar > span:last-child {
  margin-left: 20px;
}

.sidebar .webinar-pricing .text-xl {
  text-align: center;
}

.sidebar .webinar-pricing .text-xl span {
  display: block;
  font-size: 18px;
}

.sidebar > h1 {
  margin-bottom: 30px;
}

.sidebar .filter-title {
  border-bottom: 2px solid #d9c6f1;
  line-height: 1.5;
  display: flex;
}

.sidebar .date-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar .date-selector input {
  width: 100%;
}

.sidebar .standard-btn,
.sidebar .colored-btn {
  display: inline-block;
  padding: 0 20px;
  margin-right: 20px;
  line-height: 43px;
}

.sidebar div[class*="container"] .standard-btn {
  margin-right: 0;
}

.sidebar-container {
  padding: 30px;
  border: 3px solid #d9c6f1;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.sidebar-container > i {
  font-size: 50px;
  margin-right: 30px;
}

.sidebar-container.centered {
  justify-content: center;
}

.sidebar .sidebar-container.centered > a {
  margin-right: 0;
}

.sidebar-container.justified {
  justify-content: space-between;
}

.sidebar-container .standard-btn,
.sidebar-container .colored-btn {
  line-height: 45px;
}

.sidebar-container .standard-btn i,
.sidebar-container .colored-btn i {
  margin-right: 10px;
  color: inherit;
}

.sidebar-container .text-lg {
  font-size: 30px;
}

.sidebar .form-item-row .select-wrapper,
.sidebar .form-item-row .filter {
  max-width: calc(100% - 105px);
  flex-grow: 2;
}

.sidebar .form-item-row .select-wrapper select {
  width: 100%;
}

.sidebar form .filter-expand-form > * {
  margin-bottom: 15px;
}

.sidebar .buttons {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.sidebar .webinar-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sidebar .webinar-tags ul {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin-left: 15px;
}

.tag {
  background-color: #d9c6f1;
  border-radius: 25px;
  padding: 10px 15px;
  margin: 0;
}

/* popups */

.popups .overlay {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(41, 10, 78, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}

.popups .popup {
  background: #fff;
  max-height: 95vh;
  width: 90vw;
  max-width: 935px;
  overflow: auto;
  padding: 25px;
  border: 2px solid #d9c6f1;
  display: none;
}

.popup h3 {
  margin-bottom: 25px;
}

#select_tags {
  color: #6429ad;
  cursor: pointer;
  border-bottom: 1px solid;
  font-weight: 600;
}

#select_tags i {
  color: #6429ad;
}

.form-item-row.webinar-tags {
  flex-wrap: wrap;
}

.form-item-row.webinar-tags .popups {
  flex-basis: 100%;
}

#webinar-tags-popup {
  position: absolute;
  top: 10%;
  padding: 0;
  border: 0;
}

#webinar-tags-popup #top-section {
  background-color: #290a4e;
  padding: 20px;
  color: white;
}

#webinar-tags-popup .popup-title {
  display: flex;
  justify-content: center;
  position: relative;
}

#webinar-tags-popup .popup-title h3 {
  margin: 0;
}

#webinar-tags-popup .popup-title i {
  color: white;
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}

#webinar-tags-popup .popup-content {
  padding: 15px;
}

#webinar-tags-popup .popup-content .select-checkboxes {
  display: flex;
  column-gap: 20px;
}

#webinar-tags-popup .popup-content .select-checkboxes input {
  visibility: hidden;
  position: absolute;
}

#webinar-tags-popup .popup-content .select-checkboxes label {
  color: #290a4e;
  border-bottom: 1px solid;

}

#webinar-tags-popup .popup-content .tags-list {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}

#webinar-tags-popup .tag-wrapper {
  position: relative;
}

#webinar-tags-popup .tag-wrapper input[type="checkbox"] {
  visibility: collapse;
  position: absolute;
  margin: 0;
  top: 0;
}

#webinar-tags-popup .tag-wrapper input[type="checkbox"]:checked + .tag {
  background-color: #290a4e;
  color: white;
}

/**********************************/
/***** Page specific styling *****/
/********************************/

/************************/
/***** News-single *****/
/**********************/

.individual-post {
  width: 70%;
}

.entry-header h1 {
  width: 100%;
  border-bottom: 3px solid #d9c6f1;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.entry-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
  max-height: 350px;
  object-position: center;
}

.entry-content {
  margin: 40px 30px 40px 0;
}

/*************************/
/***** News archive *****/
/***********************/

.page-template-archive.container {
  display: flex;
  justify-content: space-between;
}

.page-header > h1 {
  margin-bottom: 30px;
}

.news-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-side {
  width: 60%;
  margin-right: 50px;
}

.page-header span.filter input {
  width: 100%;
}

.filter-btns {
  display: flex;
  margin-top: 35px;
}

.filter-btns > * {
  margin-right: 20px;
}

.filters .date-selector {
  display: flex;
  align-items: baseline;
}

.date-selector .date-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.page-template-archive .container .filters .date-selector label {
  margin-right: 10px;
}

.news-description {
  margin-bottom: 20px;
}

.news-description h2 {
  margin-bottom: 15px;
}

.filters h2 {
  margin: 50px 0 35px;
  width: 100%;
  border-bottom: 3px solid #d9c6f1;
  padding-bottom: 10px;
}

/******************/
/***** About *****/
/****************/

.page-about main {
  max-width: 1180px;
  margin: 0 auto;
}

.about-members > * {
  margin: 0 auto;
}

.member-information {
  margin-bottom: 60px;
}

.member-intro {
  display: flex;
  padding: 35px;
  background-color: #f4f1f7;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.quoted-text {
  padding: 35px;
  background-color: #e5f4f3;
  margin-top: 20px;
  display: flex;
}

.quoted-text p {
  padding: 0 20px;
}

.quoted-text i:last-child {
  align-self: end;
}

.quoted-text i {
  font-size: 50px;
  color: #acdcda;
}

.member-intro > div {
  width: 60%;
}

.member-intro > img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
}

.member-intro div h3 {
  margin-bottom: 25px;
}

.member-intro div p {
  margin: 10px 0;
}

.member-intro div p:last-child {
  margin-top: 25px;
}

.about-bottom-links div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/****************/
/***** FAQ *****/
/**************/

.page-faq main {
  width: 1180px;
  margin: 0 auto;
}

.accordion-faq {
  margin: 0 auto 50px auto;
}

.accordion-faq .pink-banner {
  margin: 25px 0;
  position: relative;
  cursor: pointer;
  padding-right: 120px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
}

.accordion-faq h2 span {
  position: absolute;
  right: 20px;
  top: 33px;
}

.page-faq .ui-accordion-content p {
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.page-faq .ui-accordion-content:last-child {
  margin-bottom: 25px;
}

.page-faq .ui-state-active,
.page-faq .ui-state-default {
  background: #f4f1f7;
}

.page-faq .ui-state-active .ui-icon,
.page-faq .ui-button:active .ui-icon,
.page-faq .ui-state-hover .ui-icon {
  background: none;
}

.ui-accordion-content {
  padding: 0 30px;
}

.ui-icon-plus::before {
  content: "show";
  position: absolute;
  color: #6429ad;
  right: 35px;
  border-bottom: 1px solid #6429ad;
  font-size: 18px;
  font-weight: 600;
}

.ui-icon-minus::before {
  content: "hide";
  position: absolute;
  color: #6429ad;
  right: 35px;
  border-bottom: 1px solid #6429ad;
  font-size: 18px;
  font-weight: 600;
}

.ui-icon-plus::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  display: block;
  color: white;
  background-color: #6429ad;
  padding: 5px 7px;
  border-radius: 50%;
}

.ui-icon-minus::after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  display: block;
  transition: all 0.2s linear;
  color: white;
  background-color: #6429ad;
  padding: 5px 7px;
  border-radius: 50%;
}

/**** Privacy Policy & Terms ****/

.privacy-policy main,
.page-terms-and-conditions main {
  max-width: 1180px;
}

.privacy-policy #content-area p:nth-child(5) {
  margin-top: 20px;
}

.page-terms-and-conditions main p,
.privacy-policy main p {
  margin-bottom: 15px;
}

.privacy-policy h2,
.page-terms-and-conditions h2 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.privacy-policy main ul {
  margin: 10px 0 20px 20px;
}

.privacy-policy main ul li {
  list-style: square;
  margin-bottom: 5px;
}

/* groups page */

.group > div:nth-child(2) {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.group .group-image {
  flex-basis: 145px;
  height: 145px;
  margin-right: 10px;
  overflow: hidden;
  min-width: 145px;
}

.group .group-image img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.group .group-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
  line-height: 30px;
  max-width: 100%;
}

.group .group-meta > div {
  height: 70px;
  padding: 20px;
  background: #f4f1f7;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.group > h3,
.group > div:first-of-type {
  margin-bottom: 20px;
}

.group > h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1.2em;
}

.group.course_group {
  order: 1;
  display: none;
}

.group.course_group.has-no-access {
  display: none;
}

.group.course_group .group-meta > div {
  background: #e5f4f3;
}

.group .group-meta > div > span:first-child {
  white-space: nowrap;
}

.group .group-meta > div > span:last-child {
  padding-left: 20px;
}

.group .group-meta > div > span:last-child a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.group a.standard-btn {
  text-transform: lowercase;
  width: 100%;
}

.forum-archive h1 {
  margin-bottom: 25px;
}

.forum-archive h2 {
  margin-bottom: 20px;
}

.forum-archive .container p:first-of-type {
  margin-bottom: 35px;
}

.forum-archive .group_filter {
  padding: 25px 0;
  border: 3px solid #d9c6f1;
  border-left: 0;
  border-right: 0;
  margin: 20px 0;
}

.forum-archive .group_filter .filter {
  max-width: 560px;
}

.forum-archive .group_filter .filter input {
  max-width: calc(100% - 15px);
}

.add-topic-container {
  padding: 20px;
  border: 2px solid #d9c6f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup .bbp-reply-form:not(.admin-form) .quicktags-toolbar {
  display: none;
}

#wp-link-wrap p.howto,
#wp-link-wrap p.howto #search-panel {
  display: none;
}

#wp-link-wrap input[type="checkbox"] {
  height: auto;
}

#wp-link-wrap label {
  font-weight: normal;
}

#wp-link-wrap input[type="submit"] {
  height: auto;
}

.popup textarea#bbp_topic_content {
  width: 100%;
  border: 3px solid #d9c6f1;
  margin-bottom: 20px;
}

.popup .wp-editor-container {
  border: 0;
}

.bbpress div.bbp-the-content-wrapper div.quicktags-toolbar,
.popup #qt_bbp_reply_content_toolbar,
.popup #qt_bbp_topic_content_toolbar {
  display: block;
}

.popup label {
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}

.popup input {
  margin-bottom: 15px;
  font-size: 18px;
}

.popup div.bbp-submit-wrapper {
  float: left;
  margin: 0;
}

.popup .colored-btn {
  padding: 0 20px;
}

.popup button {
  display: inline-block;
  margin-right: 20px;
}

.topic-edit .topic-sub,
.popup .topic-sub {
  margin: 25px 0;
  display: flex;
  align-items: center;
}

.bbpress-wrapper .bbp-uploader-msg,
.popup#add-post .bbp-uploader-msg,
.popup#add-topic .bbp-uploader-msg
{ display: none; }

#plupload-upload-ui
{ display: block; }

#plupload-upload-ui p.drag-drop-buttons {
  position: relative;
  width: max-content;
}

#plupload-browse-button + i {
  color: white;
  position: absolute;
  top: 11px;
  right: 7px;
  z-index: 1;
}

.popup #plupload-upload-ui #plupload-browse-button { cursor: pointer; }

.topic-edit #bbpress-forums .topic-sub label {
  margin-bottom: 0;
}

div.bbp-submit-wrapper {
  display: flex;
  column-gap: 20px;
}

.topic-edit #bbpress-forums fieldset.bbp-form {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.popup .topic-sub label,
.popup .topic-sub .checkbox {
  display: inline-block;
  margin-bottom: 0;
}

/* single topic */

.topic .sidebar #subscription-toggle {
  display: block;
  margin-bottom: 25px;
  font-size: 0;
}

.topic .sidebar #subscription-toggle > span {
  display: block;
  white-space: nowrap;
}

.topic .sidebar #subscription-toggle a i {
  color: #fff;
  margin-left: 10px;
}

.topic .sidebar #subscription-toggle a {
  padding: 0 20px;
  background-color: #6429ad;
  color: white;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  width: 100%;
  white-space: nowrap;
}

.topic .sidebar #subscription-toggle a span {
  margin-left: 7px;
}

.single-forum #subscription-toggle {
  font-size: 0;
}

.single-forum #subscription-toggle > span,
.single-forum #subscription-toggle > span a i {
  font-size: 18px;
}

.single-forum #subscription-toggle > span.is-subscribed a,
.single-forum #subscription-toggle > span.is-subscribed a i,
.single-forum #subscription-toggle > span a,
.single-forum #subscription-toggle > span a i {
  font-size: 0;
}

.single-forum #subscription-toggle > span.is-subscribed a::before {
  content: "\f8fa";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 700;
  color: #6429ad;
}

.single-forum #subscription-toggle > span a::before {
  content: "\f8fa";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  color: #6429ad;
}

.topic .sidebar #subscription-toggle a:hover {
  background: #61c0bc;
}

.single-forum #subscription-toggle > span a:hover::before,
.single-forum #subscription-toggle > span a:hover {
  font-weight: 700;
  color: #61c0bc;
}

.single-forum .bbp-topic-permalink {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.single-forum #subscription-toggle > span.is-subscribed a:hover::before,
.single-forum #subscription-toggle > span.is-subscribed a:hover {
  color: #61c0bc;
}

.single-forum #subscription-toggle > span.is-subscribed a:hover::before {
  font-weight: 400;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
  border-radius: 50%;
}

#bbpress-forums.bbpress-wrapper li.bbp-body > div {
  font-weight: 300;
}

.topic #bbpress-forums.bbpress-wrapper li.bbp-body > div {
  border-top: 2px solid #acdcda;
  background: #fff;
  position: relative;
}

.topic #bbpress-forums div.bbp-reply-author div.post-date {
  white-space: nowrap;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#bbpress-forums.bbpress-wrapper .bbp-reply-content span.bbp-admin-links {
  float: none;
  align-self: flex-end;
  order: 1;
}

#bbpress-forums.bbpress-wrapper .bbp-reply-content .shr-reply-attach {
  margin-top: 15px;
}

#bbpress-forums.bbpress-wrapper .bbp-reply-content .shr-reply-attach a span {
  display: none;
}

.topic #bbpress-forums.bbpress-wrapper .bbp-body div.bbp-reply-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 157px;
  margin-left: 150px;
}

.bbp-reply-content p {
  margin-bottom: 10px;
}

.topic #bbpress-forums.bbpress-wrapper .bbp-header div.bbp-reply-content {
  margin-left: 157px;
}

.topic #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
.topic #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li .bbp-author-link,
.topic #bbpress-forums .bbp-body div.bbp-reply-content::after {
  display: none;
}

#bbpress-forums.bbpress-wrapper div.bbp-reply-content a,
#bbpress-forums.bbpress-wrapper div.bbp-topic-content a {
  font-size: 18px;
  color: #6429ad;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 1px solid #6429ad;
  font-weight: 700;
  line-height: 25px;
}

#bbpress-forums.bbpress-wrapper div.bbp-reply-content a:hover,
#bbpress-forums.bbpress-wrapper div.bbp-topic-content a:hover {
  color: #61c0bc;
  border-color: #61c0bc;
}

#bbpress-forums.bbpress-wrapper a.bbp-reply-to-link::before,
#bbpress-forums.bbpress-wrapper a.bbp-topic-reply-link::before {
  content: "\f3e5";
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}

#bbpress-forums.bbpress-wrapper a.bbp-reply-edit-link::before,
#bbpress-forums.bbpress-wrapper a.bbp-topic-edit-link::before {
  content: "\f044";
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}

.topic .bbp-footer,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-reply-ip {
  display: none;
}

#bbpress-forums h1 {
  font-size: 60px;
  text-transform: none;
}

/* .single-forum #bbpress-forums h1 {
  margin-bottom: 0;
} */

.single-topic .sidebar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-topic #bbpress-forums .bbp-reply-author .bbp-author-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.single-forum .sidebar img {
  width: 100%;
}

.single-forum .no-access .bbp-topic-subscribe {
  display: none;
}

#bbpress-forums.bbpress-wrapper.no-access li.bbp-topic-view {
  text-align: right;
}

#bbpress-forums.bbpress-wrapper.no-access li.bbp-topic-title {
  width: 48%;
}

.sidebar .standard-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

#add-post textarea {
  border: 3px solid #d9c6f1;
  width: 100%;
}

#add-post .bbp-template-notice {
  display: none;
}

.single-forum div.bbp-template-notice {
  color: #290a4e;
  font-size: 18px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  background-color: #f4f1f7;
  border: none;
  border-radius: 0;
}

.single-forum div.bbp-template-notice > ul > li {
  font-size: 0;
}

.single-forum div.bbp-template-notice > ul > li::before {
  content: "There are no topics in this forum yet.";
  font-size: 30px;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.single-forum div.bbp-template-notice > ul > li::after {
  content: "If you're brave enough to be the first, simply click the add new topic button.";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin: 20px 0;
}

/* bbpress pagination */

.bbp-pagination {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 30px;
}

.bbp-pagination .bbp-pagination-links:empty {
  display: none;
}

#bbpress-forums.keyword-search .bbp-pagination { display: none; }

#bbpress-forums .bbp-pagination .bbp-pagination-links > .page-numbers:not(.dots) {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  background: #d9c6f1;
  color: #290a4e;
  margin: 0 5px;
  line-height: 45px;
  text-align: center;
  border: 0;
  font-size: 23px;
  font-weight: 700;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links > .page-numbers.current {
  background: #6429ad;
  color: #fff;
  opacity: 1;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links > .dots {
  height: 45px;
  color: #290a4e;
  margin: 0 5px;
  line-height: 45px;
  text-align: center;
  border: 0;
  font-size: 23px;
  font-weight: 700;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.prev,
#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.next {
  font-size: 0;
  background: transparent;
  border: 3px solid #6429ad;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6429ad;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers:not(.dots):hover {
  background: #6429ad;
  color: #fff;
  opacity: 1;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 23px;
  font-weight: 700;
  color: inherit;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 23px;
  line-height: 45px;
  font-weight: 700;
  color: inherit;
}

#bbpress-forums .bbp-pagination:first-of-type .bbp-pagination-links > *:not(.current):not(.prev):not(.next) {
  display: none;
}

/* single course page */
.course-sponsor {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.course-sponsor img {
  margin-left: 15px;
}

.course-progression > div:first-child {
  background: rgb(98, 159, 185);
  background: linear-gradient(
    135deg,
    rgba(98, 159, 185, 1) 0%,
    rgba(100, 59, 175, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 15px 30px;
  font-weight: 700;
}

.course-progression .progress {
  background: #fff;
  padding: 14px;
  color: #290a4e;
}

.course-progression {
  border: 3px solid #d9c6f1;
  margin-bottom: 30px;
}

.course-progression > div {
  padding: 30px;
}

.course-progression .ld-status-incomplete.ld-status-icon {
  border: 4px solid #290a4e;
  background-color: white;
}

.course-progression .ld-status-icon {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 25px;
}

.course-progression .ld-status-complete,
.learndash-wrapper .ld-status-complete {
  background-color: #61c0bc;
  color: white;
}

.course-progression .ld-status-icon .ld-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.course-progression .lesson-link > *,
.course-progression .lesson-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
}

.course-progression .lesson-link > span:first-child {
  margin-bottom: 10px;
  font-weight: 400;
}

.sidebar .wishlist-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.course-subtitle {
  margin-top: 20px;
}

.course-subtitle > span {
  font-weight: 700;
}

.course-subtitle > span:not(:last-child) {
  margin-right: 25px;
}

.course-subtitle > span:not(:last-child)::after {
  content: '|';
  margin-left: 25px;
}

.logged-out-enrol-container {
  margin-top: 20px;
}

.single-sfwd-courses .main-content h1 {
  text-transform: none;
}

.single-sfwd-courses .sidebar-container .ld-alert-certificate {
  margin-left: 10px;
}

.single-sfwd-courses .sidebar-container.certificate {
  justify-content: center;
  padding: 20px;
}

.single-sfwd-courses .course-speakers {
  margin-bottom: 30px;
}

/* .single-sfwd-courses .speakers {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 20px;
} */

/* .single-sfwd-courses .speakers > div {
  flex-basis: calc(100% / 3);
  min-width: 320px;
  padding-right: 10px;
  margin-bottom: 0;
}
 */

.single-sfwd-courses .sidebar-container.certificate::before {
  content: "";
  background-image: url('../vtx/assets/images/Components/certificate-trophy-lg.svg');
  height: 168px;
  display: block;
  width: 100px;
  background-size: cover;
  background-position: center;
}

.ld-alert-certificate .ld-alert-content .ld-alert-messages {
  margin-top: -20px;
  margin-bottom: 20px;
}

.ld-alert-certificate a.ld-button {
  height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  text-transform: lowercase;
  padding: 0 20px;
  background-color: white;
  border: 2px solid #290a4e;
  color: #290a4e;
}

.ld-alert-certificate a.ld-button:hover {
  background-color: #290a4e;
  color: white;
}

.ld-button > .ld-icon-download {
  display: none;
}

.ld-alert-certificate .ld-button::before {
  content: "\f019";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
}

.learndash_post_sfwd-courses .main-content .more-groups,
.learndash_post_sfwd-courses .main-content .more-courses {
  padding: 25px 30px;
  align-items: center;
  margin-bottom: 20px;
}

.learndash_post_sfwd-courses .main-content a.standard-btn {
  border-bottom: 2px solid #290a4e !important; /* overriding learn dash important styling */
}

.learndash_post_sfwd-courses .main-content .more-groups {
  background: #e5f4f3;
}

.learndash_post_sfwd-courses .main-content .more-courses {
  background: #f4f1f7;
}

.single-sfwd-courses .learndash-wrapper .ld-login-modal {
  margin: 0 auto;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components,
.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
  display: none;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-title {
  width: 95%;
  margin-right: 200px;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-title strong {
  float: right;
}

.single-sfwd-courses .ld-item-list-items .expand-lesson {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  color: #6429ad;
  position: absolute;
  right: 30px;
  top: 20px;
  pointer-events: all;
}

.single-sfwd-courses .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a {
  color: #290a4e;
  /* flex: auto; */
}

/* .single-sfwd-courses .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview > span:first-of-type {
  margin-right: 250px;
  font-weight: 700;
} */

.single-sfwd-courses .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview a.ld-item-name:hover {
  color: #61c0bc;
}

.single-sfwd-courses .ld-item-list-items .expand-lesson i {
  margin-left: 5px;
  color: inherit;
}

.single-sfwd-courses .ld-item-list-items .expand-lesson:hover {
  color: #61c0bc;
}

.single-sfwd-courses .ld-item-list-items .outcomes {
  display: none;
  flex-basis: 100%;
  margin-top: 20px;
}

.single-sfwd-courses .ld-item-list-items .outcomes ul li {
  list-style: square;
  margin-left: 20px;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-item-list-item {
  border: none;
}

.single-sfwd-courses  .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  flex-wrap: wrap;
  background-color: #f4f1f7;
  position: relative;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list .ld-section-heading {
  display: none;
}

.single-sfwd-courses .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,
.single-sfwd-courses .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items {
  padding: 0;
  font-size: inherit;
}

.single-sfwd-courses .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover {
  color: #61c0bc;
}

.single-sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
  margin: 0;
}

.forum-preview form,
.forum-preview #subscription-toggle,
.forum-preview .bbp-template-notice,
.forum-preview .bbp-pagination,
.forum-preview .bbp-breadcrumb,
.single-sfwd-courses .ld-item-list-items .ld-status-icon,
.single-sfwd-courses .ld-item-list-item-preview.ld-lesson-quiz .ld-table-list .ld-table-list-header {
  display: none;
}

.forum-preview .bbp-topic-meta {
  display: none;
}

.forum-preview #bbpress-forums {
  margin-top: 20px;
}

.forum-preview .bbp-body ul:nth-child(n+5) {
  display: none;
}

.forum-preview .justified h2 {
  margin-top: 0;
}

.forum-preview {
  margin-top: 30px;
}

.sidebar .enrol-container i {
  font-size: 50px;
}

.sidebar .course-price > span {
  display: block;
  font-size: 16px;
  text-align: center;
}

.sidebar .enrol-container a {
  margin-right: 0;
}

.sidebar .enrol-container > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sidebar .enrol-container .learndash-stripe-checkout-button {
  height: 40px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  text-transform: lowercase;
  padding: 0 30px;
  background-color: #6429ad;
  color: white;
  line-height: 40px;
  margin-bottom: 0;
}

.sidebar .enrol-container .learndash-stripe-checkout-button:hover {
  background-color: #61c0bc;
  color: white;
}

.sidebar .enrol-container > span > *:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar .enrol-container .text-lg {
  font-weight: 700;
}

.single-sfwd-courses .course-sponsor img {
  height: 70px;
  width: auto;
}

.filter-section .expand-filter {
  margin-left: auto;
  align-self: center;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  color: #6429ad;
  font-size: 18px;
  display: none;
}

.filter-section .expand-filter i {
  margin-left: 5px;
  color: inherit;
}

.filter-section .expand-filter:hover {
  color: #61c0bc;
}

.filter-section {
  padding-top: 20px;
}

.sidebar form .filter-section h2 {
  margin-bottom: 25px;
}

/* course overview page */

.course-card > div:first-child > *:not(:last-child) {
  margin-bottom: 15px;
}

.course-card p:empty {
  display: none;
}

/* registration page */

.page-register .guidance {
  margin-top: 20px;
  flex-basis: 100%;
}

.page-register main form.mepr-signup-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-register main .mepr_tos,
.page-register main .mepr_tos + div {
  flex-basis: 100%;
}

.page-register .mp_wrapper .mp-form-row.mepr_tos input,
.page-register .mp_wrapper .mp-form-row.mepr_tos + div input,
.page-register .mp_wrapper .mepr-form-radio,
.page-register .mp_wrapper .mp-form-row.mepr_mepr_opt_in_to_email_notifications_for_new_group_topics input {
  height: auto;
}

.page-register main form > div {
  flex-basis: calc(100% / 3 - 15px);
}

.page-register main form > div.mepr_bold.mepr_price {
  flex-basis: 100%;
}

.page-register main form > a {
  margin-bottom: 30px;
}

.form-item {
  margin-bottom: 30px;
}

.form-item > * {
  display: block;
  width: 100%;
}

.form-item label {
  margin-bottom: 15px;
}

.page-register form .member-radio-select {
  flex-basis: 100%;
  margin-bottom: 30px;
}

.page-register form .member-radio-select .order-1 {
  order: 1;
}

.page-register form .member-radio-select h3 span {
  font-size: 18px;
  font-weight: 300;
}

.page-register h1 {
  margin-bottom: 30px;
}

.page-register h2 {
  margin-bottom: 20px;
  flex-basis: 100%;
}

.page-register main p {
  margin-bottom: 15px;
}

.page-register .membership-group-title {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  flex-basis: 100%;
}

.page-register .membership-group-title span {
  margin-left: 10px;
}

.page-register .memb-group {
  width: 100%;
  flex-basis: 100%;
}

.page-register .memb-group sup {
  font-size: 20px;
}

.page-register h1 + div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-register h1 + div h2 {
  margin-bottom: 0;
}

.page-register .registration-form .error {
  margin: 10px 0 0;
  color: #ff6666;
  font-weight: 700;
}

.page-register .registration-form .recaptcha-checkbox {
  position: relative;
  margin-bottom: 20px;
}

.page-register .registration-form .recaptcha-checkbox .error {
  position: absolute;
  bottom: -30px;
}

.page-register .registration-form #mepr_agree_to_privacy_policy-error,
.page-register .registration-form #mepr_agree_to_tos-error {
  position: absolute;
  width: max-content;
}

.page-register .registration-form input#mepr_agree_to_privacy_policy,
.page-register .registration-form input#mepr_agree_to_tos {
  height: 20px;
  width: 20px;
  margin-top: 0;
}

.link-button {
  color: #290a4e;
  border-width: 0;
  text-decoration: underline;
  background: 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.link-button i {
  margin-left: 10px;
  color: inherit;
}

.link-button:hover {
  color: #61c0bc;
}

.page-register .clearfix {
  flex-basis: 100%;
  height: 0;
}

.page-register .mp-form-submit {
  flex-basis: 100%;
}

.page-register .container-mobile {
  position: relative;
}

.page-register .loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #290a4e;
  background: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  text-align: center;
  display: none;
}

.page-register .loading-overlay i {
  position: sticky;
  top: 300px;
}

.page-register .mp-form-row .mp-form-label {
  display: block;
  margin-bottom: 15px;
}

.page-register .mp_wrapper .mp-form-row {
  margin-bottom: 30px;
}

.page-register main input[type="submit"] {
  height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  background-color: transparent;
  border: 2px solid #290a4e;
  text-transform: lowercase;
}

.page-register main input[type="submit"]:hover {
  background-color: #290a4e;
  color: white;
}

.page-register form.registration-form .checkbox-wrapper {
  flex-basis: 60%;
  margin-bottom: 30px;
}

.page-register .container-mobile > h2 {
  margin-top: 15px;
}

.page-register #expand-memb {
  color: #6429ad;
}

.page-register #expand-memb:hover {
  color: #61c0bc;
}

.page-register .mp_wrapper .mepr_bold.mepr_price {
  order: -2;
}

.page-register .mp_wrapper .mepr_mepr_company_name,
.page-register .mp_wrapper .mepr_first_name,
.page-register .mp_wrapper .mepr_last_name {
  order: -1;
}

.page-register .mp_wrapper .mepr_mepr_opt_in_to_email_notifications_for_new_group_topics {
  order: 2;
  flex-basis: 100%;
}

.page-register .mp_wrapper .mepr_mepr_i_am_happy_to_receive_emails_with_updates_and_offers_from_vtx {
  flex-basis: 100%;
  order: 1;
}

.page-register .mp_wrapper .mepr_mepr_approver_line_manager_name,
.page-register .mp_wrapper .mepr_mepr_approver_line_manager_email,
.page-register .mp_wrapper .mepr_mepr__practice_corporate_address,
.page-register .mp_wrapper .mepr_mepr_cpd_ref_code_if_applicable,
.page-register .mp_wrapper .mepr_mepr_ho_account_email_address {
  order: 1;
}

.page-register .mp_wrapper .mepr_mepr_vat_customer_type {
 /* order: 2;*/
}

.page-register #fluentform_2 { display: none; }

.page-register .mepr_error {
  order: -2;
  flex-basis: 100%;
}

.page-register .mp_wrapper .mepr_spacer {
  display: none;
}

.page-register .mp_wrapper .mp-form-row.mepr_vat_customer_type_row .mepr-radios-field-row input,
.page-register .mp_wrapper .mp-form-row.mepr_mepr_i_am_happy_to_receive_emails_with_updates_and_offers_from_vtx input {
  height: auto;
}

.page-register .mp_wrapper .mp-form-row.mepr_vat_customer_type_row .mepr-radios-field-row {
  margin-top: 15px;
}

.page-register .mp_wrapper .mp-form-row label[for="mepr_vat_number1"] {
  margin: 0;
}

.page-register .mp_wrapper .mp-form-row label[for="mepr_vat_number1"]::after {
  content: 'For EU businesses, enter VAT number to pay without tax. \A Do not include spaces.';
  white-space: pre;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}


/* .page-register .mp-form-row:nth-child(n+25), */
.page-register .mp-form-submit,
.page-register p.guidance {
  order: 2;
}

/* single lesson */

.single-sfwd-lessons .breadcrumb-top .breadcrumb:last-of-type {
  display: none;
}

.breadcrumb-top .breadcrumb::after {
  content: '>';
  display: inline-block;
  margin: 0 7px;
}

.single-sfwd-lessons .ld-tabs-content {
  display: flex;
  flex-direction: column-reverse;
}

.single-sfwd-lessons .ld-tabs-content .vtx-video {
  margin-top: 15px;
}

.single-sfwd-lessons main .container-mobile h1 {
  margin-bottom: 30px;
}

.single-sfwd-lessons main .container-mobile h2 {
  margin-bottom: 20px;
}

.single-sfwd-lessons .entry-header h1 {
  text-transform: none;
}

.single-sfwd-quiz .learndash-wrapper .ld-tabs-content .ld-tab-content:empty {
  display: none;
}

.learndash-wrapper .ld-lesson-status,
.single-sfwd-lessons .learndash-wrapper .ld-tabs .ld-tabs-navigation {
  display: none;
}

.single-sfwd-lessons #bbpress-forums ul.bbp-topics {
  margin-bottom: 0;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  display: block;
  padding: 30px 0;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content:first-child:not(:only-child) {
  padding-top: 0;
}

.ld-video {
  margin-bottom: 30px;
}

.ld-tab-content h2 {
  margin-bottom: 5px;
}

.ld-tab-content p {
  margin-bottom: 20px;
}

.ld-tab-content ul {
  margin-left: 20px;
}

.ld-tab-content ul li {
  list-style: square;
  margin-bottom: 5px;
  margin-left: 10px;
}

.single-sfwd-lessons main .container-mobile p {
  margin-bottom: 15px;
}

.single-sfwd-lessons main .container-mobile ul {
  list-style-type: disc;
  padding-left: 20px;
}

.single-sfwd-lessons main a.standard-btn {
  border-bottom: 2px solid #290a4e !important;
  white-space: nowrap;
  max-height: 45px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions {
  border-top: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  padding: 0;
  margin: 20px 0;
}

.ld-custom-spacer {
  display: block;
  height: 20px;
}

.single-sfwd-lessons .learndash-wrapper .learndash_mark_complete_button {
  background-color: #6429ad;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 0 50px 0 20px;
  height: 45px;
  text-transform: lowercase;
}

.single-sfwd-lessons .learndash-wrapper .learndash_mark_complete_button:hover {
  background-color: #61c0bc;
  opacity: 1;
}

.single-sfwd-lessons .learndash-wrapper .sfwd-mark-complete::after {
  content: '\f14a';
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
  right: 20px
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:first-child {
  order: 1;
  margin-right: 25px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions.ld-last-lesson {
  justify-content: space-between;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions.ld-last-lesson .ld-content-action:first-child {
  margin-right: 0;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) {
  position: absolute;
  right: 0;
  height: 45px;
  border: none;
  color: #6429ad;
  font-weight: 700;
}

.single-sfwd-lessons .ld-content-actions a.ld-primary-color {
  display: none;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) span::after {
  content: '\f14a';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2):hover {
  background-color: transparent;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-content-action:nth-child(2) a {
  display: none;
}

.single-sfwd-lessons .entry-content .learndash-wrapper .ld-content-actions .ld-mark-complete-btn {
  position: absolute;
  right: 0;
  border: none;
}

.learndash-wrapper .ld-content-actions .learndash_mark_complete_button:disabled {
  filter: none;
  background: #6429ad !important;
  opacity: .5;
  cursor: not-allowed;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions .ld-empty,
.single-sfwd-lessons .learndash-wrapper .ld-content-actions div.ld-content-action:empty {
  display: none;
}

.learndash-wrapper .ld-alert-warning {
  color: #290a4e;
  background-color: #f4f1f7;
  border: none;
}

.learndash-wrapper .ld-alert-warning + .ld-content-actions {
  display: none;
}

.learndash-wrapper .ld-alert-warning .ld-alert-icon {
  color: white;
  background-color: #6429ad;
}

.learndash-wrapper .ld-alert .ld-button.learndash-link-previous-incomplete {
  background-color: white;
  color: #290a4e;
  height: 40px;
  border-radius: 0;
  line-height: 35px;
  font-size: 18px;
  text-transform: lowercase;
  font-family: 'Nunito';
  font-weight: 700;
  border: 2px solid #290a4e;
  border-bottom: 2px solid #290a4e !important;
  width: auto;
  padding: 0 20px;
}

.single-sfwd-lessons .learndash-wrapper .ld-alert .ld-button.learndash-link-previous-incomplete:hover {
  opacity: 1;
  background-color: #290a4e;
  color: white;
}

.learndash-wrapper .ld-alert .ld-button.learndash-link-previous-incomplete > span {
  display: none;
}

.single-sfwd-lessons .justified.back-to-course > * {
  margin-bottom: 0;
}

.single-sfwd-lessons .justified.back-to-course {
  padding: 25px 30px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f4f1f7;
}

.single-sfwd-lessons .learndash-wrapper .ld-breadcrumbs {
  display: none;
}

.single-sfwd-lessons .learndash-wrapper .ld-content-actions  .ld-content-action {
  background-color: white;
  border: 2px solid #6429ad;
  border-radius: inherit;
  padding: 0;
  max-width: max-content;
  margin-bottom: 0;
}

.single-sfwd-courses .learndash-wrapper .ld-content-actions div:nth-child(2),
.single-sfwd-courses .learndash-wrapper .ld-content-actions div:nth-child(3) {
  width: auto;
}

.single-sfwd-courses .learndash-wrapper .ld-content-actions div:nth-child(3) {
  max-width: max-content;
}

.single-sfwd-lessons .ld-content-action .ld-button {
  border-radius: 0;
  background: none;
  color: #6429ad;
  border: none;
  text-transform: lowercase;
  font-size: 18px;
  padding: 0 20px;
  height: 41px;
  margin: 0;
  white-space: nowrap;
}

.single-sfwd-lessons .ld-content-action .ld-button:hover {
  opacity: 1;
  background-color: #6429ad;
  color: white;
}

.single-sfwd-lessons .ld-content-action .ld-button .ld-text {
  padding: 0;
  font-weight: 600;
}

.single-sfwd-lessons .ld-content-action .ld-button:first-child .ld-text {
  margin-left: 10px;
}

.single-sfwd-lessons .ld-content-action .ld-button:last-child .ld-text {
  margin-right: 10px;
}

.single-sfwd-lessons .learndash-wrapper .ld-alert .ld-button:hover,
.single-sfwd-lessons .ld-content-actions .ld-content-action:hover {
  opacity: 1;
  background-color: #6429ad;
  color: white;
}

.single-sfwd-lessons .ld-content-actions .ld-content-action:hover .ld-button {
  color: white;
  opacity: 1;
}

.single-sfwd-lessons .learndash-wrapper .ld-alert .ld-button {
  background-color: white;
  border: 2px solid #6429ad !important;
  color: #6429ad;
  border-radius: 0;
  text-transform: lowercase;
  font-size: 18px;
  padding: 0 20px;
  height: 41px;
  font-weight: 600;
  display: flex;
  max-width: 200px;
}

.single-sfwd-lessons .learndash-wrapper .ld-alert .ld-button .ld-icon {
  display: none;
}

/* archive filter adjustments, dk better place to put it at */

.post-type-archive-webinar .filter-section,
.post-type-archive-sfwd-courses .filter-section,
.post-type-archive-event .filter-section,
.page-news .filters {
  padding-top: 0;
}

.page-news .filters .filter-btns,
.page-news .filters .form-item-row {
  margin-top: 15px;
}

/* single webinar */

.tablet-webinar-el > .webinar-top-side {
  margin-bottom: 20px;
}

.webinar-meta {
  margin-bottom: 25px;
}

/* .learndash-wrapper .speakers {
  display: none;
} */

.course-speakers,
.expand-speakers {
  margin-top: 15px;
}

.course-speakers + h2 {
  margin-left: auto;
  margin-bottom: 30px;
  align-self: center;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}

.course-speakers + h2 span {
  margin-right: 5px;
}

.expand-speakers {
  cursor: pointer;
  color: #6429ad;
}

.expand-speakers > i {
  margin-left: 7px;
  color: #6429ad;
}

.speaker {
  background: #f4f1f7;
  padding: 20px;
  margin-bottom: 20px;
}

.speaker > div:first-child {
  display: flex;
  align-items: center;
}

.speaker > div:first-child > div:first-child {
  display: flex;
}

.speaker > div:first-child p:last-child {
  margin-top: 10px;
}

.speaker > div:first-child p:empty {
  display: none;
}

.speaker > div:first-child > span {
  margin-left: auto;
  align-self: center;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  color: #6429ad;
}

.speaker > div:first-child > span i {
  margin-left: 5px;
  color: inherit;
}

.speaker > div:first-child > span:hover {
  color: #61c0bc;
}

.speaker .bio {
  display: none;
  padding-top: 20px;
}

.speaker > div:first-child > div p:last-child {
  margin-bottom: 0;
}

.speaker img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-right: 15px;
  object-fit: cover;
}

.single-webinar main h1 {
  margin-bottom: 30px;
  text-transform: none;
}

.single-webinar main h2 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.single-webinar main .justified > h2 {
  margin-bottom: 0;
}

.single-webinar main h1 + .webinar-meta {
  margin-bottom: 20px;
}

.single-webinar main h1 + .webinar-meta > span:not(:last-child) {
  margin-right: 50px;
}

.single-webinar main .main-content p:not(.text-xl) {
  margin-bottom: 15px;
}

.single-webinar .sidebar-container.certificate::before {
  content: "";
  background-image: url('../vtx/assets/images/Components/certificate-trophy-lg.svg');
  height: 168px;
  display: block;
  width: 100px;
  background-size: cover;
  background-position: center;
}

.single-webinar .sidebar-container.no-certificate::before {
  content: "";
  background-image: url('../vtx/assets/images/Components/certificate-trophy-light-pink.svg');
  height: 168px;
  display: block;
  width: 90px;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

.single-webinar .sidebar-container.no-certificate {
  padding: 5px;
}

.single-webinar .sidebar-container.no-certificate > div {
  width: 60%;
}

.single-webinar .sidebar-container.certificate {
  justify-content: center;
  padding: 20px;
}

.single-webinar .sidebar-container.certificate > div {
  margin-left: 10px;
}

.single-webinar .sidebar-container.certificate > div > p {
  margin-bottom: 10px;
}

.vtx-video {
  margin: 30px 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.vtx-video iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.single-webinar .more-groups {
  padding: 25px 30px;
  align-items: center;
  margin-bottom: 20px;
  background: #e5f4f3;
}

.single-webinar .more-groups h2 {
  margin-bottom: 0;
}

.member-cta {
  color: #fff;
  padding: 25px 30px;
  align-items: center;
  margin-bottom: 20px;
  background: rgb(97, 192, 188);
  background: linear-gradient(
    135deg,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
}

.page-membership-purchase h2 {
  margin-bottom: 25px;
}

.page-membership-purchase .member-cta {
  margin-top: 25px;
}

.member-cta > a {
  margin-left: 30px;
  white-space: nowrap;
}

.certificate-cta a {
  white-space: nowrap;
}

.member-cta > h2 {
  margin-bottom: 0;
}

.sidebar-container.webinar-pricing {
  display: flex;
  flex-direction: column;
}

.sidebar-container.webinar-pricing > * {
  margin: 0;
}

.sidebar-container.webinar-pricing > *:not(:last-child) {
  margin-bottom: 15px;
}

.more-webinars {
  padding: 25px 30px;
  background: #f4f1f7;
  align-items: center;
}

/* ticket table */

.tickets a::after {
  display: none;
}

.tickets table {
  width: 100%;
}

.tickets table td {
  width: auto;
}

.tickets table tr td:last-child a {
  margin: 0 auto;
}

/* webinar overview (list / archive) page */


/* Registration and login forms */

.page-login main {
  max-width: 1250px;
  margin: 0 auto;
}

.mp_wrapper h3 {
  text-transform: lowercase;
  margin-bottom: 30px;
}

.mp_wrapper .mepr-payment-method-desc-text {
  margin-bottom: 35px;
}

.page-login main h1 {
  text-transform: lowercase;
  margin-bottom: 40px;
}

.page-login main .login-container {
  display: flex;
  justify-content: space-between;
}

.page-login .login-container > div {
  flex-basis: calc(100%/2 - 130px/2);
}

.login-side {
  width: 45%;
}

.login-side h2,
.login-container div h2 {
  margin-bottom: 35px;
}

.login-side img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  display: flex;
}

.login-side > div:last-child {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.login-side > div:last-child a.standard-btn {
  white-space: nowrap;
}

.login-side div.free-account-highlight > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d9c6f1;
  padding: 15px;
  row-gap: 15px;
}

#rememberme {
  visibility: hidden;
  display: none;
}

.page-login .mepr-form .mp-form-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
}

.page-login #mepr_forgot_password_form .mp-form-row {
  max-width: 800px;
}

.page-login .mepr-form .mp-form-row input,
.page-login #mepr_forgot_password_form .mp-form-row input {
  border: 2px solid #d9c6f1;
  min-width: 450px;
  width: 70%;
}

.page-login #mepr_forgot_password_form .mp-form-row input {
  margin-top: 15px;
}

.page-login .mepr-form div:nth-child(3) {
  position: relative;
}

.page-login .mepr-form div:nth-child(3) label {
  display: flex;
}

.page-login .mepr-form div:nth-child(3) label::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #290a4e;
  background-color: white;
  margin-right: 10px;
}

.page-login .mepr-form #wp-submit,
.page-login #mepr_forgot_password_form #wp-submit {
  background-color: #6429ad;
  color: white;
  text-transform: lowercase;
  border: none;
  padding: 0 20px;
  cursor: pointer;
}

.page-login .mepr-form #wp-submit:hover,
.page-login #mepr_forgot_password_form #wp-submit:hover {
  background-color: #61c0bc;
}

.page-login .mepr-form #wp-submit {
  margin-top: 25px;
}

.page-login #mepr_forgot_password_form #wp-submit {
  margin-bottom: 25px;
}

.page-login .mepr-form .submit input:hover {
  background-color: #61c0bc;
}

.page-login .mepr-form div:nth-child(3) input:checked ~ .checkmark:after {
  display: block;
  left: 0;
}

.page-login .mepr-form .mepr_forgot_password_input {
  display: block;
  margin-top: 30px;
}

.page-login .mepr-form .mepr_forgot_password_input input {
  display: block;
  margin-top: 20px;
}

.page-login #mepr_loginform {
  margin-bottom: 20px;
}

/*** cookies policy ***/

body #cookie-notice .cookie-notice-container {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
}

#cn-close-notice {
  display: none;
}

.cookie-notice-container #cn-accept-cookie.cn-button {
  display: flex;
}

.mobile-cookie {
  display: none;
}

/* styleguide */

.sg-section {
  margin: 75px;
}

.sg-section > * {
  margin-bottom: 30px;
}

.headings,
.text,
.hyperlinks {
  display: flex;
  width: auto;
}

.headings > *,
.text > *,
.hyperlinks > * {
  margin-right: 30px;
}

.--body p:last-child,
.--emphasized p:last-child,
.--regular a:last-child {
  font-size: 16px;
}

.--h1 h1:last-child {
  font-size: 50px;
}

.--h2 h2:last-child {
  font-size: 25px;
}

.hyperlinks.--view p:last-child,
.hyperlinks.--back p:last-child {
  font-size: 16px;
}

.hyperlinks p i {
  margin: 0 10px;
}

.sg-section .filter {
  width: 50%;
}

.sg-section .filter input {
  width: 98%;
}

.colors-section {
  margin: 0 65px 100px 65px;
  max-width: 100%;
}

.colors {
  display: table;
  width: 100%;
  border-spacing: 15px;
}

.colors li {
  display: table-cell;
  width: 20%;
  text-align: start;
  vertical-align: middle;
  height: 52px;
  position: relative;
}

.colors li p {
  margin-left: 70px;
}

.colors li span {
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-group {
  display: flex;
}

.btn-group > * {
  margin-bottom: 20px;
}

.page-styleguide .radio-selected {
  color: white;
}

.page-styleguide .radio-selected label {
  font-weight: 400;
  font-size: 30px;
}

.page-styleguide .member-dash {
  color: white;
}

.page-styleguide .date-selector span:nth-child(3) {
  margin: 0 22px;
}

.memb-cards-flex {
  display: flex;
}

.memb-cards-flex > div {
  margin-right: 30px;
}

.page-styleguide .membership-card.mobile .membership-title {
  font-size: 30px;
}

.page-styleguide .membership-card.mobile .membership-price {
  font-size: 40px;
}

.page-styleguide .membership-card.mobile > div:last-child p {
  font-size: 25px;
}

.page-styleguide .membership-card.mobile .membership-details p:last-child {
  font-size: 16px;
}

.page-styleguide .pagination-wrapper.--dark a:first-child {
  background-color: #290a4e;
  border: 3px solid #290a4e;
}

.page-styleguide .pagination-wrapper.--dark a:first-child::before {
  color: white;
}

.page-styleguide .pagination-wrapper.--dark .pagination li {
  background-color: #290a4e;
}

.searchsubmit1 {
  height: 60px;
  width: 60px;
  color: white;
  background-color: #61c0bc;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.src-group {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

.src-btn-group {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}

.src-btn-group:last-child .search-btn {
  height: 50px;
  width: 50px;
}

.src-btn-group:last-child .search-btn i {
  line-height: 50px;
}

.src-btn-group i {
  color: white;
  line-height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 60px;
  cursor: pointer;
}

.sg-section:nth-of-type(6) {
  display: flex;
}

.page-styleguide .sg-section .request-advice {
  margin-right: 30px;
}

/* single event page  */

.sidebar .event-map {
  align-items: flex-start;
  flex-wrap: wrap;
}

.sidebar .event-map > i {
  flex-basis: 14%;
}

.sidebar .event-map > .event-venue {
  flex-basis: 75%;
}

.sidebar .event-map > .event-venue .text-lg {
  font-size: 24px;
}

.sidebar .event-map .show-map {
  font-size: 16px;
  cursor: pointer;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.sidebar .event-map .show-map strong {
  border-bottom: 2px solid;
  margin-right: 7px;
}

.sidebar .event-map .iframe-container {
  flex-basis: 100%;
  display: none;
}

.sidebar .event-map .iframe-container iframe {
  max-width: 100%;
  max-height: 200px;
}

.sidebar .event-programme {
  flex-wrap: wrap;
  justify-content: center;
}

.sidebar .event-programme .programme {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.sidebar .sidebar-container.goodie-bag {
  background: linear-gradient(
    121deg,
    rgba(97, 192, 188, 1) 0%,
    rgba(100, 41, 173, 1) 100%
  );
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.sidebar .sidebar-container.goodie-bag > div > i {
  color: #fff;
  font-size: 35px;
}

.sidebar .sidebar-container.goodie-bag > div > *:not(:last-child) {
  margin-bottom: 10px;
}

.single-event slot .vtx-video iframe {
  width: 100%;
  height: 300px;
}

.single-event .sponsors .sponsor-title i {
  font-size: 32px;
}

.single-event .main-content ul {
  margin-left: 20px;
}

.single-event .main-content ul li {
  list-style: square;
}

.single-event .main-content ul + .member-cta {
  margin-top: 20px;
}

.single-event .sponsors a {
  text-decoration: none;
  border: 0;
  display: flex;
}

.single-event .sponsors.bronze {
  margin-top: 10px;
}

#tickets table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-event .sponsors.bronze a > img,
.single-event .sponsors.silver a > img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 150px;
}

.single-event .sponsors.gold a > img,
.single-event .sponsors.platinum a > img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 200px;
}

.single-event .sponsors.bronze img,
.single-event .sponsors.silver img {
  max-width: 150px;
  height: auto;
  width: auto;
  max-height: 70px;
}

.single-event .sponsors.gold img,
.single-event .sponsors.platinum img {
  max-width: 200px;
  height: auto;
  width: auto;
  max-height: 100px;
}

.single-event .sponsors > div {
  display: flex;
  flex-wrap: wrap;
}

.single-event .sponsors.gold > div,
.single-event .sponsors.platinum > div {
  justify-content: center;
}

.sidebar-element > a {
  margin-top: 30px;
  display: block;
  width: max-content;
}

.single-event .sponsors > div > * {
  flex-basis: auto;
  justify-content: space-evenly;
  margin: 0 15px 10px 0;
}

.single-event .sponsors.gold > div > * {
  flex-basis: auto;
  margin-left: 15px;
}

.single-event .sponsors.silver > div > * {
  flex-basis: calc(100% / 6 - 15px);
}

.single-event .sponsors.bronze > div,
.single-event .sponsors.silver > div {
  justify-content: space-between;
}

.single-event .sponsors.bronze > div > * {
  flex-basis: auto;
  margin-bottom: 60px;
  max-width: 150px;
  object-fit: contain;
}

.single-event .webinar div:last-child div > p:last-child {
  white-space: nowrap;
  margin-left: 20px;
}

.single-event .sponsors .sponsor-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  font-size: 30px;
}

.single-event .sponsors.gold .sponsor-title i {
  color: #eabd1c;
}

.single-event .sponsors.gold .sponsor-title {
  border-color: #eabd1c;
  text-align: center;
}

.single-event .sponsors.platinum .sponsor-title {
  text-align: center;
}

.single-event .sponsors.silver  .sponsor-title i {
  color: #c7c6c6;
}

.single-event .sponsors.silver .sponsor-title {
  border-color: #c7c6c6;
}

.single-event .sponsors.bronze  .sponsor-title i {
  color: #d8ad86;
}

.single-event .sponsors.bronze .sponsor-title {
  border-color: #d8ad86;
}

.single-event .sidebar > img {
  width: 100%;
  height: auto;
}

.single-event h1 {
  margin-bottom: 30px;
}

.single-event .main-content > p {
  margin-bottom: 15px;
}

.single-event .main-content > h2 {
  margin-bottom: 20px;
}

.single-event .main-content .slot {
  margin-bottom: 20px;
  padding: 25px;
  background: #f4f1f7;
  position: relative;
}

.single-event .slot .expandable .vtx-video {
  margin-bottom: 0;
}

.slot p:empty,
.slot .slot-speaker:empty {
  display: none;
}

.single-event .main-content .slot > div.justified:nth-child(2) {
  align-items: flex-end;
}

.single-event .main-content .slot > div:nth-child(2) p,
.single-event .main-content .webinar > div:last-child > div:last-child {
  margin-top: 15px;
}

.single-event .main-content .slot .expand-slot {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  color: #6429ad;
  position: absolute;
  right: 20px;
}

.single-event .main-content .slot .expand-slot i {
  margin-left: 5px;
  color: inherit;
}

.single-event .main-content .slot .expand-slot:hover {
  color: #61c0bc;
}

.single-event .main-content .slot .expandable {
  margin-top: 15px;
  display: none;
}

.single-event .main-content .slot .expandable ul {
  margin-top: 15px;
  list-style: disc;
  list-style-position: inside;
}

.single-event .main-content .slot .expandable a {
  margin-top: 15px;
  display: block;
  width: max-content;
  line-height: 40px;
}

.single-event .main-content .webinar {
  margin-bottom: 20px;
  padding: 25px;
  background: #f4f1f7;
  display: flex;
}

.single-event .main-content .webinar > div.image {
  flex-basis: 100px;
  height: 75px;
  margin-right: 15px;
}

.single-event .main-content .webinar > div.image img {
  object-fit: cover;
  width: auto;
  height: 100%;
  object-position: center;
}

.single-event .main-content .webinar > div:last-child {
  flex-grow: 2;
}

.single-event .main-content .webinar > div:last-child a {
  white-space: nowrap;
  height: max-content;
}

.single-event .main-content .tickets h2,
.single-event .main-content .tickets table {
  margin-bottom: 20px;
}

.tickets tbody tr td:last-child a > span {
  margin-left: 7px;
}

.single-event .sidebar .event-tickets > div {
  width: 100%;
}

.single-event .sidebar .event-tickets > div p:not(:last-child) {
  font-size: 30px;
  margin-bottom: 15px;
}

.single-event .sidebar .event-tickets > div p > strong {
  font-weight: 700;
}

.single-event .sidebar .standard-btn {
  margin-right: 0;
}

.single-event .live-banner {
  background: linear-gradient(
    121deg,
    rgba(100, 41, 173, 1) 0%,
    rgba(97, 192, 188, 1) 120%
  );
  color: #fff;
  margin-bottom: 20px;
  padding: 25px;
}

.single-event .live-banner i {
  color: #fff;
  margin-right: 15px;
}

.single-event .session-title {
  margin-bottom: 15px;
}

.single-event .session-title h2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.single-event .session-title + .colored-btn {
  margin-bottom: 20px;
}

.single-event .session-title + .colored-btn i {
  color: inherit;
  margin-right: 10px;
}

.single-event .tickets table a:hover {
  border-bottom: 2px solid #290a4e;
}

.tickets table a[disabled] {
  cursor: not-allowed;
  color: #c7c6c6;
  border-color: #c7c6c6;
}

.tickets table a[disabled]:hover {
  color: #c7c6c6;
  border-color: #c7c6c6;
  background: #fff;
}

.single-event .more-events {
  padding: 25px 30px;
  align-items: center;
  margin-bottom: 20px;
  background: #f4f1f7;
}

.single-event .more-events a {
  margin-left: 20px;
}

.single-event .shared-counts-wrap {
  margin-bottom: 0;
}

.single-event .share {
  justify-content: space-between;
}

.single-event .share > span {
  white-space: nowrap;
}

.single-event .share > div {
  width: auto;
}

.single-event .share > div.shared-counts-wrap.style-buttons a,
.single-event .share > div.shared-counts-wrap.style-buttons a:hover {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
}

.single-event .share > div.shared-counts-wrap.style-buttons a:hover::before {
  color: #290a4e;
}

.single-event .share > div.shared-counts-wrap.style-buttons a::before {
  font-size: 40px;
  line-height: 1;
  color: #6429ad;
  font-family: 'Font Awesome 5 Brands';
}

.single-event .share > div.shared-counts-wrap.style-buttons a.facebook::before {
  content: "\f082";
}

.single-event .share > div.shared-counts-wrap.style-buttons a.linkedin::before {
  content: "\f08c";
}

.single-event .share > div.shared-counts-wrap.style-buttons a.twitter::before {
  content: "\f081";
}

.single-event .share > div a span {
  display: none;
}

.newsletter-prompt {
  margin: 30px 0;
  padding: 20px;
  background-color: #e5f4f3;
}

.newsletter-prompt ._form-branding,
.newsletter-prompt ._form-title,
.newsletter-prompt ._clear-element,
.newsletter-prompt ._clear,
.newsletter-prompt legend._form-label {
  display: none;
}

.newsletter-prompt ._form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.newsletter-prompt ._form_element:nth-child(2),
.newsletter-prompt ._form_element:nth-child(3),
.newsletter-prompt ._form_element:nth-child(4) {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.newsletter-prompt ._form_element:nth-child(2) input,
.newsletter-prompt ._form_element:nth-child(3) input,
.newsletter-prompt ._form_element:nth-child(4) input {
  border-color: #acdcda;
}

.newsletter-prompt ._form_element:nth-child(5) {
  position: relative;
  display: flex;
  margin-top: 12px;
}

.newsletter-prompt ._form_element:nth-child(5) input {
  display: none;
}

.newsletter-prompt ._form_element:nth-child(5)::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #290a4e;
  background-color: white;
  margin-right: 10px;
  cursor: pointer;
}

.newsletter-prompt ._form_element:nth-child(5) input:checked ~ span::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #fff;
  position: absolute;
  top: 0px;
  font-size: 13px;
  background-color: #290a4e;
  padding: 1px;
  left: 2px;
  cursor: pointer;
}




/* checkout and basket pages */

.page-checkout .container,
.page-order-summary .container {
  max-width: 1250px;
  margin: 0 auto;
}

.page-checkout table tr td:first-child,
.page-order-summary table tr td:first-child {
  width: auto;
}

.page-checkout h1,
.page-order-summary h1 {
  margin-bottom: 30px;
}

.page-checkout .woocommerce-form-login button[type="submit"] {
  min-height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  text-transform: lowercase;
  padding: 0 30px;
  background-color: #6429ad;
  color: white;
  border-radius: 0;
}

.page-checkout .woocommerce-form-login button[type="submit"]:hover {
  background-color: #61c0bc;
  color: white;
}

.page-checkout.woocommerce-page #payment #place_order {
  margin-top: 15px;
  text-transform: lowercase;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
}

.woocommerce-page .button {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
}

.page-order-summary table td:not(.product-remove) a:not(.woocommerce-remove-coupon),
.woocommerce-order-received table a {
  pointer-events: none;
  text-decoration: none;
  border: 0;
}

.page-order-summary h1 {
  margin-bottom: 30px;
}

.page-order-summary .woocommerce-cart-form__contents th:nth-of-type(2),
.page-order-summary .woocommerce-cart-form__contents .cart_item td:nth-of-type(2),
.page-order-summary .cart_totals h2 {
  display: none;
}

.page-order-summary #ff_request_invoice {
  display: block;
  text-align: center;
  font-size: 1.25em;
  padding: 1em;
  line-height: 1em;
  width: 100%;
}

#payByInvoice.popup {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(41, 10, 78, 0.7);
  align-items: center;
  justify-content: center;
}

#payByInvoice .fluentform-container {
  background: #fff;
  max-height: 75vh;
  width: 90vw;
  max-width: 935px;
  overflow: auto;
  padding: 25px;
  border: 2px solid #d9c6f1;
  position: relative;
}

#payByInvoice .fluentform-container > i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}

#payByInvoice .fluentform form {
  position: relative;
}

#payByInvoice .fluentform .ff_submit_btn_wrapper {
  display: inline-block;
}

#payByInvoice .fluentform p {
  margin-bottom: 0;
}

#payByInvoice .fluentform input,
#payByInvoice .fluentform textarea {
  border: 3px solid #d9c6f1;
  padding-left: 10px;
  font-size: 16px;
}

#payByInvoice .fluentform .cancel-btn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 190px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 44px;
  border: 3px solid #d9c6f1;
  padding-left: 10px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-width: 300px;
}

.woocommerce-cart table td.actions button,
.woocommerce-checkout #payment div.form-row.place-order button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.page-checkout button.button[name="apply_coupon"],
.page-checkout.woocommerce-order-pay .woocommerce button#place_order {
  background: transparent;
  border: 2px solid #290a4e;
  color: #290a4e;
  text-transform: lowercase;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-top: 20px;
}

.page-checkout.woocommerce-order-pay .woocommerce button#place_order {
  margin-bottom: 30px;
}

.woocommerce-cart table td.actions button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment div.form-row.place-order button:hover,
.page-checkout button.button[name="apply_coupon"]:hover,
.page-checkout.woocommerce-order-pay .woocommerce button#place_order:hover {
  background: #290a4e;
  color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-top: 20px;
}

.woocommerce-info::before {
  color: #6429ad;
}

.woocommerce-info {
  border-top-color: #6429ad;
}

.woocommerce-message::before {
  color: #61c0bc;
}

.woocommerce-message {
  border-top-color: #61c0bc;
}

#fluentform_10_success {
  margin-bottom: 20px;
}

.woocommerce-checkout #payment div.form-row:not(.place-order) {
  padding: 0 1em;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  height: auto;
}

.woocommerce ul.order_details li strong {
  margin-top: 10px;
}

ul.woocommerce-order-overview + p {
  margin-bottom: 20px;
}

.woocommerce-order .wc-bacs-bank-details-account-name {
  font-size: 20px;
  font-weight: initial;
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 3px solid #d9c6f1;
  padding-left: 10px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0;
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce-checkout h3,
.woocommerce-order-received h2 {
  margin-bottom: 15px;
}

.page-checkout.woocommerce-order-pay .woocommerce-privacy-policy-text {
  margin-top: 20px;
}

.woocommerce-order-received p.woocommerce-notice {
  margin-bottom: 1em;
}

.woocommerce-order-received .order-again {
  display: none;
}

.page-checkout .woocommerce form .form-row.woocommerce-validated input#billing_eu_vat_number {
  border-color: #d9c6f1;
  margin-bottom: 30px;
}

.page-checkout .woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  display: none;
}

.page-checkout .woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: transparent;
  color: #000;
  padding-left: 0;
  display: inline;
}

/***** Frontpage *****/

.home main {
  margin-top: -60px;
}

.line {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #d9c6f1;
  position: absolute;
  left: 0;
}

.hero-carousel-mobile {
  display: none;
}

.hero-text {
  position: relative;
  height: 620px;
  padding-top: 150px;
}

.hero-text > h1:first-of-type {
  font-size: 47px;
}

.hero-text > h1:last-of-type {
  margin-top: 30px;
  color: #6429ad;
}

.hero-text > h1 span {
  font-weight: 900;
}

.hero-text > h2 + p {
  margin-top: 35px;
  max-width: 65%;
}

.hero-text > div {
  margin-top: 25px;
  display: flex;
}

.hero-text > div:last-child > a > span:last-child {
  display: none;
}

.standard-btn-home {
  padding: 0 20px;
  background-color: transparent;
  border: 2px solid #290a4e;
  color: #290a4e;
}

.hero-text > div > a:first-child {
  margin-right: 20px;
}

.hero-section::before {
  background-image: url('/wordpress/wp-content/themes/vtx/assets/images/Images/hero-image.jpg');
  height: 620px;
  max-width: 100vw;
  background-size: cover;
  background-position: center -80px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.hero-carousel {
  position: relative;
  left: 0;
  max-width: 100%;
  display: block;
}

.hero-carousel img {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 640px;
  object-fit: cover;
  left: 50%;
  animation: fade 15s infinite;
  transform: translateX(-50%);
}

.hero-carousel #car_1 {
  animation-delay: 10s;
}

.hero-carousel #car_2 {
  animation-delay: 5s;
}

.hero-carousel #car_3 {
  animation-delay: 0s;
}

@keyframes fade {
  0%   { opacity: 0; }
  13.33%   { opacity: 1; }
  40%  { opacity: 1; }
  53.33%  { opacity: 0; }
  100% { opacity: 0; }
}

.pod-event-row {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}

.mobile-event-time {
  display: none;
}

.learning-elements-row,
.about-vtx-row {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  position: relative;
}

.learning-elements-col h3 {
  margin-bottom: 20px;
}

.learning-elements-col i {
  color: #6429ad;
}

.teaser-card {
  display: flex;
  margin: 20px 0;
}

.teaser-card sup {
  font-size: 14px;
}

.teaser-card > a {
  border-bottom: none;
}

.teaser-info {
  background-color: #f1eaff;
  width: 100%;
  border-left: 5px solid white;
  padding: 20px;
  position: relative;
}

.teaser-info p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.teaser-info p:first-child a {
  border-bottom: none;
}

.teaser-info p:nth-child(2) {
  margin: 10px 0;
}

.teaser-info > a {
  text-transform: lowercase;
  color: #6429ad;
  border-bottom: none;
  position: absolute;
  bottom: 25px;
}

.latest-topics a {
  text-transform: lowercase;
  color: #6429ad;
  border-bottom: none;
  white-space: nowrap;
}

.latest-topics a span:hover,
.teaser-info a span:hover {
  border-bottom: 1px solid #61c0bc;
  color: #61c0bc
}

.teaser-info a span,
.latest-topics a span {
  border-bottom: 1px solid #6429ad;
  margin-right: 5px;
}

.pod-event-row > div {
  flex-basis: calc(100% / 2);
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 45px;
}

.pod-event-row > div:first-child {
  padding-right: 50px;
  max-width: 50%;
}

.pod-event-row > div:first-child > .audio-player {
  margin-bottom: 20px;
}

.pod-event-row > div:last-child {
  padding-left: 50px;
  border-left: 3px solid #d9c6f1;
}

.podcast-title {
  display: flex;
  align-items: center;
}

.podcast-title > h2 {
  margin-right: 25px;
}

.latest-event,
.latest-event > .latest-entry {
  display: flex;
}

.latest-event > .latest-entry > a {
  border-bottom: none;
}

.latest-event img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  object-fit: cover;
}

.latest-event > div:last-child p {
  margin-top: 15px;
  text-align: right;
}

.event-cta {
  margin-left: 30px;
}

.learning-elements-row {
  margin: 80px 0;
}

.learning-elements-col {
  flex-basis: calc(100% / 3 - 30px);
}

.learning-elements-col img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.latest-topics {
  margin: 20px 0;
}

.latest-topics p {
  padding: 17px 20px;
  background-color: #f1eaff;
  display: flex;
  justify-content: space-between;
}

.latest-topics p > span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  margin-right: 10px;
}

.latest-topics p > span a {
  color: #290a4e;
}

.latest-topics p:nth-child(2) {
  margin: 6px 0;
}

.about-vtx-row,
.about-col {
  margin-top: 60px;
}

.about-col {
  flex-basis: calc(100% / 2 - 90px);
  max-width: 50%;
}

.about-col img {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.about-vtx-members {
  display: flex;
  align-items: center;
}

.about-imgs {
  display: flex;
  margin-left: 20px;
}

.about-text p {
  margin: 30px 0;
}

.testimonial-container {
  display: flex !important;
  margin: 30px 0;
}

.testimonial-container > div {
  margin-left: 20px;
}

.testimonial-container > div p:last-child {
  margin-top: 10px;
}

.slick-track {
  display: flex;
}

.carousel {
  display: flex;
  margin-left: 160px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

.carousel li {
  display: block;
  height: 20px;
  width: 20px;
  border: 2px solid #290a4e;
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.carousel li:hover,
.carousel li:focus,
li.slick-active {
  border: 2px solid #61c0bc;
  background-color: #61c0bc;
}

.carousel li button {
  display: none;
}



/***** Search results *****/

.search-results main,
.search-no-results main {
  max-width: 1180px;
}

.search-results main header {
  margin-bottom: 50px;
}

.search-results .pagination-top {
  margin-top: 100px;
}

.search-no-results main .pagination-container {
  display: none;
}

.search-results main .card-element > .event-element,
  .search-results main .card-element > .forum-element {
  padding-top: 0;
}

/****** 404 page ******/

.error404 main {
  position: relative;
  height: 550px;
  margin-top: 60px;
}

.error404 section {
  width: 65%;
}

.error404 main section h1 {
  margin-top: 90px;
}

.error404 main section h2 {
  margin: 35px 0;
}

.error404 main section p {
  width: 70%;
}

.error404 main section a {
  margin-top: 45px;
}

.error404 main img {
  height: 500px;
  position: absolute;
  right: 0;
  bottom: -80px;
}

/* my account page  */

.my-orders tr td:first-child {
  width: auto;
}

.my-orders {
  width: 100%;
}

.my-orders .standard-btn::after {
  display: none;
}

.my-orders .standard-btn i {
  color: inherit;
  margin-right: 10px;
}

.my-orders td:last-child > a {
  margin-left: auto;
}

.my-acc-title {
  align-items: center;
  margin-bottom: 30px
}

div#mepr-account-nav {
  display: none;
}

.page-account h2 {
  margin-bottom: 20px;
}

.page-account .buttons {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.page-account #mpca_sub_accounts_used {
  margin-bottom: 0;
}

.page-account #mpca_sub_accounts_used h3,
.page-account #mpca_sub_accounts_used + p  {
  margin-bottom: 20px;
}

.page-account input.mepr-submit[value="Change password"] {
  margin-right: 15px;
}

.page-account p.mb-20 {
  margin-bottom: 20px;
}

.page-account .buttons a:not(:last-child) {
  margin-right: 10px
}

.page-account #mepr_strip_card_name {
  border: 3px solid #d9c6f1;
  margin-bottom: 10px;
}

.page-account table.mepr-account-table .mepr-account-actions a.mepr-open-upgrade-popup {
  display: none;
}

.page-account #mepr-stripe-payment-form .mp-form-label {
  margin-bottom: 15px;
}

.page-account .mepr-newpassword-form input[type="submit"] {
  display: inline-block;
}

.mp_wrapper table.mepr-account-table td[data-label="Actions"] a {
  margin: 0 7px;
  width: max-content;
}

/* thanks memberpress on putting important on every single css line that you could. real nice job */
.page-account .mepr-white-popup .mepr-btn {
  min-height: 45px !important;
  width: max-content !important;
  display: inline-block !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-family: "Nunito", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  border-style: none !important;
  text-transform: lowercase !important;
  border-radius: 0 !important;
}

.page-account .mepr-white-popup .mepr-btn.mepr-confirm-yes {
  padding: 0 30px !important;
  background-color: #6429ad !important;
  color: white !important;
}

.page-account .mepr-white-popup .mepr-btn.mepr-confirm-yes:hover {
  background-color: #61c0bc !important;
  color: white !important;
}

.page-account .mepr-white-popup .mepr-btn.mepr-confirm-no {
  padding: 0 20px !important;
  background-color: white !important;
  border: 2px solid #290a4e !important;
  color: #290a4e !important;
}

.page-account .mepr-white-popup .mepr-btn.mepr-confirm-no:hover {
  background-color: #290a4e !important;
  color: white !important;
  border-bottom: 2px solid #290a4e !important;
}

/* manage sub users page */

.page-account #mpca-sub-accounts-table.mepr-account-table th {
  text-transform: none;
  font-size: 18px;
  letter-spacing: initial;
}

.page-account #mpca-sub-accounts-table.mepr-account-table thead,
.page-account #mpca-sub-accounts-table.mepr-account-table tbody,
.page-account #mpca-sub-accounts-table.mepr-account-table tr {
  border: 2px solid #acdcda;
}

.mp_wrapper table.mepr-account-table tr.mepr-alt-row {
  background: #fff;
}

.mp_wrapper table.mepr-account-table td,
.mp_wrapper table.mepr-account-table th {
  border: 0;
  padding: 0 25px;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 18px;
}

.mp_wrapper table.mepr-account-table th:nth-last-child(2) {
  width: 140px;
}

.mp_wrapper table#mepr-account-transactions {
  margin-top: 30px;
}

.mp_wrapper table#mepr-account-transactions tbody td a {
  margin-right: 10px;
}

.mp_wrapper table.mepr-account-table td div.mepr-account-cc-exp { white-space: nowrap; }

.mp_wrapper table.mepr-account-table td div.mepr-account-actions {
  display: flex;
  row-gap: 7px;
  flex-wrap: nowrap;
  justify-content: center;
}

.mp_wrapper table.mepr-account-table td div.mepr-account-actions .mepr-account-manage-sub-accounts {
  white-space: nowrap;
}

#mpca_signup_url > p {
  margin-bottom: 1em;
}

#mpca_signup_url input {
  border: 0;
  font-weight: 700;
  padding: 0 5px;
  width: auto;
  background: transparent;
  color: #fff;
  font-size: 20px;
}

#mpca_signup_url .signup-url-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px;
  color: #fff;
  background: rgb(109,57,178);
  background: linear-gradient(145deg, rgba(109,57,178,1) 0%, rgba(109,57,178,1) 67%, rgba(109,146,188,1) 100%);
}

#mpca_signup_url .signup-url-container i {
  color: #fff !important;
  font-size: 25px !important;
  margin-right: 5px;
}

#add-sub-user .modal-actions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#add-sub-user .modal-actions input {
  margin-right: 15px;
  margin-bottom: 0;
}

#edit-profile .popup-content {
  overflow: visible;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#edit-profile .popup-content .modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#edit-profile .popup-content .mepr_mepr_opt_in_to_email_notifications_for_new_group_topics input {
  height: auto;
}

#edit-profile .popup-content .modal-actions > div {
  margin-right: 15px;
}

#edit-profile .popup-content .mp-form-label {
  margin-bottom: 15px;
}

#remove-user {
  max-width: 500px;
  padding: 20px;
  text-align: center;
}

#remove-user .modal-actions {
  margin-top: 20px;
}

#remove-user .modal-actions .colored-btn {
  padding: 0 30px;
}

#remove-user .modal-actions button {
  margin-right: 15px;
}

#remove-user .modal-actions button + button {
  margin-right: 0;
}

#remove-user .modal-actions button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

/* quiz */

.single-sfwd-quiz .learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
  padding: 0;
}

.single-sfwd-quiz .parent-is-lesson .breadcrumb-top span:nth-child(4),
.single-sfwd-quiz .parent-is-lesson .breadcrumb-top span:nth-child(6),
.single-sfwd-quiz .parent-is-course .breadcrumb-top span:nth-child(4) {
  display: none;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
  min-height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  text-transform: lowercase;
  padding: 0 30px;
  background-color: #6429ad;
  color: white;
  border-radius: 0;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover {
  background-color: #61c0bc;
  color: white;
}

.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion],
.learndash-wrapper .ld-quiz-actions input[name=restartQuiz] {
  padding: 0 20px;
  background-color: white;
  border: 2px solid #290a4e;
  color: #290a4e;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  display: flex;
  align-items: center;
}

.single-sfwd-quiz .learndash-wrapper .ld-breadcrumbs {
  display: none;
}

.single-sfwd-quiz .breadcrumb-top {
  margin-bottom: 25px;
}

.single-sfwd-quiz h1,
.single-sfwd-quiz h2 {
  margin-bottom: 20px;
}

.single-sfwd-quiz .quiz-title {
  padding-bottom: 35px;
  border-bottom: 3px solid #d9c6f1;
  margin-bottom: 40px;
}

.single-sfwd-quiz .wpProQuiz_question_text * {
  font-size: 30px;
}

.single-sfwd-quiz .wpProQuiz_question_text {
  margin-bottom: 25px;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  padding: 20px;
  display: flex;
  position: relative;
  font-size: 30px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input {
  margin: 0 0 0 15px;
  position: absolute;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input {
  height: 40px;
  width: 40px;
  opacity: 0;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected::after {
  /* content: ''; */
  position: absolute;
  top: 36px;
  left: 36px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6429ad;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label::before {
  /* content: ''; */
  position: relative;
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 3px solid #6429ad;
  margin-right: 25px;
  background-color: white;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  border: 0;
  background: #f4f1f7;
  border-radius: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_list .wpProQuiz_question .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
  background-color: #61c0bc;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
  background: rgb(97, 192, 188);
    background: linear-gradient(
      135deg
      , rgba(97, 192, 188, 1) 0%, rgba(100, 41, 173, 1) 100% );
      color: #fff;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_answerIncorrect label.is-selected {
  background: #f81e5c;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
  border: none;
  background: none;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
  margin-top: 0;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect {
  color: #290a4e;
  text-transform: lowercase;
  display: flex;
  justify-content: end;
  column-gap: 5px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #61c0bc;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect::before {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #f81e5c;
}

/* member dashboard page */

.page-member-dashboard .user-dash-info {
  display: flex;
  justify-content: space-between;
}

.page-member-dashboard .user-dash-info > div {
  text-align: end;
}

.page-member-dashboard .user-dash-info h2 {
  margin-bottom: 0;
}

.page-member-dashboard .scroll-zone > div.certificate {
  padding: 25px 20px;
  border: 2px solid #d9c6f1;
  background: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
}

.page-member-dashboard h1 {
  text-transform: initial;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-member-dashboard .grid .text-xl {
  margin-bottom: 20px;
}

.page-member-dashboard div.certificate {
  margin-bottom: 15px;
}

.page-member-dashboard div.certificate:not(:first-child):not(:nth-child(2)),
.page-member-dashboard div.advice:not(:first-child):not(:nth-child(2)) {
  display: none;
}

.page-member-dashboard div.more-box > div.certificate.pink-banner,
.page-member-dashboard .clinical-advice-member div.more-box > div.advice {
  display: flex;
}

#loadMore,
#showLess,
#loadMoreAdvice,
#showLessAdvice {
  border: none;
  font-size: 30px;
  text-transform: lowercase;
  color: #6429ad;
  border-bottom: 1px solid #6429ad;
  background-color: transparent;
  cursor: pointer;
  margin: 0 auto;
}

.show-less-advice,
.show-less {
  display: none;
}

.page-member-dashboard div.certificate > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.page-member-dashboard div.certificate > div > div {
  display: flex;
  width: 40%;
  justify-content: space-between;
  align-items: center;
}

.page-member-dashboard div.certificate i {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  margin-left: 5px;
}

.page-member-dashboard div.certificate img {
  width: 65px;
  margin-right: 15px;
}

.page-member-dashboard h1 {
  margin-bottom: 30px;
}

.page-member-dashboard .scroll-zone .course_info > div {
  padding: 25px 20px;
}

.page-member-dashboard .scroll-zone .course_info > div:first-child > *:not(:last-child) {
  margin-bottom: 15px;
}

.page-member-dashboard .scroll-zone .course_info > div.course-progression {
  border: 0;
  background: rgb(98, 159, 185);
  background: linear-gradient( 135deg, rgba(98, 159, 185, 1) 0%, rgba(100, 59, 175, 1) 100% );
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
}

.page-member-dashboard .scroll-zone .course_info a + i {
  margin-left: 10px;
  color: #6429ad;
}

.page-member-dashboard .scroll-zone .course_info a:not(a[class*="btn"]) {
  color: #6429ad;
  border-color: #6429ad;
}

.page-member-dashboard .scroll-zone .course_info a:not(a[class*="btn"]):hover {
  color: #61c0bc;
  border-color: #61c0bc;
}

.page-member-dashboard .scroll-zone .course_info a:not(a[class*="btn"]):hover + i {
  color: #61c0bc;
}

.page-member-dashboard .scroll-zone .standard-btn i {
  margin-right: 5px;
  color: inherit;
}

.page-member-dashboard .wishlists div[class*="-preview"] {
  position: relative;
  border: 3px solid #d9c6f1;
  background: #fff;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 215px;
}

.page-member-dashboard .wishlists div[class*="-preview"] .wishlist-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:last-child {
  flex-basis: 200px;
  max-width: 50%;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:nth-child(2) {
  flex-basis: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:nth-child(2) > *:not(:last-child) {
  margin-bottom: 10px;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:nth-child(2) > *:last-child {
  margin-top: auto;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:nth-child(2) p:last-child {
  white-space: nowrap;
}

.page-member-dashboard .wishlists div[class*="-preview"] >div:nth-child(2) p.emphasized {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.page-member-dashboard .wishlists div[class*="-preview"] a + i {
  margin-left: 5px;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:last-child img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-member-dashboard .wishlists div[class*="-preview"] > div:last-child {
  padding-top: 40px;
}

.page-member-dashboard .wishlists .standard-btn {
  width: 100%;
}

.page-member-dashboard .wishlists > div:first-child {
  margin-bottom: 30px;
}

.page-member-dashboard .wishlists .empty,
.page-member-dashboard .user-certs .empty {
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f1f7;
  flex-direction: column;
}

.page-member-dashboard .wishlists .empty i:not(a + i),
.page-member-dashboard .user-certs .empty i:not(a + i) {
  color: #c4c0cd;
  font-size: 60px;
  margin-bottom: 30px;
}

.page-member-dashboard .wishlists .empty a + i {
  margin-left: 5px;
}

.page-member-dashboard div h2 {
  margin-bottom: 20px;
}

.page-member-dashboard #bbpress-forums > *:not(ul.bbp-topics):not(ul.bbp-replies),
.page-member-dashboard .bbp-topic-started-by ,
.page-member-dashboard .bbp-topic-meta {
  display: none;
}

.page-member-dashboard .grid {
  grid-auto-rows: 1fr;
  column-gap: 50px;
  row-gap: 50px;
}

.page-member-dashboard .grid > div {
  overflow: hidden;
}

.page-member-dashboard .grid .scroll-zone {
  height: calc(100% - 56px);
  max-height: 665px;
}

.page-member-dashboard .member-forum-preview .scroll-zone {
  max-height: 100%;
  background-color: #e5f4f3;
}

.page-member-dashboard #bbpress-forums .bbp-replies {
  border-bottom: 2px solid #acdcda;
  position: relative;
  overflow-y: scroll;
  max-height: 300px;
}

.page-member-dashboard #bbpress-forums .bbp-replies li.bbp-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.page-member-dashboard .member-forum-preview tbody tr td:last-child a::after {
  display: none;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview.selected {
  background: #290a4e;
  border-color: #290a4e;
  color: #fff;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview.selected > span {
  color: #fff;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview > span a {
  border: 0;
  color: white;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview:not(.selected) > span a {
  border: 0;
  color: #6429ad;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview > span a:hover::before,
.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview.selected > span a:hover::before {
  color: #61c0bc;
}

.page-member-dashboard .bbp-replies .bbp-body {
  overflow: auto;

}

.page-member-dashboard #bbpress-forums ul.bbp-replies,
.page-member-dashboard #bbpress-forums {
  margin-bottom: 0;
}

.page-member-dashboard #bbpress-forums ul.bbp-topics {
  margin-bottom: 10px;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview.selected > span a::after {
  color: #fff;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview > span a::after {
  color: #6429ad;
  content: "\f8fa";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-weight: 700;
  margin-left: 10px;
}

.page-member-dashboard .member-forum-preview .scroll-zone > div.topic-preview > span a:hover::after {
  content: "\f8fa";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.page-member-dashboard .member-forum-preview,
.page-member-dashboard .user-certs {
  margin-top: 30px;
}

.page-member-dashboard h1 > img {
  cursor: pointer;
}

.page-member-dashboard .member-forum-preview .forum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 50px;
}

.page-member-dashboard .member-forum-preview .forum-grid .list {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview {
  grid-column: 2 / span 2;
  grid-row: 1 / 2;
  scroll-margin: 200px 0;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table {
  max-width: 100%;
  margin-bottom: 20px;
  border: 2px solid #acdcda;
  border-collapse: inherit;
  table-layout: fixed;
  width: 100%;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table tbody tr:last-child {
  display: none;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table th,
.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td {
  font-weight: bold;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table th:first-child,
.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td:first-child {
  width: 70%;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table th:nth-child(2),
.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td:nth-child(2) {
  width: 15%;
  padding: 0;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table th:last-child,
.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td:last-child {
  width: 20%;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td:nth-last-child(3) a::after {
  display: none;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td:nth-last-child(3) a {
  text-decoration: none;
  font-weight: bold;
  border: 0;
  pointer-events: none;
}

.page-member-dashboard .forum-grid #forum-preview .topic-overview th:not(:first-child):not(:last-child),
.page-member-dashboard .forum-grid #forum-preview .topic-overview td:not(:first-child):not(:last-child) {
  width: 1px;
  text-align: center;
  white-space: nowrap;
}

.page-member-dashboard .forum-grid #forum-preview .topic-overview th:last-child,
.page-member-dashboard .forum-grid #forum-preview .topic-overview td:last-child {
  text-align: end;
}

.page-member-dashboard .member-forum-preview .forum-grid #forum-preview > table td:first-child span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.page-member-dashboard .forum-grid #forum-preview .topic-overview #subscription-toggle a {
  border-bottom: 0;
}

.page-member-dashboard .forum-grid #forum-preview .topic-overview a:hover i.far.fa-bell-on,
.page-member-dashboard .forum-grid #forum-preview .topic-overview a:hover i.fas.fa-bell-on {
  font-weight: bold;
  color: #6bc8d8;
}

.page-member-dashboard .member-forum-preview,
.page-member-dashboard #rewards  {
  margin-bottom: 30px;
}

.page-member-dashboard .bbp-meta > a.bbp-reply-permalink,
.page-member-dashboard .bbp-body .bbp-reply-author .bbp-author-role,
.page-member-dashboard .bbp-body .bbp-reply-author .bbp-reply-ip,
.page-member-dashboard .bbp-meta > *:not(.bbp-reply-post-date) {
  display: none;
}

.page-member-dashboard .topic-preview-selected #subscription-toggle a.subscription-toggle {
  display: flex;
  align-items: center;
}

.page-member-dashboard #bbpress-forums li.bbp-header div.bbp-reply-author {
  text-align: left;
}

.page-member-dashboard #bbpress-forums li.bbp-header div.bbp-reply-content {
  margin-left: 0;
}

.page-member-dashboard .bbp-body {
  display: flex;
  flex-direction: column-reverse;
}

.page-member-dashboard .bbp-body .bbp-admin-links > a {
  color: #6429ad;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}

.page-member-dashboard #bbpress-forums div.bbp-reply-header {
  background-color: #fbfbfb;
  border-top: none;
  padding: 10px 20px;
}

.page-member-dashboard .code-cta {
  padding: 20px;
  color: #fff;
  background: rgb(109,57,178);
  background: linear-gradient(145deg, rgba(109,57,178,1) 0%, rgba(109,57,178,1) 67%, rgba(109,146,188,1) 100%);
  margin-bottom: 15px;
}

.page-member-dashboard .code-cta i {
  color: #fff;
}

.page-member-dashboard .code-cta .code {
  display: inline-block;
  color: #290a4e;
  padding: 5px;
  background: #fff;
}

.page-member-dashboard #rewards > p {
  margin-bottom: 1em;
}

.page-member-dashboard .credit-cta {
  padding: 20px;
  color: #fff;
  background: rgb(100,41,173);
  background: radial-gradient(ellipse farthest-corner at 0% -150%, rgba(100,41,173,1) 0%, rgba(100,41,173,1) 65%, rgba(236,46,110,1) 90%);
  align-items: center;
  margin: 20px 0 20px;
}

.page-member-dashboard .credit-cta .amount {
  background: #fff;
  color: #6429ad;
  border-radius: 50%;
  font-weight: 700;
  display: inline-block;
  min-width: 44px;
  border: 4px solid white;
  text-align: center;
}

.page-member-dashboard .credit-cta > p {
  display: flex;
}

.page-member-dashboard .credit-cta > p > span:last-child {
  margin: 0 20px;
  width: 100%;
  display: inline-block;
}

.page-member-dashboard .advice-cont {
  margin-bottom: 20px
}

.page-member-dashboard .advice {
  margin-bottom: 10px;
  padding: 25px 20px;
  background: #f4f1f7;
  display: flex;
  align-items: center;
}

.page-member-dashboard div.certificate > div > div a:hover + i.fa-download {
  color: #61c0bc;
}

.page-member-dashboard .advice > span:first-child {
  margin-right: 30px;
}

.page-member-dashboard .advice > span:nth-of-type(2) {
  margin: 0 30px 0 auto;
  white-space: nowrap;
}

.page-member-dashboard .advice .conversation-meta i {
  color: #6429ad;
}

.page-member-dashboard .advice .conversation-meta strong {
  margin: 0 25px 0 10px;
  font-weight: 700;
}

.page-member-dashboard .advice button {
  border: 0;
  background: 0;
  text-decoration: underline;
  color: #6429ad;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.page-member-dashboard .advice button:hover {
  color: #61c0bc;
}

.page-member-dashboard .advice button i {
  margin-left: 5px;
  color: inherit;
}

.page-member-dashboard footer {
  margin-top: 0;
}

.page-member-dashboard .member-footer h2 {
  margin-bottom: 0;
}

.page-member-dashboard .avatar {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: cover;
  margin-right: 10px;
}

.page-member-dashboard .member-footer {
  margin-top: 30px;
  border-top: 3px solid #d9c6f1;
}

.page-member-dashboard .bio p {
  margin-bottom: 25px;
}

.page-member-dashboard .bio {
  margin-bottom: 40px;
}

.page-member-dashboard .bio-mobile {
  display: none;
}

.credit-cta a {
  white-space: nowrap;
}

/* edit member profile popup */

#edit-member-profile .hidden {
  display: none;
}

#edit-member-profile .file-upload {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#edit-member-profile .file-upload label {
  flex-basis: 100%;
}

#edit-member-profile .file-upload button,
#edit-member-profile .file-upload .file-preview {
  width: auto;
}

#edit-member-profile img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 15px;
}

/* thank you page */

.page-registration-complete h1 {
  margin-bottom: 30px;
}

.page-registration-complete h2 {
  margin-bottom: 20px;
}

/* reply edit page */

.reply-edit #bbpress-forums fieldset.bbp-form {
  border: 0;
  padding: 35px 0;
}

.reply-edit #bbpress-forums textarea {
  border: 3px solid #d9c6f1;
}

.reply-edit button[type="submit"] {
  min-height: 45px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: none;
  text-transform: lowercase;
  padding: 0 30px;
  background-color: #6429ad;
  color: white;
}

.reply-edit button[type="submit"]:hover {
  background-color: #61c0bc;
  color: white;
}

/* join our free webinar page */

.webinar-description {
  background-color: #f4f1f7;
  padding: 20px;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.webinar-description img {
  max-width: 400px;
  height: auto;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.webinar-description h2 {
  margin-bottom: 30px;
}

.webinar-form-signup {
  background-color: #e5f4f3;
  padding: 20px;
  margin-bottom: 30px;
}

.webinar-form-signup h2 {
  margin-bottom: 20px;
}
/* 
.webinar-form-signup .ff-el-group {
  display: flex;
  align-items: center;
}

.webinar-form-signup .ff-el-group input {
  height: 40px;
  border: 3px solid #d9c6f1;
  width: 250px;
}

.webinar-form-signup form {
  display: grid;
  grid-template-columns: 66% 34%;
}

.webinar-form-signup .ff-el-group.ff-el-input--content {
  grid-column: 1/-1;
  position: relative;
}

.webinar-form-signup .ff-el-group.ff-el-input--content > .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
}

.webinar-form-signup form .ff-field_container + .ff-el-group {
  justify-self: center;
} */

/* .webinar-form-signup .ff-name-field-wrapper .ff-el-group .ff-el-input--content {
  width: 75%;
}

.webinar-form-signup form > .ff-el-group .ff-el-input--content {
  width: 90%;
} */

.fluentform .ff-el-form-check.ff-el-tc label.ff-el-form-check-label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.webinar-form-signup form[id^="fluentform"] .ff-el-group span.ff_tc_checkbox {
  position: relative;
  padding-top: 0 !important;
}

.webinar-form-signup form[id^="fluentform"] .ff-el-group span.ff_tc_checkbox::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #290a4e;
  background-color: white;
  margin-right: 10px;
}

.webinar-form-signup form .ff-el-group .ff-el-form-check-input {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  margin-top: 0;
  top: 0;
  cursor: pointer;
  height: auto;
}

.webinar-form-signup form[id^="fluentform"] .ff-el-group span.ff_tc_checkbox::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  z-index: -1;
  color: #fff;
  position: absolute;
  top: 1px;
  margin-left: 2px;
  font-size: 13px;
  background-color: #290a4e;
  padding: 1px;
}

.webinar-form-signup form[id^="fluentform"] .ff-el-form-check.ff_item_selected span.ff_tc_checkbox::after {
  z-index: 1;
}

.webinar-form-signup .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
  position: absolute;
  margin-left: 5px;
}

.page-terms-and-conditions li[style="list-style-type: none;"],
.page-privacy-policy li[style="list-style-type: none;"],
.page-terms-and-conditions li[style="list-style-type: none;"] > ol,
.page-privacy-policy li[style="list-style-type: none;"] > ol {
  margin-top: 10px;
}

.page-terms-and-conditions table,
.page-privacy-policy table {
  margin-bottom: 20px;
}

.search-prefix {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.search-image-link, .search-image-link:hover {
  text-decoration: none;
  border: 0;
}

#membership-registration-form-container .mepr_price .terms-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: fit-content;
}
#membership-registration-form-container .mepr_price .terms-wrapper > * {
  padding: 10px 20px;
  min-height: 50px;
  /* content should be center aligned */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#membership-registration-form-container .mepr_price .terms-wrapper .terms {
  background-color: #ebe5f0;
  font-size: 30px;
  font-weight: 700;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-radius: 5px;
}
.border-gradient-purple {
  border-image-source: linear-gradient(to top left, #5c3b8c, #62bebc);
}


.plain-page .cancel-btn {display: none !important}

.members-only-tag {
  background: #6429ad;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* a class to flex center below 951px */
@media (max-width: 950px) {
  .mobile-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
