/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
/* textarea#styleid{
    padding: 3px 3px 3px 16px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #ffffff;
    color: #fff;
}
.header-1 ::-webkit-input-placeholder {
    color: #fff !important;
}
.header-1 ::-moz-input-placeholder {
    color: #fff !important;
}
.header-1 :-moz-input-placeholder {
    color: #fff !important;
}
.header-1 :-ms-input-placeholder {
    color: #fff !important;
}
.header-1 ::-webkit-textarea-placeholder {
    color: #fff !important;
}
.header-1 ::-moz-textarea-placeholder {
    color: #fff !important;
}
.header-1 :-moz-textarea-placeholder {
    color: #fff !important;
}
.header-1 :-ms-textarea-placeholder {
    color: #fff !important;
} */