.site-header
{
    background-image: linear-gradient(to bottom, #d7c2a2, #e8dccb);
}
.site-search
{
    background-image: linear-gradient(to bottom, #e8dccb, #f7f3ed);
}
.menu-toggle
{
    background-image: linear-gradient(to bottom, #dcc9ae, #e3d4bf) !important;
}

.copyright {
    background-color: #d7c2a2 !important;
    color: #000 !important;
    height: 180px;
}

/* Target screens with a width of 768px or less */
@media screen and (max-width: 768px) {
  .widget widget_text {
    display: none;
  }

	.copyright {
    		background-color: #d7c2a2 !important;
    		color: #000 !important;
    		height: 90px;
	}
}

.wpfda-submit button {
    color: #fff !important;
}