/*
Theme Name: Nurus
Theme URI: http://basework.studio
Author: Basework Studio
Author URI: http://basework.studio
Version: 1.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: nurus
*/

.comp-41 {
  margin-top: 0 !important;
}

.comp-6-item-media:before {
  content: none !important;
}

.comp-100-content .swiper-actions {
  margin-top: 25px !important;
}

.disabled {
  cursor: default !important;
}

.comp-90-end-content .text p b {
  font-weight: 700 !important;
}

.comp-24-filters-body-item-sublist-item-content-li>ul {
  padding-left: 24px;
  padding-top: 5px;
}

.comp-88-video-mobile {
  display: none !important;
}

.comp-88-media a {
  width: 100%;
}


.comp-24-card {
  transition: all 0.3s ease;
}

.comp-24-card:hover {
  transform: translateY(-5px);
}


// password protect
.post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-password-form.password-form-error input:not([type="submit"]) {
  border-color: #FF2C2C;
}

.post-password-form .post-password-form-invalid-password {
  color: #FF2C2C;
}

.post-password-form .post-password-form-invalid-password p {
  font-size: 18px;
}

.post-password-form label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}

.post-password-form input:not([type="submit"]) {
  border: 1px solid rgba(35, 35, 35, 0.3);
  height: 40px;
  border-radius: 5px;
  width: 300px;
  padding: 0 10px;
  transition: all 0.4s ease;
}

@media (max-width: 992px) {
  .post-password-form input:not([type="submit"]) {
    width: 200px;
  }
}

.post-password-form input:not([type="submit"]):focus {
  border-color: #232323;
}

.post-password-form input[type="submit"] {
  background: #232323;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  max-width: fit-content;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.post-password-form input[type="submit"]:hover {
  transform: scale(1.02);
}

.post-password-form h1,
.post-password-form h2,
.post-password-form h3,
.post-password-form h4,
.post-password-form h5,
.post-password-form h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}

.post-password-form p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;

  font-size: 20px;
  line-height: normal;
}

@media (max-width: 992px) {
  .post-password-form p {
    font-size: 18px;
  }
}