/*
Theme Name: MEDD 
Theme URI: https://a101.com
Author: A101
Author URI: https://a101.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a101com
*/

h1, h2, h3 {
    text-transform: uppercase;
}

.sideNavItem.with-bottom-sep {
    position: relative;
}

.sideNavItem.with-bottom-sep::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px; 
    height: 1px;
    background-color: #ffffff; 
}
.sideNavIcon {
    transition: transform 0.2s ease;
}
.sideNavItem:hover .sideNavIcon {
    transform: scale(1.2);
}

.workshopSlideImage {
    position: relative;
}

.courseDateTag--overlay {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    opacity: 0.9;


    display: flex;
    align-items: center;
    gap: 6px;
}


.testimonialsSection, .certificationsSection::after, .contactHeroSection::after {
    background:none;
}

.trainersHeroContent {
    display: block;
}

.trainersHeroText {
    justify-self: start;
    max-width: 70%;
}

.workshopLocationMap img {
    width:66%;
}

.workshopLocationMap {
    background:none;
}

.heroScrollHint {
    color:#fff;
}

@keyframes heartbeat {
    0%, 100% {
      transform: scale(1);
      opacity: 0.85;
    }
    50% {
      transform: scale(1.05);
      opacity: 1;
    }
  }
  .heroScrollHint {
    will-change: transform;
  }
  .heroScrollHint {
    display: inline-block;
    animation: heartbeat 3.5s ease-in-out infinite;
  }
  .contactInfoColumn {
    margin-top:6rem;
  }

  .contactLocationMap img {
    width:66%;
    border-radius: 1rem;
  }

  .contactLocationMap {
    background:none;
  }

  .trainingContactCard {
    max-width:100%!important;
  }

  .trainingContactTitle {
    max-width: 70%;
  }

  .wpcf7-form textarea {
    height: 200px;
}