.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 60px;
  color: #fff;
  background-color: #220f25;
}

.title-container .title {
  font-size: 32px;
}

.title-container .home-btn {
  background-color: #37183c;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.title-container .home-btn:hover {
  background-color: #492050;
}

.illustrated-filters {
  display: flex;
  justify-content: center;
  position: relative;
}

.illustrated-select {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
  box-shadow: 0px 0px 27px -6px rgba(0, 0, 0, 0.4);
  padding: 40px;
  position: relative;
}
.illustrated-select .category {
  width: 200px;
  margin-bottom: 35px;
  position: relative;
}
.illustrated-select .filters {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.illustrated-select .submit {
  margin-top: 40px;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  background-color: #37183c;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  border-radius: 5px;
  border: 1px solid rgb(55, 24, 60);
  transition: all 300ms ease-in-out;
}

.illustrated-select .submit:hover {
  background-color: #fff;
  color: #37183c;
}

.post-title {
  font-size: 15px;
}

.post-title::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363b3e;
  opacity: 1; /* Firefox */
}

.post-title:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #363b3e;
}

.post-title::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #363b3e;
}

.period,
.post-title {
  background-color: #f9f9f8;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  border-radius: 4px;
  color: #363b3e;
  height: 44px;
}

.select-pure__select {
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  background: #220f25;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}
.select-pure__placeholder--hidden {
  display: none;
}

.box-title {
  text-align: center;
  font-size: x-large;
  padding-bottom: 0.5rem;
}

#lightgallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -20px;
}

#lightgallery a {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#lightgallery .image-thumb {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.full-height {
  position: fixed;
  top: 0;
  left: 0;
  height: 95%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: height 250ms ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-container, .subscribe-container {
    width: 70%;
    margin: 0 auto;
}

.login-container, .subscribe-container {
  background: #ed598fb3;
}

.login-container {
  padding: 20px 10px;
}

.subscribe-container {
  padding: 10px;
}

.subscribe-container .actions button {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.login-wrapper .info {
  color: #220f25;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.subscribe-wrapper .info {
  color: #220f25;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;

}

.login-wrapper .actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.subscribe-wrapper .actions > p {
  font-size: 12px;
  color: #220f25;
}

.subscribe-wrapper .actions > p > a {
  color: rgb(241, 241, 241);
  text-decoration: underline;
}

.login-wrapper .actions > a {
  background-color: #220f25;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  margin: 0 10px;
  transition: background-color 300ms;
  font-size: 12px;
}

.login-wrapper .actions > a:hover {
  background-color: #37183c;
}

.package-upgrade-info, .package-upgrade-error, .package-upgrade-server-error {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: 9999;
  font-size: 18px;
  font-weight: bold;
  background-color: #9cbfa4;
  padding: 16px 16px;
  border-radius: 5px;
  transition: 0.5s linear all;
}

.toggle-info-box {
  visibility: visible;
  opacity: 1;
  transition: 0.5s linear all;
}

@media all and (min-width: 500px) {
  .illustrated-select .category {
    width: 230px;
  }
  .illustrated-select {
    padding: 40px 30px;
  }
  #lightgallery a {
    width: calc(100% * (1/2));
  }
  .login-container, .subscribe-container {
    padding: 40px 10px;
  }
  .subscribe-wrapper .info {
    font-size: 14px;
  }
  .login-wrapper .actions > a {
    font-size: 16px;
  }
  .subscribe-wrapper .actions > p {
    font-size: 14px;
  }
  .subscribe-container .actions button {
    font-size: 14px;
  }
}

@media all and (min-width: 768px) {
  .login-wrapper .info, .subscribe-wrapper .info {
    font-size: 24px;
  }
  .subscribe-wrapper .actions > p {
    font-size: 18px;
  }
  .subscribe-container .actions button {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
    .illustrated-select {
        width: calc(100% - 60px);
    }
  .illustrated-select .filters {
    flex-direction: row;
    margin-right: -10px;
  }
  .illustrated-select .category {
    margin-right: 10px;
    margin-bottom: 0;
    width: 17vw;
  }
  .illustrated-select .submit {
    width: 200px;
  }
}

@media screen and (min-width: 1264px) {
    .illustrated-select {
        width: calc(100% - 100px);
    }

    .illustrated-select .category {
        width: 210px;
    }
}

@media screen and (min-width: 1440px) {
    .illustrated-select {
        max-width: 1300px;
        width: 100%;
    }

    .illustrated-select .category {
        width: 230px;
    }
}

@media all and (min-width: 1024px) {
  #lightgallery a {
    width: calc(100% * (1/3));
  }
    .subscribe-container {
         padding: 15px 20px;
     }
}
@media screen and (max-width: 375px) {
    .full-height {
        height: 84%
    }
    .subscribe-wrapper .actions > p {
        font-size: 9px;
    }

}

@media screen and (max-width: 411px) {
    .full-height {
        height: 85%
    }
    .subscribe-wrapper .actions > p {
        font-size: 9px;
    }
    .subscribe-container .actions button {
        font-size: 12px;
    }

}

@media all and (min-width: 1220px) {
    .login-container, .subscribe-container {
        position: absolute;
        top: 15%;
        width: 60%;
        padding: 10px;
    }
}

@media screen and (min-width: 1366px) {
    .login-container, .subscribe-container {
        position: absolute;
        top: 14%;
        width: 42%;
        padding: 14px;

    }
    .login-wrapper .info, .subscribe-wrapper .info {
        font-size: 17px;
    }
    .subscribe-wrapper .actions > p {
        font-size: 12px;
    }
    .subscribe-container .actions button {
        font-size: 20px;
    }
}

@media screen and (min-width: 1367px) {
    .subscribe-container {
        position: absolute;
        top: 17%;
        width: 70%;
        padding: 20px 10px;
    }
    .login-container {
        position: absolute;
        top: 17%;
        width: 70%;
        padding: 25px 10px;
    }
    .login-wrapper .info, .subscribe-wrapper .info {
        font-size: 30px;
    }
    .subscribe-wrapper .actions > p {
        font-size: 20px;
    }
    .subscribe-container .actions button {
        font-size: 16px;
    }
}

@media screen and (min-width: 1900px) {
    .subscribe-container {
        position: absolute;
        top: 16%;
        width: 50%;
        padding: 20px 10px;
    }
    .login-container {
        position: absolute;
        top: 17%;
        width: 60%;
        padding: 40px;
    }
    .login-wrapper .info, .subscribe-wrapper .info {
        font-size: 30px;
    }
    .subscribe-wrapper .actions > p {
        font-size: 20px;
    }
    .subscribe-container .actions button {
        font-size: 16px;
    }
}


@media screen and (max-width: 320px) {
    .title-container .title {
        font-size: 27px;
    }
}

@media screen and (min-width: 321px) {
    .title-container .title {
        font-size: 32px;
    }
}






