/*
    Theme Name: Sperling Starter
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/
/*------------------------------------*\


\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #444;
    font: 400 1.8rem/1.4 'europa', sans-serif;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

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

/* Lightspeed Lazy load fade in */
img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
}

a:hover {}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.8rem;
}

h1 {
    font-size: 3.6rem;
    font-family: 'league-gothic',sans-serif;
}

h2 {
    font-size: 13rem;
    line-height: 1;
    margin: 30px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'league-gothic',sans-serif;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 2.0rem;
}

h6 {
    font-size: 1.6rem;
}

blockquote {
    margin: 25px 0;
    padding: 25px 0 25px 5vw;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
}

.container {
    max-width:1280px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.container-fluid{
  max-width: 1830px;
  align-self: center;
  flex: 1 auto;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}

/* header */

.nav-search{
  display: flex;
  justify-content: space-around;
  position: relative;
  align-items: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 20px;
}

.search-button {
  margin-left: 15px;
}

.search-toggle {
  color: #fff;
  position: relative;
  display: inline-block;
}

.search-toggle .fa-solid{
  height: 25px;
  width: 25px;
}

.search-toggle .fa-magnifying-glass{
  display: inline-block;
}

.search-toggle .fa-xmark{
  display: none;
}

.search-toggle.active .fa-magnifying-glass{
  display: none;
}

.search-toggle.active .fa-xmark{
  display: inline-block;
}


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

.nav-search .search-box {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 100%;
  max-height: 0;
  padding: 0 15px;
  transform: translateY(100%);
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(30px);
  transition: all 0.3s;
}
.nav-search .search-box .search-input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #000;
  font-size: 1.7rem;
  padding: 8px 0;
}

.nav-search .search-box input.search-input::-webkit-autofill{
  background-color: transparent;
}

.nav-search .search-box .search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.nav-search .search-box.show {
  max-height: 40px;
}
.nav-search .search-box.show .search-input {
  opacity: 1;
}

.header{
  margin: 0 0 30px;
}

.header .page-header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.header .page-header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15,62,85,0.68);
}

.header-inner{
  position: relative;
  padding: 10% 20px;
}

.header-inner h1,
.header-inner h2{
  text-align: center;
  font-size: 8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1;
}

.header-inner h1 a,
.header-inner h2 a{
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-inner h1 img,
.header-inner h2 img{
  max-width: 150px;
  width: 100%;
  margin-bottom: 10px;
}

.logo-img {
    backface-visibility: hidden;
    height: 80px;
}

/* nav */
.nav ul{
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.nav ul li{
  position: relative;
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 2.3rem;
  transition: all 250ms;
}

.nav ul li:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #D69A2D;
  transform: scaleX(0);
  transform-origin:  50% 50%;
  transition: transform 250ms ease-in-out;
}

.nav ul li:hover:after{
  transform: scaleX(1);
  transform-origin:  50% 50%;
}

.nav ul li.menu-item-has-children:hover .sub-menu li{
  display: block;
}

.nav ul .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  padding: 15px 0;
  perspective: 1000px;
  z-index: 4;
  background-color: #fff;
  border-top: 2px solid #D69A2D;
  -webkit-box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.3);
}

.nav ul .sub-menu li{
  display: none;
  opacity: 0;
  margin: 0;
  padding: 10px 20px;
  font-size: 1.6rem;
  text-align: left;
  text-transform: none;
}

.nav ul .sub-menu li a{
  color: #000;
  margin: 0;
  padding: 0;
  transition: ease-in .3s;
}

.nav ul .sub-menu li a:hover{
  color: #D69A2D;
}

.nav ul .sub-menu li::before,
.nav ul .sub-menu li::after{
  display: none;
}

.nav ul li.menu-item-has-children:hover .sub-menu{
  display: block;
}

.nav ul .sub-menu{
  display: none;
}

.nav ul .sub-menu li{
  display: block;
  opacity: 1;
}

.nav ul li:hover .sub-menu{
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

.nav ul li a{
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  z-index: 1;
}

/* Menu Animation */
@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}

/* sidebar */
.sidebar {}

/* footer */
.footer {
    background: #D69A2D;
    padding: 50px 0 30px;
}

.footer .per-logo{
  text-align: center;
}

.footer .nav ul{
  margin: 0;
}

.footer .nav ul li{
  font-size: 2rem;
}

.footer .nav ul li:last-child{
  display: none;
}

