/* COLOR PALLET */
/*
-> Uncode mixins
Device: less than 569px.
Tablets: 570px to 959px.
Desktop: 960px and up.
 */
@media (max-width: 569px) {
  h2, .h2 {
    font-size: 23px !important;
  }
  h1 .h1 {
    font-size: 25px !important;
  }
  h1:not([class*=fontsize-]), .h1:not([class*=fontsize-]) {
    font-size: 25px !important;
  }
}
.button-primary {
  background: #ad6c38 !important;
  color: white;
}

@media (max-width: 569px) {
  .btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
    transform: scale(1) !important;
  }
}
.btn.checkout {
  background-color: #ad6c38 !important;
  border-color: #ad6c38 !important;
}

@media (min-width: 960px) {
  #masthead .navbar-main li a {
    height: 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: 0.3s all;
    display: flex !important;
    align-items: center !important;
  }
  #masthead .navbar-main li a:hover {
    transition: 0.3s all;
    border-color: #d3d3d3;
    color: black !important;
  }
  #masthead .navbar-main li.current-menu-item a {
    background: #ffc90a;
    color: black;
  }
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register {
  background: #ad6c38;
}

.learndash-wrapper .ld-modal {
  border-radius: 27px !important;
}

.ld-course-list-items .course {
  border-radius: 27px !important;
}
.ld-course-list-items .entry-title {
  padding-bottom: 20px;
}
.ld-course-list-items img {
  border-top-right-radius: 27px;
  border-top-left-radius: 27px;
}
.ld-course-list-items .btn-primary {
  color: #ffffff;
  background-color: #ad6c38 !important;
  border-color: #ad6c38 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail .caption {
  padding: 15px 20px 10px 20px !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action {
  gap: 15px;
}

.learndash-wrapper .ld-progress .ld-progress-bar {
  background-color: #e7e7e7 !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background: white;
  border: 2px solid #e7e7e7;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
  border: none;
}

.learndash-wrapper .ld-breadcrumbs {
  background: white;
  border: 2px solid #e7e7e7;
  padding: 15px;
  border-radius: 20px;
  width: 90%;
  margin: auto;
}

.learndash-wrapper .ld-lesson-status {
  background: transparent;
}

@media (max-width: 569px) {
  .ld-lesson-status, .ld-topic-status {
    width: 100%;
  }
}
.learndash-wrapper .ld-topic-status {
  background: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-radius: 27px !important;
}

.learndash-wrapper .ld-breadcrumbs {
  padding: 20px;
}

.learndash-wrapper .ld-status {
  margin-bottom: 0;
}

.ld-course-title {
  font-weight: 500;
}

.learndash-wrapper .ld-status {
  padding: 8px 18px !important;
}

#index-product-grid .btn {
  background: #ad6c38 !important;
  border-color: #ad6c38 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
  background: #dcad06;
  text-shadow: none;
}

.ld-modal-heading {
  font-weight: 700 !important;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover {
  transition: 0.3s all;
}

.learndash-wrapper .ld-login-modal .ld-login-field, .learndash-wrapper .ld-login-modal .ld-password-field, .learndash-wrapper .ld-login-modal input[type=email], .learndash-wrapper .ld-login-modal input[type=password], .learndash-wrapper .ld-login-modal input[type=text] {
  border-radius: 12px;
  color: black;
}

.section--contact .uncode-vc-social {
  justify-content: center;
}

.social-icon {
  padding: 0 !important;
}

.uncode-vc-social {
  display: flex;
  gap: 5px;
}
@media (max-width: 569px) {
  .uncode-vc-social {
    justify-content: center;
  }
}

.social-icon a {
  width: 40px;
  height: 40px;
  background: #ad6c38;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon i {
  color: white;
}

@media (max-width: 569px) {
  .footer .uncode-single-media {
    text-align: center !important;
  }
}

#menu-footer-menu a {
  font-size: 12px;
  padding: 0 5px !important;
  z-index: 1;
}
#menu-footer-menu a:hover {
  color: black !important;
}

.el-text .badge-style {
  padding: 8px 18px !important;
  border: 1px solid black;
}

.foxpost-app {
  padding-bottom: 27px;
  padding-top: 27px;
}

.woocommerce-checkout-review-order-table [data-title=Csomagautomata] .select2-container, .woocommerce-checkout-review-order-table [data-title="Parcel locker"] .select2-container {
  max-width: none !important;
}

.foxpost-wc-shipping-map-button {
  background: white;
  border-radius: 30px;
  padding: 8px 20px;
  color: black !important;
}

.foxpost-map-selector {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 10px;
}

.section--enrol-sticky {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 50;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media (max-width: 569px) {
  .section--enrol-sticky .row-parent {
    padding: 25px !important;
  }
}

.ld-profile-stat-points, .ld-profile-stat-certificates {
  display: none !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
  background: none;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled > * {
  padding: 0 !important;
}

.ld-course-status-action {
  display: flex;
  flex-direction: row !important;
  justify-content: initial !important;
  width: 100%;
}
.ld-course-status-action .button, .ld-course-status-action .ld-login-text {
  padding: 17px 42px !important;
  border-radius: 10em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
}
.ld-course-status-action .ld-login-text {
  background: #ffc90a!important;
  margin-left: 15px !important;
}

.learndash-wrapper .learndash-shortcode-wrap:first-child {
  background-image: url(/wp-content/uploads/2024/09/Allatos-hatter-1.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 520px;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.learndash-wrapper .learndash-shortcode-wrap:first-child h1 {
  margin: 0;
}

.custom-content-wrapper p {
  margin: 0 !important;
}
.custom-content-wrapper .price-info {
  font-weight: 700;
}

.ld-course-status .ld-course-status-segment:first-child {
  display: none;
}

.ld-course-status-seg-action .ld-course-status-label {
  display: none !important;
}

.ld-course-status-mode-subscribe, .ld-course-status-mode-paynow {
  display: none !important;
}

@media (max-width: 960px) {
  .sfwd-courses-template-default .main-container .row-container .row-parent {
    padding: 18px !important;
  }
}
@media (max-width: 569px) {
  .ld-course-status-action form {
    width: 100%;
  }
}
.welcome-text {
  font-size: 20px;
  font-weight: 700;
  align-self: flex-start;
  margin: 0;
  padding-bottom: 20px;
}

.woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: #e3e3e3 !important;
}

@media (max-width: 569px) {
  .dynamic-button {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .dynamic-button .quantity {
    width: 100%;
  }
  .dynamic-button .quantity .qty-inset {
    width: 100%;
  }
  .woocommerce .shop_table .quantity input[type=text].qty:not(.btn-block), .woocommerce .quantity input[type=text].qty:not(.btn-block) {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 569px) {
  .section--tabs .icon-tab {
    display: none;
  }
}

@media (max-width: 569px) {
  .section--checkout .single-h-padding, .section--cart .single-h-padding {
    padding: 10px !important;
  }
  .section--checkout .single-block-padding, .section--cart .single-block-padding {
    padding: 25px !important;
  }
}

.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img {
  max-height: 150px;
}

.vp-woo-pont-modal {
  top: 15%;
}

.section--checkout .shop_table th {
  max-width: 25%;
  width: 25%;
}
.section--checkout .shop_table td:not(.product-name) {
  max-width: 75%;
  width: 75%;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

#vp-woo-pont-show-map {
  background: white;
  border-radius: 30px;
  padding: 8px 20px;
  color: black !important;
  display: block;
  margin-top: 15px;
  text-align: center;
}

.vp-woo-pont-review-order .vp-woo-pont-provider-icon-foxpost {
  display: none !important;
}

@media (min-width: 960px) {
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-nav + .navbar-nav-last > *:first-child, body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-mobile-el + .navbar-nav-last > *:first-child {
    padding-left: 10px !important;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul, body.vmenu-position-right:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul, body.menu-overlay:not(.menu-overlay-left):not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul, body.hormenu-position-right.hmenu-center-split:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul {
    margin-left: 0px !important;
    padding-left: 25px !important;
  }
}
@media (min-width: 960px) and (max-width: 1370px) {
  .logo-container {
    min-width: 100px !important;
  }
  /* reduce the padding around the logo */
  .col-lg-0 {
    padding: 27px 0 27px 0;
  }
  /* reduce the padding of the menu items */
  .menu-smart > li > a {
    padding: 0 5px !important;
    font-size: 15px !important;
  }
  /* reduce the dropdown arrows padding */
  .menu-smart i.fa-dropdown {
    padding: 0 0 0 2px;
  }
  /* reduce the first menu item padding */
  body[class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    margin: 0 0 0 0;
  }
}
.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-form__label {
  display: flex;
  align-items: flex-start;
}
.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-form__input-checkbox {
  margin-right: 10px;
}
.woocommerce-terms-and-conditions-wrapper .required {
  display: none;
}

div.payment_box fieldset {
  padding: 0;
  border: none;
}
div.payment_box .Label {
  font-family: "Open Sans" !important;
}

.wc-stripe-upe-form {
  padding: 0;
  border: none;
}

.ld-course-status-seg-action .ld-text{
	width: 100%;
}

/*# sourceMappingURL=custom.css.map */
