:root {
  /* Colors */
  --color-header-bg: #fff;
  --color-sharing-button-bg: #dbdedf;
  --color-sharing-button: #242423;
  --color-banner-bg: #dbeabb;
  --color-participant-section-bg: #dbeabb;
  --color-information-section-bg: #ffffff;
  --color-post-bg: #dbeabb;
  --color-post-text: #242423;
  --color-form-bg: #242423;
  --color-form-heading: #fff;

  /* Buttons */
  --button-primary-bg: #242423;
  --button-primary-text: #ffffff;
  --button-primary-bg-hover: #fff;
  --button-primary-text-hover: #242423;

  /* Footer */
  --color-footer-bg: #242423;
  --color-footer-text: #f8f8f5;
  --color-footer-copyright-text: #fffdf0;

  /* Font Families */
  --font-family-primary: "Avenir-Book";
  --font-family-secondary: "Avenir-black";
  --font-family-tertiary: "Avenir LT Std, 55 Roman";
  --font-family-quaternary: "Avenir LT Std, 65 Medium";
}

/* body.apaq-news-wrapper {
  margin: 0;
  padding-top: 52px;
} */

/* body:has(#wpadminbar).page-template-landing-page {
  padding-top: 20px;
} */

/* body:not(#wpadminbar).apaq-news-wrapper.single {
  padding-top: 75px;
} */

/* Hide specific sections */
.page-template-landing-page section.elementor-section,
.apaq-news-wrapper section.elementor-section {
  display: none;
}

/* Images */
.apaq-news-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.page-template-landing-page.apaq-news-wrapper h2 {
  font-size: 32px;
  color: #242423;
  font-weight: normal;
  font-family: var(--font-family-primary);
}

#participant-section .participant_section_title p,
#apaq-information-section .info_section_title p {
  font-size: 32px;
  color: #242423;
  font-weight: normal;
  font-family: var(--font-family-primary);
  line-height: 1.2;
}

.page-template-landing-page.apaq-news-wrapper h2 span,
.page-template-landing-page.apaq-news-wrapper h1 strong,
.page-template-landing-page.apaq-news-wrapper h2 strong,
.page-template-landing-page.apaq-news-wrapper h3 strong,
.page-template-landing-page.apaq-news-wrapper h4 strong,
.page-template-landing-page.apaq-news-wrapper h5 strong,
.page-template-landing-page.apaq-news-wrapper h6 strong,
.page-template-landing-page.apaq-news-wrapper p strong {
  font-family: var(--font-family-secondary);
}

.page-template-landing-page.apaq-news-wrapper h3 {
  font-size: 24px;
}

.page-template-landing-page.apaq-news-wrapper h3,
.page-template-landing-page.apaq-news-wrapper h6 {
  font-family: var(--font-family-secondary);
  color: #242423;
  font-weight: bold;
}

.apaq-news-form h6 {
  font-size: 18px;
  color: var(--color-form-heading);
}

/* Links */
.apaq-news-wrapper a {
  text-decoration: none !important;
}

.apaq-news-wrapper a:hover {
  text-decoration: none;
}

.apq-news-container {
  max-width: 1100px;
  margin: 0 auto;
}

.page-template-landing-page p {
  font-size: 16px;
  margin-bottom: 20px;
}

header:not(.apaq-header) {
  display: none;
}

.apaq-news-wrapper .row {
  margin: unset;
}

/*=================
-- HEADER CSS StYLE
===================*/

.apaq-news-wrapper header.apaq-header {
  background-color: var(--color-header-bg);
  padding: 16px 0px;
}

.apaq-news-wrapper .apaq-logo img {
  width: 170px;
}

.apaq-news-wrapper .apaq-logo img:hover {
  opacity: 0.9;
}

.apaq-news-wrapper .apaq-sharing-btn a > img {
  max-width: 19px;
  margin-top: -6px;
}

