/*TRUST PILOT*/
.vdk-trustpilot-container {display: flex; align-items: center; justify-content: end;}
.trustpilot-widget {display: flex; padding-right: 50px;}
/*BLOG SEARCH*/
/*BLOG SEARCH THEME*/
.vdk-search-blog-category .results-container {position: absolute; background-color: white;}
.vdk-search-blog-category .results-container a { color: #6a675d;}
.vdk-search-blog-category .results-container .result-item {padding-top: 5px; padding-bottom: 5px; }
/*BLOG SEARCH APARTMENTS*/
.vdk-blog-search-container .search-form {
    padding: 0 !important;
    position: relative !important;
}

.vdk-blog-search-container .search-form  .input-container{
    width: 120px !important;
    margin: 0 !important;
}

.vdk-blog-search-container .search-form button{
    width: 27px;
    height: 27px;
    border: none;
    background-color: #ff901c;
}
.vdk-blog-search-container .search-form button i{
    position:relative !important;
}

.vdk-blog-search-container .search-form .select2-selection__rendered{
    font-size: 0.9rem;
}

.vdk-blog-search-container .search-form .select2{
    margin-top: -5px;
}

.vdk-blog-search-container .search-form #cin {
    font-size: 0.9rem !important;
    padding: 0 !important;
    height: 30px !important;
}
.vdk-blog-search-container .search-form #cout {
    font-size: 0.9rem !important;
    padding: 0 !important;
    height: 30px !important;
}
.vdk-blog-search-container .search-form #guests-placeholder {
    font-size: 0.9rem !important;
    margin-top: -5px;
}
.vdk-blog-search-container .search-form .selection-guests-arrow {
    margin-top: -5px;
}


.vdk-blog-search-group .search-apartments {
    width: 500px;
}
























/********************************************************************************************************/
/* MOBILE */
/********************************************************************************************************/
@media(max-width: 768px) {
    .vdk-blog-second-menu {
        display: none;
    }
}
  