.footer h2{
  text-align: center;
  font-size: 10rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  border-bottom: 5px solid #fff;
  padding-bottom: 10px;
}

.footer h2 a{
  color: #fff;
  display: inline-block;
}

.footer .logos-container{
  max-width: 1000px;
  margin: 30px auto;
}

.footer p.copyright{
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.footer p.copyright a{
  color: #fff;
  transition: all .4s;
}

.footer p.copyright a:hover{
  color: #255E7A;
}

.pagination {
    font-size: 1.6rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.per-section{
  margin: 30px 0;
}

/* header */
.arrow-to-scroll-wrapper{
  text-align: center;
  position: relative;
}

.arrow-to-scroll-wrapper .arrow{
  position: relative;
  z-index: 3;
}

.arrow-to-scroll-wrapper p{
  color: #fff;
}

.line-connector{
  position: absolute;
  left: 49.3%;
  width: 25px;
  top: 160px;
  height: 322px;
  background-color: #D69A2D;
  border-radius: 20px 20px 0 0;
}

.arrow img{
  width: 100px;
}

/* About Section */
#about{
  position: relative;
  background-color: #D69A2D;
  background-image: url(img/about-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 50px 0 100px;
}

#about h2{
  text-align: center;
}

#about a{
  color: #fff;
  transition: all .4s;
}

#about a:hover{
  color: #255E7A;
}

.right-img,
.left-img{
  text-align: center;
}

/* Historic Sites Section */
#historic-sites{
  background-color: #EBEBEB;
  padding: 50px 0 100px;
}

.section-title{
  position: relative;
}

#historic-sites h2{
  color: #255E7A;
  display: inline-block;
}

#historic-sites .arrow-to-scroll-wrapper  .line-connector{
  position: absolute;
  left: 39%;
  width: 25px;
  bottom: 95px;
  top: auto;
  z-index: 1;
  height: 145px;
  background-color: #D69A2D;
  border-radius: 0;
}

.hs-content{
  background-color: #02293C;
  padding: 40px;
  color: #fff;
}

.slider{
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.slider li.per-slide{
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex !important;
  align-items: flex-end;
  min-height: 400px;
  height: 100%;
  color: #fff;
  padding: 30px 40px;
  position: relative;
}

.slider li.per-slide:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
}

.slider li.per-slide .slide-inner{
  position: relative;
  z-index: 1;
}

.slider li.per-slide p{
  margin: 0;
}

.slider li.per-slide p.name-of-place{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.slider li.per-slide p.name-of-place a{
  color: #fff;
  transition: ease-in .3s;
}

.slider li.per-slide p.name-of-place a:hover{
  color: #D69A2D;
}

.slider .slick-list,
.slider .slick-track{
  height: 100%;
}

.slider .slick-next,
.slider .slick-prev{
  height: auto;
  width: auto;
}

.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after{
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.slider .slick-next{
  right: 60px;
}

.slider .slick-next:before{
  content: '\f138';
  color: #fff;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-next:after{
  content: '\10f138';
  color: #D69A2D;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-next:hover:before{
  color: #D69A2D;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-next:hover:after{
  color: #fff;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-prev{
  left: 20px;
  z-index: 1;
}

.slider .slick-prev:before{
  content: '\f137';
  color: #fff;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-prev:after{
  content: '\10f137';
  color: #D69A2D;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-prev:hover:before{
  color: #D69A2D;
  opacity: 1 !important;
  transition: all .3s;
}

.slider .slick-prev:hover:after{
  color: #fff;
  opacity: 1 !important;
  transition: all .3s;
}

/* Heritage Trail Map */
.heritage-trail .acf-map{
  min-height: 600px;
  height: 100%;
  margin: 0;
}

.heritage-trail p{
  font-size: 1.6rem;
  margin: 10px 0;
}

.heritage-trail p a{
  cursor: pointer;
  color: #000;
}

.heritage-trail p a:hover{
  color: #255E7A;
}

/* Plan Your Visit */
#plan-your-visit.per-section{
  position: relative;
  padding: 50px 0 100px;
  background-image: url(img/brick-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

#plan-your-visit:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37,94,122,0.97);
}

#plan-your-visit .section-inner{
  position: relative;
}

#plan-your-visit h2{
  color: #D69A2D;
}

#plan-your-visit .left-section,
#plan-your-visit .right-section{
  text-align: center;
}

#plan-your-visit .right-section .form-container{
  max-width: 580px;
  margin: 0 auto;
  background-color: #D9D9D9;
  padding: 50px 30px;
  margin-top: 30px;
}

