/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* container */
.responsive-two-column-grid {
  display: block;
}

/* columns */
.responsive-two-column-grid > * {
  padding: 0rem;
}

/* tablet breakpoint */
@media (min-width: 768px) {
  .responsive-two-column-grid {
    display: grid;
    row-gap: 1rem;
    column-gap: 1.8rem;
    grid-template-columns: 1fr 1fr;
  }
}

.asterisk {
  color: #db281e;
  display: block;
  text-align: right;
}
.asterisk strong {
  font-size: 2rem;
}

/* AM CONTACT PAGE FORM STYLE
--------------------------------------------- */
.am-form {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 40px;
  background: transparent;
  background-repeat: repeat;
  border-radius: 5px;
}

.am-form h5 {
  text-align: center;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.am-form input,
.am-form select {
  padding: 8px 10px;
  margin: 10px 0px;
  width: 100%;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #000 !important;
  border: none;
  background-color: transparent;
  border: 2px solid #54ca95;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 400;
  float: none;
}

.am-form input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  vertical-align: middle;
}

.am-form textarea {
  line-height: 16px;
  height: 100px;
  margin: 10px 0px 0px;
  padding: 8px 10px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000 !important;
  border: none;
  background-color: transparent;
  border: 2px solid #54ca95;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 400;
  float: none;
  resize: vertical;
}

.am-form input:focus {
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: none;
}

.am-form textarea:focus {
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: none;
}

.am-form select {
  /* styling */
  background-color: white;
  border: thin solid 0e4749;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.am-form select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #0e4749, #0e4749);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.am-form select.classic:focus {
  background-image: linear-gradient(45deg, #7d9b3d 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #7d9b3d 50%),
    linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.am-form input::-webkit-input-placeholder,
.am-form textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.am-form input::-moz-placeholder,
.am-form textarea::-moz-placeholder {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.am-form input::-ms-input-placeholder,
.am-form textarea::-ms-input-placeholder {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */

.am-form p {
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0px;
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.am-form .required {
  background: transparent url(/wp-content/uploads/2025/08/asterisk.png)
    no-repeat 99% 50%;
}

.am-form span {
  color: #000;
}

.am-form .wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0px;
  border: 2px solid #54ca95 !important;
  border-radius: 1em 0em 1em 0em;
  width: 100%;
  padding: 6px 20px;
  color: #000 !important;
  letter-spacing: 0px;
  font-size: 1.2em;
  font-weight: 600;
  background: #54ca95;
  margin: 20px 0px 0px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.45s ease 0s, border-radius 0.45s ease 0s,
    background-color 0.45s ease 0s;
}

.am-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #fff;
  color: #000;
  border: 2px solid #54ca95 !important;
  border-radius: 0em 1em 0em 1em;
}

/* ACTLY CONTACT FORM STYLES END*/
