.dropmenu {
    position: relative;
    overflow: hidden;
    margin: 20px 0 30px;
    width: 263px;
    height: 46px;
    border: 1px solid #777;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: border 0.1s linear 0s;
    -moz-transition: border 0.1s linear 0s;
    -o-transition: border 0.1s linear 0s;
    transition: border 0.1s linear 0s;
}

.dropmenu i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    color: #777;
    font-size: 20px;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}
.fullimage-container {
background-position: 50% 30%!important;
height: 500px;
background-size:  auto!important;
}
input[type="checkbox"], input[type="radio"] {
    height: 20px!important;
    width: 20px!important;
}
.wpcf7-list-item {
    margin: 0 0 0 0em;
}
