/*
 Theme Name:   Hueman Child
 Theme URI:
 Description:  Hueman Child Theme
 Author:       Nicolas Deleplace
 Author URI:   http://journaldujapon.com
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  humean-child
*/
@media only screen and (max-width: 719px) {
  #header .mobile-title-logo-in-header {
      text-align: center;
  }
  .ham__navbar-toggler, .ham__navbar-toggler-two {
      float: left !important;
  }
}

b {
  font-weight: bold !important;
}

i {
  font-weight: italic !important;
}

h2 {
	font-size: 1.75rem !important;
}

.widget-title {
    font-size: .9375em !important;
}

.content h3 {
	font-size: 1.5rem !important;
}

h4 {
	font-size: 1.25rem !important;
}

.haiku {
	margin-top: 15px !important;
	text-align: center !important;
}

.haiku-content {
	width: 90% !important;
}

.box-shadow {
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-form {
  width: 90%;
  border-radius: 10px;
  background: white;
  margin: auto;
}

.card-form .form-title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  background: #b9111a;
  color: #eecdd4;
  border-radius: 10px 10px 0 0;
}

.newsletter {
	text-align: center;
	margin-top: 15px;
}
.card-form .form-body {
  padding: 10px;
}

.card-form .form-body .row {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.card-form .form-body .row input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #e8ebed;
  color: #576366;
  font-size: 14px;
}

.card-form .rule {
  height: 2px;
  background: #e8ebed;
}

.card-form .form-footer {
  margin: 0 25px 15px 25px;
  padding: 15px 10px;
  text-align: right;
}

.card-form .form-footer a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  background: #27ae60;
  margin-right: 10px;
  font-size: 14px;
}

.card-form .form-footer span {
  margin-left: 8px;
}
.card-form .input-container {
  position: relative;
  margin: 0 60px 50px;
}
.card-form .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px;
  border: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
}
.card-form .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card-form .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card-form .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card-form .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card-form .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card-form .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #ed2553;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card-form .input-container .bar:before {
  left: 50%;
}
.card-form .input-container .bar:after {
  right: 50%;
}

.social-links {
	text-align: center;
	float: none !important;
}
/* --- Justify Text Option --- */
.justify-text {
text-align: justify;
}

.video-container {
    position: relative;
    padding-bottom: 0;
     height: 100%;
    overflow: hidden;
}