/************************************************

Stylesheet: Global Stylesheet

*************************************************/

a{
  color: #000;
}

a:hover{
  color: #333;
}

.button,
.single-resource .wp-block-file .wp-block-file__button,
.single-album .wp-block-file .wp-block-file__button{
  background-color: #1effb0;
  color: #fff;
  margin:0;
  border-radius: 0;
}

/**********************
@ Fonts
**********************/



@font-face {
    font-family: fontawesome;
    src: url('https://www.northlanmuseums.co.uk/wp-content/themes/summerlee/assets/fonts/fontawesome/fa-regular-400.ttf');
}

@font-face {
    font-family: fontawesome;
    src: url('https://www.northlanmuseums.co.uk/wp-content/themes/summerlee/assets/fonts/fontawesome/fa-solid-900.ttf');
    font-weight: bold;
}

@font-face {
    font-family: fontawesome;
    src: url('https://www.northlanmuseums.co.uk/wp-content/themes/summerlee/assets/fonts/fontawesome/fa-light-300.ttf');
    font-weight: lighter;
}

/* inter-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/inter-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/inter-v18-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  font-family: "Inter", sans-serif;
}

html{
  font-size: 12px;
}

@media print, screen and (max-width: 40em){

  html{
    font-size: 10px;
  }
}

/* @media print, screen and (min-width: 120em){
  html{
    font-size: 16px;
  }
} */

h1,
.large-heading{
  font-size:4.5rem;
}

h2{
  font-size:3.25rem;
}

h3 {
  font-size:2.75rem;
  font-weight: bold;
}

h4 {
  font-size: 2.5rem;
}

.entry-content h4{
  font-weight: bold;
}

h5{
  font-size: 2.25rem;
  font-weight: bold;
}

p{
  font-size:2rem;
  margin-bottom:1em;
}

.p{
  font-size:2rem;
}

.entry-content li{
  font-size:2rem;
}

.small-text{
  font-size:1.5rem;
}

.bold{
  font-weight:bold;
}

.button-text{
  font-size:2.1875rem;
  font-weight:bold;
}

label{
  font-size: 2rem;
}

select{
  font-size: 1.5rem;
  height:auto;
  height:initial;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em;
}

/************************
@ GENERAL CLASSES
************************/


.white{
  background-color: #fff;
  color: #000;
}

.red{
  background-color: #1effb0;
  color: #fff;
}

.purple{
  background-color: #5B3F94;
  color: #fff;
}

.grey{
  background-color: #F2EEDE;
  color:#000;
}

.tint{
  position: absolute;
  width:100%;
  height:100%;
  transition: background-color 0.25s ease;
}

.rectangle:hover .tint,
.square:hover .tint{
  opacity:0.6;
}

.collection-block-image .square {
  transition: background-color 0.25s ease;
}

.purple-tint{
  background-color: rgba(91, 63, 148, 0);
  /*background-color: #5B3F94;*/
}
.collection-block-image:hover .purple-tint,
.purple-tint:hover{
  background-color: rgba(91, 63, 148, 0.6);
}
.green-tint{
  background-color:rgba(77, 140, 123, 0);
  /*background-color: #4D8C7B;*/
}
.collection-block-image:hover .green-tint,
.green-tint:hover {
  background-color:rgba(77, 140, 123, 0.6);
}
.orange-tint{
  background-color: rgba(242, 155, 9, 0);
  /*background-color: #F29B09;*/
}
.collection-block-image:hover .orange-tint,
.orange-tint:hover{
  background-color: rgba(242, 155, 9, 0.6);
}
.blue-tint{
  background-color:rgba(0, 100, 159, 0);
  /*background-color: #00649f;*/
}
.collection-block-image:hover .blue-tint,
.blue-tint:hover {
  background-color:rgba(0, 100, 159, 0.6);
}

.collection-block-image:hover .square .block-title {
    opacity:1;
}

/*.page-home .purple-tint, .page-home .green-tint, .page-home .orange-tint, .page-home .blue-tint {
    opacity:0;
}*/

.content-container{
  width: 90%;
  max-width: 1600px; /* The browser width will be 1777.778 when this max-width is reached */
  margin-left: auto;
  margin-right: auto;
  position:relative;
}

@media print, screen and (min-width:40em){

  .narrow-content-container{
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width:40em){

  .mobile-full-width{
    width:100% !important;
  }

  .sidebar-mob-expand #sidebar1{
    width: calc(100% + 3rem);
    margin-left:-1.5rem;
  }
}

@media print, screen and (min-width:40em) and (max-width:64em){
  .tablet-full-width{
    width:100% !important;
  }
	.my-col-link{
		font-size: 0.9em;
		position: absolute;
		top: 0;
		right: 5rem;
		white-space: nowrap;
	}
}