.apaq-news-wrapper .apaq-sharing-btn a {
  color: var(--color-sharing-button);
  background: var(--color-sharing-button-bg);
  font-family: "Avenir-Heavy";
  padding: 10px 14px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}

.apaq-news-wrapper .apaq-header {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0.31, 0.38, 0.7);
  transition: all 400ms cubic-bezier(0.4, 0.31, 0.38, 0.7);
}

.apaq-news-wrapper .apaq-header[data-hidden="true"] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.apaq-news-wrapper body {
  margin: 0;
  padding-top: 60px;
}

.apaq-news-wrapper body:has(#wpadminbar) .apaq-banner {
  padding-top: 0px;
}

.apaq-news-wrapper body:has(.apaq-header[data-hidden="true"]) {
  padding-top: 0;
}

.apaq-news-wrapper body:has(.apaq-header[data-hidden="true"]) .apaq-banner {
  padding-top: 0;
}

.apaq-news-wrapper body {
  padding-top: 60px;
}

/*=================
-- Banner STYLING
===================*/
.apaq-news-wrapper .apaq-banner {
  background: var(--color-banner-bg);
  /* margin-top: 20px; */
  width: 100%;
  clear: both;
}

.apaq-news-wrapper .apaq-banner-right-content {
  max-width: 298px;
  width: 100%;
}

.apaq-banner-right-content p {
  color: #242423;
  font-family: var(--font-family-primary);
}

.apaq-banner-right-content p > b {
  font-family: var(--font-family-secondary);
}

.apaq-news-wrapper .apaq-btn {
  font-family: var(--font-family-secondary);
  text-decoration: none;
  padding: 17px 24px;
  border-radius: 4px;
  font-size: 16px;
}

.apaq-news-wrapper .find-event-btn {
  color: var(--button-primary-text) !important;
  background: var(--button-primary-bg);
  line-height: 80px;
  transition: background-color 0.5s ease-in-out;
}

.apaq-news-wrapper .find-event-btn:hover {
  background: var(--button-primary-bg-hover);
  color: var(--button-primary-text-hover) !important;
}

.apaq-news-wrapper div#apaq-information-section {
  background: var(--color-information-section-bg);
  padding-bottom: 60px;
  width: 100%;
}

.apaq-news-wrapper .apaq-header-btn {
  position: relative;
}

.apaq-news-wrapper .section-header-btn {
  position: absolute;
  right: 0;
  font-size: 16px;
  font-family: "Avenir-Heavy";
  color: #fff;
  position: relative;
  cursor: pointer;
  line-height: 20px;
}

.apaq-news-wrapper .section-header-btn img {
  max-width: 16px;
  position: relative;
  top: 0px;
}

.apaq-news-wrapper span#apaq-download-btn {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: -39px;
  padding: 8px 10px;
  border: none;
  border-radius: 25px 25px 0px 0px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir-Heavy", sans-serif;
  color: #242423;
  width: 140px;
  display: flex;
  justify-content: center;
}

.apaq-news-wrapper img.desktop-banner {
  width: 100%;
}

/*====================
-- Participant STYLING
======================*/

#participant-section p {
  font-family: var(--font-family-primary);
  color: #242423;
  font-weight: 500;
}

.apaq-news-wrapper span#apaq-participant-btn {
  background: #dbeabb;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: -39px;
  padding: 8px 10px;
  border: none;
  border-radius: 25px 25px 0px 0px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir-Heavy", sans-serif;
  color: #242423;
  display: flex;
  justify-content: center;
  min-width: 340px;
}

.apaq-news-wrapper .section-header-btn::before {
  content: "";
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-bottom-right-radius: 20px;
  left: -10px;
  bottom: 0;
  border: 0;
  position: absolute;
}

.apaq-news-wrapper .section-header-btn::after {
  content: "";
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-bottom-left-radius: 20px;
  right: -10px;
  bottom: 0;
  border: 0;
  position: absolute;
}

