.text-bold {
  font-weight: 600;
}
/* sinlge inverstor styles */

.investor-single-page {
  margin-top: 30px;
}
.investor-single-page-contents {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.investor-single-page .inv-single-details {
  flex: 2;
  display: flex;
  gap: 40px;
}
.investor-single-page .investor-widget {
  flex: 1;
}
.investor-single-page .inv-single-details .inv-single-left {
  flex: 1;
}
.investor-single-page .inv-single-details .inv-single-right {
  flex: 3;
}
.investor-single-page
  .inv-single-details
  .inv-single-right
  div:not(:first-child),
.investor-details-main .investor-info div {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 16px;
}
.investor-single-page
  .inv-single-details
  .inv-single-right
  div:not(:first-child)
  h5,
.investor-details-main .investor-info h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.investor-single-page .inv-single-desc span {
  font-size: 15px;
  line-height: 1.7;
}

/* investor adding form */
.add_investor input,
.add_investor textarea,
.add_investor select {
  margin-top: 4px;
  margin-bottom: 20px;
}
.add_investor label {
  font-weight: 500;
}
.add_investor div {
  display: flex;
  flex-direction: column;
}
.add_investor select {
  padding: 8px 16px;
  border: 1px solid #e1e1e1;
}
.add_investor .inv_upload_featured_image {
  justify-content: center;
  border: 1px solid;
  padding: 4px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.add_investor .inv_upload_featured_image:hover {
  text-decoration: none;
}
.add_investor .inv_upload_featured_image::after {
  content: "\f13b";
  font-family: "dashicons";
  font-size: 24px;
}
.add_investor .inv-form-submit input[type="submit"] {
  margin: 20px 0;
  padding: 15px 40px;
  width: fit-content;
}

/* listing investor page styles */

.investor-sorting .country-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}

/* listing page cards */
.investor-details-main h1 {
  font-size: 1.02rem;
  font-weight: 600;
  color: #044f8d;
  border-bottom: 1px solid;
}
.investor-details-main .investor-details {
  display: flex;
  gap: 30px;
}
.investor-details-main .investor-details a,
.investor-details-main .investor-details .inv-single-left {
  flex: 1;
  white-space: pre-wrap;
  word-break: break-word;
}
.investor-details-main .investor-details .investor-info,
.investor-details-main .investor-details .inv-single-right {
  flex: 4;
}
.investor-details-main .investor-info div:first-child {
  margin-top: 0;
}
.investor-search #site-search {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
}
.investor-search form {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.investor-search button[type="submit"] {
  background-color: #32373c;
  border: 1px solid #32373c;
  color: #fff;
  padding: 10px 20px;
}

.investor-header {
  margin-left: auto;
  width: fit-content;
  margin-top: 20px;
  border: 1px solid;
  padding: 5px 10px;
  font-size: 15px;
}
.investor-header:hover {
  background-color: #32373c;

  transition: 0, 3s ease;
}
.investor-header:hover a {
  color: #fff;
}

/* single country page */
.single-country-page {
  display: flex;
}
.single-country-content h1,
.inv-single-title {
  margin-top: 10px;
}
/* .single-country-content .investor-header {
  margin-left: 0;
} */
/* pagination */
.cpm-pagination ul {
  display: flex;
  list-style: none;
}
.cpm-pagination ul a:not(a.next):not(a.prev) {
  border: 1px solid #044f8d;
  padding: 2px 6px;
}
.cpm-pagination ul span.current {
  background-color: #044f8d;
  padding: 2px 6px;
  color: #fff;
  border: 1px solid #044f8d;
}
/* breadcrumb */
.investor-breadcumb p {
  margin-bottom: 0;
}
.investor-breadcumb {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.investor-breadcumb a,
.investor-breadcumb p,
.investor-breadcumb i::before {
  color: #c3c3c3;
}
.investor-breadcumb i::before {
  font-size: 12px;
}
@media (width <= 767px) {
  .add_investor .inv-form-submit input[type="submit"] {
    width: 100%;
  }
  .investor-sorting .country-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .investor-details-main .investor-details {
    flex-direction: column;
  }
  .investor-card {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .single-country-content .inv-single-details {
    margin-bottom: 40px;
  }
  .investor-single-page .inv-single-details {
    display: block;
    margin-bottom: 30px;
  }
  .investor-single-page .inv-single-details .inv-single-left {
    margin-bottom: 20px;
  }
  .investor-single-page
    .inv-single-details
    .inv-single-right
    div:not(:first-child),
  .investor-details-main .investor-info div {
    flex-wrap: wrap;
    row-gap: 0;
  }
  .investor-single-page .investor-widget {
    flex: auto;
  }
}
