/*!
Theme Name: Timothy Moonlight
Theme URI: http://upqode.com
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.0.0
Author: UPQODE
Author URI: http://upqode.com
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: upqode
*/

#content__section img {
  width: fit-content !important;
}

#landing {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#landing .container {
  z-index: 1;
  position: relative;
}

.tm-about-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tm-about-page a {
  color: #0d6efd;
  text-decoration: underline;
}

.tm-about-page a:hover {
  color: #0a58ca;
}

.tm-about-page__wrap {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.tm-about-page__wrap>div {
  flex: 1 0 calc(50% - 15px);
}

.tm-thank-you-page__heading {
  max-width: 640px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 80px;
}

.tm-thank-you-page__heading h4 {
  text-transform: uppercase;
}

.tm-thank-you-page__main {
  display: flex;
  gap: 30px;
}

.tm-thank-you-page__main img {
  width: 100%;
}

.tm-thank-you-page__main>div {
  flex: 1 0 calc(33% - 20px);
}


@media (max-width: 768px) {
  .tm-about-page__wrap {
    flex-direction: column;
  }

  .tm-about-page__wrap>div {
    flex: 1 0 100%;
  }
}


@media (max-width: 576px) {
  .tm-thank-you-page__main {
    flex-wrap: wrap;
  }

  .tm-thank-you-page__main>div {
    flex: 1 0 100%;
    text-align: center;
  }
}

.fill {
  min-height: 100%;
  height: 100%;
}

.grey {
  background-color: #4b4b4b !important;
}

