/*
    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
*/
/*------------------------------------*\


\*------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;700&family=Lato:wght@300;400;700&display=swap'); */

/* 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.2rem/1.4 'Lato', 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.6rem;
}

h1 {
    font-size: 5rem;
    font-family: 'Bitter', serif;
}

h2 {
    font-size: 3.8rem;
    letter-spacing: 1px;
    font-family: 'Bitter', serif;
}

h3 {
    font-size: 2.8rem;
    font-family: 'Bitter', serif;
}

h4 {
    font-size: 2.4rem;
    font-family: 'Bitter', serif;
}

h5 {
    font-size: 2.0rem;
    font-family: 'Bitter', serif;
}

h6 {
    font-size: 1.6rem;
    font-family: 'Bitter', serif;
}

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: 1600px;
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    position: relative;
}

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

.home.page .page-header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  max-height: 1075px;
  height: 48vw;
}

.home.page .page-header:before{
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}

.home.page .page-header .container-fluid{
  z-index: 2;
}

.white-btn{
  background-color: rgba(255,255,255,0.9);
  color: #163C6F;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 15px;
  transition: all .4s;
}

.white-btn:hover{
  background-color: rgba(22,60,111,0.9);
  color: #fff;
}

.section-cont{
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10% 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #fff;
}

.cont-inner{
  position: relative;
}

.cont-inner .btn-cont{
  text-align: left;
}

.blue-overlay:before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,60,111,.96);
}

.lightblue-overlay:before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139,150,168,.96);
}

.yellow-overlay:before,
.page .page-header.yellow-overlay:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247,181,36,.90);
}

.btn{
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  transition: ease .4s;
  width: auto !important;
}

.btn span{
  border-right: 2px solid #fff;
  padding: 5px 10px 5px 5px;
  display: inline-block;
  font-size: 1.3rem;
  z-index: 1;
}

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

.btn i.fas{
  padding-left: 5px;
  z-index: 1;
}

.btn.blue-btn{
  border: 2px solid #163C6F;
  color: #163C6F;
}

.btn.blue-btn span{
  border-right: 2px solid #163C6F;
}

.btn.blue-btn:hover{
  background-color: #163C6F;
  color: #fff;
}

.btn.yellow-btn{
  background-color: #F7B524;
  border: 0;
  color: #163C6F;
}

.btn.yellow-btn span{
  border-right: 0;
}

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

.btn.white-btn{
  background-color: #fff;
  border: 0;
  color: #163C6F;
}

.btn.white-btn span{
  border-right: 0;
}

.btn.white-btn:hover{
  background-color: #163C6F;
  color: #fff;
}

.narrow-img .per-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  max-height: 500px;
  height: 40vw;
}

.per-section-listing .narrow-img{
  height: 100%;
}

.per-section-listing .narrow-img .per-img{
  max-height: none;
  height: 100%;
}

/* header */
.banner-wrapper{
  background-color: #AF0105;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

.banner-wrapper p{
  margin: 0;
}

.inner-banner{
  padding-right: 90px;
}

.banner-wrapper a{
  color: #fff;
  text-decoration: underline;
}

.header {
  background-color: rgba(255,255,255,1);
  position: relative;
  padding: 15px 0;
}

.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* nav */
.nav-section{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav ul{
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-family: 'Bitter', serif;
  font-weight: 500;
}

.nav ul.social-media{
  border-right: 2px solid #163C6F;
}

.nav ul.social-media li{
  font-size: 3rem;
}

.header .nav ul{
  font-size: 1.6rem;
}

.nav ul li > a {
  color: #163C6F;
  padding: 10px;
  transition: all .3s;
  position: relative;
  border-radius: 5px;
}

.nav ul > li > a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F7B524;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.nav ul > li:hover > a:before{
  transform: scaleX(1);
  transform-origin:  0% 50%;
}

.nav ul li.menu-item-has-children{
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
  perspective: 1000px;
  z-index: 100;
}

.nav ul li.menu-item-has-children > a{
  border-radius: 10px;
}

.nav ul li.menu-item-has-children > a:after{
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  color: #163C6F;
  font-size: 1.3rem;
  transition: .3s ease;
  cursor: pointer;
  margin-left: 10px;
}

.nav ul li.menu-item-has-children:hover > a:after{
  content: '\f077';
}

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

.nav ul .sub-menu{
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 165px;
  width: auto;
  perspective: 1000px;
  z-index: -1;
  background-color: #163C6F;
  border-right: 0;
  -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;
  opacity: 0;
  transition: all .3s;
}

.nav ul .sub-menu li:hover{
  background-color: #F7B524;
}

.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 .sub-menu li a{
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-radius: 0;
}

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

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

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

@-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);
  }
}

.nav ul li.request-guide{
  margin-right: 10px;
}

.nav ul li.request-guide a{
  background-color: #F7B524;
  font-family: 'Lato', sans-serif;
  padding: 5px 15px !important;
  border-radius: 20px;
  font-weight: 400;
  border: 2px solid #F7B524;
  display: inline-block;
  transition: ease .4s;
  color: #fff;
}

.nav ul li.request-guide a:hover{
  background-color: #fff;
  color: #163C6F !important;
}

.nav ul li.request-guide a:before{
  display: none;
}

.search-btn{
  margin-left: 5px;
}

.search-btn button#searchBtn{
  border: 0;
  background-color: transparent;
  color: #163C6F;
  font-size: 1.8rem;
  padding: 5px 6px;
  border-radius: 5px;
  transition: all .4s;
}

.search-btn button#searchBtn:hover{
  background-color: #163C6F;
  color: #fff;
}

.header div.logo{
  width: 265px;
}

.header .logo-img{
  width: 230px;
}

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


.nav {
  display: flex;
}

/* sidebar */
.sidebar {}

/* footer */
.footer {
    background-color: #163C6F;
    padding: 20px 0;
    margin-top: 50px;
    color: #fff;
}

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

.footer .logo-img{
  height: 60px;
}

.footer .nav ul,
.home .footer .nav ul{
  border-right: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .nav ul li{
  margin: 5px 0;
}

.footer .nav ul li > a{
  font-size: 1.4rem;
  padding: 10px;
  color: #fff;
}

.footer .nav ul li.menu-item-has-children > a:after{
  display: none;
}

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

.contact-info-wrapper ul{
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
  margin: 0 0 5px;
}

.contact-info-wrapper ul li{
  font-family: 'Bitter', serif;
  margin: 0 5px;
  font-size: 1.2rem;
}

.contact-info-wrapper ul.add-phone li:first-child{
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.contact-info-wrapper ul.social-media li{
  font-size: 3rem;
}

.contact-info-wrapper ul li a{
  color: #fff;
  transition: all .4s;
}

.contact-info-wrapper ul li a:hover{
  color: #F7B524;
}

.copyright{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
}

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

.copyright a:hover{
  color: #F7B524;
}

.newsletter-wrapper p{
  font-family: 'Bitter', serif;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 5px;
  text-align: center;
}

.newsletter-wrapper .frm_fields_container{
  grid-gap: 0;
  display: flex;
  justify-content: center;
}

.newsletter-wrapper .form-field.frm6{
  grid-column: span 10 / span 12;
  margin-bottom: 0;
}

.newsletter-wrapper .frm6.frm_submit{
  grid-column: span 2 / span 12;
}

.newsletter-wrapper .with_frm_style input[type=email]{
  text-align: left;
  border-radius: 20px 0 0 20px;
  font-family: 'Bitter', serif;
  width: 250px;
}

.newsletter-wrapper .frm6.frm_submit .frm_button_submit,
.newsletter-wrapper .frm6.frm_submit .frm_button_submit:hover{
  padding: 7px 15px;
  border: 0;
  border-radius: 0 20px 20px 0;
  box-shadow: none;
  background-color: #F7B524;
  color: #fff;
}


.pagination {
  font-size: 1.8rem;
  text-align: center;
}

.pagination .page-numbers{
  color: #163C6F;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  transition: all .3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
  background-color: #163C6F;
  color: #fff;
}

.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
\*------------------------------------*/

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

.home .header{
  background-color: rgba(22,60,111,0.74);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.home .header-inner{
  justify-content: flex-end;
}

.home .header .logo{
  display: none;
}

.home .header-logo img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.home .page-header-inner .header-logo a > h1{
  margin: 0;
}

.home .nav ul.social-media{
  border-right: 2px solid #fff;
}

.home .nav ul.sub-menu{
  border-right: 0;
}

.home .nav ul li > a {
  color: #fff;
}

.home .header .nav ul li a{
  color: #fff;
}

.home .nav ul li.menu-item-has-children > a:after{
  color: #fff;
}

.home .search-btn button#searchBtn{
  color: #fff;
}

.home .search-btn button#searchBtn:hover{
  background-color: #fff;
  color: #163C6F;
}

.home .page-header-inner .header-logo{
  width: 100%;
}

.home .page-header-inner .header-logo > a{
  display: inline-block;
  width: 100%;
}

.home .page-header-inner .header-logo a > h1 img{
  max-width: 600px;
  width: 100%;
  display: inline-block;
}

.home .page-header-inner .header-logo a ul{
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-top: -30px;
  text-align: right;
}

.home .page-header-inner .header-logo a ul li .per-slogan{
  display: flex;
  justify-content: flex-end;
}

.home .page-header-inner .header-logo a ul li img{
  max-width: 250px;
}

.home .page-header-inner{
  height: 100%;
  display: flex;
  align-items: center;
}

.home .btn-cont{
  text-align: right;
}

.home .listings-wrapper{
  display: flex;
  align-items: center;
}

.home .events-wrapper .event-btn{
  display: none;
}

/* Home Header Slider */

.home .page-header.slider{
  position: relative;
}

.home .header-slides{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.home .header-slides li{

}

.per-listing{
  height: 100%;
  position: relative;
}

.per-listing.active .per-listing-bg{
  opacity: 1;
  transition: all .3s;
}

.per-listing .per-listing-bg{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.per-listing .per-listing-inner{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 500px;
  color: #fff;
  background-color: rgba(22,60,111,0.90);
}

.per-listing:nth-child(2) .per-listing-inner{
  background-color: rgba(22,60,111,.85);
}

.per-listing:nth-child(3) .per-listing-inner{
  background-color: rgba(22,60,111,.65);
}

.per-listing:nth-child(4) .per-listing-inner{
  background-color: rgba(22,60,111,.51);
}

.per-listing:nth-child(5) .per-listing-inner{
  background-color: rgba(22,60,111,.74);
}

.per-listing .listing-name{
  transform: rotate(-90deg);
  /* width: 120px; */
}

.per-listing .listing-name h2{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,65%);
}

.listing-cont {
  display: none;
  padding-left: 20%;
  padding-right: 10%;
}

.per-listing:last-child .listing-cont{
  display: block;
}

/* Listing Cat Mobile */
#accordion h3{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  background: rgba(22,60,111,1);
}

#accordion h3#ui-id-3{
  background: rgba(22,60,111,0.85);
}

