::placeholder, 
.dark ::placeholder { 
  color: #000 !important;
  opacity: 1;
  font-weight: 500;
}

:-ms-input-placeholder, 
.dark :-ms-input-placeholder { 
  color: #000 !important;
  font-weight: 500;
}

::-ms-input-placeholder, 
.dark ::-ms-input-placeholder { 
  color: #000 !important;
  font-weight: 500;
}

/* Placeholder styles specific to .search-inner (font-weight 600) */
.search-inner ::placeholder, 
.search-inner.dark ::placeholder {
  font-weight: 600;
}

.search-inner :-ms-input-placeholder, 
.search-inner.dark :-ms-input-placeholder {
  font-weight: 600;
}

.search-inner ::-ms-input-placeholder, 
.search-inner.dark ::-ms-input-placeholder {
  font-weight: 600;
}

form {
    margin-top:0px;
    margin-bottom:0px;
}

*:focus {
    outline: none;
}


input[type="text"], input[type="email"], input[type="password"], textarea {
    background-color:#fff;
    border-radius:5px;
    border:1px solid #000;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;    
    color: #000 !important;
    
    width:100%;
    margin-bottom:20px;
    
    font-size:14px;
    padding:13px;
    padding-left:20px;
    font-weight: 500;
    
}

input.gform_button[type="submit"], .su-button {
    
     background-color:#019EE3 !important;
     color:#fff;
     padding:15px;
     padding-top:8px;
     padding-bottom:8px;
     border-radius:10px;
}

.su-button {
    margin-bottom:15px !important;
    margin-top:15px !important;
    
}


.su-button span {
    font-size:15px !important;
    line-height: 30px !important;
}

.su-button:hover {
     background-color:#0795d3 !important;
}

.su-button span {
    border:0 !important;
}

input:focus, textarea:focus {
   border:1px solid #019EE3; 
}

.validation_error p {
    color:#fff;
}

.validation_error, .infomsg {
    border: 1px solid #E78A00;
    border-radius: 10px;
    background-color: #E78A001A;
    padding: 15px;
}

.infomsg {
   margin-top:15px;   
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    
     
}

.gfield_label, .gfield_validation_message {
    display:none;
}

input[type="submit"] {
    border: 0 !important;
}

.validation_error {
    color:red;
}

.gfield_error input, .gfield_error select, .gfield_error textarea {
    border:2px solid red;
}

.search-inner input {
    border-radius:25px;

    margin-top:20px;
    padding-right:55px;
    border:1px solid #fff;
    font-size:15px;
}

.search-inner input:focus {
    border:1px solid #E5017D;
}

.search-inner .input-wrapper {
    max-width:457px;
    width:100%;    
}

.input-wrapper {
    position: relative;
    
}

a.go {
    background-color:#E5017D;
    border-radius:50%;
    display:block;
    background-image:url('../images/search.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    width:44px;
    height:44px; 
    transition: all 0.2s ease;   
}

a.go:hover {
   background-color:#d90679; 
}

.input-wrapper a.go {
    position: absolute;
    right:4px;
    top:0;
    bottom:0;
    margin:auto;
    
}

a.button {
    display:inline-block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    padding-right:20px;
    transition: all 0.2s ease;
    line-height: 21px;
}

a.button:hover {
    color:#E5017D;
}

a.button:after {
    content:'';
    width:calc(100%);
    height:4px;
    background-color:#E5017D;
    bottom:-3px;
    position: absolute;
    left:0;
}

a.button:before {
    width:14px;
    height:13px;
    background-image:url('../images/pijl-rechts.svg');
    background-size:cover;
    position: absolute;
    content:'';
    right: 0px;
    top: auto;
    bottom: 7px;
    transition: all 0.1s ease;
}



a.button:hover:before {
    background-image:url('../images/pijl-rechts-roze.svg');
    right:-2px;
}

a.button.arrow-down:before {
    width:13px;
    height:14px;
    background-image:url(../images/sort.svg);

}

a.button.arrow-down:hover:before {

    background-image:url(../images/sort2.svg);

}

a.button.spg:after {
    background-color:#00519E; 
}

a.button.td:after {
    background-color:#0089CE; 
}

a.button.spg:before {
    background-image:url('../images/pijl-oranje.svg');
    width:11px;
    height:11px;      
}

a.button.spg:hover {
    color:#00519E;
}

a.button.td:hover {
    color:#0089CE;
}

a.button img {
    display:block;
    margin-bottom:25px;
    margin-top:15px;
    width:auto;
}

a.button:hover img {
   transition: all 0.15s ease; 
}

a.button:hover img {
    transform: scale(1.01);
}

a.button.back:before {
    transform: rotate(180deg);
    right:auto;
    left:0;
}

a.button.back:hover:before {
    
    right: auto;
    left:-2px;
}

a.button.back {
    padding-right:0;
    padding-left:20px;
    
}

a.button {
    padding-bottom:3px;
}

a.share:before {
 
    width: 22px;
    height: 24px;
    background-image: url(../images/share.svg);
    background-size: contain;
    background-repeat: no-repeat;
    
    
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
    
    text-align: center;
    justify-content: center;
}

a.share {
    text-decoration: none;
    padding-top: 31px;
    position: relative; 
    justify-content: center;
    text-align: center;
    font-weight: 700;
    display:inline-flex;
}

a.share.mob {
    padding-top: 0px;
    padding-left:32px;
}

a.share.mob:before {
    margin:0;
    top:-2px;
}

a.button.icon:before {
   background-image: url(../images/trash2.svg);  
}

a.button.icon.filter:before {
   background-image: url(../images/filter.svg); 
   width:14px;
   height:14px;
}

a.button.second {
    margin-top:20px;
}