.wide-content-container{
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.no-b-margin{
  margin-bottom:0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.center {
  float: none;
  margin: 0 auto;
  display: block;
}

.page-padding{
  padding-top:2.25rem;
}

.big-page-padding{
  padding-top:3.5rem;
  padding-bottom:11rem;
}

.no-padding {
  padding: 0 !important;
}

.padding-2{
  padding:2px !important;
}

.abs-background{
  position: absolute;
  height:100%;
  width:auto;
  top:0;
}

@media print, screen and (max-width:40em){

  .abs-background{
    display:none;
  }
}

.abs-background:first-child{
  left: 0;
}

.abs-background:nth-child(2){
  right: 0;
}

.grid-padding-xx{ /* this won't work on elements that have a defined width (% or px), including small-12 class */
  width:calc(100% + 2rem);
  margin-left: -1rem;
}

.grid-padding-xx > .cell:not(.simodeslisting):not(#simodesresults){
  padding-left:1rem;
  padding-right:1rem;
}

#simodesresults {
    margin:0 1rem;
}

.big-grid-padding-xx{
  width:calc(100% + 5vw);
  margin-left: -2.5vw;
}

.big-grid-padding-xx > .cell{
  padding-left:2.5vw;
  padding-right:2.5vw;
}

@media print, screen and (max-width:40em){

  .no-mob-padding{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

@media print, screen and (min-width: 1777.778px){

  /*
    5%   = 88.889
    2.5% = 44.444
  */

  .big-grid-padding-xx{
    width:calc(100% + 88.889px);
    margin-left: -44.444px;
  }

  .big-grid-padding-xx > .cell{
    padding-left:44.444px;
    padding-right:44.44px;
  }
}

@media print, screen and (min-width:101em){

  .x-large-6{
    width:50% !important;
  }

  .x-large-12{
    width:100% !important;
  }
}

@media print, screen and (max-width:101em){

  .show-for-x-large{
    display:none !important;
  }
}

/* Cookie bar */
.cli-plugin-button {
    font-size: 1.4rem !important;
    margin: 0 2rem;
}


/*********************
@ HEADER
*********************/

.topBar{
  padding-top: 4rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}

@media print, screen and (min-width:40em) and (max-width: 64em){

  .site-branding,
  .main-nav{
    display: table-cell;
  }

  .site-branding{
    padding-right: 5vw;
  }
}

@media print, screen and (min-width:40em){

  .topBar{
    padding-top: 4rem;
  }

  .site-branding img{
    margin-top: -2.875rem;
  }
}

@media print, screen and (min-width:64em){

  .topBar{
    display:table;
  }

  .site-branding,
  .main-nav{
    display: inline-block;
  }

  .main-nav{
    text-align:center;
    margin-left: 4.16666% !important;
  }

}

.main-nav{
  width: auto;
  text-align: center;
}

.main-nav li{
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.main-nav ul{
  display: inline-flex;
  justify-content: space-between;
  font-size: 1.4375rem !important;
  font-weight: bold;
}

.main-nav a:hover{
  box-shadow: 0 4px 0 0 #1effb0;
}

.menu .active>a {
  background: transparent;
  color: #000;
}

.main-nav .active>a {
  box-shadow: 0 4px 0 0 #1effb0;
}
.mob-nav{
  margin-left:auto;
}

.mob-nav ul{
  list-style-type: none;
  margin: 0;
  height:100%;
}

.mob-nav li{
  height:100%;
}

.mob-nav .menu-icon{
  height:100%;
}

.mob-nav .menu-icon::after{
  top: 50%;
  transform: translateY(-14.25px);
}

/* Off canvas menu */
.position-right.is-transition-push {
    box-shadow:none;
}
.off-canvas, .off-canvas-absolute {
    background-color:#1effb0;
}
.off-canvas .menu a {
    color:#fff;
    font-size:2rem;
    padding: 2.7rem 2.4rem 1rem;
}

/*********************
@ HEADER SEARCH
*********************/

#header-search{
  padding-top:3.75rem;
  padding-bottom:3.75rem;
  position: relative;
}

#header-search .search-form{
  position: relative;
}

.search-submit{
  font-family: 'fontawesome';
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.3em;
  vertical-align: top;
  border: 1px solid #1effb0;
  padding-left: 0.25em;
  z-index:2;
  margin-left: -0.1em;
}

.search-input{
  width: auto;
  display: inline-block;
  width: 80%;
  height: 2.225em;
  font-size: 2.5rem;
  padding-left: 0.8em;
  padding-right: 0.8em;
  z-index:2;
}

@media print, screen and (max-width:64em){

  .search-submit{
    font-size: 3.25rem;
  }

  .search-input{
    font-size: 2rem;
  }
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.heading-strip{
  width:100%;
  text-align: center;
  position: relative;
}

.heading-strip h4{
  font-weight: bold;
  margin-top:2.5em;
  margin-bottom:2.5em;
}

.heading-strip .down-arrow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #1effb0;
  font-family: 'fontawesome';
}

.purple .down-arrow{
  color: #fff;
}

/********************
@ ACCESSIBILITY MENU
********************/
.access {
    position:relative;
    cursor:pointer;
    display:inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform:uppercase;
}
.access i {
    font-size: 2rem;
    margin-right:8px;
}
.access.open i:before {
    content: "\f057"
}
#accessMenu {
    display:none;
    padding: 35px 35px 25px;
    background:#1effb0;
    z-index: 999;
}
#accessMenu p, #accessMenu h3, #accessMenu h5, #accessMenu p a {
    color:#fff
}
.wp_user_stylesheet_switcher_button {
    margin-right:15px;
}
.wp_user_stylesheet_switcher_icon_s0_0 {
    width:25px;
}
.wp_user_stylesheet_switcher_icon_s0_1 {
    width:40px;
}
.wp_user_stylesheet_switcher_icon_s0_2 {
    width:60px;
}
#saveOptions {
    margin-top:30px;
}
#saveaccess {
    border: 2px solid #fff;
    color:#fff !important;
    font-size: 1.6rem;
    padding: .65em 0.9em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 63.9375em) {
    .access {
        position:absolute;
        right:0;
        top:30px;
    }
    .access i {
        font-size: 2.4rem;
        margin-right: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .access {
        display:none;
    }
}
/********************
@ HOME
********************/

#welcome-banner{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  margin-top:3px;
  margin-bottom:1.5px;
}

#welcome-banner h2{
  font-size: 2.1rem;
}

@media print, screen and (max-width: 40em){

  #welcome-banner h2 strong{
    display:block;
    margin-bottom:1rem;
  }
}

#welcome-banner .content-container .grid-x{
  display:table;
}

.about-us-btn{
  vertical-align: middle;
  margin-top:2.25rem;
}

@media print, screen and (min-width: 64em){

  .intro-text,
  .about-us-btn{
    display:table-cell;
    margin-top:0;
  }

  .about-us-btn{
    text-align:center;
    margin-top:0;
  }
}

@media screen and (max-width: 63.9375em) {
    .about-us .cell.small-12.large-6:first-child {
        margin-bottom: 4rem;
    }
    .about-us {
        padding-bottom: 4rem !important;
        margin-bottom: 4rem !important;
    }
    .about-us .abs-background:nth-child(2) {
        display:none;
    }
}

.block-section{
  width: calc(100% + 3px) !important;
  margin-left: -1.5px;

}

.block-section .square,
.block-section .rectangle{
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block !important;
  vertical-align: top
}

.square{
  padding-bottom:100%;
}

.block-section .square .block-title {
    position: absolute;
    width: 70%;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2rem;
    color:#fff;
    font-weight:bold;
    text-align:center;
    opacity:0;
    transition: opacity 0.25s ease;
}
.block-image{
  position: absolute;
  height:100%;
  width:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.extra-block .square{
  padding-bottom:50%;
}


@media print, screen and (max-width:64em){

  .block-section .rectangle{
    padding-bottom:50%;
  }
}

.block-section .padding{
  padding:1.5px;
}

.corner-title{
  position: absolute;
  bottom: 0;
  left:0;
  background-color: #fff;
  font-size:2rem;
  padding: 1.5rem;
  font-weight:bold;
  line-height: 1.2em;
}

.block-info{
  position: absolute;
  bottom: 0;
  left: 5vw;
  background-color: #fff;
  font-size: 2rem;
  padding: 3.75rem 3.125rem;
}

@media print, screen and (max-width: 40em){

  .block-info{
    padding: 3.75rem 5%;
  }
}

.block-info-title{
  font-size:4.375rem;
  display: block;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

.block-info-label{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
  -moz-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  -webkit-transform: translateY(-99%);
  background-color: #fff;
  font-size: 2rem;
  padding: 3.125rem 3.125rem;
  padding-bottom: 1.4375rem;
  font-weight: bold;
}

.block-info-label span{
  box-shadow: 0 4px 0 0 #1effb0;
  padding-bottom: 1.4375rem;
}

.exhibition-block .block-info-label span{
  box-shadow: 0 4px 0 0 #F29B09;
  padding-bottom: 1.4375rem;
}

.exhibition-block .page-link,
.blog-block .page-link {
    margin-left:5vw;
}

.blog-block .block-info-label span{
  box-shadow: 0 4px 0 0 #00649f;
  padding-bottom: 1.4375rem;
}

@media print, screen and (min-width: 64em){

  #block-section-2 .square.rectangle{
    padding-bottom:75%;
  }
}

#explore-by-theme{
  position: relative;
}

#theme-tags{
  list-style-type: none;
  margin-bottom: 11rem;
  position: relative;
}

#theme-tags .theme-button{
  background-color: #FFFCF0;
  color: #5B3F94;
  font-weight: bold;
  font-size: 2.2rem;
  padding:1.5rem;
  width:100%;
  display: block;
  /*line-height: 1.3;
  -ms-word-break: break-all;
  word-break: break-all;

  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;*/
}

#theme-tags.grid-padding-x>.cell{
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.grid-padding-x #theme-tags.grid-padding-x {
    margin-right: -2.4rem;
    margin-left: -2.4rem;
}

#theme-tags li{
  margin-bottom: 2.125rem;
}

#theme-tags li:last-child{
  margin-bottom: 0;
}

#block-section-3 .square,
#block-section-3 .rectangle{
  padding-bottom:0;
}

#block-section-3 .tint{
  position: absolute;
  top: 0;
  padding-bottom: 100%;
  height:0;
}

#block-section-3 .block-info{
  position: relative;
}

.block-section-3-2 .block-info{
  left:0;
}

#block-section-3 .block-info{
  position: relative;
}

#block-section-3 .block-image{
  position: relative;
  height:0;
  padding-bottom:100%;
}

@media print, screen and (min-width:64em){

  #block-section-3 .block-image,
  #block-section-3 .tint{
    padding-bottom: 66.6%;
  }

  #block-section-3 .block-info{
    padding-right: 0;
    transform:translateX(-3.125rem);
  }
}

.collection-block-image{
  background-size: cover;
  background-position: center;
}

/* @ mobile home */

@media print, screen and (max-width:64em){

  #block-section-1 .square,
  #block-section-1 .rectangle{
    padding-bottom:0;
  }

  #block-section-1 .tint{
    position: absolute;
    top: 0;
    padding-bottom: 100%;
    height:0;
  }

  .block-info{
    position: relative;
    left:0;
  }

  .block-image{
    position: relative;
    height:0;
    padding-bottom:100%;
  }
}

@media print, screen and (min-width: 40em) and (max-width:64em){

  #block-section-1 .rectangle .block-image,
  #block-section-1 .rectangle .tint{
    padding-bottom: 66.6%;
  }
}

.about-us{
  width:100%;
  padding-top:2.5rem;
  padding-bottom:11rem;
  margin-bottom:11rem;
  position: relative;
}

.about-us-text{
  font-size:20px;
  margin-top:2.25rem;
  margin-bottom:2.25rem;
}

/*********************
POSTS & CONTENT STYLES
*********************/

article header{
  width:100%;
  position:relative;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content{
  width:100%;
}

.entry-content a {
  color: #0F0F0F;
  text-decoration: underline;
}
.entry-content a:hover{
  color: #1EFFB0;
}

.entry-content .simodes_inserted_object a{
  color: #444;
}

.entry-content ul {
    padding-left: 0.8rem;
}

.entry-content ul li {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.entry-title,
.page-title{
  font-weight:bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 1.5em;
  border-left: none;
  background-color: rgba(197,18,48,0.05);
}

blockquote p {
    color: #1effb0 !important;
    font-style: italic;
    margin-bottom:0;
}

blockquote::before {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f10d";
  display: block;
  opacity: 0.5;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  color: #1effb0 !important;
  font-style: italic;
  font-size: 2rem;
}

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  margin-bottom:30px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 1.5em;
    margin: 10px 0;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1EFFB0;
  color: #000 }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #000;
    color: #1EFFB0 }

.button:focus, .button:hover {
  background-color: #000;
  color: #FFF;
}

/*********************
@ ARCHIVE STYLES
*********************/

.archive-entry{
  position: relative;
  background-size: cover;
  background-position: center;
}

.block-background{
  position: absolute;
  width:100%;
  height:100%;
  background-size: cover;
  background-position: center;
}

.block-inner{
  position: relative;
  height:0;
}

.archive-result-title{
  position: absolute;
  background-color: rgba(255,255,255,0.8);
  left:0;
  bottom:0;
  padding: 1em 1.4em;
}

.archive-result-title h5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 175px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media print, screen and (max-width:40em){

  .archive-result-title{
    padding: 5vw;
    background-color: rgba(255,255,255,0.85);
  }

  .main-column.grid-padding-x .grid-padding-x {
      padding:0;
      margin:0;
  }

  .main-column.grid-padding-x .grid-padding-x .cell{
      padding-right:0;
      padding-left:0;
  }

}

/*********************
@ COLLECTION PAGE
*********************/

/* .page-id-13 #theme-tags .theme-button{
  background-color: #F2EEDE;
} */

/* .page-id-13 #theme-tags{
  list-style-type: none;
  margin-bottom: 1rem;
}



.page-id-13 #theme-tags .theme-button{
  background-color: #5B3F94;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  padding:1.5rem;
  width:100%;
  display: block;
  height: 100%;
  min-height: 180px;
  line-height: 1.2;
}

.page-id-13 #theme-tags.grid-padding-x>.cell{
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.page-id-13 .grid-padding-x #theme-tags.grid-padding-x {
    margin-right: -2.4rem;
    margin-left: -2.4rem;
}

.page-id-13 #theme-tags li{
  margin-bottom: 2.125rem;
}

.page-id-13 #theme-tags li:last-child{
  margin-bottom: 0;
} */

/*********************
@ SEARCH PAGE
*********************/

.advanced-search-open{
  height:100% !important;
}

.advanced-search-outer{
  position: absolute;
  width: 100%;
  z-index: 5;
}

.search-outer-open{
    padding-bottom:5vw;
}

.advanced-search-background{
  transition: height 0.5s;
  position: absolute;
  height:0%;
  width:100%;
 box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}

.advanced-search-wrapper{
  position: relative;
  z-index:5;
}

.advanced-search{
  padding:2.25rem 5rem;
  font-size: 2.1875em;
}

@media print, screen and (max-width: 40em){

  .advanced-search{
    padding:2.25rem 5vw;
  }
}

.advanced-search-expand {
  padding: 0.6em 1.4em 0.8em;
  width: auto;
  display: table;
  font-size: 2rem;
  text-align: center;
  font-weight:bold;
  cursor:pointer;
  position: relative;
}

.advanced-search-expand .down {
    display: inline-block;
    margin-left: 1rem;
    font-size: 3rem;
    line-height: 1;
}

.advanced-search-outer .abs-background{
  bottom: 0;
  height: 12rem;
  top: unset;
}

#advancedsearchsection label span {
  display:inline-block;
}
#advancedsearchsection label select {
  border:1px #1effb0 solid;
}

#advancedsearchsection .button {
    font-size:1.8rem;
    padding:1rem 1.4rem;
    margin-top:2rem;
}



.search-term{
  color: #1effb0;
  margin-left:1em;
}

.results-section{
  height:100%;
  display: inline-block;
}

.results-section article{
  display: inline-block;
}

#story-results a{
  margin-bottom: 6px;
}

.story-result{
  margin-bottom: 2.25rem !important;
}

@media print, screen and (max-width: 40em){

  #story-results,
  .popular-stories-heading{
    margin-top:3rem;
  }

}

.page-search{
  margin-top:8rem;
  display: table;
  width: 100%;
}

#collection-results .square{
  background-color: #C51232;
  display: block;
}

.results-section header{
  margin-bottom:2.25rem;
}

.archive-title{
  font-weight: bold;
  font-size:2.5rem;
}

