/**
* Theme Name: Norwood Child
* Description: This is a child theme of Norwood, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vlthemes">VLThemes</a>
* Template: norwood
* Version: 1.0.0
*/

#newsletter form {
  position: relative;
}
#newsletter .input-container {
  display: flex;
  flex-direction: row;
}
#newsletter .input-container input[type=submit] {
  position: absolute;
  right: 0;
}
#newsletter .input-container input[type=email] {
  padding-right: 100px;
}
#newsletter .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  margin: auto;
  left: 0;
  right: 0;
}
#newsletter .wpcf7-form-control-wrap.rodo {
  display: block;
  margin-top: 10px;
}
#newsletter .wpcf7-form-control-wrap.rodo label {
  font-size: 10px;
  display: flex;
}
#newsletter .wpcf7-form-control-wrap.rodo .wpcf7-list-item-label::before {
  margin-left: 5px;
}

.tnp.tnp-subscription-minimal input.tnp-email {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: inherit;
  text-transform: none;
  color: #464646;
  padding: 8px 15px;
  padding-right: 15px;
  margin: 0;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.tnp.tnp-subscription-minimal input.tnp-submit {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  outline: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: #f2f2f2;
  background-color: #757575;
}
.tnp.tnp-subscription-minimal .tnp-privacy-field label {
  font-size: 10px;
}
.tnp.tnp-subscription-minimal .tnp-privacy-field label .tnp-privacy {
  margin-right: 10px;
}

header.vlt-header {
	z-index: 555;
}