#accordion h3#ui-id-5{
  background: rgba(22,60,111,0.65);
}

#accordion h3#ui-id-7{
  background: rgba(22,60,111,0.51);
}

#accordion h3#ui-id-9{
  background: rgba(22,60,111,0.74);
}

#accordion h3 .ui-icon{
  display: none;
}

#accordion .listing-cat-body{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ui-widget-content a{
  color: #fff;
}

#accordion .listing-cat-body p{
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 30px 0;
}

#accordion .listing-cat-body .btn-cont{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

#accordion .listing-cat-body:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,60,111,0.90);
}

#accordion .listing-cat-body#ui-id-4:after{
  background-color: rgba(22,60,111,0.85);
}

#accordion .listing-cat-body#ui-id-6:after{
  background-color: rgba(22,60,111,0.65);
}

#accordion .listing-cat-body#ui-id-8:after{
  background-color: rgba(22,60,111,0.51);
}

#accordion .listing-cat-body#ui-id-10:after{
  background-color: rgba(22,60,111,0.74);
}
/* /Listing Cat Mobile */

.events-wrapper-inner{
  position: relative;
}

.events-wrapper-inner .event-desc .btn-cont{
  position: relative;
  bottom: auto;
  right: auto;
}

.events-wrapper-inner .btn-cont{
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.upcoming-event .per-event .upcoming-event-inner .btn-cont a{
  color: #fff;
}

.upcoming-event .per-event .upcoming-event-inner .btn-cont a:hover{
  color: #163C6F;
}

.upcoming-event .per-event .upcoming-event-inner{
  padding: 30px 20px 50px;
  color: #fff;
  text-align: left;
}

.upcoming-event .per-event .upcoming-event-inner h3{
  margin: 10px 0;
}

.upcoming-event .per-event .upcoming-event-inner a{
  color: #fff;
  transition: all .4s;
}

.upcoming-event .per-event .upcoming-event-inner a:hover{
  color: #F7B524;
}

.upcoming-event .per-event:nth-of-type(odd){
  background-color: rgba(22,60,111,.65);
}

.upcoming-event .per-event:nth-of-type(even){
  background-color: rgba(22,60,111,.51);
}

.upcoming-event .per-event:nth-child(3){
  background-color: rgba(22,60,111,.85);
}

/*------------------------------------*\
    Listing Category Page
\*------------------------------------*/
.listing-header-inner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 450px;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.listing-header-inner:before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(22,60,111,.80);
}

.listing-header-inner .header-sec{
  position: relative;
  color: #fff;
  max-width: 650px;
}

.listing-header-inner .header-sec:before{
  content: '';
  position: absolute;
  top: -50px;
  left: -300px;
  width: 280px;
  height: 300px;
  background-image: url('img/Path-47.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.listing-header .narrow-img .per-img{
  min-height: 450px;
}

/* Featured Listing */
.featured-listing{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.featured-listing .featured-inner{
  min-height: 450px;
  height: 100%;
  display: flex;
  align-items: flex-start;;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 20px;
}

.featured-listing-slider .slick-dots{
  width: 100%;
  bottom: 30px;
  right: 0;
}

.slick-dots li{
  margin: 0;
}

.slick-dots li button{
  width: inherit;
  height: inherit;
}

.slick-dots li button:before{
  font-size: 1.2rem;
  width: inherit;
  height: inherit;
  color: #163C6F;
  opacity: 1;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before{
  color: #fff;
}

.per-listing{
  height: 100%;
  width: 20%;
  transition: width .3s ease-in-out;
  cursor:pointer;
}
.per-listing.active {
  width: 100%;
}

.per-listing a{
  display: inline-block;
  width: 100%;
}

.listings-wrapper .per-listing .listing-img{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}

.listings-wrapper .per-listing .listing-title{
  width: 100%;
  padding: 20px;
  color: #fff;
  transition: all .4s;
  z-index: 1;
  background-color: #163C6F;
}

.listings-wrapper .per-listing .listing-title h4{
  margin: 0;
  font-size: 2.1rem;
  font-weight: 500;
}

.per-listing a .listing-img:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0,0,0,0);
}

.per-listing a:hover .listing-img:before{
  background-color: rgba(0,0,0,0.5);
}

.per-listing a:hover .listing-title{
  background-color: #F7B524;
}

/*------------------------------------*\
    Single Listing Page
\*------------------------------------*/
.single-listings .listing-header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 30px 0;
  color: #163C6F;
}

.single-listings .listing-header:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207,215,229,0.91);
}

.single-listings .listing-slider{
  margin-top: 20px;
}

.listing-content-wrapper{
  margin: 50px 0;
}

.single-listings .listing-description{

}

.single-listings .listing-description h2{
  color: #163C6F;
  margin: 0;
}

.single-listings .listing-contact-info{
  background-color: #163C6F;
  color: #fff;
  padding: 10% 15%;
  height: 100%;
}

.single-listings .listing-contact-info ul.socials{
  list-style-type: none;
  padding: 0;
}

.single-listings .listing-contact-info ul.socials li{
  display: inline-block;
  font-size: 3.2rem;
  margin-right: 10px;
}