.apaq-news-wrapper span#apaq-download-btn::before {
  box-shadow: 5px 5px 0 5px #fff;
}

.apaq-news-wrapper span#apaq-download-btn::after {
  box-shadow: -5px 5px 0 5px #fff;
}

.apaq-news-wrapper span#apaq-participant-btn::before {
  box-shadow: 5px 5px 0 5px #dbeabb;
}

.apaq-news-wrapper span#apaq-participant-btn::after {
  box-shadow: -5px 5px 0 5px #dbeabb;
}

#apaq-information-section p {
  color: #242423;
  font-size: 16px;
}

.apaq-news-wrapper .apaq-sponsor-box {
  border-radius: 6px;
  max-width: 712px;
  margin: 0 auto;
  padding: 12px 10px 10px 10px;
  border: 1px solid #f2f2f2;
}

.apaq-news-wrapper .apaq-sponsor-box img {
  height: 43px;
}

.apaq-news-wrapper .apaq-sponsor-box h3 {
  color: #242423;
  margin-bottom: 20px;
}

.apaq-sponsor-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.apaq-sponsor-box ul img {
  height: 58px !important;
  object-fit: scale-down;
}

.apaq-sponsor-box ul li {
  width: 25%;
  text-align: center;
}

.apaq-news-wrapper span#participant-header-btn {
  top: -30px;
  padding: 8px 30px 9px 25px;
  color: #242423;
}

.apaq-news-wrapper div#participant-section {
  background: var(--color-participant-section-bg);
  width: 100%;
}

.apaq-news-wrapper #participant-members img {
  max-width: 77px;
  width: 100%;
}

.apaq-news-wrapper .participant-members img {
  border-radius: 50%;
  width: 77px !important;
  height: 77px;
  border: 2px solid #f2a5af;
  object-fit: cover;
  object-position: center;
}

.apaq-news-wrapper ul.participant-members {
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 15px;
}

.apaq-news-wrapper ul.participant-members li p {
  font-family: var(--font-family-secondary) !important;
  font-weight: bold !important;
  padding-top: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

.apaq-news-wrapper ul.participant-members li {
  max-width: 95px;
  width: 100%;
}

.apaq-news-wrapper a.participant-btn.apaq-btn {
  transition: background-color 0.5s ease-in-out;
  width: auto;
  border: 1px solid #242423;
  border-radius: 4px;
  color: #242423;
  margin: 0 auto;
  padding: 14px 24px;
  font-size: 16px;
}

.apaq-news-wrapper a.participant-btn.apaq-btn:hover {
  background: var(--button-primary-bg-hover);
  color: var(--button-primary-text-hover);
  border-color: #fff;
}

/*========================
-- CONTACT SECTION STYLING
==========================*/

div#home-contact-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.apaq-news-form form.wpcf7-form.sent {
  position: relative;
}

.apaq-news-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  position: absolute;
  top: -42px;
  z-index: 99;
  display: block !important;
  border: unset;
  padding: 0px;
  font-size: 12px;
  color: #46b450;
  left: -5px;
  font-family: var(--font-family-primary);
}

.apaq-news-form .wpcf7-response-output {
  position: absolute;
  top: -45px;
  font-size: 12px;
  font-family: var(--font-family-primary);
  border: unset !important;
  padding: 0px !important;
  left: -5px;
  color: #ec5c58;
}

.apaq-news-form form.wpcf7-form.invalid {
  position: relative;
}

.apaq-news-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-family: var(--font-family-primary);
  color: #ec5c58;
}

.new-post-content ul {
  font-family: var(--font-family-primary);
  font-size: 16px;
  margin-left: 0px;
  margin: 20px 0px;
}

.new-post-content ul li {
  margin-bottom: 0.3125rem;
  line-height: 28px;
}

.wpcf7-form-control-wrap[data-name="your-email"] span.wpcf7-not-valid-tip {
  position: absolute;
  top: -39px;
  right: 0;
}

