/**
 * Theme Name: The Corporate Governance Institute
 * Description: Child theme for Avada theme
 * Author: ThemeFusion
 * Author URI: https://theme-fusion.com
 * Template: Avada
 * Version: 1.0.0
 * Text Domain:  Avada
 *
 * @format
 */

/* this change is for testing the git push process */

/* New test for git */

/****
 * Webinar Details
 */

.webinar-details .seperator {
  height: 12px;
  margin-left: -30px;
  margin-right: -30px;
}

.webinar-details .category-container {
  display: flex;
  align-items: center;
}

.webinar-details .webinar-details-title h1 {
  font-size: 56px;
  line-height: 61px;
  margin-bottom: 0px;
}

.webinar-details .category-icon {
  width: 24px;
  height: 24px;
}

.webinar-details .download-slides-button {
  margin-left: 30px;
}

.webinar-details .webinar-via,
.webinar-details .webinar-availabilty,
.webinar-details .webinar-date-and-time {
  display: flex;
  align-items: flex-start;
}
.webinar-details .webinar-via,
.webinar-details .webinar-date-and-time {
  margin-bottom: 17px;
}

.webinar-details .webinar-date-and-time .fontawesome-icon:hover,
.webinar-details .webinar-date-and-time .fontawesome-icon,
.webinar-details .webinar-via .fontawesome-icon:hover,
.webinar-details .webinar-via .fontawesome-icon,
.webinar-details .webinar-availabilty .fontawesome-icon:hover,
.webinar-details .webinar-availabilty .fontawesome-icon {
  font-size: 24px;
  margin-right: 17px;
  /* color: #006eb8 !important; */
  color: red;
}

.webinar-details .webinar-date-and-time .calendar,
.webinar-details .webinar-via .via,
.webinar-details .webinar-availabilty .availabilty {
  font-size: 18px;
  font-family: "Atlas Grotesk Regular";
  line-height: 25px;
  color: #1d082a;
}

.webinar-details .key-takeaways-title {
  font-size: 28px;
  line-height: 32px;
}

.webinar-details .webinar-main-content-title h5 {
  font-size: 24px !important;
  line-height: 22px !important;
}

.webinar-featured-image-previous img {
  mix-blend-mode: overlay;
}

.webinar-company-logo-sidebar {
  display: block !important;
  text-align: center;
}

.webinar-featured-image-upcoming {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 400px;
  position: relative;
  background: url(images/Speaker_Blue_Upcoming-Webinar.png) no-repeat
    center center/cover;
}

.webinar-featured-image-upcoming img {
  mix-blend-mode: overlay;
}

/** previous webinar **/
.previous-webinar-details .seperator {
  background-color: #d88dca;
}

/** upcoming webinar **/
.upcoming-webinar-details .seperator {
  background-color: #006eb8;
}

/** Masterclass single page **/
.masterclass-details .seperator {
  height: 12px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #edb308;
}

