/*
 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
*/
.pics {
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 4px solid #e5e5e5;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  display: block;
}
.one-half {
  margin: 30px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}

.one-half h2 {
  margin: 20px 0px 20px;
  text-align: center;
}

.two-cards {
  flex: none;
  width: 20em;
  min-height: 10em;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.tb-button {
  margin-top: 30px;
  background-color: #006b6c;
  color: #fff;
  align-items: center;
  border-width: 0;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.tb-button:hover {
  background-color: #007f80;
  color: #fff;
  border-radius: 10px;
}

/* Two columns flex-box layout STYLES START
--------------------------------------------- */
.am-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns, each 50% */
  grid-template-rows: auto auto; /* Two rows */
  gap: 10px; /* Adjust the gap between grid items if needed */
  width: 100%; /* Full width of the page */
}

.am-grid-col {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-basis: 100%;
}
.am-align-items-end {
  align-items: end;
}
/* BRICKS THEME STYLES START
--------------------------------------------- */
#brxe-030b1f .bricks-pagination .page-numbers {
  margin: 20px 0px 0px 0px;
}
/* BRICKS THEME STYLES END
--------------------------------------------- */

/* ACTLY CONTACT FORM STYLE
--------------------------------------------- */
.actly-form {
  text-align: center;
  margin: 80px 0px 80px 0px;
  padding: 40px 40px 20px 40px;
  background: transparent;
  box-shadow: 0 16px 48px rgba(0, 158, 223, 0.25);
  background-repeat: repeat;
  border-radius: 5px;
}

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

.actly-form p {
  font-size: 14px;
  margin: 0px;
  padding: 0 0 20px;
  color: #222;
  text-align: left;
  font-weight: 400;
  font-family: "Rubik", "Roboto Condensed";
}

.actly-form input,
.actly-form select {
  padding: 4px 4px 4px 8px;
  margin: 0;
  width: 100%;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  border: none;
  background-color: transparent;
  border: 1px solid #888;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 400;
  float: none;
}

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

.actly-form textarea {
  line-height: 16px;
  height: 60px;
  margin: 0px 0px 0px;
  padding: 4px 10px 4px 8px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000;
  border: none;
  background-color: transparent;
  border: 1px solid #888;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 400;
  float: none;
  resize: none;
}

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

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

.actly-form select {
  /* styling */
  background-color: white;
  border: thin solid 0e4749;
  border-radius: 4px;
  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;
}

.actly-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;
}

.actly-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;
}

::-webkit-input-placeholder {
  color: #444;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #444;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
::-ms-input-placeholder {
  color: #444;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
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+ */

.actly-form .required {
  background: url(/wp-content/themes/bricks-child/images/asterisk.png) no-repeat
    97.5% 50%;
}

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

.actly-form .wpcf7-form-control.wpcf7-submit {
  margin-bottom: -30px;
  border-style: none !important;
  width: 100%;
  display: block;
  padding: 6px 0px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  background: #204645;
  text-transform: uppercase;
  font-family: "Rubik", "Roboto Condensed";
  transition: color 0.45s ease 0s, border-radius 0.45s ease 0s,
    background-color 0.45s ease 0s;
  overflow: hidden;
  border-radius: 1em 0em 1em 0em;
}

.actly-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #3a7f1e;
  color: #fff;
  border-radius: 0em 1em 0em 1em;
}

/* ACTLY CONTACT FORM STYLES END*/
