/* 

Theme Name: Healthcare Realty - Tenant Center 
Text Domain: Healthcare Realty 
Version: 1.6.1
Description: Basic Tenant Center Theme
Tags: bootstrap, slide-in menu, carousel
Author: Alexander Nicholas
Author URI: https://www.thatguysketch.com

*/

:root {
  --hrt-color-light-blue-30: #e2eaf1;
  --hrt-color-blue: #005295;
  --hrt-color-blue-25-darker: #0c406b;
  --hrt-color-burnt-orange: #9b3e1f;
  --hrt-color-grey: #58595b;
  --hrt-color-grey-2: #77787b;
  --hrt-color-white: white;
  --bs-body-font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", sans-serif;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3 {
  color: var(--hrt-color-blue);
}

h1 {
  font-weight: 500;
  line-height: 1.3em;
  font-size: 2rem;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.66em;
}

p + .wp-block-heading {
  margin-top: 2em;
}

h3 {
  font-size: 1em;
  text-transform: uppercase;
}

.hrt-page-content a {
  color: var(--hrt-color-blue);
  text-decoration: none;
  border-bottom: 1px solid var(--hrt-color-blue);
}

.hrt-page-content ul,
.hrt-page-content ol {
  margin-bottom: 30px;
}

.hrt-page-content li {
  margin-bottom: 0.7em;
}

body {
  background: var(--hrt-color-white);
  font-style: normal;
  font-size: 15px;
  color: var(--hrt-color-grey);
}

.hrt-section-header {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--hrt-color-blue);
  text-transform: uppercase;
}

/* 
===========================
TEXT STYLES 
===========================
*/

.text-title-sm {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* 
===========================
SEARCH STYLES 
===========================
*/

.has-search .form-control {
  padding-left: 2.375rem;
  max-width: 150px;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.search-container {
  padding: 0 15px 0 0;
}

/* 
  ===========================
  PREHEADER STYLES 
  ===========================
  */

#hrt-preheader {
  background-color: var(--hrt-color-burnt-orange);
  padding: 1rem;
  color: white;
}

#hrt-preheader p a {
  color: white;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

/* 
  ===========================
  MOBILE CTA STYLES 
  ===========================
  */

#hrt-mobile-cta {
  background-color: var(--hrt-color-blue);
  padding: 16px 0;
}

/* 
  ===========================
  NAVBAR STYLES 
  ===========================
  */

.navbar {
  background-color: var(--hrt-color-white);
  border-bottom: 1px solid #dee2e6;
}
.navbar-brand img {
  width: 160px;
}
.navbar-text div:nth-child(1) {
  color: var(--hrt-color-blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 3px;
}
.navbar-text div:nth-child(2) {
  color: var(--hrt-color-grey);
  font-size: 19px;
  font-weight: 200;
  line-height: 1;
  text-transform: none;
  margin: 0 0 16px;
}
.navbar-text {
  border-left: 1px solid var(--hrt-color-grey-2);
  padding-left: 1.3em;
  margin-left: 1.3em;
}
.btn-blue {
  background-color: var(--hrt-color-blue);
  color: var(--hrt-color-white);
  border: none;
}

.hrt-btn {
  background-color: var(--hrt-color-blue);
  color: var(--hrt-color-white);
  border-radius: 5px;
  padding: 10px 20px;
}

.hrt-btn:hover {
  background-color: var(--hrt-color-blue-25-darker);
  color: var(--hrt-color-white);
}

hrt-btn:focus-visible {
  border: var(--hrt-color-blue) 1px solid !important;
}

.hrt-btn-white {
  background-color: var(--hrt-color-white);
  color: var(--hrt-color-blue);
  border-radius: 5px;
  padding: 5px 10px;
}

.hrt-btn-white:hover {
  background-color: var(--hrt-color-light-blue-30);
  color: var(--hrt-color-blue);
  border-radius: 5px;
  padding: 5px 10px;
}

/* 
  ===========================
  OFF CANVAS NAVIGATION STYLES 
  ===========================
  */

.offcanvas {
  background-color: var(--hrt-color-blue);
  color: var(--hrt-color-white);
}

.arrow-icon::after {
  content: ">";
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  display: inline-block; /* Add this line to make sure the icon aligns with the text */
  margin-right: 8px; /* Optional: Add some space between the icon and the text */
}

.accordion-button[aria-expanded="true"] .arrow-icon::after {
  transform: rotate(90deg);
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  font-size: 1.3em;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: var(--hrt-color-white);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: var(--hrt-color-white);
  background-color: transparent;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: var(--hrt-color-white);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle#qlinks {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}

.btn-toggle#qlinks::before {
  display: none;
}

.btn-toggle-nav a {
  font-size: 15px;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: transparent;
}

.scrollarea {
  overflow-y: auto;
}

.hrt-sidebar-header {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--hrt-color-blue);
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 15px;
}

.hrt-sidebar-nav ul {
  padding-left: 0;
}

.hrt-sidebar-nav li {
  width: 100%;
  padding: 8px 16px;
  list-style: none;
  margin: 0;
}

.hrt-sidebar-nav .current-menu-item {
  background-color: var(--hrt-color-blue);
}

.hrt-sidebar-nav .current-menu-item a {
  color: var(--hrt-color-white);
  font-weight: 500;
}

.hrt-sidebar-nav li a {
  text-decoration: none;
  color: var(--hrt-color-blue);
}

.hrt-sidebar-nav li:hover {
  font-weight: 500;
}

.hrt-sidebar-nav .menu {
  padding: 0;
}

@media (max-width: 992px) {
  .navbar-text,
  .btn-blue,
  .search-container {
    display: none;
  }
}

/* 
  ===========================
  TABLE STYLES 
  ===========================
  */

.hrt-table,
.wp-block-table {
  border: none;
  font-weight: 400;
}

.wp-block-table {
  width: fit-content;
}

.wp-block-table table {
  width: auto;
}

.hrt-table td,
.wp-block-table td {
  padding: 5px 30px 5px 0;
  border: none;
  vertical-align: top;
}

.hrt-table a,
.wp-block-table a {
  border: none;
}

/* 
  ===========================
  FOOTER 
  ===========================
  */

footer {
  border-top: 1px solid #dee2e6;
  color: var(--hrt-color-grey);
}
