/*
Theme Name: TSE
Theme URI: https://www.tseonline.nl/
Author: Daaf Bleumink
Author URI: https://www.daafbleumink.nl/
Version: 1.6
*/

.body-container .text-img:nth-child(odd) .layout-flexible-content--text-image {
  flex-direction: row-reverse;
}

.body-container
  .text-img:nth-child(odd)
  .layout-flexible-content--text-image
  .layout-flexible-content__text {
  padding-left: 5rem;
  padding-right: 0;
}

.layout-flexible-content__text p a {
  display: inline-block !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .layout-flexible-content ul {
    font-size: 16px;
    line-height: 2;
  }
}

.content-projects .post-tiles {
  position: relative;
  z-index: 10;
}

.content-projects.closing {
  padding-top: 4rem;
}

.site-footer__avatar img {
  width: 100%;
  position: relative;
  bottom: -4.5rem;
}

.site-footer__action-wrap .site-footer__text * {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.site-footer__action-wrap.form {
  height: auto;
  & iframe {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 400px) {
  .site-footer__action-wrap.form {
    padding: 5rem;
  }

  .site-footer__action {
    margin-top: 50px;
  }
  .site-footer__avatar {
    width: 250px;
  }

  .site-footer__avatar img {
    width: 300px;
    height: calc(100% + 200px);
    object-fit: contain;
    position: absolute;
    right: 0;
    top: -100px;
  }
}

@media only screen and (min-width: 1100px) {
  .site-footer__action-wrap.form iframe {
    margin-left: 10rem;
  }

  .site-footer__action-wrap.form .tally-powered {
    display: none !important;
  }
}

.brands-button {
  display: block;
  text-decoration: none;
  margin-top: -4rem;
  margin-bottom: 4rem;

  &:hover {
    color: #81b5bd;
  }
}

.embed-container {
  margin: 2rem 0;
}