.collection-result-info{
  margin-top:1em;
}

.collection-result-info p {
  font-size: 1.5rem;
}
.inserted-object-info{
	margin-bottom: 1em;
}

#collection-results article{
  margin-bottom: 2.25rem;
}

.result-image{
  background-size:cover;
  background-position: center;
}

.listingimage img{
  /*width:100% !important;*/
  max-height: 600px;
  display: inline-block;

}

.listingimage{
  margin-bottom: 1.5rem;
    text-align:center;
}

.see-all-stories{
  margin-bottom:2rem;
}

/*********************
@ VISIT PAGE
*********************/

.page-visit main article h1{
  margin-bottom:0;
}

@media print, screen and (max-width:40em){

 /* .page-visit h2,
  .page-visit h1,
  .page-visit .large-heading,*/
  .popular-stories-heading{
    padding-left:5%;
    padding-right:5%;
    width:100%;
  }
}

.content-right{
  display: table;
}

.content-right .visit-blocks{
  float:right;
}

.museums-links,
.visit-links,
.blog-posts{
  margin-top:2.25rem;
}

.visit-block,
.collection-block,
.blog-posts .archive-entry,
.archive-results .archive-entry {
  margin-bottom:2.25rem;
}

.visit-block-inner,
.archive-block-inner{
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 66.6%;
}

@media print,screen and (min-width:40em){

  .visit-block.medium-6 .visit-block-inner,
  .archive-entry.medium-6 .archive-block-inner{
    padding-bottom:132%;
  }
}

/*********************
@ ARCHIVE STORY STYLES
*********************/

.archive .inner-content{
  padding-top:2.5rem;
  padding-bottom:2.5rem;
}

.archive-story .archive-results .square{
  margin-bottom:2.25rem;
  padding-bottom:66%;
}

.archive-story .archive-results .archive-entry.medium-12:first-child .square{
   padding-bottom: 100%;
}

@media print, screen and (min-width:64em){

  .archive-story .archive-results .square{
    padding-bottom:100%;
  }

  .archive-story .archive-results .archive-entry.large-12 .square{
    padding-bottom: 66.6%;
  }

  .archive-story .archive-results .archive-entry.medium-12:first-child .square{
   /* padding-bottom: calc(66.6% + 2.25rem);*/
   padding-bottom: calc(66.6%);
  }
}

@media print, screen and (max-width:64em) and (min-width:40em){

  .archive-story .archive-results .archive-entry.medium-12:first-child .square{
   /* padding-bottom: calc(66.6% + 2.25rem);*/
   padding-bottom: calc(66.6%);
  }
}


/*********************
@ ARCHIVE SIDEBAR
*********************/

.sidebar .square,
.sidebar .rectangle{
  margin-bottom:2.25rem;
}

.sidebar .rectangle{
  padding-bottom:66.6%;
}




/*********************
@ SINGLE STYLES
*********************/

.single-thumbnail-container{
    margin-bottom: 2rem;
    position:relative
}

.thumb-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    padding: 5px 10px;
    font-size: 1.5rem;
}

.object-fit-image-container{
  height: 0;
  /*padding-bottom: calc(66% + 2.25rem);*/
  padding-bottom: 66.6%;
  position: relative;
}

.object-fit-image-container img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.read-time{
  line-height: 6.3rem;
  opacity:0.8;
}

.item-audio caption{
  margin-top:0.5em;
}

/* audio{
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
} */

/*********************
@ Resource single
*********************/

.resource-header{
  background-color:#c51430;
  color:#fff;
  padding:7.5rem 0;
}

.resource-header h1{
  margin:0;
}
.resource-breadcrumbs #breadcrumbs{
  padding-top: 1.25rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #cacaca;
}
.resource-summary{
  background-color:#1c1c1c;
  padding:2.5rem;
  color:#fff;
  margin-top:1.25rem;
}
.resource-summary h2{
  font-weight:bold;
}
.resource-summary-text *:not(h4){
  font-size:1.5rem;
}
.download-btn,
.single-resource .wp-block-file .wp-block-file__button,
.record-btn{
  font-size:1.5rem;
  font-weight:bold;
}
.download-btn:after,
.single-resource .wp-block-file .wp-block-file__button:after{
  content: '\f019';
  font-family: 'fontawesome';
  margin-left: 0.75em;
  font-weight: normal;
}

.single-resource .wp-block-file .wp-block-file__button{
  margin-left:auto;
  padding:.85em 1em;
}

.single-resource .wp-block-file{
  margin-top:2.5rem;
}
.resource-summary .download-btn-container{
  border-top:solid 2px #fff;
  border-bottom:solid 2px #fff;
  padding: 2.25rem 0;
}
.resource-summary .download-btn-container a{
  margin-right:1em;
}
.tags-container{
  margin-top:2.25rem;
}
.tag{
  padding: 0.3em 0.9em;
  font-size: 1rem;
  display: inline-block;
  background-color: #fff;
  color: #000;
  border-radius: 1em;
  font-weight: bold;
  margin-right: 0.5em;
}
.modal-layout{
  position: fixed;
  top: 0;
  left:0;
  right:0;
  backdrop-filter: blur(20px);
  background-color: rgba(0,0,0,0.66);
  display:none;
  z-index: 999999;
  height:100vh;
  overflow-y: scroll;
}
.show-ml{
  display: block;
}
.modal-layout-inner{
  margin-top:5vw;
  margin-bottom:5vw;
  background-color:#FFFCF0;
  padding:2.5vw;
  position: relative;
  height:auto;
}
.modal-layout-inner .resource-summary{
  margin-top:0;
}
.close-modal-layout{
  position: absolute;
  top:0;
  right:0;
	font-size: 1.65rem;
}
.modal-layout-inner .grid-x{
  margin-left:-1.25vw;
  width:calc(100% + 2.5vw);
}
.modal-layout-inner .grid-x > .cell{
  padding-left:1.25vw;
  padding-right:1.25vw;
}
.single-resource .wp-block-image,
.pdf-embed,
.single-resource .main .wp-block-audio,
.single-resource .main .wp-block-video{
  margin-top:5rem;
  margin-bottom: 5rem;
}
.modal-layout-inner .pdf-embed{
  margin:0;
}
.single-resource .wp-block-image figure,
.single-resource figure.wp-block-image,
.single-resource .main .pdf-embed,
.single-resource .main .wp-block-audio,
.single-resource .main .wp-block-video{
  position: relative;
}
.single-resource .wp-block-image figure:after,
.single-resource figure.wp-block-image:after,
.single-resource .main .pdf-embed:after,
.single-resource .main .wp-block-audio:after,
.single-resource .main .wp-block-video:after{
  content: '\f424';
  font-family: 'fontawesome';
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #1effb0;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  line-height: 5rem;
  cursor: pointer;
}
.single-resource .wp-block-image figure:after{
  pointer-events: none;
  cursor: default;
}
.single-resource .main .wp-block-audio{
  padding-right:5rem;
}
.single-resource .wp-block-image figure img{
  width:100%;
}
.single-resource .wp-block-image figure img:hover{
  opacity:0.66;
  cursor: pointer;
}
.single-resource .main .wp-block-video{
  cursor: pointer;
}
.single-resource .main .wp-block-video:before{
  content: '\f144';
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  right: 0;
  left:0;
  margin:auto;
  height:10rem;
  width:10rem;
  background-color:rgba(0,0,0,0.3);
  transform:translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 6rem;
  font-weight: normal;
  line-height:10rem;
}
audio::-moz-media-controls-play-button{
	background-color: green !important;
	color: green !important;
	border-color: green !important;
}
.modal-layout-main > *{
  width:100%;
}

