/*
Theme Name: Lahti
Author: Esmes Digital Oy
Author URI: https://esmes.fi/
Description: A custom WordPress theme
Version: 0.1
Text Domain: lahti
*/

.module.deedmakers > .wrapper .images .content {
  z-index: 2;
}

.module.video > .wrapper {
  padding-top: 56.25%;
}

.fa-twitter-square {
  display: inline;
  vertical-align: middle;
}

.fa-twitter-square::before {
  content: '';
  display: none !important;
}

.fa-twitter-square::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #ffffff;
  mask-image: url('img/x-twitter.svg');
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  vertical-align: -8%;
}

@media (min-width: 601px) {
  body.dark-menu #menu > .wrapper h1 {
    background-color: #097B76;
  }
}