/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

/* line 11, resources/assets/styles/lib/_normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

/* line 30, resources/assets/styles/lib/_normalize.scss */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/* line 41, resources/assets/styles/lib/_normalize.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

/* line 51, resources/assets/styles/lib/_normalize.scss */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* line 66, resources/assets/styles/lib/_normalize.scss */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

/* line 76, resources/assets/styles/lib/_normalize.scss */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

/* line 88, resources/assets/styles/lib/_normalize.scss */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/* line 96, resources/assets/styles/lib/_normalize.scss */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

/* line 104, resources/assets/styles/lib/_normalize.scss */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

/* line 118, resources/assets/styles/lib/_normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

/* line 127, resources/assets/styles/lib/_normalize.scss */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

/* line 135, resources/assets/styles/lib/_normalize.scss */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

/* line 144, resources/assets/styles/lib/_normalize.scss */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

/* line 152, resources/assets/styles/lib/_normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

/* line 162, resources/assets/styles/lib/_normalize.scss */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

/* line 171, resources/assets/styles/lib/_normalize.scss */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

/* line 183, resources/assets/styles/lib/_normalize.scss */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

/* line 191, resources/assets/styles/lib/_normalize.scss */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

/* line 199, resources/assets/styles/lib/_normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

/* line 207, resources/assets/styles/lib/_normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, resources/assets/styles/lib/_normalize.scss */

sup {
  top: -0.5em;
}

/* line 219, resources/assets/styles/lib/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

/* line 231, resources/assets/styles/lib/_normalize.scss */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

/* line 239, resources/assets/styles/lib/_normalize.scss */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

/* line 251, resources/assets/styles/lib/_normalize.scss */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

/* line 263, resources/assets/styles/lib/_normalize.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

/* line 274, resources/assets/styles/lib/_normalize.scss */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

/* line 285, resources/assets/styles/lib/_normalize.scss */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/* line 299, resources/assets/styles/lib/_normalize.scss */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

/* line 311, resources/assets/styles/lib/_normalize.scss */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

/* line 324, resources/assets/styles/lib/_normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

/* line 336, resources/assets/styles/lib/_normalize.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

/* line 346, resources/assets/styles/lib/_normalize.scss */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

/* line 358, resources/assets/styles/lib/_normalize.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

/* line 370, resources/assets/styles/lib/_normalize.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

/* line 379, resources/assets/styles/lib/_normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

/* line 390, resources/assets/styles/lib/_normalize.scss */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

/* line 403, resources/assets/styles/lib/_normalize.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Radiator Digital
http://www.radiatordigital.com
*/

/* line 1, resources/assets/styles/lib/_placeholders.scss */

.listless,
.listless > li {
  display: block;
  position: relative;
  float: left;
  height: auto;
}

/* line 21, resources/assets/styles/lib/_placeholders.scss */

.listless {
  width: 100%;
}

/* line 24, resources/assets/styles/lib/_placeholders.scss */

.listless,
.listless > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 17, stdin */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 1px !important;
}

/* line 25, stdin */

.top-header {
  background-color: #000025;
}

/* line 28, stdin */

.top-header .header-opening-times span {
  color: #fff !important;
}

/* line 34, stdin */

header.banner {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 37, 0.8);
}

/* line 39, stdin */

header.banner #homeRoad {
  max-width: 350px;
}

/* line 43, stdin */

header.banner::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  height: auto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMzY2IDgyLjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzNjYgODIuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe29wYWNpdHk6MC44O2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6ICMwMDAwMjU7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzY2LDYxLjVWMC40SDg2Mi4zSDB2NjEuMWM1MS4xLDExLjksOTguNiwyMS4xLDE3OS4zLDIxLjFjMjIzLDAsMTUzLTcxLDY4My03MQ0KCUMxMTc1LDExLjYsMTI3NS45LDQwLjUsMTM2Niw2MS41eiIvPg0KPC9zdmc+DQo=);
  background-repeat: repeat-x;
  background-size: 1140px;
  background-position: top;
  padding-top: 10%;
  margin-top: -1px;
  z-index: 10;
  width: 105%;
}