.frm_style_formidable-style.with_frm_style .form-field{
  background-color: #fff;
  padding: 10px 15px;
}

.frm_style_formidable-style.with_frm_style .form-field#frm_field_6_container{
  background-color: transparent;
  padding: 20px 0 0;
}

.frm_style_formidable-style.with_frm_style .form-field#frm_field_5_container{
  margin-bottom: 0;
}

.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style textarea{
  border: 1px solid #fff;
  box-shadow: none;
}

/* .frm_submit{
  background-color: #fff;
  text-align: right;
} */

.frm_style_formidable-style.with_frm_style .frm_submit button{
  margin-bottom: 0;
  background-color: #D69A2D;
  border: 2px solid #D69A2D;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.8rem;
  font-family: 'europa',sans-serif;
  text-transform: uppercase;
  transition: all .4s;
  letter-spacing: 1px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
  background-color: #fff;
  border: 2px solid #D69A2D;
  padding: 5px 10px;
  color: #D69A2D;
}

.btn-cont{
  margin: 20px 0;
}

.btn{
  background-color: #fff;
  color: #255E7A;
  padding: 15px 10%;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  border: 2px solid #fff;
  transition: .4s all;
  line-height: 1;
}

.btn:hover{
  background-color: #D69A2D;
  color: #fff;
}

.btn i.fas{
  margin-left: 10px;
}

/*------------------------------------*\
   LOCATION LANDING PAGE
\*------------------------------------*/
/* FILTER */
.accordion-inner{
  position: relative;
  padding-top: 20px;
}

.accordion-inner h5{
  background-color: #1b2647;
  color: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
}

.accordion-inner h5 .ui-icon {
  display: none;
}

.accordion-inner h5 .fa-caret-down,
.accordion-inner h5.ui-state-active .fa-caret-up {
    display: block;
}

.accordion-inner h5 .fa-caret-up,
.accordion-inner h5.ui-state-active .fa-caret-down {
    display: none;
}

.accordion-inner .filter-list{
  background-color: #fff;
  padding: 20px 0 !important;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgb(0 0 41 / 20%);
  -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 41 / 20%);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,41,.2);
}

.accordion-inner .filter-list li{
  padding: 10px 8%;
}

.label-container {
  position: relative;
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  font-weight: 600;
  transition: ease-in .3s;
  cursor: pointer;
}

.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.label-container input:checked~.checkmark {
  background-color: #1c3a6b;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #c3ded3;
  border-radius: 4px;
  transition: ease-in .3s;
}

.label-container input:checked~.checkmark:after {
    display: block;
}

.label-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-wrapper form .columns{
  justify-content: center;
}

.filter-wrapper h1,
.tax-location-category h1{
  font-size: 8rem;
  color: #1b2647;
  margin: 0;
  text-align: center;
  font-family: 'league-gothic',sans-serif;
}

