.blog img.scale-with-grid.wp-post-image {
  width: 100%;
  height: 23.438vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.781vw;
  box-shadow: 0 0.156vw 0.313vw rgba(0, 0, 0, 0.16);
}

.single-post #Subheader {
  padding: 0;
  height: 18.229vw;
  background-color: transparent;
  background-image: url('/wp-content/uploads/blog_header.png');
}
.single-post #Subheader h1 {
  font-size: 3.125vw;
  color: #f2c529;
  line-height: 3.646vw;
  font-weight: bold;
  max-width: 63.021vw;
  text-shadow: 0 0.156vw 0.313vw rgba(0, 0, 0, 0.87);
}
.single-post #Subheader .column.one {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.single-post #Subheader .actionBtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 35.417vw;
}
.single-post #Subheader .actionBtns a,
.single-post .blogBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625vw;
  height: 3.125vw;
  color: #000;
  font-size: 1.302vw;
  font-weight: bold;
  line-height: 1.979vw;
  border-radius: 0.781vw 0;
  border: 0.208vw solid #000;
  background-color: #f2c529;
  box-shadow: 0 0.156vw 0.313vw rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s ease-in-out;
}

.single-post .blogBtn {
  margin: 0.521vw auto 1.042vw;
}

.single-post #Subheader .actionBtns a:hover,
.single-post .blogBtn:hover {
  text-decoration: none;
  background-color: #000;
  color: #f2c529;
}

.single-post .grid {
  display: grid;
  grid-template-columns: 70% 30%;
  max-width: 79.167vw;
  margin: 0 auto;
  gap: 2.083vw;
}
.single-post .grid .post-meta {
  margin: 2.344vw 0;
  gap: 2.604vw !important;
}
.single-post .grid .post-meta,
.single-post .grid .post-meta > div {
  gap: 1.042vw;
  display: flex;
  align-items: center;
}
.single-post .grid .post-meta img {
  width: 1.667vw;
  height: auto;
}
.single-post .grid .post-meta p {
  margin-bottom: 0;
  font-size: 0.938vw;
  line-height: 1.563vw;
  font-style: italic;
  font-weight: bold;
}
.single-post .grid .post-meta p span {
  color: #000;
  font-style: normal;
  margin-left: 1.25vw;
}
.single-post .grid .image_frame .image_wrapper {
  border-radius: 0.781vw;
}
.single-post .grid .content h1 {
  display: none;
}
.single-post .grid .content h2,
.single-post .grid .content h3 {
  font-size: 1.302vw;
  line-height: 1.563vw;
  font-weight: bold;
}
.single-post .grid .content img {
  width: 100%;
  height: 23.438vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.781vw;
  box-shadow: 0 0.156vw 0.313vw rgba(0, 0, 0, 0.16);
}
.single-post .grid .content p {
  font-size: 1.042vw;
  color: #707070;
  line-height: 2.083vw;
}
.single-post .grid .content ul {
  list-style: disc;
}
.single-post .grid .content ul li {
  font-size: 1.042vw;
  color: #707070;
  line-height: 2.083vw;
}
.single-post .grid .sidebar {
  width: 100%;
  max-width: 20.833vw;
  margin-left: auto;
}
.single-post .grid .sidebar h3 {
  color: #f2c529;
  font-size: 1.302vw;
  line-height: 1.563vw;
  font-weight: bold;
  position: relative;
  margin: 2.344vw 0;
}
.single-post .grid .sidebar h3::after {
  content: '';
  position: absolute;
  bottom: 0.625vw;
  right: 0;
  width: 10.938vw;
  height: 0.26vw;
  border-radius: 0.521vw;
  background-color: #f2c529;
}
.single-post .grid .sidebar .related-blog {
  margin-bottom: 2.344vw;
}
.single-post .grid .sidebar .related-blog-image img {
  width: 100%;
  height: 13.802vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.521vw;
  box-shadow: 0 0.156vw 0.313vw rgba(0, 0, 0, 0.16);
}
.single-post .grid .sidebar .related-blog-content h4 {
  font-size: 1.302vw;
  line-height: 1.823vw;
  font-weight: bold;
  margin-bottom: 1.302vw;
}
.single-post .grid .sidebar .date {
  gap: 0.521vw;
  display: flex;
  align-items: center;
}
.single-post .grid .sidebar .date img {
  width: 1.354vw;
  height: auto;
}
.single-post .grid .sidebar .date .entry-date {
  color: #626262;
  font-size: 0.938vw;
  line-height: 1.563vw;
  font-style: italic;
}
.single-post #comments h3 {
  font-size: 1.563vw;
  line-height: 2.865vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.single-post #comments .comment-notes {
  text-align: center;
  font-size: 1.302vw;
  line-height: 1.563vw;
}
.single-post #comments label {
  font-size: 1.042vw;
  line-height: 1.563vw;
  font-weight: bold;
}
.single-post #comments input:not([type='checkbox']):not([type='submit']),
.single-post #comments textarea {
  width: 100%;
  height: 3.125vw;
  border-radius: 0.781vw 0;
  border: 0.052vw solid #000;
  box-shadow: 0 0.156vw 0.313vw rgba(0, 0, 0, 0.16);
  font-size: 1.302vw;
  line-height: 1.563vw;
  padding: 0 1.042vw;
  margin-bottom: 1.042vw;
}
.single-post #comments textarea {
  height: 10.417vw;
}
.single-post #comments .comment-form-cookies-consent {
  float: left;
  width: 70%;
}
.single-post #comments .comment-form-cookies-consent label {
  font-size: 1.042vw;
  line-height: 1.563vw;
  font-weight: bold;
}
.single-post #comments .form-submit {
  float: right;
  width: 30%;
  text-align: right;
}
.single-post #comments .form-submit input[type='submit'] {
  display: none;
}
.single-post #comments .form-submit .mfn-custom-btn .vc_btn3.vc_btn3-size-md {
  width: 13.208vw;
}
.single-post
  #comments
  .form-submit
  .mfn-custom-btn
  .vc_btn3.vc_btn3-size-md:hover:before {
  width: 13.208vw;
}

