/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

/*
  RUN GULP to generate the classes. Now you can use these helpers to customize spacing on HTML elements.
*/
.tme--no-padding > div {
  padding: 0 !important;
}

.tme-block {
  display: block;
}

.tme-inline-block {
  display: inline-block;
}

.tme-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tme-flex-1-sub > div > div:nth-child(2) {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.tme-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tme-relative {
  position: relative !important;
}

.tme-static {
  position: static !important;
}

.tme-static-sub > div {
  position: static !important;
}

.tme-breadcrumb,
.rank-math-breadcrumb {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 12px !important;
}

.tme-orange {
  color: #cf4619 !important;
}

.tme-white {
  color: #fffdfa !important;
}

.tme-no-margin {
  margin: 0 !important;
}

.tme-read-more {
  width: 100%;
}

.tme-read-more span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tme-read-more svg {
  margin-left: 5px;
  font-size: 16px;
  height: 12px;
  width: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.arrow-down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-left {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.arrow-blue * {
  fill: #527b8d;
}

.tme-button-plain {
  text-align: center;
  padding: 15px 30px;
  border: 2px solid #fffdfa;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #527b8d;
  background-color: #fffdfa;
}

.tme-button-plain:hover {
  color: #527b8d;
}

.tme-no-interaction {
  pointer-events: none;
}

.medium-margin-top {
  margin-top: 40px;
}

.fusion-privacy-bar span a {
  text-decoration: underline;
}

.fusion-privacy-bar .fusion-privacy-bar-acceptance {
  border-color: #fffdfa !important;
  color: #fffdfa !important;
}

.fusion-privacy-bar .fusion-privacy-bar-acceptance:hover {
  background-color: #fffdfa !important;
  color: #527b8d !important;
}

img.border {
  border: 1px solid #d1dce0;
}

nav *:focus {
  outline: none !important;
}

#menu-item-610 span {
  text-transform: initial !important;
  font-weight: 400;
  font-size: 13px;
}

#menu-item-569 img {
  margin: 0;
}

.ubermenu-submenu-id-246 {
  overflow-y: hidden !important;
}

.ubermenu-item-level-0 > .ubermenu-target:hover .ubermenu-target-title::after {
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
}

.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-target-text {
  position: relative;
}

.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-target-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  bottom: -8px;
  left: 50%;
  background-color: #cf4619;
  -webkit-transform: scaleX(0) translateX(-50%);
  transform: scaleX(0) translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.ubermenu-item-level-0.ubermenu-current_page_item
  > .ubermenu-target
  > .ubermenu-target-text:after,
.ubermenu-item-level-0.ubermenu-current-menu-ancestor
  > .ubermenu-target
  > .ubermenu-target-text:after,
.ubermenu-item-level-0.ubermenu-active
  > .ubermenu-target
  > .ubermenu-target-text:after {
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
}

.ubermenu-tab {
  background-color: #f4c685e5 !important;
}

.ubermenu-tab > .ubermenu-target > .ubermenu-target-text {
  text-transform: uppercase;
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  .tme-header-logo {
    width: 80px;
  }
}

@media screen and (max-width: 860px) {
  .tme-header-logo {
    width: 70px;
  }
}

@media screen and (min-width: 1366px) {
  .tme-header-logo {
    position: absolute !important;
    top: -20px;
    left: -20px;
    width: 160px;
    height: auto;
    -webkit-transform: translateY(-34%);
    transform: translateY(-34%);
  }
}

.ubermenu-main .ubermenu-tab > .ubermenu-target {
  letter-spacing: 0.6px;
}

.ubermenu.ubermenu-main .ubermenu-tab > .ubermenu-target:hover {
  color: #fffdfa;
  background-color: #cf4619;
}

.ubermenu-main
  .ubermenu-submenu
  .ubermenu-item-header
  > .ubermenu-target:hover
  span {
  color: #fffdfa;
  background-color: #cf4619;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target span {
  padding: 0 5px;
  margin-left: -5px;
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  #menu-item-2265,
  #menu-item-2269 {
    display: inline-block;
  }
}

@media screen and (min-width: 1366px) {
  #menu-item-2265,
  #menu-item-2269 {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  .ubermenu .ubermenu-submenu.ubermenu-submenu-id-839 {
    min-height: 0 !important;
  }
}

.ubermenu-mobile-footer {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1365px) {
  #ubermenu-nav-main-19 {
    margin-bottom: 0;
  }
  #ubermenu-nav-main-19 .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #ubermenu-nav-main-19 #menu-item-839 .ubermenu-tab-content-panel > li > a {
    padding-bottom: 15px;
  }
  #ubermenu-nav-main-19 #menu-item-839 .ubermenu-tab-content-panel > li > ul {
    display: none;
  }
}

#FooterForm h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 860px) {
  #FooterForm .inf-submit input {
    width: 100%;
  }
}

.tme-home-box-shadow > div {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(41, 60, 115, 0.12);
  box-shadow: 0px 2px 10px 0px rgba(41, 60, 115, 0.12);
}

.tme-title-border {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6b960;
  padding: 15px;
}

.tme-home-logo {
  position: absolute !important;
  left: 50%;
  top: 0;
  z-index: 11 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tme-home-logo img {
  max-width: 180px;
}

.tme-course-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tme-home-vertical-news .tme-home-news-card {
  padding-bottom: 0 !important;
}

.tme-home-vertical-news .tme-home-news-card .fusion-column-inner-bg {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  .tme-home-vertical-news .tme-home-news-card .fusion-imageframe {
    max-height: 300px;
  }
}

@media screen and (max-width: 1365px) {
  .tme-home-vertical-news .tme-home-news-card .fusion-imageframe {
    height: 100%;
    width: 100%;
  }
  .tme-home-vertical-news .tme-home-news-card .fusion-imageframe img {
    aspect-ratio: unset;
  }
}

@media screen and (max-width: 860px) {
  .tme-mobile-img > div {
    height: 300px !important;
  }
}

.tme-home-news-image {
  max-height: 445px;
}

.tme-home-news-image > div > div {
  height: 100%;
}

.tme-course-variation .woocommerce-variation-price,
.tme-course-variation .quantity,
.tme-course-variation th {
  display: none !important;
}

.tme-course-variation .woocommerce-variation-description p {
  color: #fffdfa;
}

.tme--course-tab .nav ul.nav-tabs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  .tme--course-tab .nav ul.nav-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tme--course-tab .nav ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto !important;
}

@media screen and (max-width: 860px) {
  .tme--course-tab .nav ul li {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  .tme--course-tab .nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
  }
}

.tme--course-tab .nav ul li h4 {
  font-size: 1rem !important;
}

.tme--course-tab .nav ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.tme--course-tab .nav ul li a:hover .fusion-tab-heading,
.tme--course-tab .nav ul li.active .fusion-tab-heading {
  color: #fffdfa !important;
}

.tme--course-tab .fusion-tab-heading {
  text-transform: uppercase !important;
}

.tme--course-tab .tab-content {
  margin-top: 0 !important;
  padding: 45px;
  background-color: #e8f5fa;
}

.tme--course-tab .tab-content a {
  text-decoration: none !important;
}

.tme--course-tab .tab-content a:hover {
  color: #2d333e;
}

@media screen and (max-width: 860px) {
  .tme--course-tab .tab-content {
    background-color: unset;
    padding: 0;
  }
}

.tme--course-tab .tab-content > div > div h3 {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.tme--course-tab .tab-content > div > div h3:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 860px) {
  .tme--course-tab .tab-content .tab-pane {
    padding: 15px !important;
    margin: 0 !important;
    background-color: #e8f5fa !important;
  }
}

@media screen and (max-width: 860px) {
  .tme--course-tab .tab-content .tme-mobile-border-bottom {
    border-bottom: 1px solid #527b8d;
  }
}

.tme--course-tab .tab-link {
  border-bottom: none !important;
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  .tme--course-tab .tab-link {
    border-bottom: 1px solid !important;
  }
}

.tme--course-tab .tme--course-registration-container .tme--registration-button {
  width: 270px;
}

.tme--course-tab .woocommerce-variation-description p {
  color: #527b8d;
}

.tme--course-tab .variations,
.tme--course-tab .single_add_to_cart_button {
  width: 270px !important;
}

.tme-courses--course-content .fusion-panel {
  margin-bottom: 2px !important;
}

.tme-courses--course-content .panel-collapse {
  background-color: #fffdfa;
}

.tme-courses--course-content ul {
  margin-top: 0;
}

.tme-courses--course-content p {
  margin-bottom: 0 !important;
}

.tme-course-testimonials q {
  padding: 60px 60px 0 60px !important;
}

@media screen and (max-width: 860px) {
  .tme-course-testimonials q {
    padding: 30px 30px 0 30px !important;
  }
}

.tme-course-testimonials q p {
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

@media screen and (max-width: 860px) {
  .tme-course-testimonials q p {
    line-height: 1.5;
  }
}

.tme-course-testimonials .author {
  margin-top: 0 !important;
  padding-top: 25px;
  padding-bottom: 60px;
  background-color: #527b8d;
}

.tme-course-testimonials .author > span {
  letter-spacing: 1px !important;
}

.tme-course-testimonials .testimonial-pagination a {
  border-color: #527b8d !important;
}

.tme-course-testimonials .testimonial-pagination a.activeSlide {
  background-color: #527b8d !important;
}

.tme-pods-related-articles-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 860px) {
  .tme-pods-related-articles-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.tme-pods-related-articles-list .tme-list-item {
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.tme-pods-related-articles-list .tme-list-item .pod-image {
  height: 200px;
}

.tme-pods-related-articles-list .tme-list-item .pod-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tme-pods-related-articles-list .tme-list-item .pod-text {
  background-color: #fffdfa;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tme-pods-related-articles-list .tme-list-item .pod-text h4 {
  color: #cf4619;
  font-size: 14px;
}

.tme-pods-related-articles-list .tme-list-item .pod-text h3,
.tme-pods-related-articles-list .tme-list-item .pod-text h4 {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 860px) {
  .tme-pre-registration-form form > div {
    padding: 0 !important;
  }
}

.courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.courses h6 {
  margin: 0;
  font-size: 14px !important;
}

.courses .card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 330px;
  flex: 0 1 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  max-width: 330px;
}

.courses .course-header {
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.courses .course-header .course-date,
.courses .course-header .course-is-full {
  text-align: left;
  border-top-right-radius: 3px;
  padding: 10px 13px;
  background-color: #fffdfa;
}

.courses .course-header .course-date h6,
.courses .course-header .course-is-full h6 {
  margin-top: 0px;
  text-transform: uppercase;
}

.courses .course-header .course-date span,
.courses .course-header .course-is-full span {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.courses .course-informations {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #527b8d;
}

.courses .course-informations p {
  margin-bottom: 0 !important;
}

.courses .course-informations .course-category {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 600;
}

.courses .course-informations .course-title {
  margin: 10px 0 15px;
  font-size: 28px;
  letter-spacing: 0.4px;
}

.courses .course-informations .picto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 20px 0;
}

.courses .course-informations .picto-container .picto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.courses .course-informations .picto-container .picto .picto-text {
  font-size: 12px;
  margin-left: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.courses .course-informations .picto-container .picto .picto-image {
  display: block;
}

.courses .course-informations .picto-container .picto .picto-image svg {
  width: 40px;
  height: auto;
}

.courses
  .course-informations
  .picto-container
  .picto.course-difficulty
  svg
  circle {
  fill: #e6b960;
}

.courses .course-informations .course-registration-open {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: #ff7d50;
}

.courses .course-informations .course-registration-open span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fffdfa;
}

.courses .course-informations .course-learn-more {
  text-align: center;
  padding: 15px 30px;
  border: 2px solid #fffdfa;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.courses.tme-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tme-courses-filter-group ul {
  padding-left: 15px;
}

.tme-courses-filter-group .bapf_ckbox_sqchck input[type="checkbox"] {
  height: 15px;
  width: 15px;
  border-color: #527b8d;
  border-width: 1px;
}

.tme-courses-filter-group
  .bapf_ckbox_sqchck
  input[type="checkbox"]:checked:after {
  top: -5px;
  left: 3px;
  border-color: #527b8d;
}

.tme-article-main-image {
  max-height: 310px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tme-article-main-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 860px) {
  .tme-dr-arya-wittings-content img,
  .tme-article-content img {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.tme-article-content h4,
.tme-article-content h5 {
  margin-bottom: 10px;
  line-height: 1.3 !important;
  margin-top: 30px;
}

.tme-article-content h4:first-of-type,
.tme-article-content h5:first-of-type {
  margin-top: 0;
}

.tme-article-content a {
  color: #cf4619;
}

.tme-article-content .tme-bullet li {
  margin-left: 240px;
}

.tme-article-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.tme-article-content p {
  word-break: break-word;
}

.tme-article-content th {
  padding: 15px;
  background-color: #e8f5fa;
}

.tme-article-content td {
  padding: 10px;
  text-align: center;
}

.tme-article-content table,
.tme-article-content th,
.tme-article-content td {
  border: 1px solid #444f61;
}

@media screen and (max-width: 860px) {
  .tme-article-content table,
  .tme-article-content th,
  .tme-article-content td {
    padding: 0;
  }
}

.tme-article-content .fusion-tooltip {
  border-bottom: 1px dotted #444f61;
}

.tme-article-content .footnote li {
  margin-bottom: 15px;
}

.tme-article-content .fusion-audio {
  margin-bottom: 30px;
}

.article-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px 30px;
  gap: 15px;
}

.article-downloads .file {
  border: 1px solid #d1dce0;
}

.article-downloads .file img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-downloads .text {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.article-downloads .text .article-download-disclaimer {
  margin-top: 20px;
  font-style: italic;
  color: #b3afaa;
}

.tme-see-all-courses {
  margin-top: 30px;
}

.sibling-posts-container .tme-sidebar-header,
.other-posts-container .tme-sidebar-header,
.tme-post-cards .tme-sidebar-header,
.latest-blog-container .tme-sidebar-header {
  background-color: rgba(240, 194, 101, 0.39);
}

.sibling-posts-container .tme-sidebar-header .sidebar-title,
.other-posts-container .tme-sidebar-header .sidebar-title,
.tme-post-cards .tme-sidebar-header .sidebar-title,
.latest-blog-container .tme-sidebar-header .sidebar-title {
  text-transform: uppercase !important;
  text-align: center;
  padding: 10px 0;
  font-size: 14px !important;
  margin-bottom: 15px;
  margin-top: 0;
}

.sibling-posts-container .sibling-posts-list,
.sibling-posts-container .other-cat-list,
.sibling-posts-container .tme-latest-blog-list,
.other-posts-container .sibling-posts-list,
.other-posts-container .other-cat-list,
.other-posts-container .tme-latest-blog-list,
.latest-blog-container .sibling-posts-list,
.latest-blog-container .other-cat-list,
.latest-blog-container .tme-latest-blog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sibling-posts-container .info-container,
.other-posts-container .info-container,
.latest-blog-container .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}

.sibling-posts-container .sibling-post .sibling-image,
.other-posts-container .sibling-post .sibling-image,
.latest-blog-container .sibling-post .sibling-image {
  width: 100px;
  height: 70px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.sibling-posts-container .sibling-post .sibling-image img,
.other-posts-container .sibling-post .sibling-image img,
.latest-blog-container .sibling-post .sibling-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sibling-posts-container .sibling-post .sibling-text,
.other-posts-container .sibling-post .sibling-text,
.latest-blog-container .sibling-post .sibling-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sibling-posts-container .sibling-post .sibling-text .title,
.other-posts-container .sibling-post .sibling-text .title,
.latest-blog-container .sibling-post .sibling-text .title {
  margin: 0 0 8px 0;
}

.sibling-posts-container .sibling-post .sibling-text .title-date,
.other-posts-container .sibling-post .sibling-text .title-date,
.latest-blog-container .sibling-post .sibling-text .title-date {
  font-size: 12px;
  font-weight: 500;
}

.sibling-posts-container .other-cat-list .other-cat-item,
.other-posts-container .other-cat-list .other-cat-item,
.latest-blog-container .other-cat-list .other-cat-item {
  position: relative;
}

.sibling-posts-container .other-cat-list .other-cat-item a,
.other-posts-container .other-cat-list .other-cat-item a,
.latest-blog-container .other-cat-list .other-cat-item a {
  padding: 25px;
  display: block;
  font-weight: 700;
  color: #cf4619;
}

.sibling-posts-container .other-cat-list .other-cat-item::before,
.other-posts-container .other-cat-list .other-cat-item::before,
.latest-blog-container .other-cat-list .other-cat-item::before {
  content: "";
  position: absolute;
  border-right: 2px solid #cf4619;
  border-bottom: 2px solid #cf4619;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

#CourseTitle {
  display: none;
}

.blog .fusion-content-tb-1 .fusion-layout-column {
  margin-top: 20px;
}

.blog .fusion-content-tb-1 .fusion-layout-column p:last-child {
  margin-bottom: 0;
}

.tme-news-content a {
  color: #cf4619;
}

@media screen and (min-width: 800px) {
  .tme-course-recapitulation-table .product-name {
    width: 75% !important;
  }
}

.tme-course-recapitulation-table .product-price,
.tme-course-recapitulation-table .product-name {
  text-align: left !important;
}

.tme-billing-options .woocommerce-billing-fields__field-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media screen and (max-width: 860px) {
  .tme-billing-options .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.tme-billing-options .woocommerce-billing-fields__field-wrapper p {
  width: 100% !important;
  float: none !important;
}

.tme-billing-options input::-webkit-input-placeholder {
  color: #585e6a;
}

.tme-billing-options input:-ms-input-placeholder {
  color: #585e6a;
}

.tme-billing-options input::-ms-input-placeholder {
  color: #585e6a;
}

.tme-billing-options input::placeholder {
  color: #585e6a;
}

.tme-billing-options .field-full-width {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.tme-billing-options .field-full-width label {
  display: block;
}

.tme-billing-options .field-full-width textarea {
  display: block;
}

.tme-billing-options #billing_title_field label,
.tme-billing-options #billing_title_field select {
  display: block;
}

.tme-billing-options #billing_title_field select {
  width: 100%;
}

#payment ul li label::before {
  border-color: #fffdfa;
}

#payment ul li input:checked + label::after {
  background: #fffdfa;
}

.tme-coupon h3 {
  margin-top: 0;
}

.tme-coupon table {
  border-collapse: collapse;
}

@media screen and (max-width: 860px) {
  .tme-coupon table {
    width: 100%;
  }
}

.tme-coupon table th {
  text-align: left;
  background-color: #e8f5fa;
}

.tme-coupon table th,
.tme-coupon table td {
  border: 1px solid #444f61;
  padding: 5px 10px;
}

.tme-coupon table #remove-coupon {
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  display: block;
}

.tme-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkout_coupon button {
  margin-top: 15px !important;
}

.checkout_coupon button:hover {
  background-color: #cf4619 !important;
  color: #fffdfa !important;
}

@media screen and (max-width: 860px) {
  .checkout_coupon input,
  .checkout_coupon button {
    width: 100% !important;
  }
}

.tme-cart-icon-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.payment_method_eh_paypal_express img {
  display: none;
}

.tme-payment-method .methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 170px;
}

