/*
Theme Name: Cyberfrog (Shaun)

Author: Shaun Hearnden

Version: 999999999999999999999999999999

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* ============ Globals ============ */

:root {
  --peninsula-blue: #143c76;
  --peninsula-black: #181818;
}

html:has(#burger.rotated) {
  overflow-y: hidden;
}

body {
  font-family: "noto-sans-khmer";
  overflow-x: hidden;
  overflow-y: hidden !important;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
}

section a,
.policy a {
  text-decoration: underline;
}

.hidden {
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

section.intro {
  min-height: 200px;
  border-bottom-left-radius: 50% 150px;
  border-bottom-right-radius: 50% 150px;
  background-color: var(--peninsula-blue);
  margin-bottom: 100px;
}

section.intro .text {
  text-align: center;
  color: white !important;
  width: 950px;
}

section.intro .text h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

section.intro .text p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-block: 15px;
}

section.intro .wrapper {
  width: unset !important;
  margin-top: 30px;
}

section.outro {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-block: 35px;
  margin-bottom: 100px;
}

section.outro .text {
  width: 65%;
  gap: 25px;
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ============ Forms ============ */

#gform_fields_login {
  position: relative;
}

.gform_title {
  display: none !important;
}

.form-container {
  min-height: 500px;
  align-items: unset !important;
}

#gform_fields_login .validation_message {
  max-width: 555px;
}

.form input,
.form textarea {
  border: 1px solid #7b7b7b !important;
  border-radius: 14px;
  color: #7b7b7b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  white-space: nowrap;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #7b7b7b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

.form input[type="submit"] {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: var(--peninsula-blue);
  width: 165px !important;
}

.gform_wrapper.gravity-theme .ginput_complex {
  flex-direction: column !important;
  gap: 10px;
}

main#contact-us #form-wrapper {
  width: 100%;
}

.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full),
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0 !important;
}

.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full),
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full) {
  padding-left: 0 !important;
}

label {
  display: none !important;
}

a[title="Register"],
a[title="Forgot Password"] {
  display: none !important;
}

.validation_message a {
  display: none !important;
}

.gfield-choice-input {
  display: none !important;
}

.form.login .ginput_container_text:has(#input_1) {
  position: relative;
}

.form.login .ginput_container_text:has(#input_1)::before {
  content: "Email Address";
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  color: gray;
  pointer-events: none;
  z-index: 100;
}

.form.login .ginput_container_text:has(#input_2) {
  position: relative;
}

.form.login .ginput_container_text:has(#input_2)::before {
  content: "Password";
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  color: gray;
  pointer-events: none;
  z-index: 100;
}

.form.login .ginput_container_text:has(#input_1:focus)::before,
.form.login .ginput_container_text:has(#input_2:focus)::before {
  opacity: 0;
}

.form.login .ginput_container_text:has(#input_1.input-has-value)::before,
.form.login .ginput_container_text:has(#input_2.input-has-value)::before {
  opacity: 0;
}

/* ============ Buttons ============ */

.button {
  display: block;
  padding-inline: 20px;
  padding-block: 5px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.2s;
}

.button.white {
  color: white;
  border: 1px solid white;
}

.button.white p {
  color: #fff;
}

.button.white:hover {
  background: white;
}

.button.white:hover p {
  color: var(--peninsula-blue);
}

.button.blue {
  border: 1px solid var(--peninsula-blue);
}

.button.blue p {
  color: var(--peninsula-blue);
}

.button.blue:hover {
  background-color: var(--peninsula-blue);
}

.button.blue:hover p {
  color: white;
}

.button.blue.solid {
  background-color: var(--peninsula-blue);
}

.button.blue.solid p {
  color: white;
}

.button.blue.solid:hover {
  background-color: white;
}

.button.blue.solid:hover p {
  color: var(--peninsula-blue);
}

.button.black {
  border: 1px solid var(--peninsula-black);
}

.button.black p {
  color: var(--peninsula-black);
}

.button.black:hover {
  background-color: var(--peninsula-blue);
  border: 1px solid var(--peninsula-blue);
}

.button.black:hover p {
  color: white;
}

.button.large {
  margin-top: 0px;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.58px;
}

.arrow-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: var(--peninsula-blue);
  width: 92px;
  height: 39px;
}

.arrow-link p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-top: 1px;
  color: white !important;
}

