@import url(https://fonts.googleapis.com/css2?family=Knewave&family=Quicksand:wght@300;400;600;700&family=Work+Sans:wght@700;800;900&display=swap);/*---------------------------------------------------------
Custom Color palettes 
-----------------------------------------------------*/
.has-yellow-background-color {
  background-color: #c69c39;
}

.has-yellow-color {
  color: #c69c39;
}

.has-dark-pink-background-color {
  background-color: #da2f7c;
}

.has-dark-pink-color {
  color: #da2f7c;
}

.has-light-pink-background-color {
  background-color: #e082b9;
}

.has-light-pink-color {
  color: #e082b9;
}

.has-black-background-color {
  background-color: #191919;
}

.has-black-color {
  color: #191919;
}

.has-grey-background-color {
  background-color: #747474;
}

.has-grey-color {
  color: #747474;
}

.has-dark-green-background-color {
  background-color: #3e402f;
}

.has-dark-green-color {
  color: #3e402f;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

/* most used mixins */
/* Screen size breakpoints */
/* Main container backgrounds */
/* Main inner containers */
/* button styles */
/* main page titles */
/* Style for image links */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-family: inherit;
}

html {
  background-image: url("../img/background.jpg");
  background-size: initial;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  html {
    background-size: 200%;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

.container {
  flex: 1;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.1em;
    line-height: 1.5;
  }
}

h2 {
  margin: 32px 0 48px 0;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin: 0 0 16px 0;
}

p {
  margin-bottom: 32px;
}

a {
  text-decoration: none;
  color: #f82eae;
}
a:hover, a:focus {
  color: #e082b9;
}

/* clear default button styling from for example iPhones */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-pink, .btn-pink-readmore {
  background-color: #da2f7c;
  border: #ffffff solid 1px;
  border-radius: 5px;
  margin-top: 32px;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #ffffff;
}
.btn-pink:link, .btn-pink:visited, .btn-pink-readmore:link, .btn-pink-readmore:visited {
  background-color: #da2f7c;
  color: #ffffff;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink-readmore:hover, .btn-pink-readmore:focus {
  background-color: #f82eae;
  color: #ffffff;
}

.btn-pink-readmore {
  display: inline;
  padding: 0.4rem 0.8rem;
}

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

.center-text-mb {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .center-text-mb {
    text-align: left;
  }
}

.page-title {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
  padding: 0 0 3.5rem 0;
  color: #c69c39;
  font-size: 2.7rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-title {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title {
    width: 70%;
  }
}
.page-title h1 {
  font-size: inherit;
  font-weight: 400;
}

.basic-page {
  padding: 5rem 0 0 0;
}

.inner-content {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .inner-content {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-content {
    width: 70%;
  }
}

/* general blocks */
/* buttons */
.wp-block-button__link {
  background-color: #da2f7c;
  border: #ffffff solid 1px;
  border-radius: 5px;
  margin-top: 32px;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #ffffff;
  margin-top: 0;
}
.wp-block-button__link:link, .wp-block-button__link:visited {
  background-color: #da2f7c;
  color: #ffffff;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #f82eae;
  color: #ffffff;
}

.btn-secondary .wp-block-button__link {
  background-color: #da2f7c;
  border: #ffffff solid 1px;
  border-radius: 5px;
  margin-top: 32px;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #ffffff;
  margin-top: 0;
  background-color: #747474;
}
.btn-secondary .wp-block-button__link:link, .btn-secondary .wp-block-button__link:visited {
  background-color: #da2f7c;
  color: #ffffff;
}
.btn-secondary .wp-block-button__link:hover, .btn-secondary .wp-block-button__link:focus {
  background-color: #f82eae;
  color: #ffffff;
}
.btn-secondary .wp-block-button__link:link, .btn-secondary .wp-block-button__link:visited {
  background-color: #747474;
}
.btn-secondary .wp-block-button__link:hover, .btn-secondary .wp-block-button__link:active {
  background-color: #949494;
}

/* Group blocks with custom background styles */
/* group block wider at right side */
.wider-at-right {
  background-color: #191919;
  color: #ffffff;
  padding: 4rem 0 5rem 0;
  position: relative;
  z-index: 3;
}
.wider-at-right::before, .wider-at-right::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.wider-at-right::before {
  top: 0;
  transform: skewY(-3deg);
  transform-origin: 0;
}
.wider-at-right::after {
  bottom: 0;
  transform: skewY(3deg);
  transform-origin: 0;
}

/* group block wider at right side at the top, bottom is straight */
.wider-at-right--top {
  background-color: #191919;
  color: #ffffff;
  padding: 4rem 0 5rem 0;
  position: relative;
  z-index: 3;
}
.wider-at-right--top::before, .wider-at-right--top::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.wider-at-right--top::before {
  top: 0;
  transform: skewY(-3deg);
  transform-origin: 0;
}
.wider-at-right--top::after {
  bottom: 0;
  transform: skewY(3deg);
  transform-origin: 0;
}
.wider-at-right--top::after {
  transform: none;
}

/* group block wider at left side */
.wider-at-left {
  background-color: #c69c39;
  font-weight: 400;
  padding: 6rem 0 6rem 0;
  position: relative;
  z-index: 2;
}
.wider-at-left::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}

.wider-at-left--top {
  background-color: #c69c39;
  font-weight: 400;
  padding: 6rem 0 6rem 0;
  position: relative;
  z-index: 2;
}
.wider-at-left--top::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}
.wider-at-left--top::after {
  transform: none;
}

/*  Group block inner container */
.wider-at-right .wp-block-group__inner-container, .wider-at-right--top .wp-block-group__inner-container, .wider-at-left .wp-block-group__inner-container,
.wider-at-left--top .wp-block-group__inner-container {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .wider-at-right .wp-block-group__inner-container, .wider-at-right--top .wp-block-group__inner-container, .wider-at-left .wp-block-group__inner-container,
.wider-at-left--top .wp-block-group__inner-container {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .wider-at-right .wp-block-group__inner-container, .wider-at-right--top .wp-block-group__inner-container, .wider-at-left .wp-block-group__inner-container,
.wider-at-left--top .wp-block-group__inner-container {
    width: 70%;
  }
}

.wide-inner-container .wp-block-group__inner-container {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
  max-width: 900px;
}
@media only screen and (min-width: 768px) {
  .wide-inner-container .wp-block-group__inner-container {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .wide-inner-container .wp-block-group__inner-container {
    width: 70%;
  }
}

/* Group block for work sample images */
.work-sample-images .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 400px) {
  .work-sample-images .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.work-sample-images .wp-block-group__inner-container figure {
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .work-sample-images .wp-block-group__inner-container figure {
    width: 49%;
    margin-right: 2%;
  }
  .work-sample-images .wp-block-group__inner-container figure:last-child {
    margin-right: 0;
  }
}
.work-sample-images .wp-block-group__inner-container figure img {
  opacity: 1;
  border: 1px solid #747474;
}
.work-sample-images .wp-block-group__inner-container figure:hover img {
  opacity: 0.8;
  border: 1px solid #da2f7c;
}

/* Latest posts list block  */
.wp-block-latest-posts__list {
  display: flex;
  margin: 0 -0.6rem 2rem -0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .wp-block-latest-posts__list {
    justify-content: start;
  }
}
.wp-block-latest-posts__list li {
  margin: 0.6rem;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .wp-block-latest-posts__list li {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-latest-posts__list li {
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-latest-posts__list li {
    width: 300px;
  }
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  opacity: 1;
  border: 1px solid #747474;
  width: 100%;
}
.wp-block-latest-posts__list li a {
  color: #191919;
}
.wp-block-latest-posts__list li:hover {
  cursor: pointer;
}
.wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image img {
  opacity: 0.8;
  border: 1px solid #da2f7c;
}
.wp-block-latest-posts__list li:hover a {
  color: #ffffff;
}

/* cover image block */
.wp-block-cover {
  height: 350px;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover {
    background-size: 140%;
    height: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-cover {
    height: 450px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

/* custom styling for 2-column layout */
.wp-block-columns {
  background-color: #da2f7c;
  color: #ffffff;
  padding: 2rem;
  border-radius: 5px;
}

/* media & text block */
.about-me {
  grid-template-columns: 1fr 2fr;
}
.about-me h2 {
  margin-bottom: 32px;
}
.about-me .wp-block-media-text__content {
  margin-top: 2rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .about-me .wp-block-media-text__content {
    margin-top: 0;
    padding: 0 0 0 2rem;
  }
}

/* image gallery block styles */
.blocks-gallery-grid {
  margin-bottom: 2rem;
}

.blocks-gallery-item img {
  border: 1px #747474 solid;
}

/* my custom title block */
.wp-block-jhy-custom-title {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .wp-block-jhy-custom-title {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-jhy-custom-title {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-jhy-custom-title {
    flex-direction: row;
  }
}
.wp-block-jhy-custom-title__img img {
  width: 200px;
  border-radius: 100%;
}
.wp-block-jhy-custom-title__text {
  margin: 5% 0 0 0;
  text-align: center;
  text-shadow: 1px 1px black, 1px 1px black, 1px 1px black, 1px 1px black;
}
.wp-block-jhy-custom-title__text h1 {
  font-weight: 900;
  font-size: 1.7em;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .wp-block-jhy-custom-title__text h1 {
    font-size: 2.2em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-jhy-custom-title__text {
    margin: 0 0 0 5%;
    text-align: left;
  }
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 4rem;
}

.site-name {
  text-align: center;
  width: 100%;
  font-family: "Knewave", cursive;
  font-size: 3rem;
  line-height: 3.5rem;
}
.site-name a {
  color: #343334;
  text-decoration: none;
}
@media only screen and (min-width: 400px) {
  .site-name {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .site-name {
    font-size: 4rem;
  }
}

.navigation-checkbox {
  display: none;
}

.navigation-button {
  background-color: #ffffff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 200;
  box-shadow: 0 1rem 2rem rgba(25, 25, 25, 0.3);
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
@media only screen and (min-width: 400px) {
  .navigation-button {
    top: 1rem;
    right: 1rem;
  }
}

.navigation-background {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  position: fixed;
  top: 0.9rem;
  right: 0.9rem;
  background-image: radial-gradient(#2f2e2d, #080808);
  z-index: 100;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 400px) {
  .navigation-background {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.navigation-nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.navigation-list .menu-item {
  margin: 2rem;
}
.navigation-list .menu-item:hover {
  cursor: pointer;
}
.navigation-list .menu-item:hover a::before {
  width: 50%;
  opacity: 1;
}
.navigation-list .menu-item:hover a::after {
  width: 50%;
  opacity: 1;
}
.navigation-list .menu-item a:link, .navigation-list .menu-item a:visited {
  display: inline-block;
  padding: 0;
  font-size: 1.6em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.navigation-list .menu-item a::before, .navigation-list .menu-item a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 4px;
  margin: 4px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.45s;
  opacity: 0;
  background-color: #da2f7c;
}
.navigation-list .menu-item a::before {
  left: 50%;
}
.navigation-list .menu-item a::after {
  right: 50%;
}

/* animation to show the menu */
.navigation-checkbox:checked ~ .navigation-background {
  transform: scale(100);
}

.navigation-checkbox:checked ~ .navigation-nav {
  opacity: 1;
  width: 100%;
}

/* navigation icon */
.navigation-icon {
  position: relative;
  margin-top: 1.8rem;
}

.navigation-icon, .navigation-icon::before, .navigation-icon::after {
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #4a4a4a;
}

.navigation-icon::before, .navigation-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.navigation-icon::before {
  top: -0.5rem;
}

.navigation-icon::after {
  top: 0.5rem;
}

.navigation-button:hover .navigation-icon::before {
  top: -0.6rem;
}

.navigation-button:hover .navigation-icon::after {
  top: 0.6rem;
}

.navigation-checkbox:checked + .navigation-button .navigation-icon {
  background-color: transparent;
}

.navigation-checkbox:checked + .navigation-button .navigation-icon::before {
  top: 0;
  transform: rotate(135deg);
}

.navigation-checkbox:checked + .navigation-button .navigation-icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.footer-background {
  background-color: #3e402f;
  color: #ffffff;
}

.footer-container {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
  max-width: 900px;
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .footer-container {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-container {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-container {
    padding: 4rem 0;
  }
}

.footer-container {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
}
.footer-container h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
.footer-container p {
  margin-bottom: 16px;
}
.footer-container a {
  color: #ffffff;
}
.footer-container a:hover, .footer-container a:focus {
  color: #e082b9;
}
@media only screen and (min-width: 768px) {
  .footer-container {
    flex-direction: row-reverse;
  }
}

.icons {
  font-size: 1.5rem;
  padding-right: 0.3rem;
}

@media only screen and (min-width: 768px) {
  .footer-content-one {
    border: none;
    border-left: #e082b9 solid 2px;
    padding-left: 4%;
  }
}

.footer-content-two {
  margin-top: 8%;
  padding-top: 6%;
  border-top: #e082b9 solid 2px;
}
@media only screen and (min-width: 768px) {
  .footer-content-two {
    border: none;
    margin: 0 4% 0 0;
    padding-top: 0;
  }
}

.copyright {
  font-size: 0.9rem;
  text-align: center;
  padding: 2%;
}

.archive-all {
  padding: 5rem 0 0 0;
}

.archive-container:nth-child(odd) {
  background-color: #191919;
  color: #ffffff;
  padding: 4rem 0 5rem 0;
  position: relative;
  z-index: 3;
}
.archive-container:nth-child(odd)::before, .archive-container:nth-child(odd)::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.archive-container:nth-child(odd)::before {
  top: 0;
  transform: skewY(-3deg);
  transform-origin: 0;
}
.archive-container:nth-child(odd)::after {
  bottom: 0;
  transform: skewY(3deg);
  transform-origin: 0;
}
.archive-container:nth-child(even) {
  background-color: #c69c39;
  font-weight: 400;
  padding: 6rem 0 6rem 0;
  position: relative;
  z-index: 2;
  padding: 7rem 0 7rem 0;
}
.archive-container:nth-child(even)::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}
.archive-container:last-child:nth-child(odd) {
  background-color: #191919;
  color: #ffffff;
  padding: 4rem 0 5rem 0;
  position: relative;
  z-index: 3;
}
.archive-container:last-child:nth-child(odd)::before, .archive-container:last-child:nth-child(odd)::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.archive-container:last-child:nth-child(odd)::before {
  top: 0;
  transform: skewY(-3deg);
  transform-origin: 0;
}
.archive-container:last-child:nth-child(odd)::after {
  bottom: 0;
  transform: skewY(3deg);
  transform-origin: 0;
}
.archive-container:last-child:nth-child(odd)::after {
  transform: none;
}
.archive-container:last-child:nth-child(even) {
  background-color: #c69c39;
  font-weight: 400;
  padding: 6rem 0 6rem 0;
  position: relative;
  z-index: 2;
}
.archive-container:last-child:nth-child(even)::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}
.archive-container:last-child:nth-child(even)::after {
  transform: none;
}
.archive-container__inner {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .archive-container__inner {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .archive-container__inner {
    width: 70%;
  }
}

.blog-post {
  background-color: #191919;
  color: #ffffff;
  padding: 4rem 0 5rem 0;
  position: relative;
  z-index: 3;
}
.blog-post::before, .blog-post::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.blog-post::before {
  top: 0;
  transform: skewY(-3deg);
  transform-origin: 0;
}
.blog-post::after {
  bottom: 0;
  transform: skewY(3deg);
  transform-origin: 0;
}
.blog-post__inner {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .blog-post__inner {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post__inner {
    width: 70%;
  }
}

.blog-post--links {
  background-color: #c69c39;
  font-weight: 400;
  padding: 6rem 0 6rem 0;
  position: relative;
  z-index: 2;
}
.blog-post--links::after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}
.blog-post--links::after {
  transform: none;
}
.blog-post--links__inner {
  margin: 0 auto;
  width: 95%;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .blog-post--links__inner {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post--links__inner {
    width: 70%;
  }
}
.blog-post--links__inner__excerpt {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .blog-post--links__inner__excerpt {
    flex-direction: row;
  }
}

.blog-excerpt-thumbnail img {
  opacity: 1;
  border: 1px solid #747474;
}
.blog-excerpt-thumbnail:hover img {
  opacity: 0.8;
  border: 1px solid #da2f7c;
}

@media only screen and (min-width: 768px) {
  .blog-excerpt-text {
    margin-left: 2rem;
  }
}

input.wpcf7-text, textarea.wpcf7-textarea {
  padding: 0.2rem 0.3rem;
  border: none;
  border-radius: 5px;
  font-size: inherit;
  width: 300px;
}

@media only screen and (min-width: 400px) {
  textarea.wpcf7-textarea {
    width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  textarea.wpcf7-textarea {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  textarea.wpcf7-textarea {
    width: 400px;
  }
}

input.wpcf7-submit {
  background-color: #da2f7c;
  border: #ffffff solid 1px;
  border-radius: 5px;
  margin-top: 32px;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #ffffff;
  margin-top: 12px;
}
input.wpcf7-submit:link, input.wpcf7-submit:visited {
  background-color: #da2f7c;
  color: #ffffff;
}
input.wpcf7-submit:hover, input.wpcf7-submit:focus {
  background-color: #f82eae;
  color: #ffffff;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #e082b9;
  border-radius: 5px;
  margin-left: 0;
}

.error-image {
  margin-bottom: 2rem;
}
.error-image img {
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .error-image img {
    width: 500px;
  }
}