@media screen and (max-width: 1365px) {
  .tme-payment-method .methods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.tme-payment-method .methods > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tme-payment-method .methods .payment_box {
  border: 2px solid #444f61 !important;
  border-top: none !important;
  background-color: #fffdfa !important;
}

.tme-payment-method .wc_payment_methods > .wc_payment_method:hover label {
  background-color: #527b8d !important;
}

.page-id-1396 .tme-cart-icon-mobile,
.page-id-1396 .tme-cart-icon-desktop {
  display: none;
}

.avada-cart-actions {
  padding: 0 !important;
}

.woocommerce-order > div,
.woocommerce-order > section {
  padding: 15px !important;
}

.avada-order-details table {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .avada-order-details table .product-name {
    width: 50% !important;
  }
}

@media screen and (max-width: 860px) {
  .avada-order-details table .product-thumbnail {
    display: none;
  }
}

.tme-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.tme-result-list .search-result {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid lightslategray;
  height: 300px;
}

@media screen and (max-width: 860px) {
  .tme-result-list .search-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
  }
}

@media screen and (max-width: 860px) {
  .tme-result-list .search-result {
    padding: 15px 0;
  }
}

.tme-result-list .search-result .img-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tme-result-list .search-result .search-result-img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .tme-result-list .search-result .search-result-img {
    height: 180px;
  }
}

