/*
Theme Name: zmanit - Unwind Child
Theme URI: http://alef-solutions.com/
Template: siteorigin-unwind
Author: Alef Solutions
Author URI: http://alef-solutions.com/
Version: 1.0.0.1572336286
Updated: 2019-10-29 11:04:46

*/

body {
  line-height: 2.3;
	font-size: 1.3rem;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  margin: 0;
}

ul.heart-style-list {
  text-align: right;
  display: inline-block;
  list-style: none;
  margin: 0;
}
ul.heart-style-list li:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  content: "\f137";
  margin-left: 1rem;
}
ul.heart-style-list.blue-hearts li:before {
  color: #05FEFF;
}
ul.heart-style-list.red-hearts li:before {
  color: #F90000;
}
.sow-hero-buttons .so-widget-sow-button a {
  line-height: 1.5;
}
.sow-testimonials .sow-testimonial a.profileLink {
  color: #37b0cd;
}
.phone-number {
  white-space: nowrap;
}


.form-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.form-wrapper .form-field {
  text-align: right;
  width: 30%;
}
.form-wrapper .form-field input {
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    min-width: 10rem;
    font-size: 1.2rem;
    padding: .8rem;
    border-radius: 0.5rem;
    background: #cd7400;
    color: #fff;
    font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    border-color: #cd7400;
}

@media (max-width: 640px){
  .form-wrapper {
    flex-direction: column;
  }
  .form-wrapper .form-field {
    width: 100%;
    margin-bottom: 1rem;
  }
}
