#post-1395 h1.entry-title,
#post-256 h1.entry-title,
#post-12889 h1.entry-title,
#post-12819 h1.entry-title {
    display: none !important;
}h1.entry-title {
	font-size: 30px;
	color: #0A476E;
	text-align: left;
	font-weight: bold;
}
/* CSS to increase the height of input fields, specific to "custom-page-css-1" class */
.custom-page-css-1 input {
    height: 3.5em; /* You can adjust the value as needed */
}

/* Added by Wisdmlabs */
.bs-forums-banner #forums-dir-search.bs-dir-search.bs-forums-search #bbp_search {
    background-color: rgb(255 255 255 / 10%) !important;
    border: 1px solid #cccccc73 !important;
	border-radius: 5px !important;
}

.wp-block-instructor-role-wisdm-quiz-attempts .mantine-Input-input {
    padding: 10px 30px !important;
}
li.product.type-product.post-1596 a.button.product_type_job_package:not(.add_to_cart_button) {
    display: none !important;
}
.wpf-center .wpforms-head-container, 
.wpf-center .wpforms-submit-container {
     text-align: center; 
}
.wpf-center {
     margin-left: auto !important;
     margin-right: auto !important;
     max-width: 800px; 
/* Hides page title of Logged out page */
}.page-id-814 .entry-title,
.page-id-5701 .entry-title,
.page-id-5488 .entry-title {
    display: none;
}
tfoot td a[href="https://theyachtieacademy.com/submit-cv/"] {
    display: none !important;
}
.page-id-664 .jm-alerts__add-new a {
    background-color: #F27121;
    color: #fff;
    border: 2px solid #011B34;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 1;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
}

.page-id-664 .jm-alerts__add-new a:hover {
    background-color: #fff;
    color: #0A476E;
    border-color: #F27121;
}
/* Normal link color */
a {
    color: #F27121;
}

/* Visited link color */
a:visited {
    color: #0A476E;
}

/* Hover link color */
a:hover {
    color: #011B34;
}
.search_job_department {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
    margin-top: 20px;
    padding: 10px 0;
    clear: both;
}

.search_job_department label {
    display: inline-block !important;
    margin-right: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}
/* Hide the keyword search field */
.job_filters .search_keywords {
    display: none !important;
}

/* Hide the location field */
.job_filters .search_location {
    display: none !important;
}

/* Hide the Search Jobs submit button */
.job_filters .search_submit {
    display: none !important;
}
.copy-btn-inline {
  display: inline-block;
  background-color: #0A476E;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  margin-top: 6px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.copy-btn-inline:hover {
  background-color: #F27121;
}
.job_listing .position {
  height: auto !important;
  overflow: visible !important;
}
/* Hide company logos main jobs board */
body.page-id-428 .company_logo,
body.page-id-428 .company > strong {
  display: none !important;
}
/* Making sure candidate photos aren't skewed */
.candidate_photo {
  width: 64px; /* or 44px if you prefer */
  height: 64px;
  object-fit: cover;
  object-position: center 10%; /* Pushes focus slightly higher */
  border-radius: 50%; /* Optional: circular crop */
}
/* Hide related jobs*/
.post-related-jobs {
  display: none !important;
}