/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/


/* Global fixes */
:where(.wp-site-blocks :focus), :where(.wp-site-blocks *:focus) {
  outline-style: none !important;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-style: none;
}

#daextlwcnf-revisit-cookie-consent-container {
  display: none;
}

/* Header Styles */
.rl-site-header {
  margin-top: 2em;
}

.rl-site-header .rl-site-logo img {
  width: 40vw !important;
}

.rl-menu {
  margin-right: 3em;
  text-transform: uppercase;
}

.rl-menu a:hover {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__responsive-container-open svg {
    width: 80px;
    height: 80px;
}

/* Home Hero Section */
.home .wp-site-blocks > nav.wp-block-navigation {
  position: absolute;
  top: 2em;
  right: 3em;
  width: 100%;
  z-index: 9999;
  background: transparent;
}

.home .rl-hero-image {
  padding-bottom: 3em;
}

.home .rl-hero-image > img {
  filter: brightness(70%);
}

.home .wp-site-blocks .wp-block-post-content {
  margin-block-start: 0em;
}

.wp-block-navigation .wp-block-navigation__responsive-container-open svg {
  color: #e53c6e;
}

.home .wp-block-navigation .wp-block-navigation__responsive-container-open svg {
  color: #efe416;
}

.home .rl-hero-logo {
  width: 50vw;
  margin-bottom: 3.5em;
}

.home .hero-text {
  font-weight: 200;
  margin-bottom: 1.2em;
}

.home .hero-text.strong {
  font-weight: 400;
  text-transform: uppercase;
}

.button-basic a {
  border: 1px solid #555555 !important;
  color: #555555 !important;
  border-radius: 0px !important;
  background: none !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.8em !important;
  padding: 10px 30px !important;
}

.button-basic a:hover {
  background-color: #555555 !important;
  color: #fbfaf3 !important;
}

.button-basic.yellow a {
  border-color: #efe416 !important;
  color: #efe416 !important;
}

.button-basic.yellow a:hover {
  background-color: #efe416 !important;
  color: #000000 !important;
}

.home .home-copy.trads .button-basic a, .home .home-copy.blue .button-basic a, {
  font-size: 1.5em !important;
}

.button-basic.white a {
  border-color: #ffffff !important;
  color: #ffffff !important;
  margin-bottom: 1em;
}

.button-basic.white a:hover {
  background-color: #ffffff !important;
  color: #071027 !important;
}

/* Content Styles */
.home .home-copy.intro {
  padding: 2em 3em;
}
.home .wp-block-media-text__content {
  padding: 0 3em;
}

.home .home-copy.blue {
  background: #071027;
  color: #ffffff;
  padding: 1em 2em 1em 0;
}

.home .home-copy.blue p {
  font-size: 1.2em;
}

.home .home-copy.trads {
  margin: 2em 3em;
}

.home .home-copy.trads h2 {
  margin-top: 0;
}

.wp-singular main.wp-block-group {
  margin-top: 0 !important;
}

.wp-singular h1.wp-block-post-title {
  margin-bottom: 1em;
}

h3 {
  font-size: 1.3em !important;
}

/* Form Styles */
.vender-form .rlc-form-success, .rlc-contact-form .rlc-form-success {
  background-color: #b4e3b4;
  padding: 1em;
  color: #000000;
}

.vender-form .rlc-form-error, .rlc-contact-form .rlc-form-error {
  background-color: #f0c0c0;
  padding: 1em;
  color: #000000;
}

.vender-form .form-box, .rlc-contact-form .form-box {
  border-radius: 0;
  border: 2px solid #ddd;
  padding: 10px 0;
  font-size: 1em;
  min-width: 100%;
  text-indent: 18px;
  color: #555555;
  margin-bottom: 1em;
}

.vender-form input::placeholder, .rlc-contact-form input::placeholder {
  color: #999;
  opacity: 1;
}

.vender-form fieldset {
  border: none;
  padding: 0;
  margin: 2em 0;
}

/* hide the default checkbox */
.vender-form .check-label input  {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.vender-form .check-label .checkmark {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 0;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.vender-form .button-basic, .rlc-contact-form .button-basic {
  border: 1px solid #555555 !important;
  color: #555555 !important;
  border-radius: 0px !important;
  background: none !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.5em !important;
  padding: 10px 30px !important;
  text-transform: uppercase;
}

/* add the tick, hidden by default */
.vender-form .check-label .checkmark::after {
  content: "✔";
  position: absolute;
  left: 0.3em;
  top: 0;
  font-size: 18px;
  color: #111;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* show tick when checked */
.vender-form .check-label input:checked + .checkmark::after {
  opacity: 1;
}

.vender-form .textbox, .rlc-contact-form .textbox {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 0;
  font-size: 1em;
  text-indent: 10px;
}

.vender-form textarea::placeholder, .rlc-contact-form textarea::placeholder {
  color: #999;
  opacity: 1;
}

/* Footer Styles */
footer.wp-block-template-part {
  padding: 2em 3em;
  margin: 0;
  background: #071027;
  color: #ffffff;
}

footer .wp-block-columns {
  gap: 4em;
}

footer .wp-block-columns h2 {
  margin-bottom: 1em;
}

footer .wp-block-columns .follow-us img {
  width: 60px;
}

footer div.rl-instagram .wp-block-media-text__content, footer div.rl-facebook .wp-block-media-text__content {
  padding: 0em;
}

footer div.rl-instagram, footer div.rl-facebook {
  grid-template-columns: 80px auto !important;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer-signoff {
  font-size: 0.8em;
}



/* ------ Phones ------ */
@media (max-width: 767px) {

/* Header styles - Home */
.home .wp-site-blocks > nav.wp-block-navigation {
  top: 0.8em;
  right: 1em;
}

.wp-block-navigation .wp-block-navigation__responsive-container-open svg {
  width: 50px;
  height: 50px;
}

.home .rl-hero-logo {
  text-align: left;
  margin-left: 0 !important;
  max-width: 60vw;
  width: 60vw;
}

/* Header styles - Content */
.rl-site-header {
  margin-top: 0;
}

.rl-site-header .rl-site-logo img {
  width: 60vw !important;
}

.rl-site-logo .wp-block-site-logo {
  margin-left: 30px !important;
  margin-right: auto !important;
  text-align: left;
}

.wp-singular .rl-site-header .wp-block-column > nav.wp-block-navigation {
  position: absolute;
  top: 1.4em;
  right: 1em;
  margin-right: 0;
 }

.wp-singular .rl-site-header .wp-block-column > nav.wp-block-navigation ul {
   display: none;
   margin-right: 0;
 }

.has-modal-open .wp-singular .rl-site-header .wp-block-column > nav.wp-block-navigation ul {
   display: flex;
 }

 /* Content Styles */
 .home .home-copy.blue {
   padding: 1em 0 1em 0;
   grid-template-columns: 100% 0% !important;
 }

 .home .home-copy.trads figure {
   display: none;
 }

 .home .home-copy.trads  .wp-block-media-text__content {
   padding: 0 !important;
 }

 footer.wp-block-template-part {
   padding: 2em 2em;
 }

/* ------ Tablets (portrait) ------ */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {


 }
