@charset "UTF-8";
/*!
 Theme Name:   Sassi
 Theme URI:    https://thewhitgroup.com/
 Description:
 Author:       thewhitgroup
 Author URI:   https://thewhitgroup.com/
 Template:     generatepress
 Version:      0.1

 ——— Important: This css is generated from scss file.
*/
/*Root*/
/*General*/
.w-100 {
  width: 100%;
}

.custom-shadow {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.custom-left-shape > .gb-container::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 50%;
  bottom: -56px;
  left: 0;
  background-color: #8E1F64;
  -webkit-clip-path: polygon(0 0, 83% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 83% 0, 80% 100%, 0 100%);
  z-index: -1;
  width: 80%;
}
@media (max-width: 47.9375rem) {
  .custom-left-shape > .gb-container::before {
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
  }
}

.gb-grid-column:has(.left-abs-content) {
  position: absolute;
  right: 0;
}
@media (max-width: 47.9375rem) {
  .gb-grid-column:has(.left-abs-content) {
    position: relative !important;
    right: 0 !important;
  }
}

.page-header {
  display: none;
}

@media (max-width: 47.9375rem) {
  .separate-containers .inside-article {
    padding: 0px !important;
  }
}

.stretch-grid {
  align-items: stretch !important;
}

@media (max-width: 47.9375rem) {
  .reverse-grid {
    flex-direction: column-reverse;
  }
}

.absolute-position {
  position: absolute;
  top: -39px;
  z-index: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.underline-title {
  position: relative;
}
.underline-title:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 9px;
  background-color: #DEE6B7;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.underline-title.left:after {
  left: 55px;
}

.inside-article,
.grid-container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

body {
  font-family: "IBM Plex Serif";
}

.not-link a,
a.not-link {
  text-decoration: none;
}

.headline-underline {
  position: relative;
}
.headline-underline::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 6px;
  background-color: #DEE6B7;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/*Titles*/
@media (max-width: 47.9375rem) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 47.9375rem) {
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 47.9375rem) {
  h3 {
    font-size: 32px;
  }
}

@media (max-width: 47.9375rem) {
  h4 {
    font-size: 24px;
  }
}

@media (max-width: 47.9375rem) {
  h5 {
    font-size: 20px;
  }
}

p {
  font-family: "Open Sans";
  font-size: 16px;
}
@media (max-width: 47.9375rem) {
  p {
    font-size: 16px !important;
  }
}

@media (max-width: 47.9375rem) {
  button,
  span.gb-button {
    font-size: 11px !important;
  }
}

/*Header*/
header.site-header > div {
  width: 80%;
  margin: 0 auto;
}

.site-logo {
  position: absolute;
  margin-top: 14px;
  z-index: 10;
}

/*Navigation*/
#primary-menu li.menu-item.current-menu-item:after, #primary-menu li.menu-item:hover:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 6px;
  background-color: #DEE6B7;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #primary-menu li.menu-item.current-menu-item:after, #primary-menu li.menu-item:hover:after {
    left: 15%;
  }
}

/*Footer*/
footer.site-info {
  display: none;
}

