@charset 'UTF-8';

:root {
  --primary-teal: #00bfb3;
}

body {
  background: #fff;
  background-attachment: fixed;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* font-weight: 400; */
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
}

body.page {
  margin: 0;
}

body b, body strong {
  font-weight: 700;
}

p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.2rem;
  line-height: 110%;
  font-weight: 900;
  margin: 1rem 0;
  text-decoration: underline var(--primary-teal);
}

h2 {
  font-size: 2.4rem;
  line-height: 110%;
  font-weight: 900;
  margin-bottom: 0.85rem;
}

h3 {
  font-size: 1.8rem;
  line-height: 110%;
  font-weight: 900;
  margin-bottom: 0.85rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 110%;
  font-weight: 900;
  margin-bottom: 0;
}

h5 {
  font-size: 1.3rem;
  line-height: 110%;
  font-weight: 800;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

h6 {
  font-size: 1.1rem;
  line-height: 110%;
  font-weight: 800;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

a, a:hover, a:visited, a:focus {
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

ul, ol {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.stretch {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

main {
  background-color: #fff;
}

header {
  position: relative;
}

header figure.logo {
  float: left;
  width: 80px;
}

header nav#site-navigation {
  float: right;
  width: auto;
  margin-top: 15px;
}

header nav#site-navigation ul li a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1rem;
  /* letter-spacing: 0; */
  display: block;
  padding: 10px 15px;
  text-decoration-color: var(--primary-teal);
}

header nav#site-navigation ul li a:hover {
  /* background-color: #fff; */
  /* color: #a73439; */
  text-decoration: underline solid 2px var(--primary-teal);
}
header nav#site-navigation ul ul {
  background-color: var(--primary-teal);
  box-shadow: none;
  padding: 12px 18px;
}

header nav#site-navigation ul ul li a {
  text-decoration-color: #000000;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}

header nav#site-navigation ul ul li a:hover {
  text-decoration: underline solid 2px #000000;
}

header nav#site-navigation ul ul li:last-child {
  border-bottom: none;
}
header.global {
  width: 100%;
  height: 30vh;
  display: block;
  clear: both;
  background-color: #eee;
  background-image: url('https://arwebstore.blob.core.windows.net/madison-artisreit-com/2025/03/header-artis-madison-2025.jpg');
}
header.global .nav-box {
  position: relative;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -ms-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -o-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
}
header.global .nav-box figure.logo {
  margin: 5px 0;
  padding: 5px 0;
}
header.global nav#site-navigation {
  margin-top: 13px;
}
header.global-short {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
header.global-short .nav-box {
  position: relative;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -ms-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
  -o-box-shadow: 0px 5px 5px 0px rgba(102, 102, 102, 0.4);
}
header.global-short .nav-box figure.logo {
  margin: 5px 0;
  padding: 5px 0;
}
header.global-short nav#site-navigation {
  margin-top: 13px;
}
header.home {
  width: 100%;
  height: 90vh;
  display: block;
  clear: both;
  overflow: hidden;
}

header.home .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

header.home .container {
  position: relative;
  z-index: 5;
}

header.home .carousel {
  position: absolute;
  left:0;
  top:0;
  right:0;
  height: 100vh;
  z-index: -100;
}

header.home .carousel .slide {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slide {
  opacity: 0;
  transition: opacity 4000ms;
}

.show-slide {
  opacity: 1;
  transition: opacity 4000ms;
}

header.home .floating-content {
  z-index: 4;
  text-align: center;
  position: absolute;
}

header.home .floating-content h2 {
  margin-bottom: 15px;
  color: var(--primary-teal);
  font-weight: 500;
  font-style: italic;
}

header.home .floating-content h1 {
  margin-bottom: 60px;
  text-wrap: balance;
}

header.home .play-button {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

header.home .play-button a {
  display: inline-block;
  padding: 30px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  border-radius: 50%;
  border: #000000 1px solid;
  margin-bottom: 15px;
}

header.home .play-button svg {
  fill: #000;
  width: 35px;
  height: 35px;
  transform: translate(4px, 2px);
  transition: all 350ms;
}

header.home .play-button a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: var(--primary-teal) 1px solid;
  svg {
    fill: var(--primary-teal);
  }
}

header.home .instruction {
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 3;
}
header.home .instruction p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  /* color: #999; */
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
header.home .instruction svg {
  fill: var(--primary-teal);
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
header.home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section {
  padding: 80px 0;
}

section h2.section-title {
  text-align: center;
  margin-bottom: 40px;
}

section.home-portfolio-highlights {
  margin-bottom: 20px;
}
section.home-portfolio-highlights .highlights-track .item {
  padding: 20px;
}
section.home-portfolio-highlights .highlights-track button.slick-arrow {
  position: absolute;
  border: 0;
  top: 30%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 45px;
  padding: 20px 15px;
  z-index: 5;
}
section.home-portfolio-highlights .highlights-track button.slick-arrow.ph-prev {
  left: 0;
}
section.home-portfolio-highlights .highlights-track button.slick-arrow.ph-next {
  right: 0;
}

section.home-about {
  background-image: url('../assets/home/bg-about.webp');
}

section.home-about .follow-us {
  text-align: center;
  padding: 15px;
}

.follow-us ul {
  margin: 1rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

.follow-us svg {
  fill: var(--primary-teal);
}

.follow-us ul li a:hover {
  svg {
    fill: #000000;
  }
}

section.page-content {
  margin: 0;
  padding: 60px 0;
}

section.page-content .widget {
  margin-bottom: 45px;
}
section.page-content .widget h3 {
  padding-left: 10px;
  margin-bottom: 10px;
}
section.page-content .widget h3 img {
  display: none;
}
section.page-content .widget:last-child {
  margin-bottom: 0;
}
section.page-content .widget p {
  font-size: 12px;
  margin: 0 10px 8px 10px;
}
section.page-content .widget ul {
  list-style: none;
  margin: 20px 20px 10px 10px;
  padding: 0;
}
section.page-content .widget ul li {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
section.page-content .widget a {
  text-decoration: underline;
}
section.page-content .sidenav-box {
  background-color: #eee;
  padding: 15px;
}
section.page-content .sidenav-box ul.subpage-nav {
  margin: 0;
}

section.page-content .sidenav-box ul.subpage-nav li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
}

section.page-content .sidenav-box ul.subpage-nav li a:hover {
  text-decoration: underline solid 2px;
}

section.page-content .sidenav-box ul.subpage-nav li.current_page_item a {
  background-color: #000;
  color: #fff;
}
section.news ul.news-list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
section.news ul.news-list li {
  margin-bottom: 20px;
}
section.properties {
  position: relative;
}

section.properties #map_canvas {
  width: 100%;
  height: 500px;
  background-color: #eee;
}
section.properties form#form_search_properties {
  margin-top: 20px;
}
section.properties form#form_search_properties label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.properties form#form_search_properties ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.properties form#form_search_properties ul li {
  float: left;
}
section.properties form#form_search_properties ul li a {
  display: block;
  font-weight: 700;
  color: #fff;
  padding: 3px 35px 3px 20px;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-image: url('../assets/global/ind-filter.png');
  background-repeat: no-repeat;
  background-position: 98% -1px;
}
section.properties form#form_search_properties .options-list.type li a {
  background-color: rgba(69, 99, 138, 0.4);
}
section.properties form#form_search_properties .options-list.type li a.active {
  background-color: rgba(69, 99, 138, 1);
  background-position: 98% 100%;
}
section.properties form#form_search_properties .options-list.location li a {
  background-color: rgba(156, 34, 0, 0.4);
}
section.properties form#form_search_properties .options-list.location li a.active {
  background-color: rgba(156, 34, 0, 1);
  background-position: 98% 100%;
}
section.properties form#form_search_properties .options-list.size li a {
  background-color: rgba(68, 128, 95, 0.4);
}
section.properties form#form_search_properties .options-list.size li a.active {
  background-color: rgba(68, 128, 95, 1);
  background-position: 98% 100%;
}
section.properties form#form_search_properties_mobile {
  margin: 15px 0;
}
section.properties form#form_search_properties_mobile .styled-select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
section.properties form#form_search_properties_mobile .styled-select.left {
  float: left;
  margin-right: 1px;
  margin-bottom: 10px;
}
section.properties form#form_search_properties_mobile .styled-select select {
  width: 100%;
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 1;
  border: #a73439 1px solid;
  border-radius: 0;
  height: 45px;
}
section.properties form#form_search_properties_mobile button[type="submit"] {
  background-color: #a73439;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px;
}
section.properties .property-list .item p {
  margin: 5px 0 15px;
  text-align: center;
  font-weight: 700;
}
section.properties .property-list .item p .avail {
  display: inline-block;
  font-size: 12px;
}
section.properties .property-list .item p .avail.ok {
  padding-left: 25px;
  background-image: url('../assets/global/ind-check.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
section.properties .property-list .item p a {
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
}
section.properties #search_results .listing-item {
  margin-bottom: 20px;
}
section.properties .prop-photo, section.properties .prop-gallery {
  width: 100%;
  height: 55vh;
  overflow: hidden;
  float: left;
}
section.properties table.suite-list {
  width: 100%;
  font-size: 14px;
}
section.properties table.suite-list tr {
  border-bottom: #ccc 1px solid;
}
section.properties table.suite-list tr:first-child {
  border-bottom: none;
}
section.properties table.suite-list tr:hover {
  background-color: #f3f3f3;
}
section.properties table.suite-list td, section.properties table.suite-list th {
  padding: 10px;
}

section.properties table.suite-list th {
  background: #000;
  color: #fff;
  font-weight: 700;
}

section.properties table.suite-list td {
  color: #000;
}
section.properties table.suite-list td a {
  text-decoration: underline;
}

section.properties .actions {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  overflow: hidden;
  flex-grow: 0;
  margin: 35px auto;
}

section.properties .actions .btn-action {
  float: left;
  color: #000;
  text-decoration: none;
  border: solid 1px var(--primary-teal);
  background-color: #ffffff;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}

section.properties .actions .btn-action:hover {
  background-color: var(--primary-teal);
}

section.properties .suite-images {
  margin: 20px 0;
  overflow: hidden;
}
section.properties .suite-images img {
  margin-bottom: 25px;
  opacity: 0.7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
section.properties .suite-images img:hover {
  opacity: 1;
}
section.properties .contact-person {
  margin-top: 60px;
}

section.properties .contact-person .item {
  clear: both;
  display: block;
  /* margin: 30px 0; */
  overflow: hidden;
}

section.properties .contact-person .item img {
  float: left;
  border-radius: 50%;
  /* border: #000 2px solid; */
  margin: 0 14px 14px 0;
  width: 110px;
}

section.properties .contact-person .item .info {
  float: left;
}
section.properties .contact-person .item .info h3 {
  margin: 0;
}

section.spaces .conf-item, section.spaces .amenity-item {
  margin-bottom: 30px;
}

section.spaces .conf-item .prop-head, section.spaces .amenity-item .prop-head {
  background-color: #000;
  padding: 10px 15px;
}

section.spaces .conf-item .prop-head {
  cursor: pointer;
}

section.spaces .conf-item .prop-head h3, section.spaces .amenity-item .prop-head h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

section.spaces .conf-item .prop-details, section.spaces .amenity-item .prop-details {
  background-color: #f7f7f7;
  padding: 0 15px;
}
section.spaces .conf-item .prop-details.hdn, section.spaces .amenity-item .prop-details.hdn {
  display: none;
}
section.spaces .conf-item .prop-details .row.conf, section.spaces .amenity-item .prop-details .row.conf, section.spaces .conf-item .prop-details .row.amenity, section.spaces .amenity-item .prop-details .row.amenity {
  border-bottom: #ccc 1px solid;
}
section.spaces .conf-item .prop-details .row.conf .col-sm-6, section.spaces .amenity-item .prop-details .row.conf .col-sm-6, section.spaces .conf-item .prop-details .row.amenity .col-sm-6, section.spaces .amenity-item .prop-details .row.amenity .col-sm-6 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
section.spaces .conf-item .prop-details .row.conf .col-sm-6 ul, section.spaces .amenity-item .prop-details .row.conf .col-sm-6 ul, section.spaces .conf-item .prop-details .row.amenity .col-sm-6 ul, section.spaces .amenity-item .prop-details .row.amenity .col-sm-6 ul {
  margin: 0;
  padding-left: 0;
}

section.spaces .conf-item .prop-details .thumbs, section.spaces .amenity-item .prop-details .thumbs {
  margin-top: 30px;
  width: 80%;
}
section.spaces .conf-item .prop-details .thumbs a, section.spaces .amenity-item .prop-details .thumbs a {
  float: left;
  margin: 5px;
}

section.team .row {
  margin-bottom: 25px;
}
.infowindow-map {
  text-align: center;
  font-size: 14px;
}
.infowindow-map p {
  margin-bottom: 0;
}
.infowindow-map img {
  margin-bottom: 10px;
}
.infowindow-map .avail {
  display: inline-block;
  font-size: 12px;
}
.infowindow-map .avail.ok {
  padding-left: 25px;
  background-image: url('../assets/global/ind-check.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}


ul.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  background-color: #eee;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
ul.slick-dots li.slick-active {
  background-color: var(--primary-teal);
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
ul.slick-dots li button:before {
  /* font-size: 6px; */
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  background-color: #000;
  padding: 15px 0;
  color: #fff;
}
footer p {
  text-align: left;
  font-size: 12px;
  color: #fff;
  margin: 0;
  display: inline-block;
}
footer p a {
  color: inherit;
}
footer p a:hover {
  text-decoration: underline;
}

footer .social {
  float: right;
  display: inline-block;
  svg {
    fill: #ffffff;
  }
}

footer .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

footer .social ul li {
  float: left;
}
footer .social ul li a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  /* background-image: url('../assets/global/footer-social.png'); */
  /* background-repeat: no-repeat; */
}

footer .social ul li a:hover {
  svg {
    fill: var(--primary-teal);
  }
}

/* footer .social ul li a.facebook {
  background-position: 0 0;
}
footer .social ul li a.twitter {
  background-position: -25px 0;
}
footer .social ul li a.linkedin {
  background-position: -50px 0;
} */
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 769px) {
  .mobile-header {
    position: absolute;
    top: 0;
    z-index: 6;
    width: 100%;
  }
  .mobile-header .mobile-bar {
    border-bottom: #ccc 1px solid;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .mobile-header .mobile-bar figure.logo {
    margin: 0;
    width: 120px;
    padding: 10px 20px;
    float: left;
  }
  .mobile-header .mobile-bar a#mnutoggle {
    float: right;
    padding: 15px;
  }
  .mobile-header .mobile-bar a#mnutoggle svg {
    width: 30px;
    height: 30px;
  }
  .mobile-header #site-navigation-mobile {
    display: none;
    background: var(--primary-teal);

  }
  .mobile-header #site-navigation-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* .mobile-header #site-navigation-mobile ul li {
    border-bottom: #e7e7e7 1px solid;
  } */
  .mobile-header #site-navigation-mobile ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
  }
  header.home {
    /* background-image: url('../assets/home/bg-about.webp'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  /* header.home .overlay {
    background-color: rgba(255, 255, 255, 0.1);
  } */

  header.home video {
    display: none;
  }

  header.home .home-video {
    display: none;
  }
  section.properties ul {
    margin: 0 0 0 20px;
    padding: 0;
  }
  section.team ul {
    margin: 0 0 0 20px;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  footer .col-sm-8 p {
    text-align: center;
    width: 100%;
  }
  footer .col-sm-4 {
    text-align: center;
  }
  footer .col-sm-4 .social {
    float: none;
  }
}