span.wpcf7-form-control-wrap[data-name="body_message"]
  span.wpcf7-not-valid-tip {
  position: absolute;
  top: -306px;
  right: 0;
}

.apaq-news-wrapper #apaq-contact-btn {
  background: #242423;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -39px;
  padding: 8px 10px;
  border: none;
  border-radius: 25px 25px 0px 0px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir-Heavy", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 187px;
}

.apaq-news-wrapper .apaq-footer .section-header-btn {
  background-color: #242423;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -69px;
  padding: 8px 10px;
  border: none;
  border-radius: 30px 30px 0px 0px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir-Heavy", sans-serif;
  color: #242423;
  width: 50px;
  display: flex;
  justify-content: center;
}

#scrollToTopBtn img {
  transform: rotate(180deg);
}

.apaq-news-wrapper span#scrollToTopBtnWrapper::before {
  box-shadow: 5px 5px 0 5px #242423;
}

.apaq-news-wrapper span#scrollToTopBtnWrapper::after {
  box-shadow: -5px 5px 0 5px #242423;
}

.apaq-news-wrapper #apaq-contact-btn::before {
  box-shadow: 5px 5px 0 5px #242423;
}

.apaq-news-wrapper .apaq-news-form label {
  font-family: var(--font-family-secondary);
  font-size: 12px;
  padding: 15px 0px 10px;
}

.apaq-news-wrapper .apaq-news-form input.wpcf7-email,
.apaq-news-form textarea.wpcf7-textarea {
  background: #fff !important;
  color: #242423;
  font-family: var(--font-family-primary);
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: unset;
  padding: 10px;
}

.apaq-news-wrapper .apaq-news-form br {
  display: none;
}

.apaq-news-wrapper .apaq-news-form input.wpcf7-submit {
  width: 100%;
  border-color: #ffffff;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background: transparent;
  font-family: "AvenirLTStd-Book", Sans-serif;
  font-weight: bold;
  border: 1px solid;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
}

.apaq-news-wrapper .apaq-news-form input.wpcf7-submit:hover {
  background: var(--button-primary-bg-hover);
  color: var(--button-primary-text-hover);
}

.apaq-news-wrapper .apaq-news-form p {
  margin-bottom: 0;
}

.apaq-news-wrapper .apaq-news-form {
  background: var(--color-form-bg);
  color: #fff;
  padding: 12px;
  border-radius: 8px 0px 8px 8px;
  height: 100%;
}

.apaq-news-wrapper .apaq-news-form textarea.wpcf7-textarea {
  height: 291px;
  outline: none;
}

.apaq-news-wrapper .apaq-news-form form p {
  margin-bottom: 0 !important;
}

.apaq-news-wrapper .apaq-news-form form br {
  display: none !important;
}

.apaq-news-wrapper .apaq-news-form span.wpcf7-spinner {
  display: none;
}

.apaq-news-wrapper .new-post-content {
  background: var(--color-post-bg);
  padding: 12px;
  color: var(--color-post-text);
  border-radius: 0px 0px 8px 8px;
}

.new-post-content p {
  font-family: var(--font-family-primary);
}

.news-post-box {
  background: var(--color-post-bg);
  border-radius: 6px;
  height: 535px;
}

.apaq-news-wrapper .news-post-box img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
}

.apaq-news-wrapper .learn-more-btn a {
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  min-width: 153px;
  font-size: 16px;
}

.apaq-news-wrapper .learn-more-btn a:hover {
  background: var(--button-primary-text);
  color: var(--button-primary-text-hover);
}

.page-template-landing-page .news-post-box h3 {
  margin-bottom: 10px;
}

.page-template-landing-page .news-post-box h6 {
  margin-bottom: 10px;
  font-size: 18px;
}

.apaq-news-wrapper .apaq-news-form h6 {
  line-height: 24px;
  margin-bottom: 20px;
}

