
a {
    text-decoration: underline;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

.site-name a {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.site-slogan {
    font-size: 12px;
    letter-spacing: 0.24em !important;
}

.header-container {
    box-shadow: none;
}

#block-bodhidharmaofmoderntimes h1 {
    font-size: 35px;
    letter-spacing: 0.1em;
}

.path-frontpage .header-container .header {
    background-color: rgba(241, 241, 241, 0);
}

.onscroll .header-container .header {
    background-color: rgba(255,255,255,0.95);
}

.header-container ul.menu li a, .scroll-button a {
    color: #000;
}

.main-content__section, .sidebar__section {
    padding: 70px 0 70px;
}

.view-products-grid {
    margin-top: 0px;
}

.path-frontpage iframe {
  filter: grayscale(100%);
}

.view-testimonials-list .views-field-field-mt-subtitle {
  text-transform: uppercase;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
     
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 

#block-showcaseplus-content .views-field-field-image .overlay-container, .node--type-mt-service .video-item, #block-views-block-mt-products-carousel-block-2 .views-field-field-image .overlay-container, .views-field-field-mt-srv-video img{
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.view-testimonials-list .views-field-body {
  padding: 55px 50px 40px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
  border-radius: 3px;
  position: relative;
  color: #2d2d2d;
}

.view-testimonials-list .views-field-body p {
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}

.view-testimonials-list .views-field-body::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 45px 0 4px;
  border-color: #f4f4f4 transparent transparent transparent;
}

.view-testimonials-list .views-field-body p:first-child::before {
  position: absolute;
  content: "“";
  left: -40px;
  top: -45px;
  font-size: 130px;
  line-height: 1;
  color: #eceff3;
  letter-spacing: -0.25em;
  z-index: -1;
}

.view-testimonials-list .views-field-body p:first-child::before {
  color: rgba(39, 33, 47, 0.5);
}

