/*
 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;
}

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

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

.actly-form input,
.actly-form select {
  padding: 2px 4px;
  margin: 0;
  width: 100%;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: none;
  background-color: #bc566c;
  border: 2px solid #bc566c;
  border-radius: 2px;
  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: 200px;
  margin: 0px 0px 0px;
  padding: 4px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border: none;
  background-color: #bc566c;
  border: 2px solid #bc566c;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 400;
  float: none;
  resize: vertical;
}

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

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

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

.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: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
::-moz-placeholder {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
::-ms-input-placeholder {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
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 p {
  font-size: 14px;
  margin: 0px;
  padding: 0 0 20px;
  color: #fff;
  text-align: left;
  font-weight: 300;
}

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

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

.actly-form .wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0px;
  border-style: none !important;
  border-radius: 0px;
  width: 100%;
  padding: 10px 20px;
  color: #a81b42;
  letter-spacing: 0px;
  font-size: 1.2em;
  font-weight: 400;
  background: #f8d662;
  margin: 20px 0px 0px;
  font-family: "Lato", sans-serif;
}

.actly-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #fff;
  color: #a81b42;
}

/* ACTLY CONTACT FORM STYLES END*/