.apaq-news-wrapper .apaq-news-form textarea.wpcf7-textarea::placeholder,
.apaq-news-wrapper .apaq-news-form input.wpcf7-email::placeholder {
  color: #141414;
  opacity: 30%;
}

/*================
-- FOOTER STYLING
==================*/
.apaq-news-wrapper footer.apaq-footer {
  background: var(--color-footer-bg);
  padding-top: 32px;
  width: 100%;
}

.apaq-news-wrapper ul.footer-menu {
  outline: none;
  column-gap: 30px;
  list-style: none;
}

.apaq-news-wrapper ul.footer-menu li a:hover {
  color: #fed601;
}

.apaq-news-wrapper img.ft-logo {
  max-width: 200px;
  width: 100%;
  margin-bottom: 15px;
}

.apaq-news-wrapper ul.social-icons {
  display: flex;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.apaq-news-wrapper ul.social-icons li {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 8px;
}

.apaq-news-wrapper ul.social-icons li:last-child {
  margin-bottom: 0px;
}

.apaq-news-wrapper ul.social-icons li a i {
  color: #fff;
}

.apaq-news-wrapper .social-wrapper p {
  color: #f8f8f5;
  padding-bottom: 10px;
  display: inline-block;
  font-family: "Avenir-black";
}

.apaq-news-wrapper .social-wrapper {
  /* max-width: 90px;
	width: 100%; */
  float: right;
}

.copyright-wrapper {
  position: relative;
}

.copyright-wrapper::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #41525a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
}

.apaq-news-wrapper .copyright {
  border-top: 1px solid #41525a;
  margin-top: 25px;
  padding: 15px 0px;
}

.apaq-news-wrapper .copyright ul {
  list-style: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0px;
}

.apaq-news-wrapper .copyright ul li img {
  height: 20px;
}

.apaq-news-wrapper .copyright p {
  color: var(--color-footer-copyright-text);
  opacity: 0.2;
}

.apaq-news-wrapper
  body.page-template.page-template-custom-template.page-template-custom-template-php.page.page-id-6 {
  margin: 0;
}

.apaq-news-wrapper .apaq-footer a {
  transition: 0.3s;
  color: #f8f8f5 !important;
  font-family: var(--font-family-quaternary);
  font-size: 16px;
}

.apaq-news-wrapper .copyright p {
  font-family: var(--font-family-quaternary);
  font-size: 12px;
}

.apaq-footer p {
  margin-bottom: 0px !important;
  color: #f8f8f5;
}

.apaq-news-wrapper .apaq-footer a:hover {
  color: #dbeabb !important;
}

.apaq-news-wrapper .copyright ul li:nth-child(2) img {
  height: 24px;
  margin: 0px 15px 0px 24px;
}

.footer-links li {
  margin-right: 15px;
}

.footer-links li:last-child {
  margin-right: 0;
}

.footer-links li a {
  color: #fffdf0;
  opacity: 0.2;
}

.participant-members .owl-dots button.owl-dot.active {
  width: 50px;
  height: 6px;
  background: #242423;
}

.participant-members .owl-dots button.owl-dot {
  width: 20px;
  background: #b6c29d;
  height: 6px;
  margin: 0px 3px;
  border-radius: 4px;
}

/* #apaq-information-section {
	opacity: 0;
	transform: translateY(40px);
	animation: fadeUp 1s ease-in-out forwards;
	animation-delay: 1s;
}

@keyframes fadeUp {
	from {
		transform: translateY(40px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
} */

@media (min-width: 1200px) {
  .apaq-news-wrapper header .container {
    max-width: 1240px;
  }
}

@media (max-width: 991px) {
  .apaq-news-wrapper span#apaq-download-btn {
    right: 0;
  }
}

@media (max-width: 782px) {
  /* body:has(#wpadminbar).page-template-landing-page {
    padding-top: 15px;
  }

  body.apaq-news-wrapper {
    padding-top: 53px;
  } */
}