.single-listings .listing-contact-info a{
  color: #fff;
  transition: all .3s;
}

.single-listings .listing-contact-info a:hover{
  color: #F7B524;
}

.single-listings .listing-contact-info h2{
  color: #fff;
  margin: 0;
}

.single-listings .listing-map{
  height: 100%;
}

.nearby-attractions-wrapper h2{
  color: #163C6F;
  margin-bottom: 10px;
}

.nearby-attractions-wrapper .per-listing-post{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  max-height: 300px;
  height: 35vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px;
  position: relative;
}

.nearby-attractions-wrapper .per-listing-post:before{
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0);
  transition: all .4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nearby-attractions-wrapper .per-listing-post:hover:before{
  background-color: rgba(0,0,0,0.4);
}

.nearby-attractions-wrapper .per-listing-post h5{
  position: relative;
  text-align: right;
  color: #fff;
  margin: 0;
}

.nearby-section p.sml-font{
  color: #163C6F;
  font-size: 1.4rem;
  text-align: right;
}

/*------------------------------------*\
    Itinerary
\*------------------------------------*/
.per-itinerary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  padding: 10%;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.per-itinerary:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  transition: all .4s;
}

.itinerary-page-wrapper a:hover .per-itinerary:before{
  background-color: rgba(0,0,0,0.6);
}

.per-itinerary .itinerary-inner{
  z-index: 1;
}

.per-itinerary h4{
  margin: 15px 0;
}

/* Single Itinerary */
.itinerary-single-wrapper{
  position: relative;
}

.scroll-top{
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 3;
  font-size: 4.5rem;
}

.scroll-top a{
  color: #163C6F;
  transition: all .4s;
}

.scroll-top a:hover{
  color: #F7B524;
}

.single-itineraries .itinerary-header{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 550px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.single-itineraries .itinerary-header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207,215,229,0.90);
}

.single-itineraries .itinerary-header:after{
  content: '';
  position: absolute;
  top: 0;
  right: -80px;
  width: 300px;
  height: 100%;
  background-image: url('img/Path-21.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.itinerary-header-inner{
  position: relative;
  width: 100%;
  color: #163C6F;
  z-index: 2;
}

.per-section{
  margin: 40px 0 0;
}

.section-inner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.per-section .listing-content{
  background-color: rgba(22,60,111,.94);
  padding: 5% 20px;
  min-height: 450px;
  color: #fff;
}

.per-section h2{
  margin: 10px 0;
}

.per-section p a{
  color: #fff;
  transition: all .4s;
}

.per-section p a:hover{
  color: #F7B524;
}

.multiple-listings-section .section-cont{
  min-height: 450px;
  padding: 5% 10%;
}

.single-itineraries .columns.section-head{
  margin-bottom: 5px;
}

.multiple-listings-section .narrow-img{
  height: 100%;
}

.multiple-listings-section .narrow-img .per-img{
  max-height: none;
  height: 100%;
}

.per-section-listing{
  background-color: #A6B1C3;
  margin-bottom: 5px;
  color: #fff;
}

.per-section-listing .listing-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  height: 100%;
}

.per-section-listing-cont{
  padding: 20px 20px 30px;
}

