/*
Theme Name: Lifeshine Child
Description: Child theme for Lifeshine theme
Author: ThemeSpirit
Author URI: https://themespirit.com/
Template: lifeshine
Version: 1.0.0
*/

/* Reset Lifeshine styles */
.button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"] {
  text-transform: none;
}

/* Contact forms */
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance label {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.wpcf7-acceptance input {
  position: absolute;
  left: 0;
  top: 4px;
}

/* Contact forms, coaching */
.page-id-1243 .wpcf7-textarea {
  height: 150px;
}

/* Mail poet form */
.mailpoet_text {
  text-align: center;
}

.mailpoet_text::placeholder {
  opacity: .5 !important;
}
