/*!
Theme Name: Verrargio Blog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: verrargio-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Verrargio Blog is based on Underscores https://underscores.me/, (c) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/** fonts **/

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("assets/fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("assets/fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("assets/fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("assets/fonts/HelveticaNeue-Roman.woff2") format("woff2"),
    url("assets/fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Copperplate";
  src: url("assets/fonts/Copperplate.eot");
  src:
    url("assets/fonts/Copperplate.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Copperplate.woff2") format("woff2"),
    url("assets/fonts/Copperplate.woff") format("woff"),
    url("assets/fonts/Copperplate.ttf") format("truetype"),
    url("assets/fonts/Copperplate.svg#Copperplate") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Copperplate";
  src:
    url("assets/fonts/Copperplate-Bold.woff2") format("woff2"),
    url("assets/fonts/Copperplate-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root,
[data-bs-theme="light"] {
  --bs-body-font-family: "Helvetica Neue", "sans-serif";
  --bs-primary-rgb: 149, 59, 0;
  --bs-secondary-rgb: 62, 32, 32;

  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-hover-color-rgb: 149, 59, 0;
}
img {
  max-width: 100%;
}

/** header component*/

body > #page.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-main {
  padding: 20px 0;
}

.site-footer {
  margin-top: auto;
}

.site-header {
  border-top: 5px solid rgb(var(--bs-primary-rgb));
  padding: 22px;
  position: relative;
  border-bottom: 1px solid #cecece;
}

.toggled .menu-main-menu-container {
  display: block;
  background-color: #ededed;
}

.menu-main-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 22px;
  background-color: white;
  border-top: 1px solid;
  display: none;
  border-bottom: 1px solid #cecece;
  height: calc(100vh - 66px);
  z-index: 222;
}

.close-icon {
  display: none;
}

.toggled .menu-toggle img {
  display: none;
}

.toggled .close-icon {
  display: block;
}

.nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-menu li a {
  color: #6f6f6f;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu li a.active,
.nav-menu li a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: rgb(var(--bs-primary-rgb));
  /* border-bottom: 1px solid rgb(var(--bs-primary-rgb)); */
}

.custom-logo-link {
  width: 139px;
  height: 16px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.custom-logo-link img {
  max-width: 100%;
  height: auto;
}

.header-icons__inner,
.search-form.active {
  display: flex;
  column-gap: 20px;
}

.search-form {
  display: none;
}

/** footer **/

.footer-top {
  padding-top: 41px;
  padding-bottom: 38px;
  background-color: rgb(245, 245, 245);
}

.footer-container {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.footer-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.footer-logo {
  padding-bottom: 56px;
}

.footer-column {
  margin-bottom: 35px;
}

.footer-column__title,
.footer-social__title {
  font-family: "Copperplate";
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: normal;
  display: block;
}

.footer-social__title {
  text-align: center;
  margin-bottom: 18px;
}
.footer-column .footer-column__title img {
  transition: all 0.3s;
}

.footer-column img[alt="collapse"] {
  transform: rotateZ(180deg);
}

.footer-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  transition:
    max-height 0.4s,
    opacity 0.3s,
    padding-top 0.4s;
}
.footer-menu.active {
  max-height: 500px; /* Adjust if your menu is exceptionally long */
  opacity: 1;
  padding-top: 17px;
}

.footer-menu li a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: black;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-menu li a.active,
.footer-menu li a:hover {
  color: rgb(var(--bs-primary-rgb));
  text-decoration: underline;
  text-decoration-color: rgb(var(--bs-primary-rgb));
}

.footer-social {
  padding-top: 40px;
  /* padding-bottom: 50px; */
  border-top: 1px solid #d6d6d6;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}

.footer-bottom {
  background-color: #000000;
  padding: 24px 50px 24px;
  text-align: center;
}

.footer-bottom p,
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

/* blog-posts page */
.blog-container {
  padding-top: 40px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto;
}

.post-wrapper {
  display: flex;
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 20px;
}

.post-thumbnail-main {
  flex: 1 1 100%;
}

.entry-wrapper {
  flex: 1 1 100%;
}

.post-thumbnail-main__inner {
  padding-top: 65.21%;
  position: relative;
  /** use border when images have white background to differentiate */
  /* border: 1px solid #e2e2e2; */
}

.post-thumbnail-main img {
  position: absolute;
  top: 50%;
  object-fit: cover;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.entry-meta {
  margin-bottom: 6px;
}

.entry-meta,
.entry-meta a {
  font-size: 10px;
  line-height: 12px;
  color: black;
}

.entry-meta a {
  text-decoration: none;
}
.entry-title {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.entry-title a {
  color: rgb(var(--bs-secondary-rgb));
  text-decoration: none;
}

.entry-content p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.entry-content a {
  font-size: 12px;
  line-height: 20px;
  color: rgb(var(--bs-primary-rgb));
  text-decoration-color: rgb(var(--bs-primary-rgb));
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.custom-pagination {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination > ul {
  display: flex;
  column-gap: 5px;
  justify-content: center;
  align-items: center;
}

.custom-pagination > ul > li:has(.next) {
  margin-left: 15px;
}

.custom-pagination > ul > li:has(.prev) {
  margin-right: 15px;
}

.custom-pagination .page-numbers:not(.prev, .next, ul, .dots) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #efefef;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

.custom-pagination .page-numbers:not(.prev, .next, ul, .dots):hover {
  background-color: rgb(var(--bs-primary-rgb));
  color: #ffffff;
}

.custom-pagination > ul > li:nth-child(3),
.custom-pagination > ul > li:nth-child(4),
.custom-pagination > ul > li:nth-child(5),
.custom-pagination > ul > li:nth-child(6) {
  display: none;
}

.custom-pagination .page-numbers.dots {
  margin-right: 8px;
  margin-left: 8px;
}

.custom-pagination .page-numbers.current:not(.prev, .next, ul) {
  background-color: rgb(var(--bs-primary-rgb));
  color: #ffffff;
}

.custom-pagination .page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
}

.prev.page-numbers,
.next.page-numbers {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  display: block;
  color: rgb(var(--bs-primary-rgb));
  text-decoration: none;
  text-transform: uppercase;
}

.prev.page-numbers:after,
.next.page-numbers:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  mask-size: 5px 9px;
  mask-repeat: no-repeat;
  -webkit-mask-size: 5px 9px;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  top: 50%;
  background-color: currentColor;
}

.prev.page-numbers:after {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.272" height="9.916" viewBox="0 0 6.272 9.916"><path id="_211607_right_arrow_icon" data-name="211607_right_arrow_icon" d="M160,96.56l.6-.56,4.942,4.616-4.942,4.616-.6-.557,4.342-4.059Z" transform="translate(165.905 105.574) rotate(180)" stroke="black" stroke-width="0.5" fill="none"/></svg>');
  left: -16px;
  transform: translate(0, -50%);
}

.next.page-numbers:after {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6.272" height="9.916" viewBox="0 0 6.272 9.916"><path id="_211607_right_arrow_icon" data-name="211607_right_arrow_icon" d="M0,8.672l.6.56L5.539,4.616.6,0,0,.557,4.342,4.616Z" transform="translate(0.366 0.342)" fill="black" stroke="black" stroke-width="0.5"/></svg>');
  right: -16px;
  transform: translate(0, -50%);
}

/** blog post view page */

.blog-post-view-container {
  padding-left: 22px;
  padding-right: 22px;
  max-width: 868px;
}

.blog-post-view-container > .post {
  margin-bottom: 22px;
}

.post-view-header {
  padding-top: 27px;
}

.post-view-meta {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.post-view-meta a {
  text-decoration: none;
}

.ctaBtn {
  margin: 20px 0 !important;
}

.ctaBtn:is(p:is(.wp-block-list + p) > .ctaBtn) {
  margin-left: 50px !important;
}

.post-view-meta-title,
.page-header .page-title {
  font-size: 22px;
  line-height: 31px;
  color: rgb(var(--bs-secondary-rgb));
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

.post-view-content * {
  font-family: "Helvetica Neue";
}

.post-view-content figcaption {
  display: block;
  margin-top: 6px;
  color: black;
}

.post-view-content,
.post-view-content p,
.post-view-content figcaption,
.post-view-content ul,
.post-view-content dl {
  font-size: 14px;
  line-height: 21px;
}

.post-view-content h2,
.post-view-content h3,
.post-view-content h4,
.post-view-content h5,
.post-view-content h6 {
  color: rgb(var(--bs-secondary-rgb));
  margin-bottom: 6px;
}

.post-view-content p {
  line-height: 21px;
}

.post-view-content h2 {
  font-size: 16px;
  line-height: 21px;
  /* margin-bottom: 20px; */
}

.post-view-content h2:has(+ h3) {
  margin-bottom: 20px;
}

.post-view-content h3 {
  font-size: 14px;
}

.post-view-content .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.post-view-content .gallery .gallery-icon {
  display: block;
}

.post-view-content .gallery .gallery-item figcaption {
  text-align: left;
}

.post-view-content .gallery .gallery-icon img {
  width: 100%;
  height: auto;
}

.wp-block-list,
.post-view-content ul {
  font-size: 14px;
  line-height: 21px;
  padding-left: 50px;
}

.wp-block-list li,
.post-view-content li {
  margin-bottom: 8px;
}

.tr-caption-container {
  margin-bottom: 15px;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-view-content {
  margin-bottom: 22px;
}

.post-view-content img {
  display: block;
}

.share-this-section {
  margin-bottom: 60px;
}

.share-section-title {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px;
  font-weight: normal;
  display: block;
  color: #000000;
}

.share-this-section #st-1 .st-btn {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  min-width: initial !important;
  border-radius: 100%;
  padding: 0;
}

img[alt="facebook sharing button"] {
  width: 22px !important;
  height: auto !important;
}

img[alt="email sharing button"] {
  width: 20px !important;
  height: auto !important;
}

img[alt="twitter sharing button"] {
  width: 20px !important;
  height: auto !important;
}

img[alt="googlebookmarks sharing button"] {
  width: 20px !important;
  height: auto !important;
}

img[alt="pinterest sharing button"] {
  width: 20px !important;
  height: auto !important;
}

img[alt="linkedin sharing button"] {
  width: 24px !important;
  height: auto !important;
}

#st-1 .st-btn > img {
  top: 0 !important;
  display: block !important;
}

#st-1 .st-btn > span {
  display: none !important;
}

.related-posts__title {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.related-posts-grid {
  margin-bottom: 46px;
}

.related-post-item h3 {
  font-size: 14px;
  line-height: 21px;
}

.related-posts-grid > .post-wrapper {
  flex: 0 0 auto;
  width: 50%;
  display: block;
}

.related-posts-grid .post-thumbnail-main,
.related-posts-grid .entry-wrapper {
  min-width: initial;
  width: 100%;
  margin-bottom: 15px;
  max-width: initial;
}

.related-posts-grid .post-thumbnail-main__inner {
  padding-top: 54.49%;
}

.related-posts-grid .entry-meta,
.related-posts-grid .entry-meta a {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 6px;
}

.related-posts-grid .entry-title {
  font-size: 14px;
  line-height: 21px;
  font-family: "Helvetica Neue", "sans-serif";
}

.related-posts-grid .entry-title a {
  color: #000000;
}

.comments-area {
  clear: both;
}

.comment-form {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  margin-bottom: 30px;
}

.comment-reply-title {
  font-size: 22px;
}

.comment-notes {
  font-size: 14px;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}

.comment-form-cookies-consent label {
  margin-bottom: 0;
}

.comment-form p {
  margin-bottom: 0;
}

.comment-form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #000000;
}

.comment-form label .required {
  color: #ff0000;
}

.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 3px;
}

.comment-form input:not([type="checkbox"]) {
  height: 40px;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #939393;
  padding: 12px 14px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #000000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  -webkit-text-size-adjust: 100%;
}

.comment-form textarea {
  height: 125px;
}

.comment-notes {
  width: 100%;
}

.comment-form input[type="submit"] {
  background-color: #000000;
  height: 40px;
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 100px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* footer newsletter */
.footer-newsletter {
  max-width: 450px;
  padding-top: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.footer-newsletter .gform_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer-newsletter .gform_title {
  font-family: "Copperplate";
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.footer-newsletter .gform-theme--foundation .gform_fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  row-gap: 25px;
}

.footer-newsletter #field_submit {
  flex-shrink: 0;
}

.footer-newsletter .gform-theme--foundation .gfield.gfield--type-email {
  width: 100%;
}

.footer-newsletter
  .gform-theme--foundation
  .gfield
  .ginput_container_email
  input {
  width: 100%;
  font-family: "Helvetica Neue";
  border: 0;
  border-bottom: 1px solid rgb(112, 112, 112);
  background-color: transparent;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
  outline: 2px solid transparent;
  outline-offset: 2px;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}

.footer-newsletter .gform-theme--framework ::placeholder {
  color: rgb(144, 144, 144);
}

.footer-newsletter .validation_message .gfield_validation_message {
  --gf-local-color: #d0021b;
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.48px;
}

.footer-newsletter .gform-button {
  min-width: 134px;
  padding-left: 34px !important;
  padding-right: 34px !important;
  display: inline-block !important;
  height: 40px;
  box-shadow: none !important;
  border-radius: 1111px !important;
  border: 1px solid #000000 !important;
  background-color: transparent !important;
  padding: 11px 25px 12px;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: #000000 !important;
  transition-property: all !important;
  transition-duration: 0.5s !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer-newsletter .gform-button:hover {
  background-color: rgb(var(--bs-primary-rgb)) !important;
  border-color: rgb(var(--bs-primary-rgb)) !important;
  color: #ffffff !important;
}

.gform-theme--foundation .gform_footer {
  margin-block-start: 19px !important;
}

.recaptcha-text {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #767676;
}

/** 404 page design */

@media (min-width: 414px) {
  .post-wrapper {
    align-items: center;
  }
  .post-thumbnail-main {
    flex: 1 1 35%;
    max-width: 138px;
  }

  .entry-wrapper {
    flex: 1 1 65%;
  }
  .custom-pagination > ul > li:nth-child(3) {
    display: block;
  }
}

@media (min-width: 576px) {
  .custom-logo-link {
    width: 171px;
    height: 20px;
  }

  .custom-pagination > ul > li:nth-child(4) {
    display: block;
  }
}

@media (min-width: 640px) {
  .footer-newsletter
    .gform-theme--foundation
    .gfield
    .ginput_container_email
    input {
    padding: 14px 25px;
    text-align: left;
  }

  .footer-newsletter .gform-theme--foundation .gform_fields {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-newsletter #field_submit {
    padding-top: 6px;
  }

  .recaptcha-text {
    line-height: 20px;
  }
  .gform-theme--foundation .gform_footer {
    margin-block-start: 10px !important;
  }
}

@media (min-width: 768px) {
  .post-wrapper {
    align-items: flex-start;
  }
  .post-thumbnail-main {
    max-width: none;
  }

  .entry-meta {
    margin-bottom: 10px;
  }
  .entry-meta,
  .entry-meta a {
    font-size: 12px;
    line-height: 14px;
  }

  .entry-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .custom-pagination > ul > li:nth-child(5),
  .custom-pagination > ul > li:nth-child(6) {
    display: block;
  }

  .custom-pagination > ul > li:has(.prev) {
    margin-right: 35px;
  }

  .custom-pagination > ul > li:has(.next) {
    margin-left: 35px;
  }

  /** view page */

  .post-view-meta {
    font-size: 14px;
    line-height: 16px;
  }

  .post-view-meta-title,
  .page-header .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .post-view-content h2 {
    font-size: 20px;
  }

  .post-view-content h3 {
    font-size: 18px;
  }

  .blog-post-view-container > .post {
    margin-bottom: 40px;
  }

  .share-section-title {
    font-size: 14px;
    line-height: 16px;
  }

  .share-this-section {
    margin-bottom: 50px;
  }
  .related-posts-grid {
    margin-bottom: 66px;
  }
  .related-posts-grid > .post-wrapper {
    row-gap: 20px;
  }

  .related-posts-grid .entry-title {
    font-size: 16px;
    line-height: 23px;
  }

  .related-posts-grid .entry-meta,
  .related-posts-grid .entry-meta a {
    font-size: 12px;
    line-height: 14px;
  }

  .comment-form {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-bottom: 40px;
  }

  .form-submit {
    width: 50%;
  }

  .comment-form-comment {
    width: 100%;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: calc(50% - 8px);
  }
}

@media (min-width: 992px) {
  .site-header {
    padding: 28px 20px;
    border-bottom: 1px solid #e2e2e2;
  }

  .nav-menu {
    flex-direction: row;
  }
  .nav-menu li a {
    color: #000;
  }

  .menu-main-menu-container {
    display: block;
    position: static;
    border: none;
    padding: 0;
    height: auto;
  }

  .post-wrapper {
    column-gap: 38px;
  }
  .post-thumbnail-main {
    flex: 1 1 28%;
    min-width: 299px;
  }

  .entry-wrapper {
    flex: 1 1 72%;
  }
}

@media (min-width: 1024px) {
  .footer-top {
    padding-top: 74px;
    padding-bottom: 54px;
  }

  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-grid {
    -moz-column-gap: 5.735%;
    column-gap: 5.735%;
    grid-template-columns: 11.13% 11.13% 11.13% 11.13% 1fr;
  }

  .footer-menu {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding-top: 0 !important;
  }

  .footer-menu li a {
    line-height: 40px;
    font-size: 14px;
  }

  .footer-column {
    margin-bottom: 0px;
  }

  .footer-column__title,
  .footer-social__title {
    white-space: nowrap;
  }

  .footer-column__title {
    margin-bottom: 16px;
  }

  .footer-social {
    margin-left: 8.6%;
  }

  .footer-social__title {
    margin-bottom: 32px;
    text-align: left;
  }

  .social-links {
    justify-content: flex-start;
  }
  .social-links a {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .social-links a:hover {
    transform: translateY(-5px);
  }

  .footer-social {
    padding-top: 0px;
    border-top: none;
  }

  .footer-bottom p,
  .footer-bottom a {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-newsletter {
    max-width: 897px;
    padding-top: 45px;
  }

  .footer-newsletter .gform_wrapper {
    row-gap: 15px;
  }

  .footer-newsletter .gform_title {
    text-align: left;
  }

  .recaptcha-text {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .site-header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .post-wrapper {
    align-items: center;
  }
  .blog-container {
    max-width: 1078px;
    padding-top: 60px;
  }
  .footer-container {
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 1440px) {
  .nav-menu {
    column-gap: 25px;
  }
}

@media (min-width: 1600px) {
  .footer-container {
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 1766px) {
  .nav-menu {
    column-gap: 30px;
  }
}
