/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2021 | 18:55:01 */
.mc4wp-form-basic input {
    outline: none;
}

.mc4wp-form-basic input[type="email"]
{
    background-color: #ffffff;
    color: #5f5f5f;
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    height: 56px;
    line-height: 56px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    padding: 10px 15px;
    font-weight: 600 !important;  
    max-width:100%;
}

.textwidget .mc4wp-form-basic input[type="email"]
{
  text-align:center;
}

.mc4wp-form-basic textarea {
    height: 200px;
}

.mc4wp-form-basic input[type="email"]:focus
 {
    border-color: #a57355;
}
.mc4wp-form-basic label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}
span.mc4wp-form-basic-not-valid-tip {
    font-size: 12px;
    line-height: normal;
}
.mc4wp-form-basic p {
    margin-bottom: 0;
}
.mc4wp-form-basic label {
    margin-right: 15px;
    margin-left: 0 !important;
    font-weight: normal;
    font-size: 15px;
}
.mc4wp-form-basic input[type="submit"] {
    padding: 17px 20px;
    background: #a57355;
    border-width: 0;
    border-color: #a57355;
    border-style: solid;
    border-radius: 4px;
    color: #ffffff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;

    top: 0;
    right: 0;
}

.textwidget .mc4wp-form-basic input[type="submit"] {
  font-size:13px;
  width:100%;
  position:static;
  margin-top:20px;
  border-radius: 4px !important;
}

.mc4wp-form-basic input[type="submit"]:hover {
    background: #a57355;
    border-color: #a57355;
    color: #ffffff;
    opacity: 0.9;
}

.mc4wp-form-basic input[type=checkbox], .mc4wp-form-theme input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  border: 1px solid #b4b9be;
  height:20px;
      width: 20px;
  top:-2px;
}

.mc4wp-form-basic input[type=checkbox]:checked, .mc4wp-form-theme input[type=checkbox]:checked {
border-color: #a47355;
}

.mc4wp-form-fields{position:relative;}