.single-resource .wp-block-file a:not(.wp-block-file__button){
  display: none;
}
.resource-nav{
  padding-top:2.5rem;
  font-size:1.5rem;
  font-weight:bold;
}
.resource-next,
.resource-next:hover{
  color:#fff;
}

.resource-next:after{
  content:'\f061';
  font-family:'fontawesome';
  margin-left:0.5em;
  font-size:80%;
}
.pdf-embed{
  width:100%;
  height:0;
  padding-bottom:141.42%;
  position: relative;
}

.pdf-embed iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*********************
@ Album single
*********************/

.single-album .wp-block-file .wp-block-file__button,
.single-album .button,
.single-album .resource-header,
.single-album .wp-block-image figure:after,
.single-album figure.wp-block-image:after,
.single-album .main .pdf-embed:after,
.single-album .main .wp-block-audio:after,
.single-album .main .wp-block-video:after,
.single-album .resource-summary{
  background-color: #0F0F0F;
}

.single-album .record-btn,
.single-album .close-modal-layout{
  background-color:#1effb0;
}
.single-album .modal-layout .resource-summary{
  background-color:#1c1c1c;
}

.single-album figcaption{
  display: block !important;
  font-size:1.5rem !important;
  font-weight:bold;
  opacity:0.8;
}

#open-immersive-btn{
  background-color:#fff;
  color:#000;
  font-size:1.5rem;
  width:100%;
  margin-top:2.5rem;
  font-weight:bold;
}


/*********************
@ Collection item detail
*********************/

.back-to-results{
  font-size:2rem;
  font-weight: bold;
  margin-bottom:3px;
}

.back-to-results.single-detail {
    position: absolute;
    z-index: 999;
    top: -6.2rem;
    padding: .5em 0.8em;
}

#item-gallery{
  width:100%;
  text-align: center;
  position: relative;
  padding-bottom:50%;
  overflow:hidden;
  height: 635px;
}

@media print, screen and (max-width:40em){

  .back-to-results{
    text-align: left;
    line-height: 1.25em;
  }

  #item-gallery{
    padding-bottom:100%;
    background-color: transparent;
  }
}

#item-gallery .slide-item {
    height: 100%;
    width: 100%;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-right: auto;
    text-align: center;
}

#item-gallery img{
    width: 100%;
    height: auto;
    /*height: 100%;*/
    /*width: auto;*/
    display: inline-block;
}

#item-gallery .zoom {
    position: absolute;
    font-size: 3rem;
    line-height: 1;
    color: #0F0F0F;
    background: #1effb0;
    padding: 1rem;
    display:none;
}

.slider-circle-outer {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0.5rem;
}

.slider-circle {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  cursor:pointer;
}

.current-slide-item{
  background-color: #1effb0;
}

.slider-controls{
  margin-top:2.25rem;
  width:calc(100% + 1rem);
  margin-left:-0.5rem;
  text-align: center;
}

.slider-controls,
.item-name,
.item-audio,
.item-caption{
  margin-bottom:3.5rem;
}

.item-caption {
    width:100%;
}

.slider-arrow {
    position:absolute;
    top:50%;
    z-index:999;
    cursor:pointer;
}

.slider-arrow i {
    color:#1effb0;
    font-size:4rem;
}

.slider-arrow.slide-prev {
    left:2rem;
}

.slider-arrow.slide-next {
    right:2rem;
}

.item-info{
  margin-bottom:7rem;
}

.item-info{
  font-size:2rem;
  border:solid 3px #000;
  padding: 3.25rem 1.125rem;
}

.item-info-row{
  padding-left:2.25rem;
  padding-right:2.25rem;
  padding-top:1.125rem;
  padding-bottom:1.125rem;
}


@media print, screen and (min-width:40em){

  .item-info-row:nth-child(2n-1){
    border-right:1px solid grey;
  }
}

.item-info-label{
  font-weight:bold;
  padding-right:1em;
}

.similar-items h5{
  margin-bottom:1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 150px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.social-share {
    text-align:center;
    background-color:#1effb0;
    color:#0F0F0F;
    font-size:1.4rem;
    padding: 15px 10px 2px;
    width: 330px;
    position: absolute;
    right: 0;
}
.social-share .summerlee-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #0F0F0F !important;
    margin-right: 5px;
}
.social-share .summerlee-link i {
    font-size: 2.4rem;
}
@media screen and (max-width: 39.9375em) {
    .social-share {
        width:100%;
        position:relative;
        margin-bottom:40px;
        font-size:1.6rem;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .social-share {
        width:100%;
        position:relative;
        margin-bottom:40px;
        font-size:1.6rem;
    }
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
  width: 100%;
}

.breadcrumbs{
  margin-bottom: 2rem;
}

@media print, screen and (max-width:40em){

  .mobile-full-width #breadcrumbs{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .mobile-full-width .page-heading{
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.breadcrumbs li{
  font-size: 2rem;
  text-transform: none;
}

.breadcrumbs li a{
  color: #000;
}

.nav-links, .pagination {
    margin-top:2rem;
    text-align: center;
}
.nav-links .prev{
  margin-right: 1.5rem;
}

.nav-links .next{
  margin-left: 1.5rem;
}

.nav-links .page-numbers,
.nav-links .here,
.pagination li,
.nav-links a,
span.current {
  padding:0.5em !important;
  font-size: 1.6rem;
}

.nav-links .here,
.pagination li span.current {
  background-color: #1effb0;
  color: #fff;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding-top:8rem;
  padding-bottom:9rem;
}

#menu-footer{
  display: block;
  font-size:1.875rem;
  margin-left:-0.1em;
}

#menu-footer a{
  border-bottom: 1px dotted #000;
  display: inline-block;
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-bottom: 0.2em;
}

.footer .social-media-links{
  font-size:2.5rem;
  width:calc(100% + 0.5em);
  margin-left:-0.25em;
}

.footer .social-media-links i{
  padding-left:0.25em;
  padding-right:0.25em;
  display:inline-block;
  width:auto;
}

.surfimpress{
  margin-top:1em;
  font-size:1.6875rem;
}

.surfimpress a{
  border-bottom: 1px dotted #000;
}

/*.footer-p1-2{
  margin-top:6rem;
}*/

.footer-logos{
  width:calc(100% + 2.25rem) !important;
  margin-left:-1.125rem;
  height:50%;
}

.footer-logo-wrapper{
  position:relative;
  padding-left:1.125rem;
  padding-right:1.125rem;
}

.footer-logo{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 2.25rem);
  position: absolute;
  padding-bottom: 50%;
}

@media screen and (max-width: 39.9375em) {
    .footer-logo {
        position: relative;
        float: left;
    }
    .footer-logos {
        margin-top:3rem;
    }
    .footer-p1-2, .footer-text {
        margin-top:3rem;
    }
    .footer {
        padding-top:4rem;
        padding-bottom:5rem;
    }
}

