@font-face {
  font-family: "Helvetica-Medium";
  src: url("../fonts/HelveticaNeueMedium.otf");
  font-weight: normal;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Helvetica-Medium";
}

.container-r {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

h1,
h2,
h3,
h4,
h6 {
  color: #252525;
}

p {
  color: #c3c3c3;
}

nav li a:hover {
  text-decoration: underline;
}

div#content {
  margin-top: 50px;
}

#site-footer h4 {
  color: #e6e6e6
}

.btn-white {
  background: #fff;
  color: #000;
  font-size: 13px;
  padding: 12px 50px;
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  border: 1px solid #000000;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.btn-white:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff
}

.btn-red {
  color: #ffffff;
  font-size: 13px;
  padding: 12px 50px;
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  background: #d60e21;
  border: 1px solid #d60e21;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.btn-red:hover {
  background-color: #ffffff;
  border: 1px solid #d60e21;
  color: #d60e21
}

/* footer */
.wp-block-column {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wp-block-columns {
  margin: 0;
}

.footer-social p {
  color: #9b9b9b;
}

.footer-social .wp-block-column {
  justify-content: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

ul#menu-footer-links {
  display: flex;
  color: #fff;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 8px;
}

footer input {
  color: #252525;
}

.footer li a {
  font-size: 14px;
  color: #cccc;
}

.blog-list-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

p.text-newsletter label {
  color: #fff;
  font-size: 20px;
  width: 100%;
  display: block;
}


.sign-form input[type="email"] {
  background: #FFF;
  padding: 15px 10px;
  font-size: 13px;
  display: block;
  min-height: 3.5em;
  width: 100%;
  margin: 10px 0px;
}

.blog-list-footer span {
  color: #f12639;
  font-size: 13px;
  display: block;
}

.footer-app .wp-block-column {
  flex-direction: column;
}

.footer-top h4 {
  margin-bottom: 16px;
}

.footer_pub figure.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer_pub figure.wp-block-gallery figure.wp-block-image {
  width: 100% !important;
}

/*  */
@media screen and (max-width: 1024px) {
  div#content {
    margin-top: 40px;
  }

  .footer-social .wp-block-column {
    justify-content: start;
  }
}