.vday {
  font-family: montserrat;
}
.vday .banner {
  margin-bottom: 30px;
  filter: saturate(0.7);
}
.vday a {
  color: inherit;
}
.vday p {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.vday .blue-bar {
  background: #0b143d;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
}
.vday .blue-bar input {
  color: #000;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .vday .blue-bar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 380px) {
  .vday .blue-bar {
    font-size: 14px;
  }
}
.vday .blue-bar:after {
  display: table;
  clear: both;
  content: '';
}
.vday .blue-bar .search {
  float: right;
  position: relative;
}
.vday .blue-bar .search button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
}
.vday .blue-bar .search svg {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
}
.vday .blue-bar .search svg:hover {
  opacity: 1;
}
.vday .blue-bar .search form {
  overflow: hidden;
  max-width: 0;
  background: #0b143d;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  position: absolute;
  right: 30px;
}
.vday .blue-bar .search form.active {
  max-width: 270px;
  padding-left: 20px;
}
.vday .blue-bar .layout {
  float: right;
  margin-left: 15px;
}
.vday .blue-bar .layout button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  vertical-align: middle;
}
.vday .blue-bar .layout button:first-child {
  margin-right: 15px;
}
.vday .blue-bar .layout button.active {
  opacity: 1;
  cursor: default;
}
.vday .blue-bar .layout button.active:hover {
  opacity: 1;
}
.vday .blue-bar .layout button:hover {
  opacity: 0.8;
}
.vday .blue-bar .category {
  float: left;
}
.vday .blue-bar .category form > span {
  vertical-align: middle;
}
.vday .blue-bar .select2 {
  width: auto!important;
}
.vday .blue-bar .select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.vday .blue-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 380px) {
  .vday .blue-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
  }
}
.vday .persons-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .vday .persons-list.grid {
    margin: 0 -10px;
  }
}
.vday .persons-list.grid .person .photo {
  width: 100%;
  float: none;
}
.vday .persons-list.grid .person .info {
  width: 100%;
  float: none;
  margin-top: 20px;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .vday .persons-list.grid .person {
    padding: 0 5px;
  }
  .vday .persons-list.grid .person .name {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .vday .persons-list.grid .person .name {
    font-size: 14px;
  }
}
.vday .persons-list .person {
  margin-bottom: 15px;
}
.vday .persons-list .person .inside {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
.vday .persons-list .person .inside:after {
  content: '';
  display: table;
  clear: both;
}
.vday .persons-list .person .photo {
  width: 144px;
  float: left;
}
@media (max-width: 380px) {
  .vday .persons-list .person .photo {
    width: 100%;
    float: none;
  }
}
.vday .persons-list .person .photo a {
  display: block;
  position: relative;
  padding-top: 150%;
  overflow: hidden;
}
.vday .persons-list .person .photo img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
}
.vday .persons-list .person .info {
  float: left;
  width: calc(100% - 144px);
  padding-left: 20px;
  font-size: 16px;
}
@media (max-width: 380px) {
  .vday .persons-list .person .info {
    width: 100%;
    float: none;
    margin-top: 20px;
    font-size: 14px;
    padding-left: 0;
  }
}
.vday .persons-list .person .info .name {
  color: #b8191e;
  font-weight: bold;
  font-size: 16px;
}
.vday .persons-list .person .info .name a {
  text-decoration: none;
}
.vday .persons-list .person .info .category {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.vday .persons-list .person .info .songs {
  color: #5b616e;
  font-size: 12px;
  margin-bottom: 20px;
}
.vday .pagination {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.vday .pagination .navi,
.vday .pagination .active {
  font-weight: bold;
  color: #fff;
  background: #2a3b73;
}
.vday .pagination .navi {
  width: auto;
  padding: 0 10px;
}
.vday .pagination .active {
  width: 30px;
}
.vday .pagination a,
.vday .pagination span {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.select2-dropdown.category {
  width: auto!important;
  min-width: 220px;
  background: #fff;
  box-shadow: 2.121px 2.121px 10px 5px rgba(0, 0, 0, 0.32);
  margin-top: 10px;
}
.select2-dropdown.category .select2-results__option {
  color: #000;
}
/*# sourceMappingURL=vday.css.map */