.masterclass-date {
  width: 135px;
  height: 123px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.masterclass-date-previous {
  background-color: #f3f4f6;
}

.masterclass-date-upcoming {
  background-color: #edb308;
}

.masterclass-date-day {
  font-family: "Lyon Display Light";
  font-size: 50px;
  color: #1d082a;
  line-height: 22px;
}

.masterclass-date-month-year {
  font-family: "Atlas Grotesk Medium";
  font-size: 15px;
  line-height: 20px;
  margin-top: 25px;
}

.masterclass-date-previous .masterclass-date-day,
.masterclass-date-previous .masterclass-date-month-year {
  color: #666666;
}
.masterclass-date-upcoming .masterclass-date-day,
.masterclass-date-upcoming .masterclass-date-month-year {
  color: #1d082a;
}

.masterclass-class-details-title-and-icon {
  font-family: "Atlas Grotesk Regular";
  font-size: 18px;
  line-height: 22px;
  color: #1d082a;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.masterclass-class-details-title-and-icon::before {
  font-family: icomoon;
  color: #1d082a;
  font-size: 18px;
  content: "\e9025";
  margin-right: 14px;
}

.masterclass-details-title h1 {
  font-size: 56px !important;
  line-height: 61px !important;
}

.masterclass-download-case-study {
  margin-left: 20px;
  padding: 13px 29px;
  width: 292px;
}

.masterclass-download-slides-button {
  margin-left: 20px;
  padding: 13px 29px;
  width: 292px;
}
.masterclass-speaker-image-sidebar-container {
  display: block !important;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.masterclass-single-sidebar .fusion-column-wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.masterclass-single-sidebar-header {
  flex-grow: 1;
  margin-bottom: 40px;
}

.masterclass-speaker-image-sidebar {
  height: 0;
  padding-bottom: 100%;
}

.masterclass-sidebar-members-only-icon {
  background-color: #edb308;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -10px;
  left: -5px;
}

.masterclass-sidebar-members-only-icon::before {
  font-family: icomoon;
  color: #1d082a;
  font-size: 14px;
  content: "\e9012";
  text-align: center;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.masterclass-sidebar-date-and-time,
.masterclass-sidebar-via,
.masterclass-sidebar-availabilty {
  display: flex;
  font-size: 18px;
  line-height: 22px;
  color: #f7f6f2;
  font-family: "Atlas Grotesk Regular";
}

.masterclass-sidebar-date-and-time,
.masterclass-sidebar-via {
  margin-bottom: 20px;
}

.masterclass-sidebar-date-and-time .fb-icon-element::before,
.masterclass-sidebar-via .fb-icon-element::before,
.masterclass-sidebar-availabilty .fb-icon-element::before {
  font-size: 24px;
}

.masterclass-details .tcgi-social-sharing-main-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.masterclass-details .tcgi-social-sharing-title {
  margin-bottom: 0;
  margin-right: 28px;
}

.masterclass-main-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.masterclass-main-content-container-content {
  margin-bottom: 30px;
  flex-grow: 1;
}

.masterclass-main-content-container-content .tcgi-masterclass-upcoming-networking-heading-container {
  margin: 20px;
}

/* Insight single page */
.insight-single-download-button {
  margin-bottom: 43px !important;
}

/* TCGI Accordian Insight page */
.tcgi-accordain-toggle {
  display: none;
}

.tcgi-accordain-content {
  display: block;
}

.fusion-flex-container
  .fusion-row
  .fusion-flex-column.webinar-single-header-buttons
  .fusion-column-wrapper
  .download-slides-button {
  margin-top: 0 !important;
}

.previous-masterclasses-for-directors {
  background-color: #f7f6f2;
}

.previous-masterclasses-for-directors .title-heading-center {
  text-align: center;
  font-family: "Lyon Display Light";
  font-weight: 400;
  margin: 0;
  color: #1d082a;
  padding-top: 110px;
  margin-bottom: 40px;
}

@media (min-width: 800px) and (max-width: 1023px) {
  .fusion-flex-container
    .fusion-row
    .fusion-flex-column.webinar-single-header-buttons
    .fusion-column-wrapper
    .download-slides-button {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .insight-interview-sidebar-panel {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1023px) {
  .webinar-details .webinar-details-title h1,
  .masterclass-details .masterclass-details-title h1 {
    font-size: 37px !important;
    line-height: 41px !important;
    margin-bottom: 0px !important;
  }

  .webinar-details .download-slides-button {
    margin-left: 0;
    margin-top: 24px;
  }

  .webinar-details .register-for-webinar .fusion-column-wrapper {
    justify-content: center;
  }

  .webinar-details .key-takeaways-title {
    font-size: 24px;
    line-height: 34px;
  }

  .webinar-details .webinar-main-content-title h5 {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .upcoming-webinar .tcgi-webinar-previous-date .fb-icon-element {
    margin-right: 15px !important;
  }

  .insights {
    margin-bottom: 0 !important;
  }

  .insight-single-title h1 {
    line-height: 34px !important;
    font-size: 32px !important;
    margin-bottom: 0 !important;
  }

  .insight-single-author-details h4 {
    line-height: 18px !important;
    font-size: 13px !important;
  }

  .insight-member-non-member-sidebar {
    display: none;
  }

  .insight-sidebar-interview-label div {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .insight-sidebar-interview-title h3 {
    line-height: 32px !important;
    font-size: 20px !important;
  }

  .tcgi-accordian a {
    cursor: pointer;
  }

  .tcgi-accordain-toggle {
    font-family: "Atlas Grotesk Medium";
    color: #006eb8;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .tcgi-accordain-content {
    display: none;
  }
}

@media (max-width: 799px) {
  .fusion-flex-container .fusion-row .fusion-flex-column.webinar-single-header-buttons .fusion-column-wrapper {
    flex-direction: column !important;
  }

  .fusion-flex-container
    .fusion-row
    .fusion-flex-column.webinar-single-header-buttons
    .fusion-column-wrapper
    .download-slides-button {
    margin-top: 20px !important;
    width: 100%;
  }

  .tcgi-default-button-blue {
    width: 100%;
  }

  .tcgi-masterclass-access {
    margin: 15px -15px !important;
  }
}

.insight-main-content > .fusion-column-wrapper > .fusion-flex-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.insight-members-content > div {
  display: inline;
  padding: 9px 25px !important;
  background-color: #1d082a;
  border-radius: 22px;
}

.insight-main-content .fusion-title h2 {
  margin-bottom: 15px !important;
}

/* thank you page */

.custom-thank-you-message {
  margin-left: 100px;
  margin-right: 20px;
  padding-right: 0px;
  padding-top: 86px;
  padding-bottom: 25px;
  max-width: 600px;
}
.custom-thank-you-message h1 {
  margin-bottom: 20px;
}
.welcome-membership-sectionss {
  padding: 35px 20px;
  margin-top: 30px;
  text-align: center;
  background: RGB(29, 8, 43);
  width: 100%;
  border-radius: 22px;
  color: white;
}
.welcome-membership-sectionss h2 {
  color: white;
  text-align: left;
  font-size: 29px;
  margin-bottom: 15px;
}

.welcome-buttons {
  text-align: left;
}

.welcome-membership-sectionss .welcome-buttons .button {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: #006eb8;
  color: white;
  font-family: "Atlas Grotesk Medium";
  margin-right: 10px;
}

.update-account-button {
  border: 2px solid #000;
  background: #f7f6f2;
  color: black;
}

.next-steps .step {
  display: flex;
  align-items: flex-start; /* Align items to the start for a better look with multiline text */
  margin-bottom: 1.5em; /* Space between steps */
}

.next-steps .step img {
  margin-right: 15px; /* Space between icon and text */
  width: 40px; /* Size of the icon */
}

.next-steps .step h2 {
  font-size: 1.2rem;
  margin-bottom: 0.25em;
  font-weight: 600; /* Slightly bolder font for headings */
}

.next-steps .step p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
  .custom-thank-you-container {
    flex-direction: column;
    padding: 20px;
  }

  .custom-thank-you-message,
  .order-summary {
    max-width: 100%;
    padding-right: 0;
  }

  .order-summary {
    margin-top: 2em;
  }
}

/* CSS FOR THE THANK YOU PAGE ONBOARDING EXPERIENCE */

.container,
.container-alt {
  padding: 0;
  max-width: 700px;
  margin-left: 100px;
  text-align: left;
  overflow: visible;
}

.header-title-alt,
.header-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #2d2233;
}

.step,
.step-alt {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.step img,
.step-img-alt {
  width: 80px;
  height: auto;
}

.step-details,
.step-details-alt {
  text-align: left;
  flex-grow: 1;
}

.step-details h2,
.step-details-alt h2 {
  font-size: 1.25em;
  margin: 0 0 10px;
  color: #edb308;
  font-weight: bold;
}
.container h2,
.container-alt h2 {
  margin: 20px 0px;
}

.step-details p,
.step-details-alt p {
  font-size: 1em;
  color: #333;
  line-height: 1.5;
}

.login-button,
.login-button-alt {
  display: inline-block;
  padding: 15px 25px;
  background-color: #006eb8;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #006eb8;
  transition: background-color 0.3s;
  line-height: 16px;
}

.login-button:hover,
.login-button-alt:hover {
  background: #f7f6f2;
  color: #006eb8;
}

.woocommerce-order-received .avada-order-details {
  width: 100%;
  border: none;
  padding: 100px;
  max-width: 800px;
  padding: 100px;
  border-radius: 22px 22px 0px 0px;
  background: rgba(247, 246, 241, 0.8);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.fusion-column-wrapper .woocommerce {
  display: flex;
  gap: 100px;
  justify-content: center;
}

.custom-thank-you-container {
  height: auto !important;
}
.custom-thank-you-container .container {
  width: auto !important;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-order-received .product-thumbnail {
    display: none;
  }
  .step img,
  .step-alt img {
    display: none;
  }
  .custom-thank-you-container {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .custom-thank-you-container,
  .woocommerce-order-received .avada-order-details {
    width: 100%;
    max-width: none;
  }

  .avada-order-details.woocommerce-content-box.full-width {
    margin-top: 50px;
  }

  .container,
  .custom-thank-you-message,
  .container-alt,
  .custom-thank-you-message {
    margin: 0 !important;
  }
  .fusion-column-wrapper .woocommerce {
    flex-wrap: wrap;
    gap: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .step-alt,
  .step {
    flex-direction: column;
    text-align: center;
  }

  .step-img-alt,
  .step-img-alt {
    margin-bottom: 15px;
  }
  .step-details p,
  .step-details-alt p {
    word-break: break-all;
  }
}

/* END OF THE CSS  */
