.presentkort-wrap input {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    transition: all .3s;    
}
.wpcf7-form-control-wrap {
    position: relative;
}
.presentkort-wrap input[type="submit"] {
    display: inline-block;
    width: auto;
    float: right;
    background: #a0ce4e;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    transition: all .3s;
}
select {
    height: 42px;
    width: 48%;
}

.per {
display:inline-block !important;
}

@media only screen and (max-width: 600px) {
  .presentkort {
    display: none!important; 
  }
}

#top #header .social_bookmarks li a {
color: white !important;
}

@media only screen and (max-width: 767px){
.responsive #top #header .social_bookmarks {
    color: white !important;
    display: block!important;
}
}
#socket .social_bookmarks a:before {
  color:white !important;
}