.arrow-link:has(p) {
  width: 110px;
  gap: 15px;
}

.arrow-link:has(p) img {
  width: 10px;
}

.arrow-link.inverted img {
  transform: rotate(180deg);
}

/* ============ Containers ============ */

section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/* ============ Logo ============ */

.logo {
  width: 463px;
  position: relative;
  text-decoration: none;
}

.logo h1 {
  color: var(--peninsula-black);
  font-size: 42.291px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.846px;
  font-family: "Nanum Myeongjo" !important;
  margin-left: 40px;
}

.logo h1 strong {
  color: var(--peninsula-blue);
  font-size: 42.291px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.277px;
}

.logo em {
  color: var(--peninsula-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.4px;
  font-family: "Taprom" !important;
}

.logo img {
  position: absolute;
  height: 86px;
  right: 0;
  bottom: 0;
}

.logo.white * {
  color: white;
}

/* ============ Header ============ */

header {
  width: 100vw;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

header .button {
  width: 140px;
  height: 59px;
}

header .button p {
  margin-top: 8px;
  color: var(--peninsula-blue);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
  letter-spacing: 0.44px;
}

header .logo {
  margin-left: 136px;
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

/* ============ Burger Menu ============ */

#burger {
  flex-direction: column;
  justify-content: space-evenly;
  height: 80px;
  width: 70px;
  cursor: pointer;
  display: none;
}

#burger.rotated rect {
  background-color: white;
}

#burger.rotated rect:nth-child(1) {
  transform: translate(0, 24px) rotate(45deg);
}

#burger.rotated rect:nth-child(2) {
  opacity: 0;
}

#burger.rotated rect:nth-child(3) {
  transform: translate(0, -25px) rotate(-45deg);
}

@media screen and (max-width: 800px) {
  #burger {
    display: flex;
  }

  header > button {
    display: none;
  }
}

rect {
  display: block;
  width: 100%;
  height: 10%;
  border-radius: 100px;
  background-color: var(--test-white);
}

#mobile-menu {
  position: absolute;
  opacity: 0;
  width: 100vw;
  height: 1vh;
  top: 10vh;
  background-color: #669bbc;
  transition: height 0.5s;
  left: 0px;
}

#mobile-menu.open {
  opacity: 1;
  height: 100vh;
}

#burger {
  display: flex;
  z-index: 10000;
}

#burger rect {
  display: block;
  width: 100%;
  height: 15%;
  border-radius: 100px;
  background-color: var(--peninsula-blue);
  transition: transform 0.4s;
}

#menu {
  position: fixed;
  display: flex;
  justify-content: center;
  opacity: 0;
  width: 306px;
  height: 100vh;
  transition: height 0.5s;
  right: -8px;
  top: 0px;
  z-index: -9999;
  background-color: var(--peninsula-blue);
  transition: 0.3s;
  overflow: hidden !important;
}

#menu .wrapper {
  margin-top: 65%;
  height: 60%;
  align-items: end;
}

#menu.logged-in .wrapper {
  height: 70%;
}

#menu a {
  color: white;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
  text-decoration: none;
}

#menu .container {
  width: 75px;
}

#menu.open {
  opacity: 1;
  z-index: 9999;
  overflow-y: scroll !important;
}

/* ============ Link Cards ============ */

.link-card {
  position: relative;
  min-height: 800px;
  width: 100%;
}

.link-card img {
  position: absolute;
  width: 902px;
  height: 588px;
  position: absolute;
  width: 902px;
  height: 588px;
  object-fit: cover;
  border-radius: 20px;
}

.link-card .text {
  position: absolute;
  text-align: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 0px 47.8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  min-height: 318px;
  width: 712px;
  padding-block: 50px;
}

.link-card .text > * {
  margin-block: 5px;
}

.link-card .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  margin-block: 5px;
}

.link-card .text h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

.link-card .text > p {
  width: 615px;
}

.link-card .text rect {
  width: 80%;
  height: 2px;
  background-color: var(--peninsula-blue);
}

.link-card .text h1 {
  position: relative;
  color: var(--peninsula-blue);
}

.link-card:nth-child(odd) img {
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.link-card:nth-child(odd) .text {
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.link-card:nth-child(even) img {
  left: 0;
  top: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.link-card:nth-child(even) .text {
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

/* ============ Banner ============ */

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 700px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
  overflow: hidden !important;
}

.banner .wrapper {
  height: unset;
}

.banner > .wrapper {
  width: 80%;
  height: 50%;
  text-align: center;
  z-index: 10;
  gap: 50px;
}

.banner h1 {
  color: #fff;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 22.5px;
  line-height: 30px;
}

.banner .button {
  padding: 30px;
  width: fit-content;
  height: 59px;
  white-space: nowrap;
}

.banner .button p {
  margin-top: 0px;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.58px;
  margin-top: 8px;
}

.banner .row {
  justify-content: center;
  gap: 25px;
}

/* ============ Home ============ */

main#home .text {
  gap: 20px;
}

main#home .wrapper {
  width: 80%;
}

main#home section#one img,
main#home section#two img {
  height: 100%;
  object-fit: cover;
}

main#home .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

main#home .text h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

/* Section One */

main#home section#one {
  min-height: 549px;
  padding-block: 30px;
}

main#home section#one .wrapper > h1 {
  color: var(--peninsula-blue);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10px;
}

main#home section#one .text {
  width: 64%;
  color: var(--peninsula-black);
  gap: 30px;
}

/* Section Two */

main#home section#two {
  min-height: 685px;
  background-color: var(--peninsula-blue);
  border-bottom-left-radius: 50% 150px;
  border-bottom-right-radius: 50% 150px;
}

main#home section#two .text {
  width: 64%;
  text-align: right;
  align-items: flex-end;
  color: white;
  height: 100%;
  gap: 30px;
}

/* Section Three */

main#home section#three {
  margin-top: 30px;
}

main#home section#three .text {
  width: 74%;
  text-align: center;
  color: var(--peninsula-black);
  align-items: center;
  height: 75%;
}

/* ============ Info Pages (who's who / the choir) ============ */

/* Text */

main#info-page section.intro {
  margin-bottom: 20px;
  align-items: start;
}

main#info-page .info-section .text {
  width: 66%;
  color: var(--peninsula-black);
}

main#info-page .info-section .text h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#info-page .info-section .text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.32px;
}

main#info-page .info-section .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-block: 15px;
}

/* Sections */

main#info-page section.info-section {
  min-height: 534px;
}

main#info-page section.info-section img {
  height: 439px;
  object-fit: cover;
  border-radius: 30px;
  width: 429px;
}

main#info-page section.info-section #section-wrapper {
  width: 75%;
}

main#info-page section.info-section:nth-child(odd) .container {
  flex-direction: row-reverse;
}

main#info-page section.info-section:nth-child(odd) .text {
  text-align: end;
}

main#info-page section.info-section:nth-child(odd) .button {
  align-self: end;
}

main#info-page section#two {
  min-height: 300px;
  margin-bottom: 100px;
}

/* ============ Why Join? ============ */

main#why-join .wrapper {
  width: 80%;
  gap: 20px;
}

main#why-join .link-wrapper {
  width: 50%;
}

main#why-join .text-section {
  margin-bottom: 100px;
}

main#why-join .text-section .text h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#why-join .text-section .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-block: 15px;
}

main#why-join section#three {
  margin-bottom: 150px;
}

main#why-join section#three .text {
  width: 75%;
  color: var(--peninsula-black);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

/* ============ Become a Member ============ */

main#become-a-member section#two .wrapper {
  width: 75%;
  margin-block: 100px;
  gap: 150px;
}

main#become-a-member .intro {
  margin: 0;
}

main#become-a-member section#two:has(h1) .text {
  width: 87%;
}

main#become-a-member section#two .text h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#become-a-member section#two .text p {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

main#become-a-member .step-number {
  position: relative;
  width: 135px !important;
  height: 135px;
  background-color: var(--peninsula-blue);
  border-radius: 50%;
  flex-shrink: 0;
}

main#become-a-member .step-number span {
  position: absolute;
  top: 59%;
  left: 54%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150px */
  letter-spacing: 12px;
}

main#become-a-member .outro .text {
  width: 65%;
}

/* ============ Contact Us ============ */

main#contact-us {
  margin-bottom: 100px;
}

main#contact-us h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 66px */
  letter-spacing: 5.28px;
}

main#contact-us .text {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

main#contact-us a {
  text-decoration: none;
  color: var(--peninsula-black);
}

main#contact-us #form-wrapper {
  align-items: start;
  gap: 30px;
}

main#contact-us section#one > .wrapper {
  width: 70%;
}

main#contact-us #image-wrapper {
  margin-top: 200px;
}

/* ============ Events ============ */

main.events .post-wrapper {
  align-items: unset;
  justify-content: unset;
  margin-bottom: 50px;
}

main.events .intro {
  margin-bottom: 0px;
}

main.events .intro .text * {
  color: white !important;
}

main.events .event {
  align-items: unset;
  justify-content: space-evenly;
  gap: 50px;
  margin-block: 70px;
}

main.events .gallery {
  gap: 40px;
}

main.events .container .text {
  gap: 10px;
  width: 600px;
}

main.events h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main.events h2 {
  color: var(--peninsula-blue);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
  letter-spacing: 4.32px;
}

main.events p {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}

main.events .link,
main.events .link * {
  color: var(--peninsula-blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  width: fit-content;
}

main.events .featured-image {
  width: 695px;
  height: 469px;
  object-fit: cover;
}

.events .gallery img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* Single Events */

main#single-events section#one > .wrapper {
  width: 75%;
  align-items: start;
  gap: 20px;
}

main#single-events h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#single-events h2 {
  color: var(--peninsula-blue);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.32px;
}

main#single-events p {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

main#single-events .link,
main#single-events .link * {
  color: var(--peninsula-blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  width: fit-content;
}

main#single-events .gallery {
  width: 45%;
}

main#single-events .content {
  margin-block: 50px;
}

main#single-events .arrow-link {
  margin-bottom: 45px;
}

/* ============ News ============ */

main#news section > .wrapper {
  width: 75%;
}

main#news .intro {
  margin-bottom: 0px;
}

main#news .intro .text * {
  color: white !important;
}

main#news .post-wrapper {
  align-items: unset;
  justify-content: unset;
}

main#news .post {
  align-items: unset;
  justify-content: unset;
  gap: 50px;
  margin-block: 70px;
}

main#news .post > .wrapper {
  height: unset;
  align-items: unset;
  width: 50%;
}

main#news .container .text {
  gap: 10px;
  width: fit-content;
}

main#news h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#news .subheading h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
  letter-spacing: 4.32px;
}

main#news p {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  margin-block: 15px;
}

main#news .featured-image {
  width: 695px;
  height: 469px;
  object-fit: cover;
}

/* ============ Single News ============ */

main#single-news section#one > .wrapper {
  width: 75%;
  align-items: start;
  gap: 20px;
}

main#single-news h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#single-news .subheading h2 {
  color: var(--peninsula-blue);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.32px;
}

main#single-news p {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

main#single-news .content {
  margin-block: 50px;
}

main#single-news .arrow-link {
  margin-bottom: 45px;
}

/* ============ Login ============ */

main#login .intro {
  margin-bottom: 30px;
}

main#login .intro .text {
  width: 53%;
}

main#login section:has(.form) > .wrapper {
  width: 75%;
  min-height: 650px;
  margin-bottom: 50px;
}

main#login .form-wrapper {
  align-self: flex-start;
  justify-content: space-between;
}

main#login rect {
  width: 2px;
  height: calc(100% + 95px);
  background-color: #7b7b7b;
  color: #7b7b7b;
}

main#login h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
  margin-bottom: 30px;
}

main#login .form input[type="submit"] {
  width: 107px !important;
}

main#login p {
  border: none !important;
  font-size: 18px;
}

main#login .ginput_product_price {
  border: none !important;
  font-size: 30px;
  margin: 20px 0 9px 0;
  color: #143c76;
}

/* ============ Songs ============ */

main#songs .intro .text {
  width: 70%;
}

main#songs section#one > .wrapper {
  width: 75%;
}

main#songs .songs-grid {
  width: 100%;
  margin-bottom: 100px;
  row-gap: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

main#songs .songs-grid img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}

main#songs .songs-grid h1 {
  color: var(--peninsula-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.8px;
  text-align: center;
}

main#songs .songs-grid h2 {
  color: var(--peninsula-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3.12px;
  text-align: center;
}

main#songs .songs-grid .song-wrapper {
  gap: 5px;
  justify-content: space-between;
}

.pdf-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdf-modal:not(.hidden) {
  z-index: 1000;
}

/* ============ Songs Single ============ */

main#single-song section#one {
  margin-bottom: 100px;
}

main#single-song video {
  width: 600px;
  height: 337.5px;
}

main#single-song .song-container {
  width: 100%;
  justify-content: unset;
  gap: 50px;
  align-self: flex-start;
}

main#single-song .video-label {
  align-self: start;
}

main#single-song section#one > .wrapper {
  width: 75%;
}

main#single-song section#one .text {
  align-self: flex-start;
}

main#single-song rect {
  width: 2px;
  background: rgba(24, 24, 24, 0.2);
}

main#single-song .arrow-link {
  margin-bottom: 45px;
  align-self: start;
}

main#single-song .image-wrapper img {
  width: 600px;
  height: 600px;
  max-width: 100%;
  margin-bottom: 50px;
  object-fit: cover;
}

main#single-song h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
  align-self: start;
}

main#single-song h2 {
  color: var(--peninsula-black);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.32px;
  margin-bottom: 20px;
}

main#single-song h3 {
  color: var(--peninsula-blue);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 3.84px;
}

main#single-song .song-container {
  align-items: unset;
}

main#single-song .file-wrapper {
  align-items: unset;
  height: unset;
  gap: 50px;
}

.song-sheets,
.audio-files {
  gap: 10px;
}

.song-sheet,
.audio-file {
  padding: 30px;
  border-radius: 10.989px;
  background-color: white;
  filter: drop-shadow(0px 0px 9.8px rgba(0, 0, 0, 0.1));
  flex-shrink: 0;
  justify-content: unset;
  gap: 20px;
  width: 100% !important;
  align-self: start;
}

.gform_confirmation_message {
  color: white !important;
}

/* ============ Notices ============ */

main#notices section#one > .wrapper {
  width: 75%;
}

main#notices .intro .text {
  width: 70%;
}

main#notices span {
  display: flex;
  align-items: center;
  gap: 20px;
}

main#notices span h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

main#notices span h5 {
  margin-top: 20px;
  color: var(--peninsula-black);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.3px;
}

main#notices .notice {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #8e8e8e;
  width: 100%;
}

main#notices p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
}

main#notices .notices-wrapper {
  gap: 60px;
  margin-bottom: 60px;
  width: 100%;
}

/* ============ Footer ============ */

footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  width: 100vw;
  background-color: var(--peninsula-blue);
  border-top-left-radius: 45% 100px;
  border-top-right-radius: 45% 100px;
}

.legal {
  display: flex;
  align-items: center;
  background-color: white;
  height: 35px;
  width: 100%;
  gap: 40px;
  margin-left: 150px;
}

.legal * {
  color: #181818;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer #social-media {
  display: flex;
  gap: 50px;
}

footer .wrapper {
  height: 75%;
  width: 50%;
  gap: 20px;
}

footer a {
  color: white !important;
  font-size: 23px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  text-decoration: none;
}

footer .contacts {
  width: 80%;
  justify-content: center;
}

.legal a {
  color: black;
}

.banner .button-wrapper:has(.row) {
  gap: 50px;
}

.bpress-wrap {
  margin-bottom: 200px;
}

.info-section .button {
  width: unset;
  align-self: start;
}

#gform_confirmation_wrapper_3 {
  margin-top: 50px;
}

main#login .form-container {
  justify-content: center !important;
  gap: 5%;
}

main#login .form-container input {
  width: 30vw;
}

.policy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.policy .policy-wrapper {
  width: 80%;
}

.policy h1 {
  color: var(--peninsula-black);
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 5.28px;
}

.policy p,
.policy ul {
  color: #181818;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-block: 20px;
}

.policy ul {
  list-style: disc;
  margin-left: 50px;
}

.policy p strong {
  font-size: 20px;
}