.per-section-listing-cont .top{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.per-section-listing-cont .top h2{
  line-height: 1;
}

.per-section-listing-cont .top .btn-cont .btn{
  margin: 0;
}

.section-cat{
  background-color: #163C6F;
  padding: 20px 20px;
  color: #fff;
}

.per-section .section-head .yellow-overlay h2{
  color: #234777;
}

/*------------------------------------*\
    Search Bar
\*------------------------------------*/

#searchModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  /* background-color: rgba(255,255,255,0.9); */
  background-color: #163C6F;
  margin: 10% auto;
  padding: 0;
  border: 0;
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-header {
  padding: 2px 16px;
  color: #163C6F;
  text-align: right;
}

.modal-body{
  padding: 10px 20px 30px;
}

/* The Close Button */
.close {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #F7B524;
  text-decoration: none;
  cursor: pointer;
}

.modal-body .form-inner{
  display: flex;
  justify-content: center;
}

.modal-body .form-inner input[type=search]{
  padding: 10px 15px;
  font-size: 1.6rem;
  color: #163C6F;
  border-radius: 20px 0 0 20px;
  border: 0;
  background-color: #fff;
  width: 80%;
  font-family: 'Lato', sans-serif;
}

.modal-body .form-inner button.search-submit{
  border-radius: 0 20px 20px 0;
  background-color: #F7B524;
  font-size: 2rem;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  transition: all .4s;
}

.modal-body .form-inner button.search-submit:hover{
  background-color: #dd9d10;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.search-header{
  background-color: #163C6F;
  color: #fff;
}

.search-result-wrapper article{
  margin-bottom: 30px;
}

.search-result-wrapper h2{
  margin: 10px 0;
}

.search-result-wrapper h2 a{
  color: #163C6F;
  transition: all .3s;
}

.search-result-wrapper h2 a:hover{
  color: #F7B524;
}
/* /Search Bar */

/* Error Page */
.error-wrapper{
  background-color: #CFD7E5;
  color: #163C6F;
  padding: 50px 0;
  flex: 1;
}

.error404 .footer{
  margin-top: 0;
}
/* /Error Page */


/*------------------------------------*\
    EVENTS
\*------------------------------------*/
.tribe-events-calendar-latest-past{
	display: none;
}

/* List View */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
  padding-top: 50px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border{
  border: 1px solid #AAAAAA;
  margin-bottom: 0;
}

.tribe-events .tribe-events-c-search__button,
.tribe-common .tribe-common-c-btn{
  background-color: #163C6F;
  border-radius: 30px;
}

.tribe-events .tribe-events-c-search__button:hover,
.tribe-common .tribe-common-c-btn:hover{
  background-color: #F7B524;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content{
  flex-direction: row;
}

.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper{
  padding: 0 !important;
  margin: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
.tribe-events .tribe-events-calendar-list__event-details,
.tribe-events .tribe-events-calendar-day__event-details{
  background-color: #A6B1C3;
  padding: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .event-list-inner{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tribe-events h3.tribe-events-calendar-list__event-title a.tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event-title a.tribe-events-calendar-day__event-title-link{
  color: #fff;
  font-family: 'Bitter', serif;
  transition: all .3s;
  border-bottom: 0 !important;
}

.tribe-events h3.tribe-events-calendar-list__event-title a.tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-day__event-title a.tribe-events-calendar-day__event-title-link:hover{
  color: #163C6F;
  border-bottom: 0;
  text-decoration: none;
}

.tribe-events h3.tribe-events-calendar-list__event-title a.tribe-events-calendar-list__event-title-link i.fas,
.tribe-events .tribe-events-calendar-day__event-title a.tribe-events-calendar-day__event-title-link i.fas{
  margin-left: 10px;
}

.tribe-events .tribe-events-calendar-list__event{
  padding: 0 25px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-events .tribe-events-calendar-day__event-datetime{
  color: #163C6F;
  font-weight: 700;
  font-family: 'Bitter', serif;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-description p{
  color: #fff;
}

.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon .tribe-common-c-svgicon,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text{
  color: #F7B524;
}

.tribe-events .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text{
  color: #163C6F;
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Bitter', serif;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child{
  margin-top: 10px !important;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg{
  color: #163C6F;
}

.tribe-events .tribe-events-calendar-list__month-separator{
  margin: 50px 0 20px;
}

.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev{
  border: 2px solid #163C6F;
  color: #163C6F !important;
  padding: 0 10px;
  border-radius: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  background-color: transparent;
  transition: all .4s;
}

.tribe-events .tribe-events-c-nav__next .tribe-events-c-nav__next-label{
  padding-right: 10px;
  border-right: 2px solid #163C6F;
}

.tribe-events .tribe-events-c-nav__prev .tribe-events-c-nav__prev-label{
  padding-left: 10px;
  border-left: 2px solid #163C6F;
}

.tribe-events .tribe-events-c-nav__next:hover,
.tribe-events .tribe-events-c-nav__prev:hover{
  background-color: #163C6F;
  color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg{
  margin-left: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg{
  margin-right: 10px;
}

.tribe-events .tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path{
  fill: #163C6F !important;
  transition: all .4s;
}

.tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path{
  fill: #fff !important;
}

.tribe-events .tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled{
  opacity: 0.7;
}

.tribe-events .tribe-events-c-nav__next:disabled:hover,
.tribe-events .tribe-events-c-nav__prev:disabled:hover{
  background-color: transparent;
  color: #163C6F !important;
}

.tribe-events .tribe-events-c-nav__next:disabled:hover .tribe-events-c-nav__next-icon-svg path,
.tribe-events .tribe-events-c-nav__prev:disabled:hover .tribe-events-c-nav__prev-icon-svg path{
  fill: #163C6F !important;
}

/* Monthly View */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar{
  margin-top: 30px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button{
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #163C6F;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum{
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #163C6F;
}

.tribe-events .tribe-events-calendar-month__calendar-event--featured:before{
  background-color: #F7B524;
}

.tribe-common .tribe-common-c-svgicon--featured path{
  fill: #F7B524;
}

/* Daily View */
.tribe-events .datepicker .datepicker-switch{
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #163C6F;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover{
  background: #163C6F;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event{
  margin-left: 0;
  margin-right: 0;
}

.tribe-events .tribe-events-calendar-day__time-separator .tribe-common-h--alt{
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #163C6F;
  font-size: 2rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before{
  display: none;
}

/* Single Events */
#tribe-events-pg-template{
    max-width: 100%;
    padding: 0;
}

.tribe-events-single{
  margin-top: 50px;
}

.events-header{
  position: relative;
  padding: 30px 0;
  color: #163C6F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.events-header:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207,215,229,0.85);
}

.tribe-events-single .tribe-events-venue-map{
  width: auto;
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.single-tribe_events .btn.all-events i.fas{
  padding-left: 0;
  padding-right: 5px;
}

.single-tribe_events .btn.blue-btn.all-events span{
  border-right: 0;
  border-left: 2px solid #163C6F;
  padding: 5px 5px 5px 10px;
}

.single-tribe_events .listing-header{
  display: none;
}

.single-tribe_events .main-content-events .listing-header{
  display: block;
}

.tribe-events-content h2{
  color: #163C6F;
  font-family: 'Bitter', serif;
  margin: 15px 0;
}

.single-tribe_events .tribe-events-content p{
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
}

.tribe-events-cal-links{
  margin: 40px 0;
}

.tribe-events-single-event-description{
  margin: 20px 0;
}

.tribe-events-cal-links a.tribe-events-button{
  font-family: 'Bitter', serif;
  font-weight: 700;
  transition: all .4s;
}

.tribe-events-cal-links a.tribe-events-button:hover{
  color: #163C6F;
}

.single-tribe_events .tribe-events-event-meta:before,
.single-tribe_events .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){
  display: none;
}

.meta-section{
  width: 100%;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta{
  width: 100%;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group{
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: #163C6F;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group a{
  color: #fff;
  transition: all .3s;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group a:hover{
  color: #F7B524;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap{
  padding: 0;
  height: 100%;
}

.single-tribe_events .tribe-events-venue-map>div,
.single-tribe_events .tribe-events-venue-map>iframe{
  max-height: 100%;
  height: 100%;
}

.tribe-events-meta-group .tribe-events-single-section-title{
  color: #fff;
}

.tribe-events-single .tribe-events-sub-nav{
  padding: 0;
}

.tribe-events-single .tribe-events-sub-nav a{
  background-color: #F7B524;
  border: 2px solid #F7B524;
  color: #163C6F !important;
  padding: 5px 15px;
  border-radius: 20px;
  transition: all .4s;
  display: inline-block;
  text-align: center;
}

.tribe-events-single .tribe-events-sub-nav a:hover{
  background-color: #fff;
}

.tribe-events .tribe-events-header{
  z-index: 9;
}

.single-tribe_events #tribe-events-footer{
  margin-top: 40px;
}

/*------------------------------------*\
    SUBMIT AN EVENT
\*------------------------------------*/
.submit-an-event .tribe-community-events.form{
  background-color: #A6B1C3;
  border: 0;
}

.submit-an-event .my-events-header h2.my-events{
  color: #fff;
  font-weight: bold;
  font-size: 3.8rem;
}

.submit-an-event .my-events-header a.tribe-button{
  display: none;
}

.submit-an-event .tribe-community-events .events-community-post-content label,
.submit-an-event .tribe-community-events .events-community-post-title label,
.submit-an-event .tribe-community-events .tribe-section .tribe-section-header h3{
  color: #163C6F;
}

.submit-an-event #post.events-community-submit,
.submit-an-event #post.events-community-submit:focus,
.submit-an-event #post.events-community-submit:visited{
  background-color: rgba(255,255,255,0);
  border: 2px solid #fff;
  border-radius: 20px;
  transition: all .3s;
  color: #fff;
  font-size: 1.4rem;
}

.submit-an-event #post.events-community-submit:hover{
  background-color: rgba(255,255,255,1);
  color: #163C6F;
}

/*------------------------------------*\
    Weddings
\*------------------------------------*/
.per-wedding-cat {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  padding: 10%;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.per-wedding-cat:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  transition: all .4s;
}

.weddings-cat a:hover .per-wedding-cat:before{
  background-color: rgba(0,0,0,0.6);
}

.per-wedding-cat .per-wedding-cat-inner{
  z-index: 1;
}

.per-wedding-cat h4{
  margin: 15px 0;
}

/*------------------------------------*\
    News
\*------------------------------------*/

.news .listing-header{
  position: relative;
  padding: 30px 0;
  color: #163C6F;
}

.news .listing-header:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207,215,229,0.91);
}

.news .listing-header h2{
  margin-bottom: 10px;
}

.per-blog{
  background-color: #163C6F;
  color: #fff;
  margin-top: 10px;
}

.per-blog a{
  color: #fff;
  transition: all .4s;
}

.per-blog a:hover{
  color: #F7B524;
}

.blog-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 300px;
}

.per-blog-inner{
  padding: 20px 10% 30px;
}

.per-blog-inner h2{
  margin: 0;
}

.per-blog-inner h2 i.fas{
  margin-left: 10px;
}

.per-blog-inner p.date{
  margin: 0;
  font-weight: 500;
  font-family: 'Bitter', serif;
}

.per-blog-inner p a.readMore{
  font-style: italic;
}

/* Single News */
.single-post .listing-header{
  position: relative;
  padding: 30px 0;
  color: #fff;
}

.single-post .listing-header:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,60,111,0.89);
}

.single-post .listing-title{
  position: relative;
  z-index: 1;
}

.share-label{
  display: inline-block;
  font-family: 'Bitter', serif;
  font-size: 2rem;
}

.addtoany_shortcode{
  display: inline-block;
}

.plain-cont h2{
  color: #163C6F;
}

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

/*------------------------------------*\
    About
\*------------------------------------*/
.about-slider .slick-next{
  right: 20px;
  width: auto;
  height: auto;
}

.about-slider .slick-prev{
  left: 20px;
  z-index: 1;
  width: auto;
  height: auto;
}

.about-slider .slick-prev:before{
  content: '\f053';
  font-size: 5rem;
  font-family: 'Font Awesome 5 Pro';
}

.about-slider .slick-next:before{
  content: '\f054';
  font-size: 5rem;
  font-family: 'Font Awesome 5 Pro';
}

.about-slider .slick-dots li.slick-active button:before,
.about-slider .slick-dots li button:focus:before,
.about-slider .slick-dots li button:hover:before{
  color: #F7B524;
}

/*------------------------------------*\
    History
\*------------------------------------*/
.history .history-header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 300px;
  max-height: 600px;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.history .history-header:before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(22,60,111,.80);
}

.history .history-header-inner{
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.history .history-header-inner:before{
  content: '';
  position: absolute;
  top: -50px;
  left: -300px;
  width: 280px;
  height: 300px;
  background-image: url(img/Path-47.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.history h2{
  color: #163C6F;
}

.per-year{
  padding: 30px 0;
  position: relative;
}

.per-year:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.history .per-year h2{
  margin-top: 0;
}

.per-year .year{
  position: relative;
}

.per-year .year-img{
  text-align: center;
}

/*------------------------------------*\
    Contact
\*------------------------------------*/
.contact .page-header,
.page .page-header{
  min-height: auto;
  max-height: none;
  height: 100%;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact .page-header:before,
.page .page-header:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(22,60,111,.80);
}

.contact .page-header .page-title,
.page .page-header .page-title{
  position: relative;
  padding: 10% 0;
}

.contact .contact-info{
  height: 100%;
  color: #fff;
  padding: 50px;
  background-color: #163C6F;
}

.contact .contact-info h3{
  margin-top: 0;
}

.contact .contact-info a{
  color: #fff;
  transition: all .3s;
}

.contact .contact-info a:hover{
  color: #F7B524;
}

.contact ul.socials{
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}

.contact ul.socials li{
  display: inline-block;
  margin-right: 10px;
  font-size: 3rem;
}

.contact .content-inner{
  background-color: #A6B1C3;
  padding: 20px;
  color: #fff;
}

.contact .content-inner h3{
  margin-top: 0;
}

.content-inner .with_frm_style input[type=text],
.content-inner .with_frm_style input[type=password],
.content-inner .with_frm_style input[type=email],
.content-inner .with_frm_style input[type=tel],
.content-inner .with_frm_style select,
.content-inner .with_frm_style textarea{
  height: auto;
  border-radius: 0;
  padding: 15px;
}

.content-inner .frm_submit{
  text-align: right;
}

.content-inner .frm_style_formidable-style.with_frm_style .frm_submit button.btn{
  background-color: transparent;
  padding: 0 10px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 20px;
}

.content-inner .frm_style_formidable-style.with_frm_style .frm_submit button.btn:hover{
  background-color: #fff;
  color: #163C6F;
}

/*------------------------------------*\
    Request a Guide
\*------------------------------------*/
.request-a-guide .page-header{
  min-height: 0;
  max-height: none;
  height: 100%;
  padding: 50px 0;
  position: relative;
  color: #fff;
}

.request-a-guide .page-header .container{
  position: relative;
}

.request-a-guide .guide-cover{
  padding: 10%;
  position: relative;
  text-align: center;
}

.request-a-guide .guide-cover:before{
  display: none;
}

.request-a-guide .guide-cover img{
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.3);
}

.request-guide-wrapper{
  margin-top: -30px;
  position: relative;
}

.request-a-guide .content-inner{
  background-color: #A6B1C3;
  padding: 20px;
  color: #fff;
}

.request-a-guide .content-inner h2{
  margin-top: 0;
}

.with_frm_style .frm_checkbox label{
  font-size: 1.6rem;
  color: #fff;
}

.congrats-hardcopy .btn-cont,
.congrats .btn-cont{
  text-align: center;
  margin-top: 30px;
}

.congrats-hardcopy .btn,
.congrats .btn{
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


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

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

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

  .tribe-events-calendar-list,
  .tribe-events-header {
opacity:1 !important;
  }
.tribe-events-c-nav__list {
  margin-top:30px !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {
  .no-mobile{
    display: none;
  }

  .no-tablet{
    display: none;
  }

  h1 {
      font-size: 3.8rem;
      font-family: 'Bitter', serif;
  }

  h2 {
      font-size: 2.8rem;
      letter-spacing: 1px;
      font-family: 'Bitter', serif;
  }

  h3 {
      font-size: 2.5rem;
      font-family: 'Bitter', serif;
  }

  .listings-section.for-desk{
    display: none;
  }

  .listings-section.for-mobile{
    display: block;
  }
  .home .header {
    background-color: unset;
  }
  .page-header.slider li img.slider-image {
 
    display:none;
  }
  .page-header.slider li.image-li {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    min-height:400px;
  }

}

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

  .header .logo-img{
    width: 100%;
  }
}

@media only screen and (min-width:769px) {
  h1 {
      font-size: 4.8rem;
      font-family: 'Bitter', serif;
  }

  h2 {
      font-size: 3.8rem;
      letter-spacing: 1px;
      font-family: 'Bitter', serif;
  }

  h3 {
      font-size: 2.8rem;
      font-family: 'Bitter', serif;
  }

  h4 {
      font-size: 2.4rem;
      font-family: 'Bitter', serif;
  }

  h5 {
      font-size: 2.0rem;
      font-family: 'Bitter', serif;
  }

  h6 {
      font-size: 1.6rem;
      font-family: 'Bitter', serif;
  }

  .featured-listing .columns{
    justify-content: flex-end;
  }

  .featured-listing-slider .slick-dots{
    width: 66.66667%;
  }

  .no-mobile{
    display: block;
  }

  .single-listings .listing-map{
    padding: 0 10px 0 15px;
  }

  .single-listings .listing-header .listing-title,
  .events-header .listing-title,
  .per-featured-blog .listing-title{
    padding-right: 20px;
  }

  .tribe-events .tribe-events-calendar-list__event{
    padding: 0;
  }

  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper{
    padding-left: 21px;
    padding-left: var(--tec-grid-gutter-small-half);
    padding-right: 0;
  }

  .single-tribe_events .tribe-events-single .tribe-events-event-meta{
    width: 100%;
  }

  .request-a-guide .content-inner{
    padding: 30px;
  }

  .home .page-header-inner .header-logo{
    width: 70%;
  }

  .featured-listing .featured-inner{
    padding: 20px 20%;
    align-items: center;
  }

  .per-section-listing-cont{
    padding: 20px 5% 30px;
  }

  .per-section .listing-content{
    padding: 5% 8%;
  }

  .section-cont{
    padding: 10% 8%;
  }

  .section-cat{
    padding: 20px 7%
  }

  .contact .content-inner{
    padding: 50px;
  }

  .home .page-header-inner .header-logo a ul li img{
    max-width: 300px;
  }

  .home .page-header-inner .header-logo a > h1 img{
    width: 200%;
  }
  .page-header.slider li.image-li {
    background:none;
    min-height:unset;
  }
  .page-header.slider li img.slider-image  {
    display:block;
  }

}

@media only screen and (min-width:1024px) {
  h1 {
      font-size: 5rem;
      font-family: 'Bitter', serif;
  }

  h2 {
      font-size: 3.8rem;
      letter-spacing: 1px;
      font-family: 'Bitter', serif;
  }

  h3 {
      font-size: 2.8rem;
      font-family: 'Bitter', serif;
  }

  h4 {
      font-size: 2.4rem;
      font-family: 'Bitter', serif;
  }

  h5 {
      font-size: 2.0rem;
      font-family: 'Bitter', serif;
  }

  h6 {
      font-size: 1.6rem;
      font-family: 'Bitter', serif;
  }

  .header div.logo{
    width: 300px;
  }

  .no-tablet{
    display: block;
  }

  .contact-info-wrapper ul{
    justify-content: flex-end;
  }

  .footer .nav ul,
  .home .footer .nav ul{
    justify-content: flex-end;
  }

  .inner-banner{
    padding-right: 0;
  }

  .newsletter-wrapper{
    margin-top: 20px;
  }

  .newsletter-wrapper .frm_fields_container{
    justify-content: flex-start;
  }

  .newsletter-wrapper p,
  .footer .logo{
    text-align: left;
  }

  .home .upcoming-event .per-event{
    width: 20%;
  }

  .upcoming-event .per-event .upcoming-event-inner{
    padding-bottom: 50%;
  }

  .featured-listing-slider .slick-dots{
    width: 50%;
  }

  .single-listings .listing-description{
    padding: 30px 0 30px 5px;
  }

  .single-listings .listing-slider{
    margin-top: 0;
  }

  .per-section-listing-cont .top .btn-cont .btn{
    margin-left: 10px;
  }

  .per-section-listing .listing-img.no-desc{
    min-height: 200px;
  }

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

  .about-slider .slick-track{
    display: flex !important;
  }

  .per-year .year{
    transform: rotate(-90deg);
    text-align: center;
  }

  .per-year:before{
    content: '';
    position: absolute;
    left: 11%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
  }

  .per-year .year:before{
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }

  .history-years-wrapper{
    position: relative;
  }

  .history-years-wrapper{
    position: relative;
    margin-bottom: 60px;
  }

  .history-years-wrapper:before{
    content: '';
    position: absolute;
    left: 9.5%;
    top: -10px;
    width: 58px;
    z-index: 1;
    height: 55px;
    background-image: url(img/Path-22.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .history-years-wrapper:after{
    content: '';
    position: absolute;
    left: 9.5%;
    bottom: -40px;
    width: 58px;
    z-index: 1;
    height: 55px;
    background-image: url(img/Path-22.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .request-a-guide .content-inner{
    padding: 50px;
  }

  .request-a-guide .page-header .page-title{
    padding-right: 50px;
  }

  .request-a-guide .guide-cover:before{
    display: block;
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    max-width: 400px;
    width: 100%;
    max-height: 400px;
    height: 100vw;
    border-radius: 50%;
    background-color: #fff;
  }

  .home .page-header-inner .header-logo{
    width: 40%;
  }

  .per-section-listing-cont{
    padding: 20px 8% 30px;
  }

  .per-section .listing-content{
    padding: 5% 10%;
  }

  .section-cont{
    padding: 10%;
  }

  .history .per-year h2{
    margin-top: 20px;
  }

  .listings-section.for-desk{
    display: block;
  }

  .listings-section.for-mobile{
    display: none;
  }

  .per-listing .listing-name h2{
    transform: translate(-50%,25%);
  }

  .upcoming-event .per-event .upcoming-event-inner{
    text-align: right;
  }

  .per-section-listing-cont .top{
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .per-section-listing-cont .top .btn-cont{
    margin-top: 15px;
  }

  .single-itineraries .per-section-listing-cont .top .btn-cont .btn{
    width: 130px !important;
  }
  .home .header{
    background-color: rgba(22,60,111,0.74);
  }

 
}

@media only screen and (min-width:1140px) {
  .per-year .year:before{
    bottom: -21px;
  }
}

@media only screen and (min-width:1280px) {
  .per-listing .listing-name h2{
    transform: translate(-50%,65%);
  }
}

@media only screen and (min-width:1400px){
  .per-year .year:before{
    bottom: -25px;
  }
}

@media only screen and (min-width:1500px){
  .per-year .year:before{
    bottom: -30px;
  }
}

/*------------------------------------*\
    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;
    }
}
