/* stylelint-disable max-line-length */
/* stylelint-enable max-line-length */
/*
--- Animations!!! ---
-- Slider
-- Squeeze
-- Arrow Left
-- Arrow Right

How to use:

Have this in it's own file e.g. _hamburger.scss
@include h('cross', 25px, 20px, #fff, 2px, 2px, 0.3s);

Parameters:
@include h(AnimationType, Width, Height, Colour, Border Radius, Thickness, Transition Speed);

*/
.single-event__header {
  position: relative;
  padding-top: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.single-event__header .image-overlay-colour {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 599px) {
  .single-event__header {
    padding-top: 80px;
  }
}
.single-event__header .basic-header {
  position: relative;
  z-index: 2;
  max-width: 55%;
}
.single-event__header .basic-header h1 {
  color: #fff;
}
@media only screen and (max-width: 1279px) {
  .single-event__header .basic-header {
    max-width: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__header .basic-header {
    max-width: 100%;
  }
}
.single-event__info-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 90px 0 190px;
  gap: 80px;
}
.single-event__info-grid > div:first-child {
  grid-column: 1/3;
}
.single-event__info-grid > div:last-child {
  grid-column: 3/7;
}
@media only screen and (max-width: 1919px) {
  .single-event__info-grid {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-event__info-grid {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .single-event__info-grid {
    margin: 30px 0 90px;
  }
}
.single-event__details {
  margin: 0;
  padding: 0;
}
.single-event__details li {
  margin-bottom: 3px;
  padding: 0;
  list-style: none;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-event__details li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event__details li {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1279px) {
  .single-event__details li {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1023px) {
  .single-event__details {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .single-event__details {
    margin-bottom: 30px;
  }
  .single-event__details li {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}
.single-event__intro-text p {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event__intro-text p {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1279px) {
  .single-event__intro-text p {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single-event__intro-text p {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 599px) {
  .single-event__intro-text p {
    font-size: 1.625rem;
  }
}
.single-event__heading {
  font-size: 3.75rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event__heading {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single-event__heading {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 599px) {
  .single-event__heading {
    font-size: 1.625rem;
  }
}
.single-event__description {
  margin-bottom: 120px;
}
@media only screen and (max-width: 599px) {
  .single-event__description {
    margin-bottom: 0;
  }
  .single-event__description .two-col-text-and-logos__logos {
    border-top: 2px solid #87e0b0;
    margin-top: 80px;
  }
}
.single-event__speakers {
  border-top: 2px solid #87e0b0;
  margin-bottom: 120px;
  padding-top: 80px;
}
.single-event__speakers.no-border {
  border-top: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single-event__speakers {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .single-event__speakers {
    margin-bottom: 110px;
    padding-top: 20px;
  }
}
.single-event .speakers-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 120px;
  row-gap: 55px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single-event .speakers-list {
    column-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .single-event .speakers-list {
    grid-template-columns: 1fr;
  }
}
.single-event .speaker__photo {
  position: relative;
  width: 254px;
  height: 260px;
  overflow: hidden;
}
.single-event .speaker__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event .speaker__photo {
    width: 224px;
    height: 230px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single-event .speaker__photo {
    width: 200px;
    height: 206px;
  }
}
@media only screen and (max-width: 599px) {
  .single-event .speaker__photo {
    width: 134px;
    height: 138px;
  }
}
.single-event .speaker .photo-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.single-event .speaker .photo-mask .svg-icon {
  width: 56px;
  height: 75px;
}
.single-event .speaker .photo-mask .svg-icon path {
  fill: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event .speaker .photo-mask .svg-icon {
    width: 40px;
    height: 55px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-event .speaker .photo-mask .svg-icon {
    width: 30px;
    height: 40px;
  }
}
.single-event .speaker__info {
  margin-top: 60px;
}
.single-event .speaker__job-title {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-event .speaker__name {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
}
.single-event .speaker__bio {
  margin-top: 46px;
  font-size: 1.375rem;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event .speaker .speaker__info {
    margin-top: 40px;
  }
  .single-event .speaker .speaker__job-title {
    font-size: 1rem;
  }
  .single-event .speaker .speaker__name {
    font-size: 2.1875rem;
  }
  .single-event .speaker .speaker__bio {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .single-event .speaker .speaker__info {
    margin-top: 30px;
  }
  .single-event .speaker .speaker__job-title {
    font-size: 1rem;
  }
  .single-event .speaker .speaker__name {
    font-size: 1.875rem;
  }
  .single-event .speaker .speaker__bio {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .single-event .speaker .speaker__info {
    margin-top: 15px;
  }
  .single-event .speaker .speaker__job-title {
    font-size: 0.875rem;
  }
  .single-event .speaker .speaker__name {
    font-size: 1.625rem;
  }
  .single-event .speaker .speaker__bio {
    max-width: 400px;
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
.single-event__full-width-description {
  border-top: 2px solid #87e0b0;
  padding: 80px 0 60px;
}
.single-event__full-width-description-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
.single-event__full-width-description .wysiwyg {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-event .post-carousel-sec {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .single-event .post-carousel-sec {
    padding-top: 0;
  }
}

/*# sourceMappingURL=single-event.css.map*/