/*
Theme Name: twentytwenty-childTheme
Description: childTheme
Author: childTheme
Author URI: 0
Template: twentytwenty
Version: 0.1.0
*/
* {
  font-family: "Open Sans", sans-serif;
}

main .di-container > article .entry-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
main .di-container > article .entry-content > * {
  max-width: 100% !important;
}
main .di-container > article .entry-content > *.wpcf7 {
  max-width: 600px !important;
  margin: auto;
}
main .di-container > article .entry-content .di-line {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
  padding-top: 50px;
}
main .di-container > article .entry-content .di-line:before {
  content: " ";
  position: absolute;
  top: 0;
  display: inline-block;
  border-top: 1px solid #ccc;
  width: 30%;
  margin: auto;
  left: 0;
  right: 0;
}
main .di-container > article .entry-content .di-profiles-switcher p {
  display: inline;
}
main .di-container > article .entry-content .di-profiles-switcher button {
  color: #010101 !important;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border: 0;
  text-transform: none;
  background-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: normal;
  outline: 0;
}
main .di-container > article .entry-content .di-profiles-switcher button::before {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: width linear 60ms;
}
main .di-container > article .entry-content .di-profiles-switcher button:focus {
  text-decoration: none;
}
main .di-container > article .entry-content .di-profiles-switcher button:hover {
  text-decoration: none;
}
main .di-container > article .entry-content .di-profiles-switcher button:hover::before {
  width: 100%;
}
main .di-container > article .entry-content .di-profiles-switcher button.di-selected::before {
  width: 100%;
}
main .di-container > article .entry-content .di-profiles-container {
  text-align: center;
}
main .di-container > article .entry-content .di-profiles-container .di-profile {
  display: inline-block;
  margin: 15px 30px;
  position: relative;
  width: 180px;
  max-height: 260px;
  overflow: hidden;
  cursor: pointer;
}
main .di-container > article .entry-content .di-profiles-container .di-profile img {
  width: 100%;
}
main .di-container > article .entry-content .di-profiles-container .di-profile div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}
main .di-container > article .entry-content .di-profiles-container .di-profile div p {
  color: black;
}
main .di-container > article .entry-content .di-profiles-container .di-profile:hover div {
  height: 50px;
  transition: all linear 100ms;
}

.di-center {
  text-align: center;
}

.di-text-center {
  text-align: center;
}

.di-hidden {
  display: none !important;
}

.di-button, .wpcf7-submit {
  display: inline-block;
  padding: 8px 16px;
  background-color: #6b0303;
  color: white;
  min-width: 270px;
  height: 60px;
  line-height: 45px;
  text-decoration: none;
  font-size: 24px;
  border-radius: 6px;
  transition: all 100ms linear;
  text-align: center;
}
.di-button:hover, .wpcf7-submit:hover {
  background-color: #d1d1d3;
  color: black;
}

.di-button-dark {
  display: inline-block;
  padding: 8px 16px;
  background-color: black;
  color: white;
  min-width: 270px;
  height: 60px;
  line-height: 45px;
  text-decoration: none;
  font-size: 24px;
  border-radius: 6px;
  transition: all 100ms linear;
  text-align: center;
}
.di-button-dark:hover {
  background-color: #d1d1d3;
  color: black;
}

.di-wrapper-button {
  margin: 30px auto 80px;
}
.di-wrapper-button a {
  margin: 0 15px 15px;
}

.site-logo img {
  max-height: 40px;
}

.header-toggles {
  display: none !important;
}

.header-navigation-wrapper nav ul li a {
  color: #010101 !important;
  font-size: 18px;
}
.di-entry-title {
  font-size: 30px;
  font-weight: normal;
}

.di-flexbox-container {
  display: flex;
  width: 100%;
}
.di-flexbox-container .di-flexbox {
  display: flex;
}

.di-flexbox-container .di-flexbox.di-grow {
  flex-grow: 1;
}
.di-flexbox-container .di-flexbox > div {
  display: block;
  width: 100%;
}

#di-modal.di-modal-video {
  padding: 0;
  width: 1024px;
  height: 768px;
}
#di-modal.di-modal-video .di-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
#di-modal.di-modal-video .di-modal iframe {
  width: 100%;
  height: 100%;
}

.di-carousel {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.di-carousel_button {
  position: absolute;
  top: 50%;
  color: black;
  background-color: transparent;
}

.di-carousel_button.onLeft {
  left: 0;
}
.di-carousel_button.onRight {
  right: 0;
}

.di-carousel_slides {
  padding: 0;
  margin: 0;
  vertical-align: top;
  list-style: none;
}

.di-carousel_slide {
  width: 120px;
  max-height: 225px;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  filter: grayscale(1);
  margin: 0;
}

.di-carousel_slide.isSelected,
.di-carousel_slide:hover {
      filter: grayscale(0);
}

.di-carousel_slide:first-child {
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */
