.wp-caption { max-width: 100%; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.breadcrumb_last {color: #aea79f;}
.breadcrumb p {margin-bottom: 0px;}
.breadcrumb {
  padding: 7px 15px 9px 15px;
}

.input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"]  {
  background-color:#E8554E;
 border-bottom: 5px solid #9a3834;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 14px;
    padding: 10px 55px;
    position: relative;
    text-transform: uppercase;
    transition-property: background-color, color;
    vertical-align: middle;
    white-space: nowrap;

}

input[type="text your-subject"],
input[type="textarea your-message"],
textarea
{
    background-color: #e1e1db;
    color: #000;
    width: 90%;
}
input[type="text"],
input[type="email"]
{
    background-color: #e1e1db;
    color: #000;
    width: 50%;
}

/* Modified CSS */

form#searchform input[type=search]{width:90%}
  