/* line 62, stdin */

body.post-template-default.single-post header.banner {
  position: relative;
  margin-bottom: 150px;
}

/* line 71, stdin */

nav.nav-primary ul.nav li.menu-item a {
  color: #fff;
  font-weight: 100;
}

/* line 75, stdin */

nav.nav-primary ul.nav li.menu-item.cta a {
  color: #fff;
  letter-spacing: 0.05em;
}

/* line 83, stdin */

section#mainBanner::before {
  display: none;
}

/* line 87, stdin */

section#mainBanner.home-banner {
  padding-bottom: 500px;
}

/* line 91, stdin */

section#mainBanner .img-holder::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 101, stdin */

section#mainBanner .banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 106, stdin */

section#mainBanner .banner-text {
  max-width: 800px;
}

/* line 108, stdin */

section#mainBanner .banner-text h1 {
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 500px) {
  /* line 108, stdin */

  section#mainBanner .banner-text h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 800px) {
  /* line 106, stdin */

  section#mainBanner .banner-text {
    top: 150px;
  }
}

/* line 120, stdin */

section#mainBanner .banner-actions a.action-btn {
  background-color: #000025;
}

/* line 122, stdin */

section#mainBanner .banner-actions a.action-btn.book {
  font-style: normal;
  font-weight: 800;
  background-color: #EB3B6E;
}

/* line 126, stdin */

section#mainBanner .banner-actions a.action-btn.book:hover {
  background: #ed527f;
}

/* line 130, stdin */

section#mainBanner .banner-actions a.action-btn i {
  color: #fff;
  background-color: #000025;
}

@media screen and (max-width: 800px) {
  /* line 119, stdin */

  section#mainBanner .banner-actions {
    position: relative;
    margin-top: 2em;
  }
}

/* line 141, stdin */

.cta,
.cta.blue {
  background-color: #EB3B6E;
  border: 2px solid #EB3B6E;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

/* line 147, stdin */

.cta:hover,
.cta.blue:hover {
  cursor: pointer;
  background-color: #ed527f;
  color: #fff;
  text-decoration: none;
}

/* line 154, stdin */

.cta.alt,
.cta.alt.blue,
.cta.blue.alt,
.cta.blue.alt.blue {
  background-color: #EB3B6E;
  color: #fff;
  border-color: #EB3B6E;
}

/* line 159, stdin */

.cta.alt:hover,
.cta.alt.blue:hover,
.cta.blue.alt:hover,
.cta.blue.alt.blue:hover {
  background-color: #EB3B6E;
  color: #fff;
}

/* line 165, stdin */

.sml-heading {
  font-style: normal;
  font-weight: 800;
}

/* line 172, stdin */

section#daily-talks h2 {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
  font-size: 1.9rem;
  color: #EB3B6E;
}

/* line 182, stdin */

section#daily-talks ul#whats-on li span.title {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
  color: #000025;
  letter-spacing: normal;
}

/* line 190, stdin */

section#daily-talks ul#whats-on li span.time {
  color: #96CA4F;
}

/* line 195, stdin */

section#daily-talks ul#whats-on li.next-up .img-holder::before {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

/* line 204, stdin */

section#daily-talks ul#whats-on .flickity-prev-next-button.next {
  border-color: #000025;
}

/* line 206, stdin */

section#daily-talks ul#whats-on .flickity-prev-next-button.next::before {
  color: #000025;
}

/* line 209, stdin */

section#daily-talks ul#whats-on .flickity-prev-next-button.next:hover {
  background-color: #000025;
}

/* line 211, stdin */

section#daily-talks ul#whats-on .flickity-prev-next-button.next:hover:before {
  color: #fff;
}

/* line 220, stdin */

section.content-banner::before {
  display: none;
}

/* line 223, stdin */

section.content-banner::after {
  display: none;
}

/* line 228, stdin */

section.content-banner.split main {
  background-color: #000025;
}

/* line 230, stdin */

section.content-banner.split main span.small-heading {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
  color: #96CA4F;
}

/* line 237, stdin */

