/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/



.main-content {
    /* display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1140px; */
}

.main-wrapper {
    display: flex;
    justify-content: space-around;
}
.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-center-container {
    display: flex;
    justify-content: center;
}
.flex-container-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-background {
    background-image: url(https://www.tamaki-connection.site/wp-content/uploads/2025/11/top-background-scaled.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* width: 100%; */
    /* min-height: 60vh;       */
}

.lined-title {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.lined-title::after {
  content: "";
  max-width: 200px;
  width: 200px !important;
  flex: 1;
  border-bottom: 1px solid #000000;
  margin: 0 2rem;
}

.whoweare-background {
    background-image: url(https://www.tamaki-connection.site/wp-content/themes/lightning-child/assets/whoweare-background.png);
}

/* .form-submit{
    height: 68px;
    width: 400px;
    background-color: none;
    color: black;
    border: 1px solid black;
    border-radius: 34px;
} */
.form-submit .wpcf7-submit{
    margin: auto;
    height: 68px;
    width: 400px;
    background-color: transparent !important;
    color: black;
    border: 1px solid black;
    border-radius: 34px;
}
form.wpcf7-form .wpcf7-submit:hover {
    color: black !important;
}


@media (max-width: 781px) {

}