/**
* Theme Name: Magnetique Child
* Description: This is a child theme of Magnetique.
* Author: <a href="https://themeforest.net/user/firstsight_design">firstsight_design</a>
* Template: magnetique
* Version: 1.0
*/

/* main */
.art-main-container {
  overflow: hidden;
}

/* header */

.header_secondary .item-title {
  background-color: #3c4755;
  color: #ffffff;
  border-style: none;
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
  text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  padding: 10px 20px;
  white-space: nowrap;
}

.header_secondary .item-title:hover {
  background-color: #A9B6C5;
  color: #3C4755;
  border-style: none;
}


/* course template */

.course-header-right-content .lp-course-contact-button {
  margin-top: 25px;
}

.course-bottom .art-social-container a:first-of-type{
  margin-left: 0;
}


/* sidebar */
article.single-event-content-wrapper .single-event-window-wrapper .single-event-window .window-body .art-course-single-sidebar .meta-item-price.hide {
  display: none!important;
}


/* feedback */
body.feedback-modal-open { overflow: hidden; }

.feedback-modal { position: fixed; inset: 0; z-index: 99999; display: none; }
.feedback-modal.is-active { display: block; }

.feedback-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }

.feedback-modal__dialog {
  position: relative;
  max-width: 820px;
  width: calc(100% - 32px);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 0;
  padding: 40px 35px;
  max-height: 84vh;
  overflow: auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  top: 50%;
  transform: translateY(-50%);
}

.feedback-modal__close {
 position: absolute;
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent !important;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: black !important;
  display: flex;
  align-items: center;
  z-index: 5;
}

.feedback-modal__body > *:first-child { margin-top: 0; }
.feedback-modal__body > *:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
  .feedback-modal__dialog { margin-top: 6vh; padding: 30px 18px; }
}

.feedback-extra {
  display: none;
}

.feedback-popup {
  cursor: pointer;
}



/* course */

#learn-press-course-tabs .learn-press-nav-tabs .course-nav-tab-audience::before {
  content: "\e812" !important;
  font-family: magnetique;
}

/* blog grid — uniform image height */
.art-blog-posts-grid .art-post-image {
  height: 250px!important;
  overflow: hidden;
}

.art-blog-posts-grid .art-post-image img {
  width: 100%;
  height: 100%;
  height: 250px!important;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .art-blog-posts-grid .art-post-image, .art-blog-posts-grid .art-post-image img {
    height: 180px!important;
  }
}

/* hide Previous/Next Post labels in single post navigation */
.art-single-navigation .post-nav-item-descr {
  display: none!important;
}