.per-location{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  height: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.per-location:before{
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  width: 100%;
  transition: ease-in .3s;
}

.per-location:hover:before{
  background-color: rgba(214,154,45,0.7);
}

.per-location h4{
  color: #fff;
  z-index: 1;
  text-align: center;
  transition: ease-in .3s;
}

.per-location:hover h4{
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}


/*------------------------------------*\
    SINGLE LOCATION PAGE
\*------------------------------------*/
.single-locations .header-inner,
.search-results .header-inner,
.tax-location-category .header-inner,
.archive .header-inner{
  padding: 20px 20px 30px;
}

.single-locations .header-inner h2 a,
.search-results .header-inner h2 a,
.tax-location-category .header-inner h2 a,
.archive .header-inner h2 a{
  color: #fff;
}

.single-locations .header-inner h2,
.search-results .header-inner h2,
.tax-location-category .header-inner h2,
.archive .header-inner h2{
  margin-bottom: 20px;
}

.single-locations .header-inner .arrow-to-scroll-wrapper{
  display: none;
}

.single-locations h1{
  font-size: 6rem;
  color: #255E7A;
  margin-bottom: 15px;
  /* line-height: 0.7; */
}

.single-locations h1.h1-line-height{
  line-height: 0.7;
  margin-bottom: 25px;
}

.single-locations h1 span{
  font-family: 'europa', sans-serif;
  font-size: 2rem;
}

.single-locations h3{
  color: #255E7A;
  font-size: 5rem;
  margin-bottom: 10px;
  font-family: 'league-gothic',sans-serif;
}

.single-locations p{
  margin-top: 10px;
}

.single-locations .flex-content-wrapper{
  background-color: #e3e3e3;
  background-image: url(img/about-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.single-locations .per-section{
    margin: 50px 0;
}


/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/
.search-results article{
  margin-bottom: 30px;
}

.search-results article .column div{
  padding-left: 20px;
}

.search-results article h3 a{
  color: #255E7A;
}

.search-results article p a{
  color: #255E7A;
  text-decoration: underline;
  font-style: italic;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.img-wrapper{
  text-align: center;
}

/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }

   /* Fixes potential theme css conflict. */
  .acf-map img {
   max-width: inherit !important;
  }

  .single-locations .acf-map{
    margin: 0;
  }

 .mobile-app-link {
  width:100%;
  height:auto;
  background-color: #D69A2D;
  padding: 15px;
  font-size: 15px;
  text-align:center;
  font-weight:bold;
  position:relative;
  top:0px;
  left:0px;
  color:white;
  z-index:4;
  top: -50px;
  transition: 0.3s ease;
  }
   .mobile-app-link a {
    color:white;
   }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {
  #historic-sites .arrow-to-scroll-wrapper{
    width: 100px;
    position: absolute;
    top: -80px !important;
    left: auto;
    right: 0;
  }

  h2{
    font-size: 9.8rem;
  }

  .footer h2{
    font-size: 8.5rem;
  }

  .header .line-connector{
    left: 47%;
  }

  .show-desktop{
    display: none;
  }

  .show-mobile{
    display: block;
  }
  .mobile-app-link {
    top:0px;
  }
}

@media only screen and (min-width:480px) {
  .header .line-connector{
    left: 47%;
  }
}

@media only screen and (min-width:769px) {
  .header .container-fluid{
    padding: 0 20px;
  }

  #historic-sites .arrow-to-scroll-wrapper{
    position: absolute;
    top: 30px !important;
    left: auto;
    right: 0;
  }

  #historic-sites .arrow-to-scroll-wrapper .arrow{
    text-align: right;
  }

  .header-inner h1,
  .header-inner h2{
    font-size: 10rem;
  }

  h2{
    font-size: 11.8rem;
  }

  .footer h2{
    font-size: 9rem;
  }

  .header .line-connector{
    left: 49%;
  }

}

@media only screen and (min-width:1024px) {
  .filter-wrapper form .columns{
      justify-content: space-between;
  }

  .filter-wrapper h1{
    text-align: left;
  }

  .columns.reversed{
    flex-flow: row-reverse;
  }

  .show-desktop{
    display: block;
  }

  .show-mobile{
    display: none;
  }

  h2{
    font-size: 13rem;
  }

  .footer h2{
    font-size: 10rem;
  }

  .header-inner h1,
  .header-inner h2{
    font-size: 11rem;
  }

  .header-inner h1 a,
  .header-inner h2 a{
    flex-wrap: nowrap;
  }

  .header-inner h1 img,
  .header-inner h2 img{
    margin-right: 10px;
    margin-bottom: 0;
    max-width: 200px;
    width: 100%;
  }

  .left-content{
    text-align: right;
    padding-right: 15px;
  }

  .left-content p:first-child{
    margin-top: 0;
  }

  .right-img{
    padding-left: 15px;
  }

  .right-content{
    text-align: left;
    padding-left: 15px;
  }

  .right-content p:first-child{
    margin-top: 0;
  }

  .left-img{
    padding-right: 15px;
  }

  .slider .slick-list{
    padding:0 20% 0 0 !important;
  }

  .slick-initialized .slick-slide{
    transition: .4s;
  }

  .header .line-connector{
    left: 49.3%;
  }

  .header{
    margin: 30px 0;
  }

  #plan-your-visit.per-section{
    padding: 100px 0;
  }

  .single-locations h3{
    margin-top: 0;
  }

  .single-locations .columns .section-content{
    padding-left: 30px;
  }

  .single-locations .columns.reversed .section-content{
    text-align: right;
  }

  .single-locations .columns.reversed .img-wrapper{
    padding-left: 30px;
  }
    .mobile-app-link {
   top: -100px;
    position:absolute;
  }
}

@media only screen and (min-width:1140px) {
  #historic-sites .arrow-to-scroll-wrapper{
    position: absolute;
    top: 30px;
    left: 50%;
  }

  #historic-sites .arrow-to-scroll-wrapper .arrow{
    text-align: center;
  }
}

@media only screen and (min-width:1280px) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}
