/*!
 
Theme Name: Meridian Group
Theme URI: https://www.themeridiangroup.com
Author: Meridian Group
Author URI: https://www.themeridiangroup.com
Description: Blank Theme
Version: 1.0
License: MIT
License URI: 
 
*/
/************************************************************************************
variables
*************************************************************************************/
/************************************************************************************
LAYOUT
*************************************************************************************/
/* resets */
html, body, div, span, object, iframe, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block; }

@font-face {
  font-family: 'Oregon';
  src: url("fonts/Oregon.eot");
  src: url("fonts/Oregon.eot?#iefix") format("embedded-opentype"), url("fonts/Oregon.woff2") format("woff2"), url("fonts/Oregon.woff") format("woff"), url("fonts/Oregon.ttf") format("truetype"), url("fonts/Oregon.svg#Oregon") format("svg");
  font-weight: normal;
  font-style: normal; }

/************************************************************************************
LAYOUT
*************************************************************************************/
html, body {
  width: 100%;
  height: 100%; }

body {
  font: 17px/28px 'Open Sans', helvetica, arial, sans-serif !important;
  color: #404040;
  position: relative;
  text-align: center; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

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

.lt {
  float: left; }

.rt {
  float: right; }

p {
  margin-bottom: 24px; }

a:link, a:visited, a:hover, a:active {
  text-decoration: initial;
  color: initial; }

/* overwrite bootstrap's link colors */
a:focus {
  outline: 0; }

/* overwrite bootstrap's outline */
a:link, a:visited, a:active {
  color: #0081C6; }

a:hover {
  color: #7AC142; }

input, textarea {
  max-width: 100%; }

input:focus {
  border-color: #7CCDE9; }

/* form field focus border color */
h1 {
  text-transform: uppercase;
  color: #414042;
  font-family: "Oregon", sans-serif;
  font-size: 56px;
  /* font-weight: bold; */
  margin: 0 auto;
  /* padding: 0 10px; */ }

.bars {
  font-family: "Oregon", sans-serif;
  line-height: 0.5;
  text-align: center;
  margin: 24px 0 36px 0; }

.bars span {
  display: inline-block;
  position: relative; }

.bars span:before, .bars span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 5px solid #A0A0A0;
  top: 20px;
  width: 600px; }

.bars span:before {
  right: 100%;
  margin-right: 15px; }

.bars span:after {
  left: 100%;
  margin-left: 15px; }

h1.page-title {
  color: #414042; }

@media (max-width: 414px) {
  h1 {
    line-height: 0.9; } }

.clear {
  clear: both; }

ul, ol {
  margin-left: 15px; }

.hr {
  background-color: #404040;
  width: 100%;
  height: 1px;
  margin: 20px auto; }

/* buttons */
a.button, .wpcf7-form input[type="submit"], .vfb-submit {
  padding: 12px 20px 10px 20px;
  display: inline-block;
  font-family: "Oregon", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  background: #004c79;
  text-transform: uppercase;
  max-width: 100%;
  transition: all .2s;
  text-decoration: none; }

a.button:hover, .wpcf7-form input[type="submit"]:hover, .vfb-submit:hover {
  background: #0081C6;
  text-decoration: none; }

a.button.reversed {
  color: #0081C6;
  background: white; }

/* site search */
.search .search-input {
  padding: 6px 10px; }

.search .search-submit {
  padding: 6px;
  border: none;
  background: none;
  color: #404040;
  margin-left: 4px; }

.search .search-submit:hover {
  color: #7CCDE9; }

/* "edit this" link */
a.post-edit-link {
  color: #fff;
  background: #333;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100; }

a.post-edit-link:hover {
  color: #fff;
  background: #000; }

/* vertically align content */
.vac {
  white-space: nowrap; }

.vac-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.vac-content {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  white-space: initial; }

/* fill remaining width */
.frw {
  width: 100%;
  float: left; }

.frw-content-1 {
  float: left; }

.frw-fill-remaining-width {
  overflow: hidden; }

/* fix for full screen search plugin: remove extra space at the bottom of the page */
#full-screen-search {
  display: none !important; }

#full-screen-search.open {
  display: block !important; }

/* svg links clickable */
a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* hide the extra scrollbar that appears in ie11 */
.overlay {
  -ms-overflow-style: none; }

img {
  max-width: 100%; }

.header-content-space {
  display: block;
  height: 100px; }

/************************************************************************************
Markers
*************************************************************************************/
.marker-animation-holder {
  display: inline-block;
  position: absolute;
  z-index: 10;
  margin: -50px auto 0 auto; }

.marker-animation-holder.left {
  left: 20%; }

.marker-animation-holder.right {
  right: 20%; }

.marker {
  width: 211px;
  height: 281px;
  position: relative; }

.marker-bg {
  position: absolute;
  width: 197px;
  height: 281px;
  top: 0;
  left: 0;
  z-index: 1; }

.marker-svg {
  fill: #0081C6;
  border: 6px solid white; }

.green .marker-svg {
  fill: #3bbfad; }

.ltblue .marker-svg {
  fill: #f4b223; }

.dkblue .marker-svg {
  fill: #004c79; }

.marker-fg {
  position: absolute;
  width: 197px;
  height: 281px;
  top: 0;
  left: -5px;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 0 20px 0 17px; }

.marker-fg .vac {
  height: 205px; }

.marker-fg .vac-content {
  white-space: normal !important; }

.marker-fg h1 {
  font-size: 33px;
  line-height: 32px;
  font-family: "Oregon", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 12px; }

.marker-fg p {
  font-size: 17px;
  line-height: 19px;
  margin: 0; }

.marker-animation-holder.left .marker {
  left: 20%;
  -moz-transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  -o-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg); }

.marker-animation-holder.right .marker {
  right: 20%;
  -moz-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  transform: rotate(24deg); }

/* fontawesome circled icons */
.fa.circled {
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 40px; }

/* carousel settings */
.hampton-carousel img {
  width: 100%; }

/* chevrons */
.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top; }

.chevron.right:before {
  left: 0;
  transform: rotate(45deg); }

.chevron.down:before {
  top: 0;
  transform: rotate(135deg); }

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg); }

/* callouts */
.callout {
  padding: 20px;
  background: #fff;
  border: 1px solid #A6A8AB;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33); }

.callout .callout {
  box-shadow: none; }

.callout > *:first-child {
  margin-top: 0; }

.callout > *:last-child {
  margin-bottom: 0; }

.callout ul {
  margin-bottom: 24px; }

.page-headline {
  padding: 70px 0 0 0; }

.page-headline h1 {
  line-height: 49px;
  margin-bottom: 0; }

@media (max-width: 414px) {
  .page-headline h1 {
    line-height: 40px; } }

.page-headline .container {
  overflow: hidden; }

main article ul {
  margin-bottom: 24px; }

/* promo / masthead */
.masthead-flex {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 187px);
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.text-wrap {
  width: 100%;
  margin: 0 auto; }

.text-wrap h1 {
  font-size: 160px;
  line-height: 160px;
  color: white; }

#scroll-down-btn .chevron {
  display: block;
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 44px; }

/* Jazz in Hampton landing page */
.jazz-text-wrap {
	width: unset;
}

.jazz-subhead {
	font-size: .4em;
    line-height: .4em;
    text-align: right;
    margin-right: -1em;
}

.jazz-secondary-image {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.jazz-events-wrap {
	background-color: #004c79;
	padding-bottom: 20px;
}

.jazz-events-container {
	background: url("img/jazz-events-bg.jpg");
	margin-bottom: 80px;
}

.jazz-events-area {
	color: #ffffff;
	padding: 80px 40px;
  height: 1080px;
}

.jazz-events-area h1 {
	color: #ffffff;
	font-size: 55px;
	width: 60%;
}

.jazz-events-carousel {
  /* width: 1053px; */
  margin: 60px auto;
  display: flex !important; 
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.jazz-event-item {
  width: 255px;
  height: 366px;
  background-color: #565557;
}

.jazz-event-thumbnail-area img {
  width: 255px;
  height: 255px;
  object-fit: cover;
}

.jazz-event-details {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jazz-event-details a {
  font-family: 'Oregon', sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

.jazz-no-events {
  text-align: center;
}

.more-jazz-events-button {
  margin: 40px auto;
}

/* Jazz venues */
.jazz-venues-row {
  flex-wrap: wrap;
  margin: 0 auto;
  /* width: 80%; */
  align-items: center;
  justify-content: center;
}

.jazz-venue-holder {
  width: 237px;
  height: 170px;
  margin: 10px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.jazz-venue-holder .screen {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .2s;
}

.jazz-venue-holder:hover .screen {
  opacity: 1;
}

.jazz-venue-holder .jazz-venue-text {
  color: #ffffff;
  font-family: 'Oregon', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30% 15px;
}

.jazz-venue-holder h3 {
  color: #fff;
  font-weight: 600;
}

.jazz-venue-holder img {
  margin: 0 auto;
  max-width: 237px;
  max-height: 170px;
}

.jazz-venue-holder .vac {
  height: 170px;
  width: 100%;
}

.jazz-venue-holder .vac-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.jazz-venue-holder .vac-content {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  white-space: initial;
}

@media (max-width: 480px) {
  .jazz-subhead {
    line-height: normal;
    margin-right: inherit;
    text-align: center;
  }
  
  .jazz-events-container {
    margin-bottom: 0;
  }

  .jazz-events-area {
    padding: 80px 0 0 0;
  }

  .jazz-events-area h1 {
    font-size: 2.2rem;
    width: inherit;
  }
}

@media (max-width: 768px) {
  .jazz-venue-holder {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }

  .jazz-venue-holder:hover .screen {
    opacity: 0;
  }
}

@media (max-width: 1500px) {
  .jazz-events-area {
    height: inherit;
  }
}

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .text-wrap h1 {
    font-size: 60px;
    line-height: 60px; } }

/* strips */
.strip {
  padding-top: 50px;
  padding-bottom: 50px; }

.strip.light, .strip.light h1 {
  color: #ffffff; }

.strip.light .button {
  background-color: #fff;
  color: #414042; }

.strip.light .button:hover {
  color: #0081C6;
  text-decoration: none; }

.strip.light a {
  color: white; }

.strip.light a:hover {
  text-decoration: underline; }

.strip.dark a {
  color: #0081C6; }

.strip.dark a.button {
  color: white; }

/*keep li bullets from floating left (if alignment is centered) on iPad*/
.strip ul {
  list-style-position: inside; }

/* accordion */
.strip.light #accordion {
  text-align: left;
  color: #414042; }

.strip.light #accordion a {
  color: #0081C6; }

.strip.dark #accordion {
  text-align: left;
  color: #414042; }

.strip.dark #accordion a {
  color: #0081C6; }

#accordion h6 {
  font-weight: bold;
  text-transform: uppercase; }

#accordion .card {
  margin-bottom: 8px; }

#accordion .card p:last-of-type {
  margin-bottom: 0; }

/* bootstrap sections */
.imgtxt-layout-4-8 {
  text-align: left;
  margin-bottom: 24px; }

.imgtxt-layout-4-8 img {
  max-width: 100%; }

  div.container-fluid.strip.dark > div div.col-md-4 > img {
    flex-shrink: 0 !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    max-width: none !important;
}

body.page-template-template-venues div.container-fluid.strip.dark > div div.col-md-4 > img {
  max-width: 100% !important;
}

div.strip.dark div.imgtxt-layout-4-8 > div.col-md-4 {
  height: 350px !important;
  width: 350px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
}

.imgtxt-layout-4-8 h2 {
  margin-top: 24px; }

.imgtxt-layout-4-8 .col-md-4, .imgtxt-layout-4-8 .col-md-8 {
  align-self: center; }

@media (max-width: 768px) {
  .imgtxt-layout-4-8 img {
    margin-bottom: 24px; } }

/* logos sections */
.logo-holder {
  width: 23%;
  height: 180px;
  margin: 1%;
  background-color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24); }

.logo-holder .screen {
  background-color: rgba(0, 129, 198, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .2s; }

.logo-holder:hover .screen {
  opacity: 1; }

.logo-holder .logo-text {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30% 15px; }

.logo-holder h3 {
  color: #fff;
  font-weight: 600; }

.logo-holder img {
  margin: 0 auto;
  max-width: 85%;
  max-height: 133px; }

.logo-holder .vac {
  height: 180px;
  width: 100%; }

.logo-holder .vac-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.logo-holder .vac-content {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  white-space: initial; }

@media (max-width: 768px) {
  .logo-holder {
    width: 100%;
    display: block;
    margin-bottom: 24px; }
  .logo-holder:hover .screen {
    opacity: 0; } }

/* quotes */
.quote {
  border: 1px solid #ddd;
  font-style: italic;
  text-align: center;
  padding: 36px 24px;
  font-size: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.24);
  margin: 0 auto 36px auto;
  color: #0081C6;
  max-width: 750px; }

.quote p {
  margin: 0; }

.quote-by {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #414042; }

/* acf maps (advanced custom fields) */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.acf-map img {
  max-width: inherit !important; }

/* fixes potential theme css conflict */
/************************************************************************************
CONTACT FORM 7
*************************************************************************************/
.wpcf7-form {
  width: 100%; }

.wpcf7-form input {
  width: 100%; }

.wpcf7-form textarea {
  width: 96%; }

.wpcf7-form input[type="submit"] {
  cursor: pointer;
  width: auto;
  background: none; }

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: #414042; }

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #414042; }

.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  color: #414042; }

.wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
  color: #414042; }

.wpcf7-form select option {
  color: #414042;
  background-color: #fff; }

.wpcf7-form textarea {
  padding: 10px;
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
  color: #414042;
  background-color: #0081C6;
  border-style: none;
  border-color: Transparent;
  overflow: auto; }

.wpcf7-form {
  text-align: left;
  padding: 60px 0; }

.wpcf7-form h1, .wpcf7-form .intro {
  text-align: center; }

.wpcf7-form form {
  margin-top: 35px; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
  -webkit-appearance: none;
  background-color: #0081C6;
  padding: 10px;
  margin-bottom: 24px;
  width: 100%;
  border: none; }

.wpcf7-form input[type="submit"] {
  display: inline-block;
  margin: 40px auto 0 auto; }

.wpcf7-form select {
  padding: 10px;
  width: 100%;
  border: 0;
  outline: 0;
  background-color: #0081C6; }

.wpcf7-form label {
  font-weight: 400;
  font-size: 14px;
  color: #414042; }

/* output messages */
div.wpcf7-response-output {
  padding: 10px;
  text-align: center;
  margin: 24px 0 0 0; }

div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #fff;
  color: #aaa; }

span.wpcf7-not-valid-tip {
  color: firebrick; }

@media (max-width: 768px) {
  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select {
    max-width: 100%; } }

.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* add margin-top to first col input to align with 2nd col */
.wpcf7-form input#top {
  margin-top: 26px; }

/* tribe events calendar */
.post-type-archive-tribe_events h1.bars, .single-tribe_events h1.bars {
  display: none; }

.single-tribe_events .tribe-events-event-image {
  text-align: center; }

.tribe-events-event-categories-label, .tribe-events-event-categories {
  display: none; }

.single-tribe_events .tribe-events-single-event-title {
  font-size: 56px; }

@media (max-width: 768px) {
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 32px; } }

.tribe-events-single {
  padding-top: 24px !important;
  border-top: 1px solid #e5e5e5; }

.tribe-events-schedule {
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 0.07em; }

.tribe-events-single-section-title {
  color: #7AC142;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #7AC142; }

.tribe-events-divider {
  padding: 0 24px; }

/************************************************************************************
HEADER
*************************************************************************************/
/* topnav */
.topnav {
  background-color: #87d1e6;
  position: relative;
  height: 50px; }

.topnav .container {
  position: relative; }

.topnav ul {
  margin: 10px 0 0 46px;
  padding: 0; }

.topnav li {
  list-style: none;
  display: inline;
  position: relative; }

.topnav a {
  color: #e5e5e5;
  padding: 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
  transition: all .2s; }

.topnav a:hover {
  color: white;
  text-decoration: none;
  transition: all .2s; }

.topnav nav {
  float: left; }

.topnav .search-submit {
  font-size: 24px;
  float: right;
  color: #e5e5e5;
  margin: 3px 150px 0 0;
  transition: all .2s; }

.search .search-submit:hover {
  color: white;
  transition: all .2s; }

.topnav .book-now {
  font-size: 24px;
  font-family: "Oregon", sans-serif;
  letter-spacing: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 14px;
  text-align: center;
  background-color: #f4b223;
  color: #fff;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transition: all .2s;
  z-index: 1; }

/* topnav dropdown */
.topnav ul ul {
  list-style: none;
  position: absolute;
  left: -9999px;
  background: #f3f3f3;
  width: 268px;
  z-index: 1;
  margin: 12px 0 0;
  padding: 0; }

.topnav ul ul li {
  float: none;
  text-align: left; }

.topnav ul ul a {
  white-space: nowrap;
  color: #414042;
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 6px 20px; }

.topnav ul li:hover ul {
  left: 0; }

.topnav ul li:hover ul li a {
  display: block; }

.topnav ul ul li a:hover {
  color: #0081C6;
  background-color: #e5e5e5; }

.topnav ul li:hover ul li {
  margin: 0; }

/* mainnav */
.mainnav-area {
  position: relative;
  background-color: #fff; }

.mainnav {
  text-align: center;
  padding: 24px 0 18px 0;
  margin: 0; }

.mainnav ul {
  margin: 0;
  padding: 0; }

.mainnav li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding-top: 36px; }

.mainnav li.logo-li {
  padding: 0;
  width: 426px;
  margin: -9px 20px 7px; }

.mainnav li.logo-li a {
  padding: 0; }

.mainnav a {
  color: #414042;
  font-weight: 800;
  font-size: 25px;
  padding: 5px 20px 48px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s; }

.mainnav a:hover {
  color: #80cbdc;
  text-decoration: none;
  transition: all .2s; }

.mainnav .logo {
  display: inline-block;
  width: 80%;
  position: relative;
  transition: all .2s; }

.mainnav .logo:hover {
  cursor: pointer;
  transition: all .2s; }

/* for 1170px or less */
@media only screen and (max-width: 1170px) {
  .mainnav li.logo-li {
    width: 280px;
    margin: 0 10px; }
  .mainnav .logo {
    width: 100%; } }

/* for 980px or less */
@media only screen and (max-width: 980px) {
  .mainnav {
    padding: 0;
    height: 90px; }
  .mainnav li, .topnav {
    display: none; }
  .mainnav li.logo-li {
    width: 280px;
    margin: 10px 0 0;
    float: left;
    display: initial !important; }
  .mainnav .logo {
    width: 100%; }
  .mobile-nav-icon {
    display: initial !important; } }

/* for 480px or less */
@media only screen and (max-width: 480px) {
  .mainnav li.logo-li {
    width: 180px;
    margin-top: 20px; } }

/************************************************************************************
SUBNAV
*************************************************************************************/
/* disable subnav */
.subnav {
  display: none !important; }

.subnav {
  position: absolute;
  background: rgba(0, 129, 198, 0.9);
  z-index: 10;
  bottom: 9000px;
  height: 0;
  width: 100%;
  padding: 20px;
  color: white;
  opacity: 0;
  left: 0;
  transition: all .4s; }

li#see-and-do:hover .subnav, #see-and-do .subnav:hover {
  opacity: 1;
  height: 360px;
  top: 136px;
  transition: all .4s; }

li#stay:hover .subnav, #stay .subnav:hover {
  opacity: 1;
  height: 360px;
  top: 136px;
  transition: all .4s; }

li#eat-and-drink:hover .subnav, #eat-and-drink .subnav:hover {
  opacity: 1;
  height: 360px;
  top: 136px;
  transition: all .4s; }

li#events:hover .subnav, #events .subnav:hover {
  opacity: 1;
  height: 360px;
  top: 136px;
  transition: all .4s; }

li#see-and-do:hover .subnav {
  z-index: 20; }

li#stay:hover .subnav {
  z-index: 20; }

li#eat-and-drink:hover .subnav {
  z-index: 20; }

li#events:hover .subnav {
  z-index: 20; }

/* for 1170px or less */
@media only screen and (max-width: 1170px) {
  .subnav {
    top: 128px; } }

/************************************************************************************
OFF CANVAS NAV
*************************************************************************************/
.mobile-nav-icon {
  position: absolute;
  top: 29px;
  right: 16px;
  font-size: 34px;
  color: #414042;
  float: right;
  display: none; }

.mobile-nav-icon:hover {
  cursor: pointer;
  color: #0081C6; }

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  top: 0;
  right: 0;
  background-color: #0081C6;
  /* Black fallback color */
  background-color: rgba(0, 129, 198, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */ }

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */ }

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  line-height: 46px;
  color: #f7f7f7;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */ }

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #fff; }

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px; }

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 960px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }

/************************************************************************************
SHIFTNAV
*************************************************************************************/
.custom-content-before-menu {
  margin: 0;
  padding: 0;
  margin-top: 36px; }

.custom-content-before-menu li {
  list-style: none;
  display: block;
  background-color: #ffffff;
  padding: 6px; }

.custom-content-before-menu a {
  color: #414045;
  text-transform: uppercase;
  font-size: 22px;
  font: 17px/28px 'Open Sans', helvetica, arial, sans-serif !important; 
  font-weight: 800 !important;
}

.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
  color: #e5e5e5 !important;
  letter-spacing: .2em;
  font: 17px/28px 'Open Sans', helvetica, arial, sans-serif !important; 
font-weight: bold im !important;}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.shiftnav-depth-1 > .shiftnav-target {color: #404040 !important;}

  .shiftnav.shiftnav-shiftnav-main { background:#87d1e6 !important; color:#ffffff; }

  .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu ul.sub-menu {background-color: #f3f3f3 !important; color:#404040 !important;}

/************************************************************************************
HOMEPAGE
*************************************************************************************/
body.homepage {
  background-image: url("img/lighthouse.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

#video-bg {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }

#video-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }

.intro {
  background-color: #fff; }

.intro-area {
  text-align: center;
  padding: 70px 0;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto; }

.image-section {
  background-image: url("img/image-section.jpg");
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative;
  text-align: center; }

.homepage .see-and-do {
  padding: 70px 15px 10px 15px;
  background-color: #fff; }

.see-and-do-h1-area {
  width: 100%;
  max-width: 1170px;
  overflow: hidden; }

.thing {
  height: 500px;
  background-position: center;
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0);
  padding: 0;
  overflow: hidden;
  text-align: center; }

.thing a {
  height: 100%;
  width: 100%;
  display: block; }

.thing span {
  position: absolute;
  background-color: #414042;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 29px;
  font-family: "Oregon", sans-serif;
  width: 100%;
  padding: 24px 0 20px 0;
  bottom: 0;
  left: 0;
  transition: .2s; }

.thing:hover span {
  background-color: #222;
  transition: .2s; }

.thing.left {
  border-left: none; }

.thing.right {
  border-right: none; }

.thing-bg {
  width: 100%;
  height: 100%;
  background-color: lightskyblue;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s; }

.thing:hover .thing-bg, .thing:focus .thing-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sea-to-stars-ticket {
  padding-top: 190px;
  display: block; }

.home-events-wrap {
  padding: 250px 0 100px 0;
  text-align: center; }

.home-events {
  background-color: #87d1e6;
  padding: 70px 0;
  text-align: center;
  position: relative; }

.home-events .marker-animation-holder {
  top: -80px; }

.home-events .marker {
  font-family: "Oregon", sans-serif;
  font-size: 34px;
  line-height: 40px; }

.home-events h1 {
  color: #fff; }

.home-events .owl-carousel {
  margin-top: 70px; }

.home-events-area {
  width: 80%;
  margin: 0 auto; }

.home-events-nav {
  margin: 50px auto 20px auto; }

.home-events-nav li {
  list-style: none;
  display: inline-block;
  margin: 0 30px; }

.home-events-nav a {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  transition: all .2s; }

.home-events-nav a:hover {
  color: #0081C6; }

.home-event {
  width: 100%; }

.home-event-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #7AC142;
  color: #fff;
  padding: 6px 14px 2px 14px;
  text-align: center; }

.home-event-date .date-1 {
  float: left; }

.home-event-date .date-2 {
  float: left; }

.home-event-date .to {
  float: left;
  margin: 3px 3px 0 3px;
  font-size: 12px; }

.home-event-date .day {
  font-size: 24px;
  display: block;
  font-weight: bold; }

.home-event-date .month {
  font-size: 12px;
  text-transform: uppercase; }

.home-event-details {
  background-color: #fff;
  text-align: left;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  padding: 20px;
  width: 100%;
  height: 70px;
  overflow: hidden; }

.home-event-details .event-title {
  height: 30px;
  width: 100%;
  display: table;
  margin-bottom: 10px; }

.home-event-details .event-title h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  display: table-cell;
  vertical-align: middle; }

.home-event-details a {
  color: #000; }

.home-event-details a:hover {
  text-decoration: underline; }

.home-event-details a.view-article {
  display: block;
  font-style: italic;
  margin-top: 10px; }

.home-event-details p:last-of-type {
  margin-bottom: 0; }

.home-events-thumbnail-area {
  height: 250px;
  width: 100%; }

/* .home-events-thumbnail-area img {width: auto; height: auto; max-width: 120% !important; max-height: 120% !important; min-height:100%;} */
.home-events-thumbnail-area img {
  object-fit: cover;
  height: 250px;
  width: 100%; }

.home-events .owl-dots {
  display: none; }

.home-events .owl-theme .owl-nav [class*=owl-] {
  color: #82CBDC;
  background: #fff;
  padding: 15px 0;
  width: 56px;
  font-size: 26px;
  transition: all .2s;
  border-radius: 30px; }

.home-events .owl-theme .owl-nav [class*=owl-]:hover {
  background: #0081C6; }

.home-events .owl-nav .owl-next {
  position: absolute;
  top: 150px;
  right: -90px; }

.home-events .owl-nav .owl-prev {
  position: absolute;
  top: 150px;
  left: -90px; }

.home-events .button {
  background-color: #004C79;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 24px 48px;
  margin-top: 30px;
  transition: all .2s;
  font-family: "Oregon", sans-serif; }

.home-events .button:hover {
  background-color: #0081C6; }

.home-events .button .fa {
  font-size: 19px;
  vertical-align: middle; }

.home-events .button.book-a-room {
  margin-left: 12px;
  cursor: pointer; }

/* Tickets Page   */
a.wp-block-button__link.has-text-color.button {
  padding: 12px 20px 10px 20px;
  display: inline-block;
  font-family: "Oregon", sans-serif;
  color: #fff !important;
  font-size: 24px;
  line-height: 30px;
  background: #004c79 !important;
  text-transform: uppercase;
  max-width: 100%;
  transition: all .2s;
  text-decoration: none;
  border-radius:0px !important;
  border:0px;
}

a.wp-block-button__link.has-text-color.button:hover {
background: #0081C6 !important;
text-decoration: none;
}

.row.imgtxt-layout-4-8.bandwango {
  border-bottom: 1px solid #5d9eb1;
  margin-bottom: 0px;
}

.row.imgtxt-layout-4-8.bandwango:last-of-type {
  border-bottom: none;
}

.container-fluid.dark.strip div.row.bandwango:hover {
  background-color: #3bbfad;
}

.dark.strip .container-fluid.bandwango {
  background-color: #87d1e6;
  margin-bottom: 10em;
}

.container-fluid.strip.dark.bandwango {
  padding: 50px 0px;
}

.dark.strip .col-md-4.bandwango {
  padding-left: 3vw;
  padding-right: 3vw;
}
.dark.strip .col-md-4.bandwango {
  margin: 20px 0px 20px 0px;
}

.col-md-4.bandwango {
  border: 0px;
  outline: 0px;
}

/* booking widget popup */
#book-a-room-widget {
  position: relative;
  top: -20px;
  right: 75px; }

@media (max-width: 800px) {
  #book-a-room-widget {
    right: unset; } }

@media (max-width: 400px) {
  #book-a-room-widget {
    top: -10px; } }

.home-blog {
  text-align: center;
  position: relative;
  padding: 40px 0;
  background-color: #004c79; }

.home-blog h1 {
  color: #fff; }

.home-blog-area {
  width: 100%;
  height: 400px;
  padding: 40px 0;
  border: 5px solid #414042;
  margin-top: 40px;
  background-color: #fff; }

.home-blog-area a.view-article {
  display: none; }

.home-blog-area .post-preview {
  float: left;
  border-right: 1px solid #8D8D8E;
  width: 33.3%;
  padding: 0 3%;
  position: relative;
  height: 100%;
  font-size: 12px;
  line-height: 18px; }

.home-blog-area .post-preview:nth-child(3) {
  border: none; }

.home-blog-area .post-title {
  height: 50px;
  width: 100%;
  display: table; }

.home-blog-area .post-title h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.home-blog-area .post-title h2 a {
  color: #414042;
  transition: all .2s; }

.home-blog-area .post-title h2 a:hover {
  color: #0081C6; }

.home-blog-area .post-preview h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 24px; }

.home-blog-area .post-preview img {
  float: left;
  margin: 0 4px 4px 0;
  max-width: 180px;
  max-height: 115px; }

.home-blog-area .post-preview .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  padding: 3px 20px; }

.home-blog a.button.reversed {
  margin-top: 36px; }

.connect-with-us-area {
  padding: 100px 0;
  position: relative; }

.connect-with-us-area .marker-animation-holder {
  bottom: -48%;
  right: 18.5%; }

.connect-with-us-area .marker-fg h1 {
  margin-bottom: 0; }

.connect-with-us {
  background-color: #fff;
  border: 10px solid white; }

.connect-with-us img {
  max-width: 100%; }

.connect-with-us .col-md-4 {
  padding: 10px; }

.connect-with-us-details {
  text-align: center;
  padding-top: 260px; }

.connect-with-us-details .sm {
  margin: 0 0 24px 0;
  padding: 0; }

.connect-with-us-details .sm li {
  list-style: none;
  display: inline;
  margin: 0 6px; }

.connect-with-us-details .sm .fab {
  color: #fff;
  background-color: #80cbdc;
  text-align: center;
  font-size: 32px;
  padding: 10px 9px 0 9px;
  width: 52px;
  height: 52px;
  border-radius: 40px;
  transition: all .2s; }

.connect-with-us-details .sm .fab:hover {
  color: #fff;
  background-color: #7AC142; }

.connect-with-us-details .fa-youtube {
  padding: 10px 9px 0 9px; }

.connect-with-us-details span {
  color: #414042;
  font-family: "Oregon", sans-serif;
  font-size: 36px; }

.visitor-guide-area {
  max-width: 1630px;
  margin: 0 auto;
  text-align: left; }

.visitor-guide {
  background-color: #3bbfad;
  height: 350px;
  color: #fff;
  overflow: visible; }

.visitor-guide .vac {
  height: 350px;
  padding: 0 150px 0 240px; }

.visitor-guide .vac-content {
  white-space: normal !important; }

.visitor-guide h1 {
  color: #fff;
  font-size: 60px;
  line-height: 54px;
  margin: 0 0 12px 0;
  padding: 0; }

.visitor-guide p {
  margin-bottom: 0; }

.visitor-guide a.button.reversed {
  margin-top: 12px; }

.visitor-guide a.button.reversed:hover {
  background: #7AC142;
  color: white; }

.download-graphic-area .cover {
  position: absolute;
  top: -45px;
  z-index: 1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg); }

.download-graphic-area .cover img {
  width: 340px;
  max-width: 80%; }

.download-graphic-area .dl-btn {
  position: absolute;
  top: 90px;
  left: -70px;
  z-index: 2;
  font-size: 14px;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 14px;
  color: white;
  border: 4px solid white;
  background-color: #414042;
  text-align: center;
  padding: 15px 10px 10px 10px;
  width: 169px;
  transition: all .2s; }

.download-graphic-area .dl-btn h1 {
  font-size: 28px;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 6px; }

.download-graphic-area:hover .dl-btn {
  background-color: #7AC142; }

.home-bottom-carousel {
  padding: 0; }

@media (max-width: 414px) {
  .home-bottom-carousel, .homepage .enews-signup .marker-animation-holder {
    display: none; } }

/************************************************************************************
INTERIOR PAGES
*************************************************************************************/
#post-404 {
  text-align: center;
  padding: 170px 0 220px 0; }

/* category overview pages / landing pages / hcvb-categories */
.hcvb-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.hcvb-categories .category {
  width: 23%;
  max-width: 23%;
  margin: .5%; }

/* for 1000px or less */
@media only screen and (max-width: 1000px) {
  .hcvb-categories {
    display: block;
    width: 100%;
    max-width: 800px; }
  .hcvb-categories .category {
    width: 700px;
    max-width: 100%;
    margin-bottom: 24px; } }

/* filter bars */
.filter-bar {
  background-color: #cbcbcb;
  text-align: center;
  height: 52px;
  position: relative; }

.filter {
  display: inline-block;
  position: relative;
  padding: 14px 20px;
  background-color: #414042;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 0; }

.filter:hover {
  cursor: pointer; }

.filter:first-of-type {
  background-color: #004c79;
  font-family: "Oregon", sans-serif;
  font-size: 21px;
  padding: 26px 20px;
  cursor: default; }

.filter .fa {
  color: #414042; }

.page-template-template-eat-and-drink .filter::after, .page-template-template-stay .filter::after {
  display: none; }

.filter::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #414042 transparent transparent transparent; }

.filter.active::after, .filter:first-of-type::after {
  display: none; }

.filter-bar a {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center; }

.filter-bar .filter {
  margin: 0 1.6px; }

/* for 600px or less */
@media only screen and (max-width: 600px) {
  .filter-bar {
    margin-bottom: 24px; }
  .filter-bar a {
    display: block; }
  .filter {
    width: 100%;
    display: block; } }

/* filter results */
/* landing pages */
.image-marker-section {
  height: 500px;
  background-size: cover; }

.image-marker-section .marker-fg {
  font-size: 33px;
  line-height: 38px;
  font-family: "Oregon", sans-serif; }

/* eat and drink page */
body.page-template-template-eat-and-drink {
  background-image: url("img/oysters.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

body.page-template-template-eat-and-drink .page-headline {
  background-color: #fff; }

.featured-restaurant {
  background-size: cover;
  padding: 0 0 550px 0;
  position: relative; }

.featured-restaurant .marker-fg h1 {
  font-size: 24px;
  line-height: 28px; }

.featured-restaurant-name {
  position: absolute;
  bottom: 24px;
  left: 36px;
  font-size: 60px;
  text-shadow: -3px 3px 8px rgba(0, 0, 0, 0.8);
  transition: all .2s; }

.featured-restaurant-name:hover {
  padding-left: 12px; }

.featured-restaurant-name a {
  text-decoration: none;
  color: white;
  text-transform: uppercase; }

/* see and do page */
body.see-and-do {
  background-image: url("img/see-and-do-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

body.see-and-do .page-headline {
  background-color: #fff; }

.see-and-do .filter::after {
  display: none; }

/* stay page */
body.stay {
  background-image: url("img/stay-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

body.stay .page-headline {
  background-color: #fff; }

.stay .filter::after {
  display: none; }

/************************************************************************************
filtering
*************************************************************************************/
.searchandfilter {
  text-align: center; }

/* search bar */
.sf-input-text {
  padding: 8px;
  text-align: center;
  border: none;
  border: 1px solid #aaa; }

.sf-input-text:focus {
  border: none;
  border: 1px solid #aaa; }

/* checkboxes */
.searchandfilter ul {
  margin: 0 auto;
  width: 100%; }

.searchandfilter ul li {
  display: inline-block; }

.searchandfilter h4 {
  text-transform: uppercase;
  color: #0081C6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }

.searchandfilter ul li li {
  display: inline-block; }

.searchandfilter ul li {
  display: block; }

.searchandfilter ul li {
  border-bottom: 1px solid #eee; }

.searchandfilter ul li li {
  border-bottom: none; }

.searchandfilter input[type=checkbox] + label {
  padding: 8px;
  border: 1px solid #414042;
  margin: 8px;
  color: #414042;
  cursor: pointer;
  background-color: #ddd;
  cursor: pointer; }

.searchandfilter input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #004C79; }

.sf-input-checkbox {
  display: none; }

/* results */
.sf-pagination-area {
  display: none; }

.tastes-of-hampton {
  background-color: #eee; }

.listing-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1140px; }

.listing {
  display: inline-block;
  width: 285px;
  height: 285px;
  margin: 20px 20px 60px 20px;
  position: relative;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.listing-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.listing-img img {
  max-width: 240px; }

.listing-details {
  background-color: rgba(255, 255, 255, 0.7);
  color: #414042;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  padding: 8px 10px;
  height: 78px;
  text-align: left; }

.listing-details h1 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.3rem;
/*  white-space: nowrap; */
  width: 100%;
/*   overflow: hidden; */
  margin: 0;
  transition: all .2s; }

.listing-details h2 {
  text-transform: none;
  display: inline;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: 3px; }

.listing:hover h1 {
  color: #0081C6; }

/* pagination */
.wp-pagenavi .pages, .pagination .nav-previous, .pagination .nav-next {
  display: none; }

.pagination {
  display: initial;
  text-align: center; }

/* single page styles */
.single img.main-img {
  margin-bottom: 24px; }

.single img.main-img.is-logo {
  max-width: 400px;
  max-height: 400px; }

.pnl {
  background: #fff;
  height: auto;
  display: block;
  text-align: left; }

.pnl .container {
  padding: 24px 15px; }

#p-eat .container {
  border-top: 1px solid #ccc; }

.category {
  margin-bottom: 24px; }

.category img {
  max-width: 100%; }

.category-details {
  background-color: #414042;
  height: 110px;
  /* padding: 12px 0; */
  display: flex;
  align-items: center;
  justify-content: center; }

.category-details h1 {
  color: white;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px; }

.category-details .button {
  border: 2px solid white;
  font-size: 14px;
  padding: 1px 8px; }

.hamptonvaeats {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 30px 150px 60px 150px; }

.hamptonvaeats-area {
  max-width: 1200px;
  margin: 0 auto; }

.hamptonvaeats a {
  color: #fff; }

.hamptonvaeats a:hover {
  color: #7AC142; }

.hamptonvaeats a .fa-instagram {
  color: #80cbdc;
  font-size: 120px; }

.hamptonvaeats a .fa-instagram:hover {
  color: #7AC142; }

.hamptonvaeats .links {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 0 70px; }

.hamptonvaeats .links .fa {
  color: #414042;
  margin: 0 30px 0 4px; }

.hamptonvaeats .hashtag {
  padding-top: 28px;
  font-size: 66px;
  font-family: "Oregon", sans-serif; }

.hamptonvaeats span {
  color: #80cbdc; }

.hamptonvaeats .text {
  text-align: left;
  padding-left: 20px;
  line-height: 19px; }

.toast-the-coast img {
  max-height: 130px;
  margin-top: -20px; }

@media (max-width: 1000px) {
  .toast-the-coast.rt {
    float: none; }
  .toast-the-coast img {
    margin-top: 0; } }

/************************************************************************************
blog pages
*************************************************************************************/
.hcvb-blog-post-preview {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left; }

.hcvb-blog-post-preview:last-child {
  border-bottom: none; }

.hcvb-blog-post-preview h4 {
  margin-top: 24px; }

.hcvb-blog-post-preview a {
  color: #0081C6; }

.hcvb-blog-post-preview a:hover {
  color: #7AC142; }

.hcvb-blog-post-preview .wp-post-image {
  width: 100%; }

.single img {
  max-width: 100%; }

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

.single-content .page-title {
  font-size: 42px;
  margin-top: 0; }

.single-content a {
  color: #0081C6; }

.single-content a:hover {
  color: #7AC142; }

h1.cattag {
  margin-top: 0; }

h1.cattag::after {
  content: " ";
  width: 18%;
  height: 1px;
  background-color: #222;
  display: block;
  margin: 20px auto 0; }

.post-meta {
  text-transform: uppercase;
  margin-bottom: 36px; }

.post-meta::before, .post-meta::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  display: block;
  margin: 5px auto; }

.post-meta::before {
  margin-top: 20px; }

.post-meta::after {
  margin-bottom: 20px; }

.post-meta .cats {
  padding-left: 8px; }

.post-meta a {
  color: #0081C6; }

.post-meta a:hover {
  color: #7AC142; }

.single-content .spc {
  padding: 0 16px;
  color: #d3d3d3; }

.post-featured-img {
  margin-bottom: 50px; }

.post-featured-img img {
  width: 100%; }

.blog-post-meta-tags::before, .blog-post-meta-tags::after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  display: block;
  margin: 5px auto; }

.blog-post-meta-tags::before {
  margin-top: 50px; }

.blog-post-meta-tags::after {
  margin: 2px auto 50px auto; }

.blog-post-meta-tags {
  margin-bottom: 24px;
  color: #414042;
  text-transform: uppercase; }

.blog-post-meta-tags a {
  color: #0081C6; }

.blog-post-meta-tags a:hover {
  color: #7AC142; }

.blog-post-meta {
  padding-bottom: 50px; }

.single article .alignleft {
  float: left;
  margin-right: 18px; }

.single article .alignright {
  float: right;
  margin-left: 18px; }

@media (max-width: 500px) {
  .single article .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%; }
  .single article .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%; } }

/************************************************************************************
SIDEBAR
*************************************************************************************/
.sidebar {
  padding: 0 0 0 30px;
  text-align: left; }

.sidebar h3 {
  color: #004c79; }

.sidebar p {
  margin: 20px 0 30px 0; }

.sidebar p:last-of-type {
  margin-bottom: 15px; }

.sidebar h3 {
  font-family: "Oregon", sans-serif;
  font-size: 20px;
  padding: 10px 15px 7px 15px;
  background-color: #ddd;
  color: #0081C6;
  margin-bottom: 20px; }

.widget_categories, .widget_recent_entries {
  margin-bottom: 50px; }

.sidebar li {
  margin-bottom: 15px; }

/* the hampton blog block */
.sidebar .standout {
  background-color: #0081C6;
  color: white;
  padding: 28px 28px 16px 28px;
  margin: 0 0 36px 0; }

.single-hcvb_events .sidebar .standout {
  margin: 50px 0 36px 0; }

.sidebar .standout h3 {
  text-transform: uppercase;
  margin: 2px 0 8px 0;
  color: white;
  font-size: 28px;
  font-weight: bold;
  font-family: "Oregon", sans-serif;
  background: none;
  padding: 0; }

.sidebar .standout a.button:hover {
  color: #7AC142; }

.search-results .page-title {
  margin-bottom: 24px; }

.filter-further {
  margin: 0;
  padding: 0; }

.filter-further li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 30%;
  margin: 1%;
  border: 1px solid white;
  padding: 8px 0;
  transition: all .2s; }

.filter-further a {
  color: white;
  transition: all .2s;
  display: block;
  width: 100%; }

.filter-further li:hover a {
  color: #0081C6; }

.filter-further li:hover {
  background-color: #fff; }

/* eat and drink sidebar */
.single-eat_and_drink .sidebar .standout {
  padding: 28px; }

.single-eat_and_drink .filter-further li, .single-attraction .filter-further li, .single-lodging .filter-further li {
  width: 100%; }

.eat-and-drink-detail {
  margin-bottom: 12px; }

.single-eat_and_drink .fas {
  width: 10px;
  text-align: center;
  color: #666; }

.eat-and-drink-detail {
  padding-left: 33px;
  text-indent: -15px; }

/************************************************************************************
news releases
*************************************************************************************/
.news-release {
  margin-bottom: 24px;
  text-align: center;
  width: 100%; }

/************************************************************************************
restaurant week
*************************************************************************************/
.restaurant-week {
  background-color: #eee; }

.restaurant-week h3 {
  margin-bottom: 24px; }

.restaurant-week ul {
  margin: 0;
  padding: 0; }

.restaurant-week li {
  list-style: none;
  padding: 8px 0; }

.restaurant-week a {
  color: #7AC142;
  font-size: 20px;
  line-height: 22px; }

.restaurant-week a:hover {
  color: #7AC142;
  text-decoration: underline; }

/************************************************************************************
media / press page
*************************************************************************************/
.media-press {
  padding: 20px 0; }

.media-block {
  background-size: cover;
  background-position: center;
  width: 24%;
  height: 170px;
  display: inline-block;
  float: right;
  margin: 0 0 22px 22px;
  position: relative; }

.media-block h4 {
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Oregon", sans-serif;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 18px 2px 18px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 22%;
  transition: all .2s; }

.media-block a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.media-block:hover h4 {
  background-color: #0081C6;
  font-size: 28px; }

.media-block.hampton-in-the-news {
  width: 48%;
  height: 360px;
  float: left;
  margin: 0; }

/* for 1200px or less */
@media only screen and (max-width: 1200px) {
  .media-block, .media-block.hampton-in-the-news {
    margin: 0 0 8px 8px; } }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .media-block, .media-block.hampton-in-the-news {
    width: 100%;
    height: 400px;
    display: block;
    float: none;
    margin: 0 0 22px 0; } }

/* for 768px or less */
@media only screen and (max-width: 500px) {
  .media-block, .media-block.hampton-in-the-news {
    height: 250px; } }

/************************************************************************************
hampton in the news
*************************************************************************************/
.hampton-in-the-news-post {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  flex-direction: row; }

.post-img {
  flex-basis: 50%;
  padding-right: 24px; }

.post-img:hover {
  opacity: 0.96;
  transition: all .2s; }

.post-img img {
  max-width: 100%;
  width: 100%; }

.post-preview {
  flex-basis: 50%; }

.post-preview h3 {
  text-transform: uppercase;
  font-family: "Oregon", sans-serif;
  font-size: 36px; }

.post-preview .post-excerpt {
  font-size: 16px; }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .hampton-in-the-news-post {
    display: block; }
  .post-img {
    display: block;
    padding: 0;
    margin-bottom: 24px; }
  .post-preview {
    display: block; } }

/************************************************************************************
photo gallery
*************************************************************************************/
.gallery-area {
  text-align: center; }

.gallery-item-area {
  width: 29%;
  /* width */
  height: 450px;
  /* height */
  margin: 0 1% 60px 1%;
  /* margin */
  display: inline-block;
  vertical-align: top; }

.gallery-img {
  height: 420px;
  /* height */
  position: relative;
  overflow: hidden;
  border: 1px solid white; }

.gallery-img:hover {
  border-color: #0081C6; }

.gallery-img img {
  max-width: 102%;
  min-height: 102%; }

.gallery-caption-area {
  padding: 8px 0; }

/* for 1170px or less */
@media only screen and (max-width: 1170px) {
  .gallery-item-area {
    width: 40%; }
  .gallery-img {
    height: 400px; } }

/* for 960px or less */
@media only screen and (max-width: 960px) {
  .gallery-item-area {
    width: 40%; }
  .gallery-img {
    height: 300px; } }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .gallery-item-area {
    width: 40%;
    height: auto; }
  .gallery-img {
    height: 200px; } }

/* for 600px or less */
@media only screen and (max-width: 600px) {
  .gallery-item-area {
    width: 96%;
    margin-bottom: 24px; }
  .gallery-img {
    height: auto; } }

/* search results page */
.hcvb-search-result {
  margin-bottom: 36px; }

/* video library */
.video-library-post-area {
  margin-bottom: 36px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.video-library-post-video {
  text-align: right;
  flex-basis: 50%; }

.video-library-post-description {
  text-align: left;
  flex-basis: 50%;
  padding-left: 24px; }

.video-library-post-description h4 {
  font-family: "Oregon", sans-serif; }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .video-library-post-area {
    display: block; }
  .video-library-post-video {
    width: 100%;
    display: block; }
  .video-library-post-description {
    width: 100%;
    display: block;
    padding: 24px 0 0 0; } }

/* events page */
.page-template-template-events, .home-events.but-really-the-events-page {
  background-color: #e5e5e5; }

.home-events.but-really-the-events-page .owl-carousel {
  margin-top: 0; }

.home-events.but-really-the-events-page .owl-theme .owl-nav [class*="owl-"] {
  background: #414042;
  color: white; }

.home-events.but-really-the-events-page .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0081C6; }

/* events single */
.event-image {
  max-width: 100%;
  margin-bottom: 24px; }

.event-dates {
  background-color: #f0f0f0;
  padding: 4px 12px;
  margin-bottom: 24px; }

.event-month-list {
  margin: 0;
  padding: 0; }

.event-month-list li {
  list-style: none;
  display: inline-block;
  border: 1px solid white;
  width: 30%;
  margin: 1%;
  padding: 4px;
  text-align: center;
  transition: all .2s; }

.event-month-list li:hover {
  background-color: #fff; }

.event-month-list li a {
  color: #fff;
  transition: all .2s;
  padding: 20px; }

.event-month-list li:hover a {
  color: #0081C6; }

/* partners page */
.partner {
  background-color: #fff;
  padding: 24px 24px 0 24px;
  text-align: left;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  clear: both; }

.partner .img-area {
  float: left;
  width: 200px; }

.partner .img-area img {
  text-align: center;
  margin: 0 auto;
  width: initial;
  display: block; }

.partner .details {
  margin-left: 250px; }

.partner p:last-of-type {
  display: none; }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .partner {
    text-align: center;
    margin-bottom: 24px; }
  .partner .img-area {
    float: none;
    width: 100%; }
  .partner .img-area img {
    max-width: 100%;
    margin-bottom: 24px; }
  .partner .details {
    margin-left: 0; } }

/* coupons page */
.coupon-area {
  border-bottom: 1px solid #ddd;
  padding: 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.coupon-image {
  float: left;
  width: 30%;
  height: 270px; }

.coupon-image img {
  max-height: 100%;
  max-width: 100%;
  text-align: left; }

.coupon-description {
  float: right;
  width: 65%;
  height: 270px;
  text-align: left; }

.coupon-description .vac-content {
  max-width: 480px; }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .coupon-area {
    padding: 24px;
    max-width: 96%; }
  .coupon-image {
    float: none;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 24px auto;
    text-align: center; }
  .coupon-description {
    float: none;
    width: 100%;
    height: auto;
    text-align: center; } }

/* itineraries */
.itinerary-single img {
  max-width: 100%; }

.itinerary-single .button, .itinerary-single .button:hover {
  color: white; }

.itinerary-single main ul {
  list-style-position: unset; }

.itinerary-image {
  margin: 24px auto; }

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

.itinerary-item-area {
  width: 29%;
  /* width */
  height: 450px;
  /* height */
  margin: 0 1% 60px 1%;
  /* margin */
  display: inline-block;
  vertical-align: top; }

.itinerary-img {
  height: 420px;
  /* height */
  position: relative;
  overflow: hidden;
  border: 1px solid white; }

.itinerary-img:hover {
  border-color: #0081C6; }

.itinerary-img img {
  max-width: 102%;
  min-height: 102%; }

.itinerary-caption-area {
  padding: 8px 0; }

.itinerary-caption-area span {
  font-size: 13px;
  opacity: .4; }

/* for 1170px or less */
@media only screen and (max-width: 1170px) {
  .itinerary-item-area {
    width: 40%; }
  .itinerary-img {
    height: 400px; } }

/* for 960px or less */
@media only screen and (max-width: 960px) {
  .itinerary-item-area {
    width: 40%;
    height: 360px; }
  .itinerary-img {
    height: 300px; } }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .itinerary-item-area {
    width: 40%;
    height: 220px; }
  .itinerary-img {
    height: 200px; } }

/* for 600px or less */
@media only screen and (max-width: 600px) {
  .itinerary-item-area {
    width: 96%;
    margin-bottom: 24px;
    height: auto; }
  .itinerary-img {
    height: auto; } }

/* itinerary sidebar */
.single-itinerary .sidebar .standout a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 16px; }

@media (max-width: 768px) {
  .single-itinerary .sidebar {
    margin-top: 36px; } }

.single-itinerary .sidebar .standout a:last-of-type {
  border: none;
  margin-bottom: 0; }

.single-itinerary .sidebar .standout a, .single-itinerary .sidebar .standout a:hover {
  color: white; }

.single-itinerary .sidebar .duration {
  opacity: .4;
  font-size: 11px; }

/* blank page */
.page-template-template-blank-page main {
  padding-top: 70px; }

.page-template-template-blank-page h4 {
  color: #0081C6; }

/* publication request page */
.publication-request .download-graphic-area .dl-btn {
  width: 197px; }

/* contact us page */
.staff-team-area {
  box-shadow: 0px 2px 30px 6px rgba(0, 0, 0, 0.2);
  padding: 24px 50px 0 50px;
  max-width: 800px;
  width: 94%;
  margin: 0 auto 50px auto;
  display: block; }

.staff-team-area .employee {
  padding-bottom: 24px; }

.staff-team-area h3 {
  background-color: #0081C6;
  color: white;
  font-family: "Oregon", sans-serif;
  padding: 6px 6px 2px 6px;
  margin-bottom: 24px;
  border-radius: 4px; }

/* transportation page */
.transportation-maps img {
  max-width: 100%; }

/* block-buttons */
.block-btn {
  width: 244px;
  height: 244px;
  position: relative;
  border: 2px solid #fff;
  display: inline-block;
  margin: 2% 1%; }

.block-btn img {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 240px;
  left: 0; }

.block-btn-txt {
  background: rgba(0, 127, 196, 0.5) none repeat scroll 0 0;
  color: #fff;
  font-family: "Oregon", sans-serif;
  position: relative;
  z-index: 2;
  width: 240px;
  padding: 9px 0;
  left: -3px;
  font-size: 25px;
  text-transform: uppercase; }

.block-btn .vac {
  height: 240px;
  width: 240px;
  white-space: nowrap;
  border: none; }

.block-btn .vac-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.block-btn .vac-content {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  white-space: initial; }

.block-btn:hover .block-btn-txt {
  background: rgba(0, 127, 196, 0.7); }

.sports-block-buttons {
  background-color: #e5e5e5; }

/* Accommodations at a Glance page */
.aaag-top-content {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto; }

.accommodations-at-a-glance main .fa {
  color: #007BC1; }

.accommodations-at-a-glance main .fa-leaf, .accommodations-at-a-glance main .fa.green {
  color: #7FC34A !important; }

.aaag-key {
  margin: 30px 20px 0 0;
  padding: 0;
  list-style: none;
  width: auto;
  float: left;
  font: 12px/15px "Source Sans Pro", sans-serif, helvetica, arial, sans-serif;
  color: #000;
  text-align: left; }

.aaag-key:last-of-type {
  margin-left: 40px; }

.aaag-key td {
  padding: 3px; }

.aaag-key .icon {
  padding-right: 12px; }

.accommodations-at-a-glance .button {
  margin-top: 60px; }

.accommodations-at-a-glance .button .fa {
  color: #fff; }

.aaag-header .fa-wheelchair {
  color: white; }

.aaag-other-icons .fa {
  margin-right: 4px; }

.aaag-header {
  width: calc(100% - 17px);
  height: 50px;
  background-color: #0081C6;
  color: white;
  font-size: 80%;
  margin-top: 24px; }

.aaag-header .aaag-col {
  height: 50px;
  vertical-align: middle;
  padding: 8px;
  border-color: white; }

.aaag-content {
  width: 100%;
  height: 650px;
  position: relative;
  overflow-y: scroll;
  margin-bottom: 120px;
  text-align: left;
  border: 1px solid #aaa; }

.aaag-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #aaa; }

.aaag-row:last-of-type {
  border: none; }

.aaag-col {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid #aaa;
  display: inline-flex;
  align-items: center; }

.aaag-col .item {
  padding: 8px; }

.aaag-col-1 {
  width: 15%; }

.aaag-col-2 {
  width: 5%; }

.aaag-col-3 {
  width: 5%; }

.aaag-col-4 {
  width: 5%; }

.aaag-col-5 {
  width: 10%; }

.aaag-col-6 {
  width: 15%; }

.aaag-col-7 {
  width: 15%; }

.aaag-col-8 {
  width: 10%; }

.aaag-col-9 {
  width: 10%; }

.aaag-col-10 {
  width: 10%;
  border: none; }

.mobile-label {
  display: none; }

/* for 1170px or less */
@media only screen and (max-width: 1170px) {
  .aaag-header {
    display: none; }
  .aaag-content {
    height: auto;
    border: none;
    overflow-y: unset; }
  .aaag-row {
    display: block;
    border-bottom: 1px solid #aaa;
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .aaag-col {
    float: none;
    display: block;
    border: none;
    width: 100% !important; }
  .aaag-col .item {
    padding: 0;
    margin-bottom: 12px; }
  .mobile-label {
    display: inline;
    font-weight: bold; } }

/* pride party page */
.pp-event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 32px 0; }

.pp-event:last-of-type {
  border: none; }

.pp-event .time {
  color: #fff;
  font-size: 20px;
  font-family: "Oregon", sans-serif; }

.pp-event .title {
  color: #0081C6;
  font-size: 36px;
  line-height: 42px;
  font-family: "Oregon", sans-serif;
  margin: 12px 0 10px 0; }

/************************************************************************************
FOOTER
*************************************************************************************/
.enews-signup {
  background-color: #565557;
  color: #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  height: 120px;
  padding: 20px 0;
  position: relative;
  text-align: center; }

.enews-signup .marker-animation-holder {
  display: none;
  bottom: -48px;
  left: 4%; }

.homepage .enews-signup .marker-animation-holder {
  display: initial; }

.enews-signup .marker-fg {
  font-size: 20px; }

.enews-signup-area {
  margin: 0 auto;
  width: 500px; }

.enews-signup h1 {
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  margin-top: 6px;
  width: auto;
  display: inline-block;
  float: left; }

.enews-signup form {
  width: auto;
  display: inline-block;
  margin-top: 19px; }

.enews-signup input[type="email"] {
  border: 1px solid #0075BF;
  padding: 8px;
  width: 300px;
  float: left;
  color: #414042; }

.enews-signup button {
  background: none;
  border: none;
  padding: 0;
  margin: 0; }

.enews-signup .fa {
  font-size: 36px;
  margin-left: 12px;
  color: #fff; }

.footer {
  text-align: center;
  padding: 30px 0;
  background-color: #004c79;
  color: #fff; }

.footer a {
  color: #fff; }

.footer a:hover {
  color: #fff;
  text-decoration: underline; }

.sm {
  margin: 20px 0 30px 0; }

.sm li {
  list-style: none;
  display: inline-block;
  margin: 0 6px; }

.sm .fa {
  color: #1D6088;
  font-size: 22px;
  line-height: 44px;
  width: 42px;
  height: 42px;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

.sm .fa:hover {
  background-color: #80CBDC; }

.sm a:hover {
  text-decoration: none; }

.footer .nav ul {
  margin: 0 auto 20px auto;
  padding: 0; }

.footer .nav li {
  list-style: none;
  display: inline;
  padding: 10px 20px; }

.footer .nav a {
  text-transform: uppercase;
  font-weight: 600;
  opacity: .85;
  transition: all .2s; }

.footer .nav a:hover {
  opacity: 1;
  text-decoration: none; }

.footer-logos {
  margin: 24px 0 36px 0;
  padding: 0; }

.footer-logos li {
  list-style: none;
  display: inline;
  margin: 0 16px; }

.footer-logos img {
  opacity: .9;
  transition: all .2s; }

.footer-logos img:hover {
  opacity: 1; }

.footer-logos li:nth-child(1) img {
  width: 60px; }

.footer-logos li:nth-child(2) img {
  width: 110px; }

.footer-logos li:nth-child(3) img {
  width: 110px; }

.footer-logos li:nth-child(4) img {
  width: 130px; }

.footer-logos li:nth-child(5) img {
  width: 150px; }

.mediapress .enews-signup {
  border: none;
  padding: 0;
  height: auto; }

.mediapress .enews-signup p {
  display: none; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
.som {
  display: none !important; }

.hom {
  display: initial !important; }

/************************************************************************************
~MEDIA QUERIES
*************************************************************************************/
/* for 1400px or less */
@media only screen and (max-width: 1400px) {
  .visitor-guide .vac {
    padding: 0 150px 0 0px; } }

/* for 1024px or less */
@media only screen and (max-width: 1024px) {
  .som {
    display: initial !important; }
  .hom {
    display: none !important; }
  h1.big-title {
    font-size: 100px;
    top: 200px; }
  .hampton-vid {
    height: calc(100vh - 200px); }
  .thing.left, .thing.right {
    border: 10px solid rgba(255, 255, 255, 0); }
  .marker-animation-holder.left {
    left: 1%; }
  .marker-animation-holder.right {
    right: 0; }
  .hamptonvaeats a .fa-instagram {
    font-size: 70px; }
  .hamptonvaeats .hashtag {
    font-size: 50px; }
  #scroll-down-btn .chevron {
    display: none; }
  .enews-signup {
    height: auto;
    padding: 4px 0; }
  .enews-signup-area {
    width: auto;
    padding: 20px; }
  .enews-signup h1 {
    float: none;
    display: block;
    font-size: 32px; }
  .enews-signup form {
    display: block;
    margin-top: 4px; }
  .enews-signup input[type="email"] {
    width: auto;
    float: none; }
  .enews-signup button {
    vertical-align: middle; } }

/* for 960px or less */
@media only screen and (max-width: 960px) {
  .header .nav {
    display: none; }
  .visitor-guide {
    height: auto;
    padding-bottom: 20px; }
  .visitor-guide-area {
    text-align: center; }
  .visitor-guide .vac {
    padding: 20px;
    height: auto; }
  .download-graphic-area .cover {
    position: relative;
    top: 0; }
  .download-graphic-area .cover img {
    display: block;
    margin: 0 auto 24px auto;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  .download-graphic-area .dl-btn {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    display: inline-block;
    transition: all .2s; } }

/* for 768px or less */
@media only screen and (max-width: 768px) {
  .hampton-vid {
    height: 390px; }
  .home-events .marker-animation-holder {
    top: -170px; }
  .home-events h1 {
    margin-bottom: 30px; }
  h1.big-title {
    font-size: 62px;
    top: 164px; }
  .home-events .button.book-a-room {
    margin-left: 0; }
  .home-events .marker-animation-holder {
    display: none; }
  .home-blog-area {
    height: auto;
    padding: 20px; }
  .home-blog-area .post-preview {
    display: block;
    height: auto;
    border: none;
    margin: 0;
    padding: 24px 0;
    width: 100%;
    border-bottom: 1px solid #414042; }
  .home-blog-area .post-preview img {
    float: none;
    margin: 0 auto; }
  .home-blog-area .post-title {
    height: auto;
    display: block; }
  .home-blog-area .post-title h2 {
    display: block; }
  .home-blog-area .post-preview h3 {
    margin-top: 5px; }
  .home-blog-area .post-preview p {
    margin: 6px 0; }
  .home-blog-area .post-preview .button {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 0; }
  .homepage .enews-signup .marker-animation-holder {
    top: -210px; }
  .hamptonvaeats {
    padding: 24px; }
  .sidebar {
    padding: 0; } }

/* for 600px or less */
@media only screen and (max-width: 600px) {
  .aaag-key, .aaag-key:last-of-type {
    margin: 0; } }

/* for 414px or less */
@media only screen and (max-width: 414px) {
  .hampton-vid {
    height: 230px; }
  h1 {
    font-size: 42px; }
  h1.big-title {
    font-size: 32px;
    top: 155px; }
  .bars {
    line-height: 35px; }
  .bars span::before, .bars span::after {
    display: none; }
  .home-events .owl-nav .owl-next {
    right: -35px; }
  .home-events .owl-nav .owl-prev {
    left: -35px; }
  .home-events .owl-carousel {
    margin-top: 0; }
  .home-events .button {
    font-size: 20px;
    padding: 8px 20px;
    margin-top: 20px; }
  .hamptonvaeats {
    text-align: center;
    padding: 24px 24px 74px 24px; }
  .hamptonvaeats .lt {
    float: none; }
  .hamptonvaeats .circled {
    display: none; }
  .hamptonvaeats .links {
    margin: 24px auto 0 auto; }
  .hamptonvaeats .links a {
    display: block; }
  .hamptonvaeats .hashtag {
    font-size: 32px;
    float: none;
    display: block; }
  .hamptonvaeats .text {
    text-align: center;
    padding: 24px 0 0 0; }
  .filter-bar {
    height: auto;
    background: none;
    padding: 0; }
  .filter-bar .container {
    padding: 0; }
  .filter-bar .filter {
    width: 100%;
    border-bottom: 1px solid white; }
  .filter-bar .filter .circled {
    display: none; }
  .filter-bar .filter.active {
    background-color: #80cbdc; }
  .filter-bar .filter.active::after {
    display: none; }
  .filter-bar .filter, .filter-bar .filter:first-of-type {
    padding: 20px 0; } }

/* for 320px or less */
@media only screen and (max-width: 320px) {
  .hampton-vid {
    height: 170px; } }

/************************************************************************************
HOVER EFFECTS
*************************************************************************************/
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #33647e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white; }

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

body > div:nth-child(18) {
    background-color: #87d1e6;
}

/************************************************************************************
PRINT STYLES
*************************************************************************************/
@media print {
  .accommodations-at-a-glance .header, .accommodations-at-a-glance .footer, .accommodations-at-a-glance .button, .accommodations-at-a-glance .bars, .accommodations-at-a-glance .page-headline, .accommodations-at-a-glance .enews-signup {
    display: none; }
  .aaag-header {
    width: 100%; }
  .aaag-content {
    height: auto;
    overflow-y: unset;
    margin-bottom: 0; } }
