/*
  Theme Name: Born Free
  Author: Story & Koci
  Description: Custom theme
  Version: 0.0.1
*/

.search-button {
  display: flex;
  width: 120px;
  height: 36px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: var(--Brand-500, #4E7AA7);
  box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Base-White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.email-enquiry-button,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  display: flex;
  width: 204px;
  height: 44px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: #4e7aa7;
  box-shadow: /* 0px 1px 2px 0px rgba(16, 24, 40, 0.05), */ 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset /*, 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset */;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.email-enquiry-input {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Grey-Blue-300, #ABBCCE);
  background: var(--Base-White, #FFF);
}

.email-enquiry-textarea {
  display: flex;
  width: 100%;
  height: 94px;
  padding: 8px 16px 62px 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Grey-Blue-300, #ABBCCE);
  background: var(--Base-White, #FFF);
}

body.pagelayer-body a#pn-button {
  color: #fff;
}

body.pagelayer-body #aside-nav a,
body.pagelayer-body #top-nav a {
  color: var(--color-blue-muted);
}

body.pagelayer-body #top-nav a.text-blue-white,
body.pagelayer-body #top-nav a:not(.hhl):hover {
  color: var(--color-blue-white);
}

body.pagelayer-body #top-nav #top-nav-submenu a:hover {
  color: var(--color-blue-muted);
}

.hhl {
	color: #4a6178 !important;
}

.hhl:hover {
	color: #4e7aa7 !important;
}
.protocol-menu-link,
.mobile-top-menu-link {
  margin-right: 0 !important;
  max-width: 100%;
}

.protocol-menu-row,
.mobile-top-menu-row {
  column-gap: 0.5rem;
  max-width: 100%;
  overflow: hidden;
}

.brand-row {
  --logo-gap: 16px;
  --logo-size: 70px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

@media (min-width: 1280px) {
  .brand-row {
    padding-top: 15px;
  }
}

.brand-left {
  display: none;
}

.brand-logo {
  width: var(--logo-size);
  height: var(--logo-size);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: absolute;
  left: 0;
}

@media (min-width: 1280px) {
  .brand-logo {
    left: 5px;
  }
}

.brand-spacer {
  display: none;
}

.brand-title {
  width: 100%;
  text-align: center;
  /* padding-left: calc(var(--logo-size) + var(--logo-gap)); */
  /* padding-right: calc(var(--logo-size) + var(--logo-gap)); */
  box-sizing: border-box;
  margin: 0 auto;
  margin-left: 30px;
}

.pagelayer-image img {
  display: inline-block;
}

.search-result a.bg-brand-500,
.search-result a.bg-brand-500:visited,
.search-result a.bg-brand-500:hover,
.search-result a.bg-brand-500:active {
  color: #ffffff !important;
}

@media (max-width: 450px) {
  .pagelayer-table { overflow-x: auto; max-width: 100%; }
  .pagelayer-table-holder { width: 100% !important; max-width: 100%; }
  .pagelayer-table td, .pagelayer-table th, .pagelayer-table a{
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }
  .pagelayer-table table{ max-width: 100%; }
}

.submenu-toggle {
  margin-left: 20px;
}

@media (min-width: 1280px) {
  #aside-nav #mmb-menu {
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .protocol-menu-row .submenu-toggle,
  .mobile-top-menu-row .submenu-toggle {
    justify-self: end;
  }
}

@media (max-width: 1279px) {
  .protocol-menu-link,
  .mobile-top-menu-link {
    padding-right: 5rem;
    min-width: 0;
  }

  .protocol-menu-row,
  .mobile-top-menu-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 1.25rem;
    align-items: center;
  }
}