/* old logo */
/* .nlc-logo{
  background-image:url('../images/nlc-logo.png');
} */

/* replacement logo */
.nlc-logo{
    background-image:url('../images/NLC-logo-bl.png');
  }
  


.rec-logo{
  background-image:url('../images/rec-logo-v2.png');
}

.footer-text{
  font-size:1.6857rem;
    margin-top:2rem
}

.button-text.footer-btn {
    font-size: 1.8rem;
    margin:3rem 0;
}

#tweetCarousel .slide-item {
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-right: auto;
  overflow: auto;
  height:auto;
  width:100%;

}
#tweetCarousel .twitter-profile-img {
    width:45px;
    height:45px;
    border-radius:50%;
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
}
#tweetCarousel .slide-item .twitter-txt {
    position:relative;
    padding-left:54px;
}
#tweetCarousel .slide-item .twitter-txt,
#tweetCarousel .slide-item .twitter-txt p{
    font-size: 1.4rem;
    text-align: left;
}
#tweetCarousel .twitter-txt .twitterdate {
    font-size: 1.2rem;
    opacity: 0.5;
    margin-left:1rem;
}
#tweetCarousel .twitter-txt .profile-info {
    margin-bottom:1rem;
    padding:0 !important;
}

#tweetCarousel .slide-item a {
    color:#1effb0;
}
#tweetCarousel h4 {
    margin-bottom:3rem;
    font-size: 2.2rem;
    padding-right: 5rem;
}
#tweetCarousel h4 i {
    margin-right:1rem;
}
#tweetCarousel {
    width: 100%;
    text-align: center;
    position: relative;
    overflow-x: hidden;
    height:auto;
    margin-bottom: 5rem;
}
#tweetCarousel .slide-wrap {
    width: 70%;
    margin: 0 auto;
    position:relative;
    transition: height 0.5s ease;
    overflow:hidden;
}
#tweetCarousel .slider-arrow {
    top:40%
}
#tweetCarousel .slider-arrow i {
    font-size: 3rem;
}
#tweetCarousel .slider-controls {
    /*margin-top: 0;
    position: absolute;
    bottom: 0;*/
    display:none;
}
@media screen and (max-width: 63.9375em) {
    .twitter-txt {
        padding:0 0 30px !important;
    }
    #tweetCarousel .twitter-txt .profile-info {
        padding: 0 0 0 5rem!important;
    }
    #tweetCarousel .twitter-txt .twitterdate {
        margin-left:0;
        display:block;
    }
}
@media screen and (max-width: 39.9375em) {
    #tweetCarousel h4 {
        margin-top:4rem;
    }
    #tweetCarousel {
        margin-bottom: 2rem;
    }
    #tweetCarousel .slide-wrap {
        width:80%
    }
    .slider-arrow.slide-prev {
        left:0;
    }
    .slider-arrow.slide-next {
        right:0;
    }
}
.add-mc{
	cursor: pointer;
	margin-bottom: 1em;
	background-color: #1EFFB0;
	color: #000;
	padding: 0.5em 0.8em;
	font-size: 1.2rem;
}
.add-mc:hover{
	text-decoration: underline;
}
[type=button]:not([disabled]){
	cursor: pointer;
}
.my-col-listing .desc{
	color: #000;
	line-height: 1.4;
	font-size: 1.3rem;
}
.my-col-listing{
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}
#mycol-submit h3{
	font-size: 1.6em !important;
	line-height: 1.2;
}
#audio-player{
	display: block;
	width: 100%;
	background-color: #222;
}
.nf-form-content{
	padding: 0;
}
.audio-controls{
	list-style: none;
	margin: 2rem 0 1rem;
}
.audio-controls button{
	cursor: pointer;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.25;
	display: flex;
	width: 100%;
}
.audio-controls button span:first-child{
	background-color: #3475bb;
	color: #fff;
	font-size: 0.8em;
	border-radius: 2em;
	padding: 0.4em 0.7em;
	height: max-content;
	margin-right: 1em;
	min-width: 4em;
	text-align: center;
}
.audio-controls button:hover span:first-child{
	background-color: #444;
}
.audio-controls button:hover span:last-child{
	text-decoration: underline;
}
.audio-controls li{
	/* border-bottom: 1px solid #dedede; */
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.audio-controls li:last-child{
	border-bottom: none;
}
.nf-field-description p{
	font-size: 0.9em;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.ewd-ufaq-post-margin-symbol span {
  font-family: 'ewd-toggle-icon' !important;
  margin-top: 0.3em;
}

/*# sourceMappingURL=style.css.map */

.simodes_inserted_object {
	border:1px black dotted;
	padding:15px;
  margin-top:3rem;
  margin-bottom:5rem;
  position: relative;
}
#mycol-submit .simodes_inserted_object {
	margin-bottom: 1rem;
}
.simodes_inserted_object h3, .simodes_inserted_object p {
    font-size: 1.8em !important;
}

.inserted-object-info.medium-6{
  padding-left: 15px;
}

.view-item-btn{
  padding: 0.5em 0.8em;
  font-size:1.25em !important;
}

.simodeslisting{
  margin:3rem 0 2rem;
}

.simodeslisting p{
  font-size: 1.5rem;
}

.simodeslisting strong{
  display: block;
}

.simodeslisting h3 {
    font-size: 1.95rem;
}

.object-flipbook{
  width:100%;
  height:90vh;
  max-height: 70rem;
}
/****************
 *  Map and modal styles
 ****************/

#modal-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    overflow: auto;
    /* position: absolute; */
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.modal-outer-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.modal-inner-wrapper {
    display:block;
    text-align: center;
    /* vertical-align: middle; */
}

#modal {
    width: 80%;
    margin: 20px auto;
    background-color:white;
}

#modal .modal-padding-wrapper {
    padding: 1rem;
}

#modal img{
    /* width: 100% */
    width: auto;
}

#modal .modal-padding-wrapper > .grid-x.cell.small-11 > .cell.small-12.medium-8.large-6{ /* Add an class/id to this element */
  position: relative;
}

#modal .modal-padding-wrapper > .grid-x.cell.small-11 > .grid-x.cell.small-12.medium-4.large-6{ /* Add an class/id to this element */
  text-align: left;
  padding-left: 1rem;
}

.modal-bottom{
  background-color: #F5F5F5;
  padding: 1rem;
  width: calc(100% + 2rem) !important;
  margin-left:-1rem;
  margin-bottom:-1rem;
  position:relative;
}

#modal .social-media-links{
  display: table;
}

#modal .social-media-links span{
  display: table-cell;
  vertical-align: middle;
  padding-left:1rem;
  padding-right:0.625rem;
}

#modal .social-media-icons a{
  color: #000 !important;
  padding-left:0.375rem;
  padding-right: 0.375rem;
  font-size: 2.5rem;
}

#modal .read-more-btn{
  position:absolute;
  right:1rem;
}

#modal .read-more-btn .button {
  font-size: 1.3rem;
}

#modal .close {
    font-size: 2.5rem;
    float:right;
    cursor: pointer;
}