@media only screen and (max-width: 767px) {
  .blog #Filters {
    visibility: hidden;
  }

  .blog .posts_group.grid.col-3 .post-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2.344vw;
  }

  .blog img.scale-with-grid.wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 8.178vw 0;
    box-shadow: 0 0.701vw 1.402vw rgba(0, 0, 0, 0.16);
  }

  .blog .post-item .post-desc {
    padding: 2.344vw;
  }

  .blog .post-item .post-desc .entry-title {
    font-size: 4.167vw;
    line-height: 5.208vw;
  }

  .blog .post-item .post-desc .post-meta {
    margin-bottom: 2.344vw;
  }

  .blog .post-item .post-desc .post-meta .author-date {
    font-size: 3.271vw;
    line-height: 4.206vw;
  }

  .blog a.page,
  .blog a.next_page {
    font-size: 3.738vw;
  }

  #Content {
    padding: 0;
  }
  .single-post #Subheader {
    min-height: 35.047vw;
    height: auto;
  }
  .single-post #Subheader h1 {
    font-size: 5.841vw;
    line-height: 7.009vw;
    max-width: 100%;
    text-shadow: 0 0.701vw 1.402vw rgba(0, 0, 0, 0.87);
  }
  .single-post #Subheader .column.one {
    min-height: 35.047vw;
    height: auto;
  }
  .single-post #Subheader .actionBtns {
    max-width: 100%;
  }
  .single-post #Subheader .actionBtns a,
  .single-post .blogBtn {
    width: 35.047vw;
    height: 9.346vw;
    border-radius: 3.505vw 0;
    border: 0.234vw solid #000;
    box-shadow: 0 0.701vw 1.402vw rgba(0, 0, 0, 0.16);
    font-size: 3.271vw;
    line-height: 9.346vw;
    padding: 0;
  }

  .single-post .blogBtn {
    margin: 2.336vw auto 4.673vw;
  }

  .single-post .grid {
    grid-template-columns: 100%;
    max-width: 83.178vw;
    gap: 9.346vw;
  }
  .single-post .grid .post-meta {
    margin: 4.673vw 0;
    gap: 7.009vw !important;
  }
  .single-post .grid .post-meta,
  .single-post .grid .post-meta > div {
    gap: 4.673vw;
  }
  .single-post .grid .post-meta img {
    width: 5.14vw;
  }
  .single-post .grid .post-meta p {
    font-size: 2.336vw;
    line-height: 4.673vw;
  }
  .single-post .grid .image_frame .image_wrapper {
    border-radius: 3.505vw;
  }
  .single-post .grid .image_frame .image_wrapper img {
    height: 58.411vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-post .grid .content h2,
  .single-post .grid .content h3 {
    font-size: 4.673vw;
    line-height: 7.009vw;
  }
  .single-post .grid .content img {
    height: 58.411vw;
    border-radius: 3.505vw;
    box-shadow: 0 0.701vw 1.402vw rgba(0, 0, 0, 0.16);
  }
  .single-post .grid .content b {
    font-size: 3.271vw;
    line-height: 7.009vw;
  }
  .single-post .grid .content p {
    font-size: 3.271vw;
    line-height: 7.009vw;
  }
  .single-post .grid .content ul li {
    font-size: 3.271vw;
    line-height: 7.009vw;
  }
  .single-post .grid .sidebar {
    max-width: 83.178vw;
    margin-left: 0;
    margin: 0 auto;
  }
  .single-post .grid .sidebar h3 {
    font-size: 4.673vw;
    line-height: 7.009vw;
    margin-bottom: 4.673vw;
  }
  .single-post .grid .sidebar h3::after {
    width: 46.729vw;
    height: 1.168vw;
    border-radius: 1.168vw;
    bottom: 2.57vw;
  }
  .single-post .grid .sidebar .related-blog {
    margin-bottom: 9.346vw;
  }
  .single-post .grid .sidebar .related-blog-image img {
    height: 58.411vw;
    border-radius: 2.336vw;
    box-shadow: 0 0.701vw 1.402vw rgba(0, 0, 0, 0.16);
  }
  .single-post .grid .sidebar .related-blog-content h4 {
    font-size: 4.673vw;
    line-height: 7.009vw;
    margin-bottom: 4.673vw;
  }
  .single-post .grid .sidebar .date {
    gap: 4.673vw;
    margin: 1.168vw 0;
  }
  .single-post .grid .sidebar .date img {
    width: 5.14vw;
  }
  .single-post .grid .sidebar .date .entry-date {
    font-size: 3.271vw;
    line-height: 7.009vw;
  }
  .single-post #comments h3 {
    font-size: 5.841vw;
    line-height: 9.346vw;
  }
  .single-post #comments .comment-notes {
    font-size: 4.206vw;
    line-height: 5.841vw;
  }
  .single-post #comments label {
    font-size: 4.206vw;
    line-height: 5.841vw;
  }
  .single-post #comments input:not([type='checkbox']):not([type='submit']),
  .single-post #comments textarea {
    height: 9.346vw;
    border-radius: 3.505vw 0;
    border: 0.234vw solid #000;
    box-shadow: 0 0.701vw 1.402vw rgba(0, 0, 0, 0.16);
    font-size: 4.206vw;
    line-height: 5.841vw;
    padding: 0 4.673vw;
    margin-bottom: 4.673vw;
  }
  .single-post #comments textarea {
    height: 35.047vw;
  }
  .single-post #comments .comment-form-cookies-consent {
    float: left;
    width: 100%;
  }
  .single-post #comments .comment-form-cookies-consent label {
    font-size: 4.206vw;
    line-height: 5.841vw;
  }
  .single-post #comments .form-submit {
    float: right;
    width: 100%;
    text-align: right;
  }
  .single-post #comments .form-submit .mfn-custom-btn .vc_btn3.vc_btn3-size-md {
    width: 35.047vw;
  }
  .single-post
    #comments
    .form-submit
    .mfn-custom-btn
    .vc_btn3.vc_btn3-size-md:hover:before {
    width: 35.047vw;
  }
} /*# sourceMappingURL=blog.css.map */