.footer-layer:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer-menu li {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.icon-top-10 .gb-icon {
  top: -10px;
  position: relative;
}

/*Newsletter*/
.newsletter-container > p {
  margin-bottom: 0px;
}
.newsletter-container label {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.newsletter-container .input-inline p {
  display: flex;
  flex-direction: row;
  position: relative;
}
.newsletter-container .input-inline p input[type=text] {
  background-color: rgba(247, 211, 215, 0.2);
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
  width: calc(100% - 60px);
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  margin-top: 10px;
  width: 100%;
}
.newsletter-container .input-inline p input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.newsletter-container .input-inline p input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.newsletter-container .input-inline p .custom-submit {
  position: absolute;
  content: "";
  background-image: url("/wp-content/themes/generatepress_child/assets/images/send-icon.png");
  display: block;
  width: 24px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  top: 10px;
  right: 22px;
  background-color: #DEE6B7;
  color: #DEE6B7;
  border-radius: 0px 10px 10px 0px;
  background-position: center center;
}

/*Carousel*/
.testimonials-carousel .line-height-30 {
  line-height: 30px;
}
.testimonials-carousel .slick-dots li button::before {
  content: "";
  background-color: #8E1F64;
  border-radius: 50%;
  top: 26px;
  width: 18px;
  height: 18px;
}

/*Courses*/
.course-categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 52px;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 47.9375rem) {
  .course-categories {
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 90%;
  }
}

.course-category-single {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 52px;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 47.9375rem) {
  .course-category-single {
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 90%;
  }
}
.course-category-single h4 {
  color: #8E1F64;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.course-category-single .course-item {
  text-align: center;
}
.course-category-single .course-item h4 {
  margin-top: 25px;
}

.course-categories li {
  margin: 0;
  list-style: none;
}

.course-categories a {
  display: flex;
  padding: 15px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  padding: 50px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.course-categories a i.category-icon-class {
  font-size: 30px;
  margin-right: 10px;
}
.course-categories a .course-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-categories a .course-item img {
  height: 112px;
  width: 112px;
}
.course-categories a .course-item h4 {
  color: #8E1F64;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 26px;
}

/*.course-categories a:hover {
    background-color: #8e1f64;
    color: #fff;
}*/
/*LearnDash*/
h2:has(.hide-parent) {
  display: none !important;
}

.learndash-wrapper {
  margin-bottom: 20px;
}

[aria-controls=reviews-tab],
[aria-labelledby=reviews] {
  display: none !important;
}

[aria-controls=content-tab] {
  padding: 20px 15px !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible {
  padding-bottom: 0px !important;
}

.learndash-wrapper .ld-item-list,
.learndash-wrapper .ld-tabs {
  margin: 0px !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
  background: #F5F5F5 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  padding: 16px 22px !important;
}

.single-sfwd-lessons,
.single-sfwd-quiz {
  /*.entry-header {
      display: none;
  }*/
}
.single-sfwd-lessons .inside-article,
.single-sfwd-quiz .inside-article {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 47.9375rem) {
  .single-sfwd-lessons .inside-article,
  .single-sfwd-quiz .inside-article {
    width: 100%;
    margin: 0 auto;
    padding: 20px !important;
  }
}
.single-sfwd-lessons .entry-title,
.single-sfwd-quiz .entry-title {
  color: #8E1F64;
  font-family: "IBM Plex Serif";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin: 20px 0;
}
@media (max-width: 47.9375rem) {
  .single-sfwd-lessons .entry-title,
  .single-sfwd-quiz .entry-title {
    line-height: 50px;
    margin: 40px 0;
  }
}

article.sfwd-courses .featured-image img {
  display: none;
}
article.sfwd-courses header.entry-header {
  display: none;
}
article.sfwd-courses .entry-content {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 47.9375rem) {
  article.sfwd-courses .entry-content {
    width: 100%;
    padding: 20px;
  }
}
article.sfwd-courses h2 {
  color: #8E1F64;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}
article.sfwd-courses .ld-text {
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
article.sfwd-courses .ld-item-title {
  color: #606060;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*Contact Form*/
.wp-block-contact-form-7-contact-form-selector:has(.custom-contact-form) {
  width: 100%;
}

.custom-contact-form input[type=text],
.custom-contact-form input[type=email],
.custom-contact-form input[type=url],
.custom-contact-form input[type=password],
.custom-contact-form input[type=search],
.custom-contact-form input[type=tel],
.custom-contact-form input[type=number],
.custom-contact-form textarea,
.custom-contact-form select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #EEE;
  background: #FBFBFB;
}
.custom-contact-form input[type=submit] {
  border-radius: 10px;
  background: #DEE6B7;
  color: #8E1F64;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  font-weight: 700;
  padding: 9px 40px;
}
.custom-contact-form input[type=submit]:hover {
  background: #8E1F64;
  color: #DEE6B7;
}
.custom-contact-form .course-title {
  display: none;
}
.custom-contact-form p {
  margin-bottom: 0px;
}

.full-figure figure {
  height: 100% !important;
}

.box-shadow {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.abs-position {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-80%, -50%);
}
.abs-position.right {
  right: 0px;
  left: initial;
  transform: translate(20%, -50%);
}
@media (max-width: 47.9375rem) {
  .abs-position.right {
    position: relative;
    left: 15%;
    transform: translate(0%, 0%);
    margin-top: 40px;
  }
}
@media (max-width: 47.9375rem) {
  .abs-position {
    position: relative;
    left: 15%;
    transform: translate(0%, 0%);
    margin-bottom: 40px;
  }
}

@media (max-width: 47.9375rem) {
  .zig-zag h5 {
    text-align: center !important;
  }
}

.icon-top {
  align-items: flex-start !important;
}

.left-border {
  position: relative;
}
.left-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background-color: #92286F;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 47.9375rem) {
  .left-border {
    width: 100%;
  }
}

.image-container {
  position: relative;
  width: 265px;
  height: auto;
}
.image-container .image1 {
  width: 100%;
  border-radius: 15px;
}
.image-container .image2 {
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 70%;
  border-radius: 20px;
  border: 4px solid #FFF;
}
@media (max-width: 47.9375rem) {
  .image-container .image2 {
    right: -20px;
    bottom: -100px;
  }
}

#joinit-widget-K29S5xX6McF4fbe5J iframe {
  width: 100% !important;
}

.directorist-archive-contents.directorist-contents-wrap aside {
  display: none;
}

.directorist-thumnail-card-front-img {
  padding: 40px;
}

.directorist-single .directorist-single-listing-header h2 {
  text-align: center;
  display: block;
}
.directorist-single .directorist-single-listing-header .directorist-listing-single__info {
  justify-content: center;
}

.swiper-slide.swiper-slide-active {
  width: 50% !important;
  height: auto !important;
}

.swiper-wrapper {
  justify-content: center !important;
}

@media (max-width: 47.9375rem) {
  .gp-icon svg {
    width: 2em;
    height: 2em;
  }
}

@media (max-width: 47.9375rem) {
  .mobile-menu-open nav#site-navigation {
    min-height: 85vh;
  }
}

.logued-user a {
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #dee6b7 !important;
  color: #8e1f64 !important;
  text-decoration: none;
}
@media (max-width: 47.9375rem) {
  .logued-user a {
    font-size: 11px !important;
  }
}

.logued-user a:hover {
  background-color: rgba(222, 230, 184, 0.5);
  cursor: pointer;
}

/* coustom menu*/
.custom-menu,
.custom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu > li {
  position: relative;
}

.custom-menu > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #dee6b7;
  background-color: #8e1f64;
  padding: 0.5em 1em;
  width: 140px;
}

.custom-menu .sub-menu {
  display: none;
  top: 20px;
  position: absolute;
  background-color: #8e1f64;
  margin-top: 0.5em;
  padding: 0.5em 0;
  z-index: 1000;
}

.custom-menu > li:hover > .sub-menu {
  display: block;
}

.custom-menu .sub-menu li {
  margin: 0;
}

.custom-menu .sub-menu li a {
  text-decoration: none;
  color: #dee6b7;
  font-size: 14px;
  padding: 0.5em 1em;
  display: block;
}

.custom-menu > li > a:hover,
.custom-menu .sub-menu li a:hover {
  background-color: #73214f;
  color: #dee6b7;
}

.custom-menu > li > a svg {
  margin-right: 15px; /* Ajusta el valor según el espacio que desees */
}

/* end coustom menu*/
.top-bar {
  width: 80%;
  margin: 0 auto;
  background-color: #8e1f64;
}

.pgcsimplygalleryblock-masonry-item .pgcsimplygalleryblock-masonry-item-inner .pgcsimplygalleryblock-masonry-title-wrap {
  position: absolute;
  left: 1em;
  bottom: 1em !important;
  top: initial !important;
}

.logged-in .logued-user,
.logged-in .join-now-button {
  display: none;
}

.logged-out .non-logued {
  display: none;
}

.logged-out .logued-user,
.logged-out .join-now-button {
  display: block;
}

.logged-in .non-logued {
  display: block;
}

@media (max-width: 47.9375rem) {
  .site-header .header-image {
    width: 100px;
  }
}
@media (max-width: 1600px) {
  .site-logo {
    left: 61px;
  }
}/*# sourceMappingURL=style.css.map */