#modal .close::after{
    clear:both;
}
#addr-results {
  width: 90%;
  margin-left: 5%;
}
#addr-results p {
  margin:1rem 0 0.5rem;
  font-weight:bold;
}
#addr-results ul.address-listing {
  list-style:none;
  margin-left:0;
  margin-bottom:0;
}
#addr-results ul.address-listing li {
  font-size: 1.6rem;
}
#addr-results ul.address-listing li a {
  color:#fff;
}
#addr-results ul.address-listing li a:hover {
  opacity:0.6;
}
.leaflet-top, .leaflet-bottom {
  z-index:500 !important;
}

/* Collections map */
#summerlee-map-wrapper {
  overflow: auto;
}
#summerlee-map,
#summerlee-map-wrapper {
  width:100%;
  height:600px;
  margin:0;
  position:relative;
}
#summerlee-map {
  opacity:0.5;
}
#progress-bar {
  width: 0;
  height: 100%;
  background-color: #1effb0;
  border-radius: 4px;
}
#progress {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  width: 200px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
}
#summerlee-map img.leaflet-marker-icon {
  width:75px;
}

#map_wrapper{
  position: relative;
  z-index: 0;
}

#map-switcher{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.switch-map{
  padding:0.5rem 0.75rem;
  font-size:2rem;
  background-color: #fff;
  display:inline-block;
}

.active-switch-map{
  background-color: #1effb0;
  color: #0F0F0F;
}

.object-contributions{
  padding:2rem !important;
}

.object-contributions-form .acf-actions{
  text-align: left;
}

.object-contributions-form .acf-field{
  border:none !important;
}

.acf-form-submit{
  padding: 15px 12px;
}

.acf-form-submit .button{
  font-size: 1.5rem;
}

.object-contributions{
  margin-bottom: 7rem;
}

.object-contributions-inner{
  padding:2rem;
}

.visit-culturenl-banner{
  background: #0F0F0F;
  color: #FFFCF0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  min-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px auto;
  text-transform: uppercase;
}
.visit-culturenl-banner strong, .header-menu-bar a{
  font-weight: 800;
}
.visit-culturenl-banner a{
  color: currentColor;
}

.header-menu-bar__container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-menu-bar{
  min-height: 54px;
  background: #FFFCF0;
  padding: 17px 0 11px;
}

.header-menu-bar a{
  font-size: 20px;
  padding:0;
}

.menu .active > a{
  color: currentColor;
  text-decoration: underline;
}

.menu a:hover, .menu a:focus{
  text-decoration: underline;
  color: #0f0f0f
}

.site-container{
  padding: 0 34px;
}

.site-header{
  background-color: #1EFFB0;
  color: #0F0F0F;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.site-header__container{
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 30px;
}

.site-header h1{
  font-weight: 800;
  font-size: 86px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.site-header a, .site-header p{
  margin: 0;
}

.site-header p{
  text-decoration: underline;
}

.site-header a{
  padding: 22.5px 36px;
  background: #0F0F0F;
  border: 1px solid #0F0F0F;
  color: #FFFCF0;
  display: flex;
  gap: 20px;
  min-width: 230px;
}
.site-header a:hover{
  /* background-color: transparent; */
  color: #1EFFB0;
}

body{
  background-color: #FFFCF0;
}

#header-search{
  background-color: #F2EEDE;
}

.header-search-form{
  border-radius: 30px;
  background: #FFFCF0;
  display: flex;
  overflow: hidden;
  
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-input, .search-submit{
  border: none;
}

.search-input{
  flex-grow: 1;
  font-size: 24px;
  background-color: #FFFCF0;
}

.search-input:focus{
  border: none;
}

.search-submit{
  width: 87px;
  background-color: #1EFFB0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advanced-search{
  background: #FFFCF0;
}

#advancedsearchsection label select{
  border-color: #1EFFB0;
}

.advanced-search-expand, .advanced-search-outer .button{
  background-color: #1EFFB0;
  color: #0F0F0F;
}

.advanced-search-background, .button, .single-resource .wp-block-file .wp-block-file__button, .single-album .wp-block-file .wp-block-file__button{
  background-color: #1EFFB0;
}

.button, .single-resource .wp-block-file .wp-block-file__button, .single-album .wp-block-file .wp-block-file__button{
  color: #0F0F0F;
}

.resource-header{
  background-color: #f2eede;
  color: #0F0F0F;
}

.home-3{
  display: flex;
  padding:40px 0;
  background-color: #FFFCF0;
  gap: 30px;
}

.home-3_1{
  width: calc(33.333% - 44px);
}

.home-3_2{
  width: calc(66.666% - 44px);
}

.home-featured-item{
  padding: 5px 14px !important;
}

.home-featured-item a, .museums-links .archive-entry, .results-section .archive-entry, .sidebar .archive-entry{
  border-radius: 30px;
  overflow:hidden;
}

.bg-beige{
  background-color: #FFFCF0;
}
.bg-beige-dark{
  background-color:#F2EEDE;
}
.bg-black{
  background-color: #0F0F0F;
}
.text-beige{
  color: #FFFCF0;
}
.text-beige-dark{
  color:#F2EEDE;
}
.text-black{
  color: #0F0F0F;
}

.home-featured-item-grid{
  width: calc(100% + 28px) !important;
  margin-left: -14px;
}

.home-featured-item .block-info{
  width: 100%;
  left:0;
  background-color:#F2EEDE;
}
.home-featured-item .block-info-title{
  color: #0F0F0F;
}

.home-featured-item .block-info-excerpt{
  font-size: 20px;
  color: #0F0F0F;
  line-height: 1.3;
}

.home-featured-item .corner-title, .museums-links .archive-result-title, .results-section .archive-result-title,  .archive-story .archive-results .archive-result-title, .sidebar .archive-entry .archive-result-title, .page-visit .visit-links .archive-entry .archive-result-title, .blog-posts .archive-entry .archive-result-title, .post-type-archive-album .archive-entry .archive-result-title, .post-type-archive-resource .archive-entry .archive-result-title{
  width: 100%;
  left:0;
  background-color:#F2EEDE;
}

.bg-beige-dark .museums-links .archive-result-title{
  background-color: #FFFCF0;
}