section.content-banner.split main h3 {
  width: 100%;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}

@media screen and (max-width: 500px) {
  /* line 245, stdin */

  section.content-banner.split {
    height: 50vh;
  }
}

/* line 253, stdin */

section#content-blocks .block h3 {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

/* line 258, stdin */

section#content-blocks .block.fun-fact {
  background-image: none;
}

/* line 260, stdin */

section#content-blocks .block.fun-fact::before {
  display: none;
}

/* line 261, stdin */

section#content-blocks .block.fun-fact::after {
  bottom: -3px;
  background-size: cover;
  padding-top: 15%;
}

/* line 268, stdin */

section#content-blocks .block.fun-fact .img-holder img {
  top: 40%;
}

/* line 273, stdin */

section#content-blocks .block.fun-fact main h3 {
  text-transform: none;
  color: #fff;
}

/* line 277, stdin */

section#content-blocks .block.fun-fact main p {
  font-family: 'proxima-soft';
  font-size: 1.1em;
}

/* line 287, stdin */

section#contentList h2,
section#contentList h3 {
  font-size: 2em;
}

/* line 293, stdin */

section#contentList ul li.book-ticket main .sml-heading {
  font-size: 1em !important;
}

/* line 302, stdin */

section#in-exhibit ul.exhibits li.more main h4 {
  color: #EB3B6E;
}

/* line 309, stdin */

section#pageIntro.summary .fact-panel .fact h2 {
  font-size: 1em !important;
}

/* line 320, stdin */

section#news-articles ul#article-list li main {
  background-color: #000025;
  background-image: none;
}

/* line 323, stdin */

section#news-articles ul#article-list li main span.category {
  font-style: normal;
  color: #007DC5;
  font-size: 1.2em;
}

@media screen and (max-width: 500px) {
  /* line 323, stdin */

  section#news-articles ul#article-list li main span.category {
    font-size: 0.8em;
  }
}

/* line 332, stdin */

section#news-articles ul#article-list li main h4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
}

@media screen and (max-width: 500px) {
  /* line 332, stdin */

  section#news-articles ul#article-list li main h4 {
    font-size: 1em;
  }
}

/* line 349, stdin */

section#newsletter-signup {
  background-image: url("/portsmouth/wp-content/themes/aspro-theme/dist/images/jellyfish-bg.jpg");
}

/* line 351, stdin */

section#newsletter-signup h3 {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

/* line 358, stdin */

section#newsletter-signup form#newsletter-form input {
  width: 300px;
  font-family: proxima-soft, sans-serif;
  font-style: normal;
  text-transform: none;
  font-size: 1.5rem;
  margin-right: 1em;
}

@media screen and (max-width: 800px) {
  /* line 358, stdin */

  section#newsletter-signup form#newsletter-form input {
    width: auto;
  }
}

@media screen and (max-width: 500px) {
  /* line 358, stdin */

  section#newsletter-signup form#newsletter-form input {
    width: 200px;
    font-size: 0.9em;
  }
}

/* line 374, stdin */

section#newsletter-signup form#newsletter-form button {
  background-color: #96CA4F;
  color: #fff;
  border-color: #96CA4F;
}

/* line 382, stdin */

footer#main-footer {
  background-image: url("/portsmouth/wp-content/themes/aspro-theme/dist/images/bg-footer-yellow.jpg");
  background-size: 100%;
}

/* line 385, stdin */

footer#main-footer h3 {
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

/* line 391, stdin */

footer#main-footer a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

/* line 394, stdin */

footer#main-footer a:hover {
  color: #EB3B6E;
  text-decoration: none;
}

/* line 400, stdin */

footer#main-footer address::before,
footer#main-footer span.tel::before,
footer#main-footer span.email::before {
  color: #fff;
}

/* line 407, stdin */

body.bookings-template-default header.banner {
  position: relative;
  background-color: #fff;
}

/* line 412, stdin */

body.bookings-template-default header.banner::after {
  display: none;
}

/* line 419, stdin */

body.bookings-template-default nav.nav-primary ul.nav li.menu-item a {
  color: #000025;
  font-weight: 100;
}


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