.tme-result-list .search-result .search-result-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tme-result-list .search-result .search-result-text {
  padding: 30px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

@media screen and (max-width: 860px) {
  .tme-result-list .search-result .search-result-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 0 0;
  }
}

.tme-result-list .search-result .search-result-text h3 {
  font-size: 20px;
}

.tme-search-page .pagination .page-numbers:not(.prev):not(.next) {
  padding: 15px;
}

.tme-sub-articles {
  list-style: none;
  padding: 30px;
}

@media screen and (max-width: 860px) {
  .tme-sub-articles {
    padding: 0;
  }
}

.tme-sub-articles li:not(:last-of-type) {
  margin-bottom: 45px;
}

.tme-sub-articles li .tme-article-title a:hover {
  color: #444f61;
}

.tme-sub-articles .tme-sub-item .item-image {
  width: 100%;
  height: 300px;
}

.tme-sub-articles .tme-sub-item .item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tme-sub-articles .tme-sub-item .item-informations {
  padding: 0;
}

.arrow-move svg {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.arrow-move-back svg {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(-1) translateX(10px);
  transform: scale(-1) translateX(10px);
}

.woocommerce .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce .tme-woocommerce-notices .woocommerce-notices-wrapper {
  display: block;
}

.woocommerce-notices-wrapper li {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.woocommerce-notices-wrapper li .wc-notices-text {
  -webkit-box-flex: initial !important;
  -ms-flex: initial !important;
  flex: initial !important;
}

.tme-register-now-button a {
  margin: 0 !important;
}

.tme-register-now-button.tme-btn-full-width a {
  width: 100%;
}

.tme-register-now-button.tme-btn-blue a {
  background-color: #527b8d !important;
  border-color: #527b8d !important;
  color: #fffdfa !important;
}

.tme-register-now-button.tme-btn-blue a:hover {
  background-color: #fffdfa !important;
  color: #527b8d !important;
}

.tme-register-now-button.tme-btn-blue.with-span {
  background-color: #527b8d !important;
  border-color: #527b8d !important;
}

.tme-register-now-button.tme-btn-blue.with-span span {
  color: #fffdfa !important;
}

.tme-register-now-button.tme-btn-blue.with-span:hover {
  background-color: #444f61 !important;
  border-color: #444f61 !important;
}

.tme-register-now-button.tme-btn-blue.with-span:hover span {
  color: #fffdfa !important;
}

.tme-register-now-button.tme-btn-white a {
  background-color: #fffdfa !important;
  border-color: #fffdfa !important;
  color: #527b8d !important;
}

.tme-register-now-button.tme-btn-white a:hover {
  background-color: #d1dce0 !important;
  border-color: #d1dce0 !important;
}

.tme-register-now-button.with-span {
  background-color: #fffdfa !important;
  border-color: #fffdfa !important;
}

.tme-register-now-button.with-span span {
  color: #527b8d !important;
}

.tme-register-now-button.with-span:hover {
  background-color: #d1dce0 !important;
  border-color: #d1dce0 !important;
}

.hover-anim {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.hover-anim:hover {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.hover-anim .fullwidth-box {
  padding: 0 !important;
}

.tme-cart-icon .awb-off-canvas-inner {
  background-color: transparent !important;
}

.wc-bacs-bank-details-heading {
  font-size: 24px !important;
}

.wc-bacs-bank-details-account-name {
  font-size: 16px !important;
}

.tme-sidebar-newsletter-form > form > div {
  padding: 0 !important;
}

.tme-sidebar-newsletter-form input {
  border-radius: 0 !important;
}

.tme-sidebar > div {
  gap: 40px;
}

.newsletter form .inf-submit {
  margin-top: 15px;
  text-align: left;
}

.newsletter form .inf-submit input {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid;
  padding: 15px 60px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (min-width: 861px) and (max-width: 1365px) {
  .newsletter form .inf-submit input {
    padding: 15px 30px;
  }
}

.newsletter form > div {
  margin: 0;
  background-color: transparent;
  padding: 0;
}

.newsletter form input {
  border-radius: 0;
  height: 50px;
  color: #444f61;
}

.newsletter form input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
}

.newsletter form input:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
}

.newsletter form input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
}

.newsletter form input::placeholder {
  font-family: "Inter", sans-serif;
}

.newsletter form h4 {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.newsletter form span {
  font-size: 16px;
  display: block;
}

.newsletter.newsletter-footer form .inf-submit input {
  background: rgba(255, 255, 255, 0);
  color: #cf4619;
  border-color: #cf4619;
}

.newsletter.newsletter-footer form .inf-submit input:hover {
  background-color: #cf4619;
  color: #fffdfa;
}

.newsletter.newsletter-footer form span,
.newsletter.newsletter-footer form h4 {
  color: #444f61;
}

.newsletter.newsletter-sidebar form span,
.newsletter.newsletter-sidebar form h4 {
  color: #fffdfa;
  text-align: center;
}

.newsletter.newsletter-sidebar form .inf-submit input {
  width: 100%;
  border-color: #fffdfa;
  background-color: transparent;
}

.newsletter.newsletter-sidebar form .inf-submit input:hover {
  background-color: #fffdfa;
  color: #527b8d;
}

.newsletter.newsletter-big form h4 {
  display: none;
}

.newsletter.newsletter-big form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 860px) {
  .newsletter.newsletter-big form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.newsletter.newsletter-big form > div span {
  width: 40%;
  color: #fffdfa;
}

.newsletter.newsletter-big form > div .inf-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  gap: 15px;
  margin: 0;
}

@media screen and (max-width: 860px) {
  .newsletter.newsletter-big form > div .inf-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.newsletter.newsletter-big form > div .inf-content .inf-input {
  width: 60%;
}

@media screen and (max-width: 860px) {
  .newsletter.newsletter-big form > div .inf-content .inf-input {
    width: 100%;
  }
}

.newsletter.newsletter-big form > div .inf-content .inf-submit {
  width: 40%;
}

@media screen and (max-width: 860px) {
  .newsletter.newsletter-big form > div .inf-content .inf-submit {
    width: 100%;
  }
}

.newsletter.newsletter-big form > div .inf-content .inf-submit input {
  width: 100%;
  border-color: #fffdfa;
  background-color: transparent;
}

.newsletter.newsletter-big form > div .inf-content .inf-submit input:hover {
  background-color: #fffdfa;
  color: #527b8d;
}

.newsletter.newsletter-big form > div .inf-content .inf-submit,
.newsletter.newsletter-big form > div .inf-content .inf-input {
  margin: 0;
}

@media screen and (max-width: 860px) {
  .newsletter.newsletter-big form > div span,
  .newsletter.newsletter-big form > div .inf-content {
    width: 100%;
  }
}

.mega-menu--achived-courses-link {
  padding-top: 4px;
}
.mega-menu--achived-courses-link p {
  line-height: 1.5;
}
.mega-menu--achived-courses-link a {
  color: #cf4619 !important;
  padding: 0 6px;
}
.mega-menu--achived-courses-link a:hover {
  color: #fff !important;
  background-color: #cf4619 !important ;
}
.ubermenu-submenu-id-5937 {
  padding: 0 10px !important;
}
/*# sourceMappingURL=style.css.map */
