/*!
Theme Name: Naomi Child
Template: cpm-naomi
Author: CPM Team
Version: 1.0.0
Requires PHP: 8.0
Text Domain: cpm-theme
*/
.profiles-form {
  width: 100%;
  height: 150px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}
.profiles-form .profiles-form-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profiles-form .profiles-form-container .profiles-search {
  display: flex;
  align-items: center;
}
.profiles-form .profiles-form-container .profiles-search .fields-row {
  display: flex;
  align-items: center;
}
.profiles-form .profiles-form-container .profiles-search .fields-row:not(:last-child),
.profiles-form .profiles-form-container .profiles-search .fields-row > *:not(:last-child) {
  margin-right: 22px;
}
.profiles-form .profiles-form-container .profiles-search .fields-row label {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
.profiles-form .profiles-form-container .profiles-search .fields-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
  border-radius: 25px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 2px #dbdbdb;
  padding: 0 10px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px;
  background: url(/wp-content/themes/cpm-naomi-child/assets/icons/faq_down.svg) 100% no-repeat #fff;
  background-position-x: calc(100% - 10px);
  cursor: pointer;
  width: 130px;
}
.profiles-form .profiles-form-container .profiles-search .fields-row select#location {
  width: 200px;
}
.profiles-form .profiles-form-container .profiles-search .fields-row button {
  min-width: 180px;
}

.profiles-results {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

@media (max-width: 1020px) {
  .profiles-form {
    height: unset;
  }
  .profiles-form .profiles-form-container {
    padding: 40px 20px;
  }
  .profiles-form .profiles-form-container .profiles-search {
    flex-direction: column;
  }
  .profiles-form .profiles-form-container .profiles-search .fields-row:not(:last-child) {
    margin-bottom: 22px;
  }

  .profiles-results {
    padding: 30px 20px 0;
  }
}
.profile-container {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 50px;
}
@media (max-width: 766px) {
  .profile-container {
    flex-direction: column;
    align-items: center;
    max-width: 290px;
    margin: 30px auto;
  }
}
.profile-container .profilefull {
  background: #fff;
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .profile-container .profilefull {
    display: flex;
    max-width: 766px;
    margin: 15px auto 60px;
  }
}
.profile-container .profilefull-img {
  display: flex;
  width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .profile-container .profilefull-img {
    height: 450px;
    width: 450px;
  }
}
.profile-container .profilefull-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 767px) {
  .profile-container .profilefull-img img {
    border-radius: 8px 0 0 8px;
  }
}
.profile-container .profilefull-info {
  padding: 16px 16px 24px;
}
@media (min-width: 767px) {
  .profile-container .profilefull-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 24px;
    flex-shrink: 0;
    max-width: 45%;
  }
}
.profile-container .profilefull-info__text {
  color: #8A6E6E;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}
.profile-container .profilefull-info__text.title {
  font-weight: bold;
  font-size: 32px;
  color: #000;
  margin-bottom: 25px;
}
.profile-container .profilefull-info__text span {
  font-weight: 700;
  color: #000;
  margin-left: 8px;
}
.profile-container .profilefull-info__about {
  margin: 0 0 15px;
}
.profile-container .profilefull-info__btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  background: #BD4D54;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.profile-container .profilefull-info__btn:hover {
  background: #da3f49;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
}

.profiles-grid {
  margin: 20px auto 60px;
  max-width: 1020px;
}
.profiles-grid .block-title {
  font-family: var(--ct-font-heading-family);
  font-weight: normal;
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .profiles-grid .block-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}

.profiles-cards-grid, .cpm-profiles-special-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}
@media (max-width: 767px) {
  .profiles-cards-grid, .cpm-profiles-special-1 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .profiles-cards-grid, .cpm-profiles-special-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.profiles-cards-grid .profile, .cpm-profiles-special-1 .profile {
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  width: 100%;
}
.profiles-cards-grid .profile:hover, .cpm-profiles-special-1 .profile:hover {
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.profiles-cards-grid .profile-img, .cpm-profiles-special-1 .profile-img {
  height: 240px;
  width: 320px;
  object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
  object-position: top;
}
.profiles-cards-grid .profile-info, .cpm-profiles-special-1 .profile-info {
  background: #fff;
}
.profiles-cards-grid .profile-info__text, .cpm-profiles-special-1 .profile-info__text {
  text-align: center;
  color: #422441;
}
.profiles-cards-grid .profile-info__text.title, .cpm-profiles-special-1 .profile-info__text.title {
  font-size: 20px;
  margin: 8px 0 4px;
  font-weight: bold;
}
.profiles-cards-grid .profile-info__text.nationality, .cpm-profiles-special-1 .profile-info__text.nationality {
  font-size: 16px;
}
.profiles-cards-grid .profile-btn, .cpm-profiles-special-1 .profile-btn {
  margin-top: 15px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff !important;
  background: #BD4D54 !important;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.profiles-cards-grid .profile-btn:hover, .cpm-profiles-special-1 .profile-btn:hover {
  background: #da3f49 !important;
  color: #fff;
}

.more-profiles-btn {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: max-content;
  padding: 0 24px;
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
  background: #BD4D54;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  margin: 60px auto 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
@media (min-width: 900px) {
  .more-profiles-btn {
    margin-top: 50px;
  }
}
.more-profiles-btn:hover {
  background: #da3f49;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0);
}

.cpm-profiles-special-1 {
  margin: 40px auto;
}

.cpm-profiles-special-1 + .more-profiles-btn {
  margin-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */
