.table {
  display: table;
}
.table-inline {
  display: inline-table;
}
.table-simple > * {
  display: table-cell;
}
.table-simple-valign-top > * {
  vertical-align: top;
}
.table-simple-valign-middle > * {
  vertical-align: middle;
}
.table-simple-valign-bottom > * {
  vertical-align: bottom;
}
.table-simple-grid-25 > * {
  width: 24.5%;
}
.table-simple-grid-33 > * {
  width: 32%;
}
.table-simple-grid-50 > * {
  width: 50%;
}
.table-multirow > * {
  display: table-row;
}
.table-multirow > * > * {
  display: table-cell;
}
.table-multirow-valign-top > * > * {
  vertical-align: top;
}
.table-multirow-valign-middle > * > * {
  vertical-align: middle;
}
.table-multirow-valign-bottom > * > * {
  vertical-align: bottom;
}
.table-multirow-grid-25 > * > * {
  width: 24.5%;
}
.table-multirow-grid-50 > * > * {
  width: 50%;
}
.table-multirow-grid-33 > * > * {
  width: 32%;
}
.block-grid > * {
  display: inline-block;
}
.block-grid-33 > * {
  width: 32%;
}
.block-grid-50 > * {
  width: 49%;
}
.crosshatch {
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0.3) 5px, rgba(0, 0, 0, 0.3) 6px), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0.3) 5px, rgba(0, 0, 0, 0.3) 6px);
  background-size: 8px 8px, 8px 8px;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Courier;
  font-size: 14px;
  color: #1a1b4c;
}
* {
  box-sizing: border-box;
}
.header * {
  font-size: 0;
}
a {
  color: #57585b;
}
body {
  background: url(/wp-content/themes/magnus_selfstorage/images/main-bg.webp);
}
h1 {
  font-size: 2.2rem;
}
h2,
h2 a {
  font-size: 2rem;
}
h3,
h3 a {
  font-size: 1.4rem;
  font-weight: bold;
}
p,
p a {
  font-size: 1rem;
}
p b,
p strong {
  font-weight: bold;
  font-size: 1rem;
}
.innerpage {
  margin: 0 auto;
  background: white;
  padding: 0;
  box-shadow: #333 0 0 50px;
}
@media only screen and (min-width: 1019px) {
  .innerpage {
    width: 1000px;
  }
}
.innerpage .main-nav-responsive {
  margin: 16px 0 0 auto;
}
@media only screen and (max-width: 720px) {
  .innerpage .main-nav-responsive {
    display: none !important;
  }
}
@media only screen and (min-width: 1019px) {
  .innerpage .main-nav-responsive {
    display: none !important;
  }
}
.innerpage .main-nav-responsive > .menu {
  margin-left: auto;
}
@media only screen and (min-width: 451px) {
  .innerpage .header {
    display: table;
    width: 100%;
  }
  .innerpage .header > * {
    display: table-cell;
  }
  .innerpage .header > * {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 450px) {
  .innerpage .header {
    margin-bottom: 8px;
  }
}
.innerpage .header .logo {
  padding-top: 10px;
}
@media only screen and (max-width: 450px) {
  .innerpage .header .logo {
    text-align: center;
  }
  .innerpage .header .logo a img {
    width: 100%;
    max-width: 258px;
  }
}
.innerpage .header .header-content {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  text-align: right;
  margin-left: auto;
}
.innerpage .header .header-content .main-nav-desktop {
  margin-left: auto;
  margin-right: 22px;
}
@media only screen and (max-width: 1018px) {
  .innerpage .header .header-content .main-nav-desktop {
    display: none;
  }
}
.innerpage .header .header-content .header-contact {
  flex: 1;
}
@media only screen and (min-width: 451px) {
  .innerpage .header .header-content .header-contact {
    padding-top: 16px;
  }
}
.innerpage .header .header-content .header-contact .social {
  text-transform: uppercase;
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  .innerpage .header .header-content .header-contact .social {
    text-align: center;
  }
}
@media only screen and (min-width: 451px) {
  .innerpage .header .header-content .header-contact .social {
    padding-right: 32px;
  }
}
.innerpage .header .header-content .header-contact .social img {
  aspect-ratio: 1;
  width: 26px;
}
.innerpage .header .header-content .header-contact .phone a {
  text-decoration: none;
  font-size: 2.5rem;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee {
  position: relative;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee a {
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
  transition-duration: 0.3s;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee a:hover {
  color: #6b93c4;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee .moreInfo {
  position: absolute;
  font-size: 1rem;
  text-align: left;
  padding: 8px;
  top: 110%;
  right: 0;
  width: 200px;
  z-index: 999;
  border: solid 4px #6b93c4;
  background: white;
  color: #1a1b4c;
  border-radius: 6px;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee .moreInfo p:first-child {
  margin-top: 0;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee .moreInfo p:last-child {
  margin-bottom: 0;
}
.innerpage .header .header-content .header-contact .phone .priceLockGuarantee .moreInfo.hide {
  display: none;
}
@media only screen and (max-width: 450px) {
  .innerpage .header .header-content .header-contact .phone .priceLockGuarantee .moreInfo {
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 450px) {
  .innerpage .header .header-content .header-contact .phone {
    text-align: center;
  }
}
@media only screen and (min-width: 721px) {
  .innerpage .header .header-content .header-contact .phone {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 451px) {
  .innerpage .header .header-content .header-contact .phone {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 450px) {
  .innerpage .header .header-content .hamburger-container {
    text-align: center;
    margin: 16px auto 16px auto;
    margin-bottom: 32px;
    display: table;
  }
  .innerpage .header .header-content .hamburger-container > * {
    display: table-cell;
  }
  .innerpage .header .header-content .hamburger-container > * {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 721px) {
  .innerpage .header .header-content .hamburger-container {
    display: none;
  }
}
.innerpage .header .header-content .hamburger-container .hamburger-label {
  font-size: 1.5rem;
  color: #6b93c4;
  text-transform: uppercase;
  display: none;
}
.innerpage .header .header-content .hamburger-container .hamburger {
  outline: none;
  margin: 0 16px 0 auto;
  display: inline-block;
  padding-bottom: 0;
}
.innerpage .header .header-content .hamburger-container .hamburger .hamburger-inner,
.innerpage .header .header-content .hamburger-container .hamburger .hamburger-inner:before,
.innerpage .header .header-content .hamburger-container .hamburger .hamburger-inner:after {
  background-color: #6b93c4;
}
@media only screen and (max-width: 450px) {
  .innerpage .header .header-content .hamburger-container .hamburger {
    padding: 0;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 1018px) {
  .innerpage .header .header-content .hamburger-container .hamburger {
    text-align: right;
  }
}
.innerpage .header .header-content .hamburger-container:hover {
  cursor: pointer;
}
.innerpage .header .header-content .hamburger-container:hover .hamburger-inner,
.innerpage .header .header-content .hamburger-container:hover .hamburger-inner:before,
.innerpage .header .header-content .hamburger-container:hover .hamburger-inner:after {
  background-color: #1a1b4c;
}
.innerpage .header .header-content .hamburger-container:hover .hamburger-label {
  color: #1a1b4c;
}
.innerpage .main-nav-dropdown {
  flex: 1;
  display: flex;
}
.innerpage .main-nav-dropdown > ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}
.innerpage .main-nav-dropdown > ul > li {
  margin: 0 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}
.innerpage .main-nav-dropdown > ul > li.menu-item-has-children:not(.current-menu-item):hover > a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 0 0;
  cursor: default;
  transition-duration: 0.3s;
  transition-property: background, color;
  color: #57585b;
}
.innerpage .main-nav-dropdown > ul > li:not(.menu-item-has-children):not(.current-menu-item):hover > a {
  background: #6b93c4;
  border-radius: 8px;
  transition-duration: 0.3s;
  transition-property: background, color;
  color: white;
}
.innerpage .main-nav-dropdown > ul > li.current-menu-item > a {
  font-weight: bold;
  color: #57585b;
  cursor: default;
}
.innerpage .main-nav-dropdown > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.2rem;
  padding: 4px;
}
.innerpage .main-nav-dropdown > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  list-style-type: none;
  padding-left: 0;
  border: solid 1px rgba(0, 0, 0, 0.2);
  min-width: 100%;
  background: white;
  z-index: 200;
}
.innerpage .main-nav-dropdown > ul > li > ul > li {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.innerpage .main-nav-dropdown > ul > li > ul > li > a {
  display: block;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.2s;
}
.innerpage .main-nav-dropdown > ul > li > ul > li:hover {
  background: #6b93c4;
}
.innerpage .main-nav-dropdown > ul > li > ul > li:hover a {
  color: white;
}
.innerpage .main-nav-dropdown > ul > li:hover > ul {
  display: block;
}
.innerpage .sub-nav {
  margin: 16px 0;
  padding: 0 4px;
}
@media only screen and (max-width: 450px) {
  .innerpage .sub-nav {
    display: none;
  }
}
.innerpage .sub-nav ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-content: space-around;
}
.innerpage .sub-nav ul li {
  margin: 0 8px;
  flex: 1;
  background: #fafafa;
}
.innerpage .sub-nav ul li a {
  color: #1a1b4c;
  text-decoration: none;
  display: block;
  padding: 12px;
  padding-left: 65px;
  box-shadow: #333 0 0 2px;
  border-radius: 8px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: auto 300%;
  background-position: 8px 7px;
  white-space: nowrap;
}
.innerpage .sub-nav ul li.current-menu-item a {
  background-color: #1a1b4c;
  background-position: 8px -100px;
  color: white;
  cursor: default;
  font-weight: bold;
}
.innerpage .sub-nav ul li:not(.current-menu-item) a:hover {
  background-color: #6b93c4;
  background-position: 8px -100px;
  color: white;
  font-weight: bold;
  transition-property: background-position, background-color;
  transition-duration: 0.3s;
}
.innerpage .sub-nav ul li.menu-unit-size a {
  padding-left: 52px;
  background-image: url(/wp-content/themes/magnus_selfstorage/images/sub-nav-icons/unit-size.webp);
}
.innerpage .sub-nav ul li.menu-reviews a {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/sub-nav-icons/reviews.webp);
}
.innerpage .sub-nav ul li.menu-gallery a {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/sub-nav-icons/gallery.webp);
}
.innerpage .sub-nav ul li.menu-directions a {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/sub-nav-icons/directions.webp);
}
.innerpage .sub-nav ul li.menu-pay a {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/sub-nav-icons/pay.webp);
}
@media only screen and (max-width: 1018px) {
  .innerpage .sub-nav ul li.menu-reviews {
    display: none;
  }
}
@media only screen and (max-width: 1018px) and (max-width: 786px) {
  .innerpage .sub-nav ul li.menu-pay {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .innerpage .sub-nav ul li.menu-gallery {
    display: none;
  }
}
.innerpage-content {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 451px) {
  .innerpage-content .content-main {
    padding: 0 12px 12px 12px;
  }
}
@media only screen and (max-width: 720px) {
  .innerpage-content .content-main > p,
  .innerpage-content .content-main > h1,
  .innerpage-content .content-main > h2,
  .innerpage-content .content-main > h3,
  .innerpage-content .content-main > .blog-posts,
  .innerpage-content .content-main .contact-page-layout,
  .innerpage-content .content-main .specials,
  .innerpage-content .content-main .home_footer_info {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.innerpage-content .content-main > ul > li {
  font-size: 1rem;
  margin: 16px 0;
}
.innerpage-content .content-main h1 {
  background: #1a1b4c;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 8px;
  border-radius: 8px;
}
.innerpage-content .owl-carousel p {
  margin: 0;
}
@media only screen and (min-width: 721px) {
  .innerpage-content .contact-container {
    display: table;
    width: 100%;
  }
  .innerpage-content .contact-container > * {
    display: table-cell;
  }
  .innerpage-content .contact-container > * {
    vertical-align: top;
  }
}
.innerpage-content .contact-container a {
  font-size: 1.3rem;
}
@media only screen and (min-width: 721px) {
}
.innerpage-content .contact-directions .map iframe {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 721px) {
  .innerpage-content.cols2 {
    display: table;
  }
  .innerpage-content.cols2 > * {
    display: table-cell;
  }
  .innerpage-content.cols2 > * {
    vertical-align: top;
  }
  .innerpage-content.cols2 .sidebar {
    width: 270px;
  }
}
@media only screen and (max-width: 1018px) {
  .innerpage-content.cols2 .sidebar {
    display: none;
  }
}
.innerpage-content.cols2 .sidebar .sidebar_contact {
  padding: 4px;
}
.innerpage-content.cols2 .sidebar .sidebar_contact .contact_details img {
  aspect-ratio: 1;
  width: 30px;
}
.innerpage-content.cols2 .sidebar .sidebar_contact strong {
  display: block;
  margin: 1rem 0;
}
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs {
  border-bottom: solid 1px #1a1b4c;
  background: white;
}
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li {
  background: white;
  width: 50%;
}
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li a,
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li a * {
  color: #1a1b4c;
  font-size: 1.3rem;
}
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li.tab-active {
  background: #1a1b4c;
}
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li.tab-active a,
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li.tab-active a * {
  color: white;
}
.innerpage-content.cols2 .sidebar > div:first-child > div ul.wpsm_nav-tabs > li:not(.tab-active):hover {
  background: rgba(107, 147, 196, 0.2);
}
.innerpage-content.cols2 .sidebar .sidebar_contact * {
  font-size: 1.2rem;
}
.innerpage-content.cols2 .sidebar .sidebar_contact td {
  padding: 8px;
}
.innerpage-content.cols2 .sidebar .sidebar_contact p {
  margin: 8px;
}
.innerpage-content.cols2 .sidebar-features h2 {
  background: #1a1b4c;
  color: white;
  border-radius: 8px;
  padding: 8px;
  margin: 8px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
}
.innerpage-content.cols2 .sidebar-features ul {
  padding-left: 0;
}
.innerpage-content.cols2 .sidebar-features ul li {
  display: block;
  padding: 0 0 0 30px;
  color: #57585b;
  background: url(/wp-content/themes/magnus_selfstorage/images/featlist_icon.webp) 0 0 no-repeat;
  margin: 20px 16px 0 15px;
  font-size: 1rem;
}
.innerpage-content .home-video-and-size-widget {
  margin-top: 8px;
}
@media only screen and (min-width: 721px) {
  .innerpage-content .home-video-and-size-widget {
    display: table;
    width: 100%;
  }
  .innerpage-content .home-video-and-size-widget > * {
    display: table-row;
  }
  .innerpage-content .home-video-and-size-widget > * > * {
    display: table-cell;
  }
  .innerpage-content .home-video-and-size-widget > * > * {
    vertical-align: top;
  }
  .innerpage-content .home-video-and-size-widget > * > * {
    width: 50%;
  }
}
.innerpage-content .home-video-and-size-widget > * > div:first-child {
  padding-right: 4px;
}
@media only screen and (max-width: 720px) {
  .innerpage-content .home-video-and-size-widget > * > div:first-child {
    margin-bottom: 8px;
  }
}
.innerpage-content .home-video-and-size-widget > * > div:first-child .video_wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * > div:first-child .video_wrapper {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .innerpage-content .home-video-and-size-widget > * > div:nth-child(2) {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * > div:nth-child(2) {
    padding-left: 4px;
  }
}
.innerpage-content .home-video-and-size-widget > * .unit-types-list-container {
  background: #1a1b4c;
}
@media only screen and (max-width: 450px) {
  .innerpage-content .home-video-and-size-widget > * .unit-types-list-container {
    padding: 1px;
  }
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * .unit-types-list-container {
    border-radius: 15px;
    padding: 10px;
  }
}
.innerpage-content .home-video-and-size-widget > * .unit-types-list-container .unit-types-disclaimer-text {
  margin-top: 8px;
  padding-right: 12px;
}
.innerpage-content .home-video-and-size-widget > * .unit-types-list-container .unit-types-disclaimer-text p {
  text-align: right;
  font-size: 1rem;
  color: #ddd;
  margin: 0;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters h2 {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  text-align: right;
  margin: 8px;
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * .unit-type-size-filters h2 {
    font-size: 2rem;
  }
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul {
  width: 100%;
  padding-left: 0;
  border-spacing: 6px;
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul > * {
    width: 25%;
  }
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter {
  background: white;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter {
    padding: 1px;
  }
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter {
    padding: 8px;
  }
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter:first-child {
  display: none !important;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter-label {
  color: white;
  background: #1a1b4c;
  text-transform: uppercase;
  padding: 2px;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 451px) {
  .innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter-label {
    height: 3.2rem;
  }
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter-teaser-price-starting-at {
  font-size: 1rem;
  color: #57585b;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter-teaser-price-rate {
  font-size: 1.6rem;
  color: #1a1b4c;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter-view-now {
  margin-top: 16px;
  font-size: 1rem;
  color: #1a1b4c;
  text-decoration: underline;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter:hover {
  background: #6b93c4;
  cursor: pointer;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter:hover .unit-size-filter-teaser-price-starting-at,
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter:hover .unit-size-filter-teaser-price-rate {
  color: white;
}
.innerpage-content .home-video-and-size-widget > * .unit-type-size-filters ul .unit-size-filter:hover .unit-size-filter-view-now {
  color: white;
}
.innerpage-content .home-video-and-size-widget > * .contact-info-block {
  display: table;
  width: 100%;
}
.innerpage-content .home-video-and-size-widget > * .contact-info-block > * {
  display: table-cell;
}
.innerpage-content .home-video-and-size-widget > * .contact-info-block > * {
  vertical-align: top;
}
.innerpage-content .home-video-and-size-widget > * .contact-info-block > *:last-child {
  text-align: right;
}
.innerpage-content .home-video-and-size-widget > * .contact-info-block-outer {
  padding: 8px;
}
.specials_linkbox {
  vertical-align: middle;
}
.specials_linkbox img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 347 / 200;
  max-width: 100%;
}
.footer {
  text-align: center;
}
.footer p {
  background: white;
  display: inline-block;
  padding: 8px 16px;
  box-shadow: 3px 3px 3px #333;
  font-size: 1rem;
}
@media only screen and (min-width: 451px) {
  .footer p {
    border-radius: 8px;
  }
}
.content-main > .unit-types-list-container h2 {
  display: none;
}
.content-main .unit-types-disclaimer-text {
  padding-top: 4px;
  padding-left: 40px;
  margin-top: 16px;
}
.content-main .unit-types-disclaimer-text p {
  font-size: 1.5rem;
  color: #57585b;
  border-top: solid 1px rgba(87, 88, 91, 0.5);
}
.unit-types-list-container .units {
  border-bottom: solid 1px #57585b;
  border-left: solid 1px #57585b;
  border-right: solid 1px #57585b;
  padding-left: 0;
}
.unit-types-list-container .units > li {
  display: flex;
  width: 100%;
  padding: 8px;
  border-bottom: solid 3px #56575b;
  transition: 0.2s;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li {
    flex-wrap: wrap;
  }
}
.unit-types-list-container .units > li * {
  font-size: 1rem;
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li > * {
    width: 50%;
  }
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li .unit-dimensions-col {
    order: 1;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 721px) {
  .unit-types-list-container .units > li .unit-dimensions-col {
    width: 25%;
  }
}
.unit-types-list-container .units > li .unit-dimensions-w,
.unit-types-list-container .units > li .unit-dimensions-l {
  font-size: 1.6rem;
  color: #1a1b4c;
}
.unit-types-list-container .units > li .unit-dimensions-x {
  font-size: 1.2rem;
  padding: 0 2px;
  color: #57585b;
}
.unit-types-list-container .units > li .unit-dimensions * {
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li .unit-features-col {
    order: 2;
  }
}
@media only screen and (min-width: 721px) {
  .unit-types-list-container .units > li .unit-features-col {
    width: 25%;
  }
}
.unit-types-list-container .units > li .unit-price {
  display: flex;
  justify-content: end;
  text-align: center;
  font-size: 1.6rem;
  color: #1a1b4c;
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li .unit-price {
    order: 3;
  }
}
@media only screen and (min-width: 721px) {
  .unit-types-list-container .units > li .unit-price {
    width: 30%;
  }
}
.unit-types-list-container .units > li .unit-price-month {
  font-size: 0.8rem;
  font-style: italic;
  color: #6b93c4;
}
.unit-types-list-container .units > li .unit-price .price {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.unit-types-list-container .units > li .unit-price .regular-price {
  color: rgba(87, 88, 91, 0.5);
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li .unit-price .regular-price:not(.disabled) {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 721px) {
  .unit-types-list-container .units > li .unit-price .regular-price {
    width: 2rem;
    margin-right: 3rem;
  }
}
.unit-types-list-container .units > li .unit-price .regular-price .price {
  display: block;
  text-decoration: line-through;
}
.unit-types-list-container .units > li .unit-price .promotional-price .price-month {
  display: flex;
  align-items: flex-end;
}
.unit-types-list-container .units > li .unit-price .description {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 3px;
}
.unit-types-list-container .units > li .unit-price .description.special {
  background: #6b93c4;
  font-weight: normal;
  border-radius: 4px;
  color: white;
  font-size: 1rem;
  padding: 0 4px;
}
.unit-types-list-container .units > li .unit-price .description.special:hover {
  background: #1a1b4c;
  cursor: default;
}
.unit-types-list-container .units > li .unit-price .description.special .special-details {
  position: absolute;
  top: 100%;
  left: -100vw;
  right: 100vw;
  padding: 1rem;
  text-transform: none;
  border-radius: 0 0 8px 8px;
  z-index: 999;
  white-space: normal;
  text-align: left;
  background: #1a1b4c;
  color: white;
  font-weight: normal;
  font-size: 1.4rem;
  transition-duration: 0.2s;
  transition-property: opacity;
  opacity: 0;
}
.unit-types-list-container .units > li .unit-price .description.special:hover .special-details {
  opacity: 1;
  left: 0;
  right: 0;
  font-weight: normal;
}
.unit-types-list-container .units > li.unit-size-parking .unit-size-comparison {
  display: none !important;
}
.unit-types-list-container .units > li .icon-feature {
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-top: 3px;
  font-size: 0.9rem;
  height: 23px;
  font-style: italic;
  color: #6b93c4;
}
.unit-types-list-container .units > li .icon-feature.climate-controlled {
  background-position-y: -79px;
  background-image: url(/wp-content/themes/magnus_selfstorage/images/icons.webp);
}
.unit-types-list-container .units > li .icon-feature.drive-up-access {
  background-position-y: -157px;
  background-image: url(/wp-content/themes/magnus_selfstorage/images/icons.webp);
}
.unit-types-list-container .units > li .icon-feature.gate-entry {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/gate.webp);
  background-size: 16px auto;
  background-position-x: 2px;
}
.unit-types-list-container .units > li .unit-size-comparison {
  font-style: italic;
  font-size: 0.9rem;
  color: #57585b;
}
@media only screen and (max-width: 720px) {
  .unit-types-list-container .units > li .unit-reserve-col {
    order: 4;
  }
}
@media only screen and (min-width: 721px) {
  .unit-types-list-container .units > li .unit-reserve-col {
    width: 20%;
  }
}
.unit-types-list-container .units > li .unit-reserve-col .btn-unit-cta {
  display: block;
  text-decoration: none;
  border: 1px solid #57585b;
  text-transform: uppercase;
  border-radius: 11px;
  padding: 0 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: 0.2s;
  font-weight: bold;
}
.unit-types-list-container .units > li .unit-reserve-col .btn-unit-cta.btn-unit-reserve-now {
  background: #6b93c4;
  color: white;
}
.unit-types-list-container .units > li .unit-reserve-col .btn-unit-cta.btn-unit-call-now {
  color: #1a1b4c;
}
.unit-types-list-container .units > li .unit-reserve-col .btn-unit-cta.btn-unit-call-now:hover {
  color: white;
}
.unit-types-list-container .units > li .unit-reserve-col .btn-unit-cta:hover {
  background: #1a1b4c;
}
.unit-types-list-container .units > li:hover {
  background: rgba(107, 147, 196, 0.2);
}
.unit-type-size-filters h2 {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/sub-nav-icons/unit-size.webp);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 450px) {
  .unit-type-size-filters h2 {
    font-size: 1.5rem;
  }
}
.unit-type-size-filters.mode-filter h2 {
  padding-left: 40px;
}
.unit-type-size-filters > ul {
  padding-left: 0;
}
@media only screen and (min-width: 1px) {
  .unit-type-size-filters > ul {
    display: table;
    width: 100%;
  }
  .unit-type-size-filters > ul > * {
    display: table-cell;
  }
  .unit-type-size-filters > ul > * {
    vertical-align: middle;
  }
}
.unit-type-size-filters > ul .unit-size-filter {
  background: rgba(87, 88, 91, 0.1);
  width: 20%;
  border: solid 1px #57585b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  transition: 0.2s;
  /*@media @x1 {
        display: inline-block;
        width: 32%;
        margin-bottom: 4px;

        &:nth-child(even) {
          margin-right: 2%;
        }
      }*/
}
.unit-type-size-filters > ul .unit-size-filter-label {
  color: #57585b;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 450px) {
  .unit-type-size-filters > ul .unit-size-filter-label {
    font-size: 1rem;
    height: 2.9rem;
  }
}
@media only screen and (min-width: 451px) and (max-width: 720px) {
  .unit-type-size-filters > ul .unit-size-filter-label {
    font-size: 1.2rem;
    height: 3.3rem;
  }
}
@media only screen and (min-width: 721px) {
  .unit-type-size-filters > ul .unit-size-filter-label {
    font-size: 1.2rem;
    height: 2rem;
  }
}
.unit-type-size-filters > ul .unit-size-filter-teaser-price-starting-at {
  color: #57585b;
  display: block;
}
@media only screen and (max-width: 450px) {
  .unit-type-size-filters > ul .unit-size-filter-teaser-price-starting-at {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 451px) {
  .unit-type-size-filters > ul .unit-size-filter-teaser-price-starting-at {
    font-size: 1rem;
  }
}
.unit-type-size-filters > ul .unit-size-filter-teaser-price-rate {
  font-size: 2rem;
  font-weight: bold;
  color: #57585b;
}
.unit-type-size-filters > ul .unit-size-filter-teaser-disclaimer-star {
  font-size: 1.6rem;
  color: #57585b;
}
.unit-type-size-filters > ul .unit-size-filter.filter-active {
  border-bottom: none;
  background: white;
}
.unit-type-size-filters > ul .unit-size-filter.filter-active * {
  color: #1a1b4c;
}
.unit-type-size-filters > ul .unit-size-filter:not(.filter-active):hover {
  cursor: pointer;
  background: #1a1b4c;
}
.unit-type-size-filters > ul .unit-size-filter:not(.filter-active):hover * {
  color: white;
}
.masonry {
  margin: 0 auto 10px auto;
}
.masonry .masonry-item {
  font-size: 1rem;
  border: solid 1px #57585b;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgba(87, 88, 91, 0.5);
}
@media only screen and (max-width: 720px) {
  .masonry .masonry-item {
    width: 100%;
  }
}
@media only screen and (min-width: 721px) {
  .masonry .masonry-item {
    width: 32%;
  }
}
.masonry .masonry-item iframe {
  width: 100%;
  height: auto;
}
.reviews blockquote {
  text-align: right;
  font-size: 1rem;
}
.reviews blockquote i {
  font-size: 1rem;
}
.reviews h2 {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: bold;
  color: #57585b;
  text-align: center;
  margin: 0;
}
.reviews p {
  padding: 0 8px;
}
.specials .special {
  margin-bottom: 10px;
  border: solid 1px #6b93c4;
  border-radius: 10px;
  background-image: url(/wp-content/themes/magnus_selfstorage/images/offer_img.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 114px;
  box-shadow: 2px 2px 2px rgba(107, 147, 196, 0.5);
}
@media only screen and (min-width: 721px) {
  .specials .special {
    display: inline-block;
    width: 48%;
  }
}
@media only screen and (min-width: 721px) {
  .specials .special:nth-child(odd) {
    margin-right: 10px;
  }
}
.specials .special h2 {
  color: #6b93c4;
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
}
.specials .special p {
  font-size: 1.2rem;
}
body.home .wp-image-49 {
  width: 80%;
  height: auto;
}
.footer_social {
  display: table;
  border-spacing: 8px;
}
.footer_social > * {
  display: table-cell;
}
.footer_social > * {
  vertical-align: middle;
}
@media only screen and (max-width: 720px) {
  .footer_social {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 721px) {
  .footer_social {
    margin: 0 16px 0 auto;
  }
}
.footer_social img {
  aspect-ratio: 1;
  width: 26px;
}
.footer_social > * {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.blog-posts .blog-post {
  margin-bottom: 24px;
}
@media only screen and (min-width: 721px) {
  .blog-posts .blog-post {
    display: table;
  }
  .blog-posts .blog-post > * {
    display: table-cell;
  }
  .blog-posts .blog-post > * {
    vertical-align: top;
  }
}
@media only screen and (min-width: 721px) {
  .blog-posts .blog-post:nth-child(odd) .blog-thumbnail-right {
    display: none;
  }
  .blog-posts .blog-post:nth-child(odd) .blog-thumbnail-left {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 721px) {
  .blog-posts .blog-post:nth-child(even) {
    text-align: right;
  }
  .blog-posts .blog-post:nth-child(even) .blog-thumbnail-left {
    display: none;
  }
  .blog-posts .blog-post:nth-child(even) .blog-thumbnail-right {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 720px) {
  .blog-posts .blog-post .blog-thumbnail-left {
    width: 100%;
  }
  .blog-posts .blog-post .blog-thumbnail-right {
    display: none;
  }
}
@media only screen and (min-width: 721px) {
  .blog-posts .blog-post .blog-thumbnail {
    width: 33%;
  }
}
.blog-posts .blog-post .blog-thumbnail img {
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #57585b;
  width: 100%;
  height: auto;
}
.blog-posts .blog-post h2 {
  margin-top: 0;
}
body.home .content-main > h1,
body.page-id-179 .content-main > h1 {
  display: none;
}
@media only screen and (min-width: 721px) {
  .contact-page-layout {
    display: table;
    width: 100%;
    border-spacing: 16px;
  }
  .contact-page-layout > * {
    display: table-cell;
  }
  .contact-page-layout > * {
    vertical-align: top;
  }
  .contact-page-layout > div:nth-child(1),
  .contact-page-layout > div:nth-child(3) {
    width: 25%;
  }
  .contact-page-layout > div:nth-child(2) {
    width: 50%;
  }
}
.contact-page-layout .phone_email {
  display: table;
}
.contact-page-layout .phone_email > * {
  display: table-row;
}
.contact-page-layout .phone_email > * > * {
  display: table-cell;
}
.contact-page-layout .phone_email > * > * {
  vertical-align: middle;
}
.contact-page-layout .phone_email a {
  text-decoration: none;
}
.contact-page-layout .phone_email * {
  font-size: 1rem;
}
@media only screen and (max-width: 720px) {
  .contact-page-layout .nf-form-cont {
    border-top: solid 1px #d8d8d9;
    margin-top: 16px;
    padding-top: 16px;
  }
}
.contact-page-layout .nf-form-cont h3 {
  display: none;
}
.contact-page-layout .nf-form-cont input,
.contact-page-layout .nf-form-cont textarea,
.contact-page-layout .nf-form-cont button,
.contact-page-layout .nf-form-cont label,
.contact-page-layout .nf-form-cont .nf-error-msg {
  font-size: 1rem;
}
.contact-page-layout .nf-form-cont input[type=button] {
  background: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  border: solid 1px #57585b;
  border-radius: 8px;
  padding: 8px;
}
.contact-page-layout .nf-form-cont input[type=button]:hover {
  background: #1a1b4c;
  color: white;
  cursor: pointer;
  transition-duration: 0.3s;
}
.contact-page-layout .map {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
.contact-page-layout .map iframe {
  width: 100%;
}
/*
@media @x-untested {
  body > * {
    display: none !important;
  }
}
*/
.wpgmaps_directions_outer_div * {
  font-size: 1rem;
}
.wpgmaps_directions_outer_div table tr:nth-child(1),
.wpgmaps_directions_outer_div table tr:nth-child(3) {
  display: none;
}
#directions_panel_1 {
  min-height: 300px;
  background-size: cover;
}
#directions_panel_1 * {
  font-size: 1rem;
}
.specials_chart {
  border-bottom: 1px solid rgba(87, 88, 91, 0.3);
  display: none;
}
.specials_chart * {
  font-size: 1rem;
}
.specials_chart ul {
  padding-left: 0;
}
.specials_chart ul li {
  background-image: url(/wp-content/themes/magnus_selfstorage/images/offer_img.webp);
  background-repeat: no-repeat;
  margin: 4px 0;
  padding-top: 2px;
}
@media only screen and (max-width: 450px) {
  .specials_chart ul li {
    background-position: 10px center;
    background-size: 45px auto;
    padding-left: 60px;
    height: 55px;
  }
}
@media only screen and (min-width: 451px) {
  .specials_chart ul li {
    display: inline-block;
    width: 48%;
    background-position: 5px center;
    background-size: 70px auto;
    padding-left: 80px;
    height: 70px;
  }
}
.specials_chart ul li .rpwe-summary {
  font-size: 0.9rem;
}
.specials_chart ul li:nth-child(odd) {
  margin-right: 2%;
}
.specials_chart ul li h3 {
  margin: 0;
}
.specials_chart ul li a {
  text-decoration: none;
  cursor: default;
}
body.page-id-179 h2 {
  margin: 0;
}
.innerpage .main-nav-mobile {
  display: none;
}
body.hamburger-open {
  position: relative;
  background-image: none;
  background-color: #6b93c4;
}
body.hamburger-open .innerpage {
  box-shadow: none;
}
body.hamburger-open .footer,
body.hamburger-open .footer_social,
body.hamburger-open .sub-nav,
body.hamburger-open .innerpage-content,
body.hamburger-open .header-contact {
  display: none;
}
body.hamburger-open .hamburger-container-container {
  background: #6b93c4;
}
body.hamburger-open .hamburger-container-container .hamburger-inner,
body.hamburger-open .hamburger-container-container .hamburger-inner:before,
body.hamburger-open .hamburger-container-container .hamburger-inner:after {
  background-color: white !important;
}
.main-nav-mobile {
  background: #6b93c4;
}
.main-nav-mobile * {
  font-size: 1rem;
  text-decoration: none;
}
.main-nav-mobile ul.menu {
  list-style-type: none;
  padding: 4px;
  margin: 0;
}
.main-nav-mobile ul.menu > li {
  padding: 2px;
}
.main-nav-mobile ul.menu > li > a {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  color: #57585b;
  background: white;
  padding: 8px;
}
.main-nav-mobile ul.menu > li > ul {
  background: #57585b;
  list-style-type: none;
  display: none;
  padding-left: 20px;
}
.main-nav-mobile ul.menu > li > ul > li {
  padding-bottom: 4px;
  padding-right: 4px;
}
.main-nav-mobile ul.menu > li > ul > li:first-child {
  padding-top: 4px;
}
.main-nav-mobile ul.menu > li > ul > li > a {
  display: block;
  background: white;
  padding: 4px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #1a1b4c;
}
@media only screen and (max-width: 450px) {
  .masonry-sizer {
    width: 100%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 720px) {
  .masonry-sizer {
    width: 48%;
  }
}
@media only screen and (min-width: 721px) {
  .masonry-sizer {
    width: 32%;
  }
}
.sa_hover_buttons,
.sa_hover_buttons a {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 720px) {
  .home_footer_info {
    padding-bottom: 4px;
  }
}
.video_wrapper {
  position: relative;
  width: 100%;
  /* or any desired width */
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lyte-wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding: 5px !important;
}
@media only screen and (min-width: 451px) {
  .lyte-wrapper {
    margin-top: 16px !important;
  }
}
.lyte-wrapper > div {
  overflow: hidden;
  border-radius: 15px;
}
body.Site-a1access .logo img {
  aspect-ratio: 258 / 153;
  height: 153px;
}
body.Site-airport .logo img {
  aspect-ratio: 258 / 105;
  height: 105px;
}
body.Site-holladay .logo img {
  aspect-ratio: 258 / 132;
  height: 132px;
}
body.Site-logan .logo img {
  aspect-ratio: 258 / 130;
  height: 130px;
}
body.Site-millcreek .logo img {
  aspect-ratio: 258 / 127;
  height: 127px;
}
body.Site-ogden .logo img {
  aspect-ratio: 258 / 127;
  height: 127px;
}
body.Site-tooele .logo img {
  aspect-ratio: 258 / 132;
  height: 132px;
}
.magnus_video {
  border-radius: 15px;
  overflow: hidden;
}
.magnus_video iframe {
  width: 100%;
  aspect-ratio: 258/127;
}
lite-youtube {
  border-radius: 15px;
  overflow: hidden;
  margin: 16px 6px;
}
body:not(.SSG-Promo-ThreeUp1-Ready) .SSG-WebView-EmbedView-PromoThreeUp1 .SSG-WebView-PromoThreeUp1-Unit-Action {
  min-height: 43px;
}
body:not(.SSG-Promo-ThreeUp1-Ready) .SSG-WebView-EmbedView-PromoThreeUp1 .SSG-WebView-PromoThreeUp1-Unit-Action > * {
  display: none !important;
}
body:not(.SSG-UnitTypes-Inventory-Ready) .SSG-WebView-UnitTypes-Listing .SSG-WebView-UnitTypes-Listing-Item-Actions > * {
  display: none !important;
}
.mgl-root {
  margin-left: 4px;
}
.fbx-caption {
  display: none !important;
}
.mwl__metadata {
  display: none !important;
}
