#single-post .container.wrapper-post {
  padding-top: 85px;
  padding-bottom: 30px;
}
#single-post .post-single-title,
#about h1 {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 45px;
  color: #1c1c1c;
}
#single-post .post-single-meta {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
#single-post .img-single-post {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-top: 22px;
  padding-bottom: 30px;
}
#single-post .main-content h2 {
  font-family: 'PP Neue Montreal';
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  color: #120E0E;
  opacity: 0.5;
  margin-top: 30px;
}
#single-post .main-content p, #single-post .main-content li {
  font-family: 'PP Neue Montreal';
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: rgba(18, 14, 14, .5);
}
#about .wrapper-about {
  padding-top: 85px;
	padding-bottom: 80px;
}
#about p {
  font-family: 'PP Neue Montreal';
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: rgba(18, 14, 14, 1);
}
#about .description-about {
    margin-top: 20px;
}
#single-post a {
  color: rgba(0,0,0,0.7);
}
#single-post .contact-form-wrapper,
#about .contact-form-wrapper{
  border: 1px solid #606060;
  border-radius: 6px;
  margin-top: 43px;
  padding: 70px 40px 30px 40px;
}
#about .contact-form-wrapper {
  margin-bottom: 0;
}
#single-post .contact-form-wrapper h3 {
  font-family: 'PP Neue Montreal';
  font-weight: 700;
  font-size: 44px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
#single-post .contact-form-wrapper h4 strong {
  font-weight: 700;
}
#single-post label {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-left: 5px;
  padding: 10px 0 !important;
}
#single-post .checkbox-wrapper {
  display: flex;
  gap: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 34px;
  cursor: pointer;
}
#single-post .checkbox-wrapper input[type="checkbox"] {
  accent-color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  color: #fff;
}
.post-archive {
  margin-bottom: 3em;
}


.post-archive-title {
  margin-bottom: 3rem;
}
.post-archive-outer {
  display: flex;
  flex-direction: row;
}

.post-archive-thumbnail {
  margin-right: 2em;
}

.post-archive-entry__title-wrapper {
  text-decoration: none;
}

.post-archive-entry__title {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 2.81rem;
  line-height: 31px;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #1c1c1c;
  transition: all .2s ease-in-out;
}

.post-archive-entry__title:hover {
  transform: scale(1.05);
}

.post-archive-entry__excerpt {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #292929;
}
@media screen and (min-width:768px){
  .wrapper-social {
    position: sticky;
    top: 100px;
  } 
}
@media screen and (min-width:768px) and (max-width:991px){
  #single-post .post-single-title {
    font-size: 41px;
    line-height: 42px;
  }
  #single-post .main-content p, #single-post .main-content li {
    font-size: 18px;
    line-height: 25px;
  }
  .img-single-post img {
    max-height: 450px;
  }
}
@media screen and (max-width:767px){
  #single-post .container.wrapper-post {
    padding-top: 75px;
  }
  #single-post .post-single-title {
    font-size: 36px;
    line-height: 42px;
  }
  .img-single-post img {
    max-height: 350px;
  }
  #single-post .main-content p, #single-post .main-content li {
    font-size: 18px;
    line-height: 25px;
  }
  #sidebar-blog {
    margin-top: 40px;
  }
}