.home-featured-item .block-info-label{
  background-color:#F2EEDE;
  padding: 20px 40px 10px;
}
.home-featured-item .block-info-label span{
  box-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

.cta{
  margin-top: 30px;
  border-radius: 30px;
  overflow:hidden;
  background-color: #0F0F0F;
  color: #FFFCF0;
  padding: 60px;
  display: flex;
  gap: 120px;
}

.cta-left{
  max-width: 327px;
  width: 100%;
  flex-shrink: 1;
}

.cta-left p{
  line-height: 1.2;
}

.cta-right p{
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}

 .cta-right a{
  border-radius: 30px;
  background-color: #FFFCF0;
  color: #0F0F0F;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 800;
 }

 .button-v2{
  border-radius: 30px;
  color: #FFFCF0;
  background-color: #0F0F0F;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 800;
 }

 .heading-strip{
  text-align: left;
 }

 .heading-strip h4{
  margin: 1em 0;
 }

 .collection-block-image-grid{
  width: calc(100% + 20px) !important;
  margin-left: -10px;
  margin-bottom: 120px;
 }

 .collection-block-image-grid .padding{
  padding: 10px;
 }
 .collection-block-image-grid .collection-block-image{
  border-radius: 30px;
  overflow: hidden;
 }

 #theme-tags .theme-button{
  border-radius: 0 75px 75px 0;
  color: #0F0F0F;
  padding: 13.6px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
 }

  #theme-tags .theme-button:hover{
    background-color: #1EFFB0;
  }

 #explore-by-theme{
  background-color: #F2EEDE;
 }

 #explore-by-theme .heading-strip h4{
  color: #0F0F0F;
 }

 #explore-by-theme select{
  margin-bottom: 0;
 }

 .home-blog .block-section{
  width: calc(100% + 48px) !important;
  margin-left: -24px;
 }
 .home-blog .block-section .padding{
  padding: 0 24px;
 }

 .home-blog .block-image, .home-blog .tint{
  border-radius: 30px;
  overflow: hidden;
 }

  .home-blog  .block-info{
    left:0;
    transform: none !important;
    padding: 3.75rem 3.125rem !important;
    background: none;
  }

 .home-blog  .block-info-label{
  border-radius: 0 0 30px 30px;
  width: 100%;
  left:0;
  background-color: #F2EEDE;
  padding: 30px;
 }

 .home-blog  .exhibition-block .block-info-label span, .home-blog .blog-block .block-info-label span{
  box-shadow: none;
 }

 .home-blog .block-info-title{
  color: #0F0F0F;
  max-width: 14em;
  margin-bottom: 3.75rem;
 }

 .home-blog .block-info-excerpt{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
 }

  .home-blog .button-v2{
    margin: 0;
  }

  .home-blog .exhibition-block .page-link, .home-blog .blog-block .page-link{
    margin: 0 3.125rem;
  }

  .home-blog{
    padding-bottom: 30px;
  }

  #about{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #about img{
    border-radius: 30px;
    overflow: hidden;
  }

  .about-us{
    padding: 0;
  }

  .footer-social .site-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-social ul{
    display: flex;
    list-style: none;
    gap:15px;
  }

  .footer-social p{
    margin:0;
  }

  .footer-social a:hover img{
    transform: scale(1.1);
  }

  .footer-copy-wrapper{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .footer-copy-wrapper p{
    font-size: 16px;
    line-height: 20px;
  }
  .footer-main{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
  }
  .footer-main-cols{
    display: flex;
    gap: 100px;
  }

  .footer-main-wrapper{
    display: flex;
    flex-direction: column;
  }
  .footer-main-text{
    font-size: 16px;
    line-height: 20px;
    color: #FFFCF0;
    max-width: 768px;
  }
  .footer-main-menu{
    list-style: none;
    margin: 0;
    padding:0;
  }
  .footer-main-menu li{
    margin: 0;
    padding:0;
  }
  .footer-main-menu a{
    color: #FFFCF0;
    font-size: 20px;
    line-height: 36px;
  }
  .footer-main-logos{
    display: flex;
    gap: 40px;
  }

  /* Collections Page */

  .collection-page-wrapper{
    padding-top: 20px;
  }

  .large-heading.popular-stories-heading{ 
  margin: 0 0 1em 0;
  }

  .museums-links .archive-result-title{
    background-color: #FFF;
  }

  .museums-links .archive-result-title h5,
  .results-section .archive-result-title h5,
  .archive-story .archive-results h5,
  .site-header a,
  #theme-tags .theme-button,
  .home-featured-item .corner-title, 
  .museums-links .archive-result-title, 
  .results-section .archive-result-title, 
  .archive-story .archive-results .archive-result-title, 
  .sidebar .archive-entry .archive-result-title, 
  .page-visit .visit-links .archive-entry .archive-result-title, 
  .blog-posts .archive-entry .archive-result-title, 
  .post-type-archive-album .archive-entry .archive-result-title, 
  .post-type-archive-resource .archive-entry .archive-result-title{
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
  }

  .home-3 h2,
  .home-featured-item .block-info-title,
  .cta-left p,
  .home-blog  .block-info-label,
  .footer-heading{
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
  }

  .heading-strip h4, 
  #explore-by-theme .heading-strip h4,
  .home-blog .block-info-title,
  #about h4,
  .footer-social p,
  .large-heading.popular-stories-heading{
    font-size: 46px;
    line-height: 50px;
    font-weight: 800;
  }

  /* stories */
  .archive-story .archive-results .archive-entry .square, .page-visit .visit-links .archive-entry, .blog-posts .archive-entry .archive-block-inner, .post-type-archive-album .archive-entry .archive-block-inner, .post-type-archive-resource .archive-entry .archive-block-inner{
    border-radius: 30px;
    overflow: hidden;
  }

   /* .archive-story .archive-results .archive-result-title{
    left:0;
    width: 100%;
   } */

   .article-header h1, .large-heading, .page-heading, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 800;
    line-height: 1;
   }

   .menu-btn{
    display: none;
   }

   .nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea{
    background-color: #FFF !important;
   }

   body .nf-form-content input[type="submit"]{
    background-color: #0F0F0F !important;
    color: #1effb0 !important;
    font-weight: 800;
   }

   @media only screen and (max-width: 1439px){
      .header-menu-bar a{
        font-size: 18px;
      }
   }

   @media only screen and (max-width: 1279px){
      .header-menu-bar .menu a{
        font-size: 12px;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
      }

      .home-3_1, .home-3_2 {
        width: calc(50% - 44px);
      }

      #theme-tags li{
        width: 50%;
      }

      .heading-strip h4, 
      #explore-by-theme .heading-strip h4,
      .home-blog .block-info-title,
      #about h4,
      .footer-social p,
      .large-heading.popular-stories-heading{
        font-size: 32px;
        line-height: 38px;
      }

      .home-3 h2,
      .home-featured-item .block-info-title,
      .cta-left p,
      .home-blog  .block-info-label,
      .footer-heading{
        font-size: 24px;
      }
   }

   @media only screen and (max-width: 1023px){
    .site-header h1{
      font-size: 64px;
    }
    .home-3_2 p{
      font-size: 20px;
    }

    .heading-strip h4, #explore-by-theme .heading-strip h4, .home-blog .block-info-title, #about h4, .footer-social p, .large-heading.popular-stories-heading{
      font-size: 26px;
    }

    .post-type-archive-story .content, .blog .content.home, .post-type-archive-album .content, .post-type-archive-resource .content{
      margin-left: 20px;
      margin-right: 20px;
    }

    .menu-btn{
      display: block;
    }

    #menu-main-nav-1{
      display: none;
    }

    .off-canvas, .off-canvas-absolute{
      background-color: #0F0F0F;
    }

    .menu .active > a{
      color: #1effb0;
    }
   }

   @media only screen and (max-width: 767px){
    .site-header__container{
      align-items: start;
    }

    .site-header__container, .cta{
      row-gap: 20px;
    }

    .site-header__container, .home-3, .cta{
      flex-direction: column;
    }

    .cta-left p{
      margin-bottom: 0;
    }

    .home-3_1, .home-3_2, #theme-tags li{
      width: 100%;
    }

    .home-blog .exhibition-block{
      margin-bottom: 20px;
    }

    #about{
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .site-header h1 {
      font-size: 46px;
    }

    .header-menu-bar__container{
      gap: 20px;
    }
   }