@media (max-width: 768px) {
  /* body:has(#wpadminbar).page-template-landing-page {
    padding-top: 6px;
  } */

  .apaq-news-wrapper .apaq-banner-right-content {
    max-width: 450px;
    width: 100%;
    padding: 15px 15px 40px 15px;
  }

  .apaq-sponsor-box ul img {
    height: 40px !important;
  }

  .apaq-sponsor-box ul li:nth-child(2) img {
    height: 27px !important;
    margin-top: 8px;
    margin-left: 22px;
  }

  .apaq-news-wrapper ul.participant-members li {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .apaq-news-wrapper ul.participant-members li p {
    width: 100%;
  }

  .apaq-news-wrapper div#participant-section {
    background: #dbeabb;
  }

  .apaq-news-wrapper span#apaq-participant-btn {
    background: #dbeabb;
  }

  .apaq-news-wrapper span#apaq-participant-btn::after {
    box-shadow: -5px 5px 0 5px #dbeabb;
  }

  .apaq-news-wrapper span#apaq-participant-btn::before {
    box-shadow: 5px 5px 0 5px #dbeabb;
  }

  .apaq-news-wrapper .new-post-content {
    background: #dbeabb;
  }

  .apaq-news-wrapper .news-post-box img {
    height: 200px;
    object-fit: cover;
  }

  .apaq-news-wrapper .apaq-news-form h6 {
    margin-bottom: 0px;
  }

  .owl-stage-outer .owl-item {
    display: flex;
    justify-content: center;
  }

  .apaq-news-wrapper .apaq-news-form textarea.wpcf7-textarea {
    height: 150px;
  }
}

@media (max-width: 575px) {
  .apaq-news-wrapper .apaq-logo img {
    width: 130px;
  }

  /* body.apaq-news-wrapper {
    padding-top: 44px;
  } */

  .apaq-news-wrapper .apaq-sharing-btn a {
    font-size: 12px;
  }

  /* body:has(#wpadminbar).page-template-landing-page {
    padding-top: 0px;
    margin-top: -2px;
  } */

  .apaq-news-wrapper .find-event-btn {
    color: #ffffff;
    line-height: initial;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }

  #apaq-information-section .container {
    padding: 0px 15px;
  }

  .apaq-sponsor-box ul li:nth-child(2) img {
    height: 19px !important;
    margin-top: 8px;
    margin-left: 13px;
  }

  div#home-contact-section {
    padding-top: 0;
  }

  #home-contact-section .container {
    padding: 0;
  }

  .apaq-news-wrapper span#apaq-participant-btn {
    right: 30px;
    padding-left: 10px;
    padding-right: 14px;
    min-width: auto;
    font-size: 14px;
  }

  .apaq-news-wrapper .section-header-btn img {
    max-width: 12px;
  }

  .apaq-news-wrapper ul.footer-menu li {
    width: 100%;
    line-height: 25px;
  }

  .apaq-news-wrapper ul.social-icons {
    column-gap: 6px;
  }

  .apaq-news-wrapper ul.social-icons li {
    width: 32px;
    height: 32px;
  }

  .apaq-news-wrapper .learn-more-btn a,
  .apaq-news-wrapper a.participant-btn.apaq-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  ul.footer-links {
    display: flex;
    justify-content: center;
    column-gap: 6px;
  }

  .footer-links li {
    margin-right: 0px;
  }

  .apaq-news-wrapper .footer-links a {
    font-size: 12px;
  }

  .apaq-news-wrapper .copyright p {
    font-size: 12px;
  }

  .apaq-news-wrapper .apaq-news-form h6 {
    margin-bottom: 0px;
  }

  .apaq-news-wrapper .apaq-news-form textarea.wpcf7-textarea {
    height: 119px;
  }
}

@media (max-width: 370px) {
  .apaq-news-wrapper .footer-links a {
    font-size: 11px;
  }
}
