/*!
 * Theme Name: Business Pro Theme
 * Theme URI: https://www.seothemes.com/themes/business-pro/
 * Description: A clean and modern WordPress theme for businesses.
 * Author: SEO Themes
 * Author URI: https://www.seothemes.com/
 * Version: 1.1.17
 * Text Domain: business-pro-theme
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready.
 * Template: genesis
 * Template Version: 2.5.2
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub Theme URI: https://github.com/seothemes/starter
 */
/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* # Custom Variables
-----------------------------------------------------------------------*/
/* ### Colors */
/*$red: #FF5D68;*/
/*#61C6E1;*/
/*#4DCCBD;*/
/* ### Typography */
/* ### Other */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Overlay */
/* # Variables
-----------------------------------------------------------------------*/
/**
 * ### Breakpoints
 *
 * Based on the most common 16:9 screen resolutions.
 * @link https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
 */
/* ### Colors */
/* ### Typography */
/* Updated from hind */
/* ### Other */
/* ### Column widths */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/* ### Clearfix */
/* ### Flexfix */
/* ### Transitions */
/* ### Overlay */
/* Hidden by Roka. */
/*@mixin overlay {
	position: relative;

	&:before {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: $overlay;
		content: "";
		pointer-events: none;
	}
}*/
/* ### Overlay */
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 4rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: montserrat, helvetica, arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.1rem dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.2rem;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.sidebar .widget,
.wrap {
  clear: both; }
  .author-box:before, .author-box:after,
  .clearfix:before,
  .clearfix:after,
  .entry:before,
  .entry:after,
  .entry-content:before,
  .entry-content:after,
  .footer-widgets:before,
  .footer-widgets:after,
  .nav-primary:before,
  .nav-primary:after,
  .nav-secondary:before,
  .nav-secondary:after,
  .pagination:before,
  .pagination:after,
  .site-container:before,
  .site-container:after,
  .site-footer:before,
  .site-footer:after,
  .site-header:before,
  .site-header:after,
  .site-inner:before,
  .site-inner:after,
  .sidebar .widget:before,
  .sidebar .widget:after,
  .wrap:before,
  .wrap:after {
    display: block;
    clear: both;
    content: ""; }

/* ## Typography
--------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  overflow-x: hidden;
  max-width: 100vw;
  background-color: #232c39;
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
  color: #232c39;
  background-color: #fff;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 2rem; } }

body > div {
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    body > div {
      font-size: 2rem; } }

p {
  margin: 0 0 1.382em;
  padding: 0; }

a {
  color: #232c39;
  word-wrap: break-word; }
  a:hover {
    color: #647585; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  clear: both;
  margin: 0 0 2em;
  padding: 1em 0 0;
  border: 0;
  border-bottom: 2px solid #f0f1f2;
  border-collapse: collapse; }

b,
strong {
  font-weight: 500; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 1em 0;
  padding: 0 1em; }

pre {
  overflow-x: scroll;
  padding: 2em;
  background-color: #f6f7f8; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.382em;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 1.8em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.6em; } }

h2 {
  font-size: 1.4em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  font-size: 1.3em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.4em; } }

h4 {
  font-size: 1.2em; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.3em; } }

h5 {
  font-size: 1.1em; }
  @media (min-width: 768px) {
    h5 {
      font-size: 1.2em; } }

h6 {
  font-size: 1.05em; }
  @media (min-width: 768px) {
    h6 {
      font-size: 1.1em; } }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  width: 100%;
  padding: 0.5em 1em;
  border: 2px solid #f0f1f2;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 2; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #647585;
    outline: none; }

:focus {
  outline: 2px solid #f0f1f2; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: none; }

::-moz-placeholder {
  opacity: 1;
  color: #647585; }

::-webkit-input-placeholder {
  color: #647585; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1.2em 2.2em;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #232c39;
  box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0), 0 1rem 1rem -1rem rgba(35, 44, 57, 0.1);
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.1);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .button.accent,
  button.accent,
  input[type="button"].accent,
  input[type="reset"].accent,
  input[type="submit"].accent {
    background-color: #fb2056; }
  .button.small,
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small {
    font-size: 1.2rem; }
  .button:disabled, .button:disabled:hover,
  button:disabled,
  button:disabled:hover,
  input[type="button"]:disabled,
  input[type="button"]:disabled:hover,
  input[type="reset"]:disabled,
  input[type="reset"]:disabled:hover,
  input[type="submit"]:disabled,
  input[type="submit"]:disabled:hover {
    border-width: 0;
    color: #697886;
    background-color: #f6f7f8;
    cursor: not-allowed; }
  .button + button,
  .button + .button,
  button + button,
  button + .button,
  input[type="button"] + button,
  input[type="button"] + .button,
  input[type="reset"] + button,
  input[type="reset"] + .button,
  input[type="submit"] + button,
  input[type="submit"] + .button {
    clear: both;
    margin-top: 1em; }
    @media (min-width: 512px) {
      .button + button,
      .button + .button,
      button + button,
      button + .button,
      input[type="button"] + button,
      input[type="button"] + .button,
      input[type="reset"] + button,
      input[type="reset"] + .button,
      input[type="submit"] + button,
      input[type="submit"] + .button {
        clear: none;
        margin-top: 0; } }

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

fieldset {
  margin-bottom: 1em; }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
  display: block;
  max-width: 100%; }

img {
  height: auto; }

figure {
  margin: 0; }

video {
  object-fit: cover; }

.wp-video-shortcode {
  width: auto !important; }

/* ## Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 4rem;
  border: 2px solid #f0f1f2;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  line-height: 1; }

tbody {
  border-bottom: 2px solid #f0f1f2; }

td,
th {
  padding: 0.618em;
  border-top: 2px solid #f0f1f2;
  border-right: 2px solid #f0f1f2;
  text-align: left; }

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  border: 0; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  top: 1em;
  left: 1em;
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #232c39;
  box-shadow: 0 0 0.2rem 0.2rem rgba(35, 44, 57, 0.1);
  text-decoration: none; }

.more-link {
  position: relative;
  font-style: normal; }

.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    width: 0;
    height: 0;
    list-style: none; }

/* ## Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%; }
  @media (min-width: 768px) {
    .wrap {
      width: 90%;
      max-width: 1280px;
      padding: 0; } }
  .wrap .wrap {
    width: auto;
    max-width: 100%;
    padding: 0; }

.content-sidebar-wrap {
  clear: both;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10vw 5vw;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .content-sidebar-wrap {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: 90%;
      max-width: 1280px;
      padding: 6rem 0; } }
  @media (min-width: 896px) {
    .content-sidebar-wrap {
      flex-direction: row;
      padding: 8rem 0;
      justify-content: space-between; }
      .content-sidebar-wrap:before, .content-sidebar-wrap:after {
        position: absolute; }
      .sidebar-content .content-sidebar-wrap {
        flex-direction: row-reverse; } }
  .page-builder .content-sidebar-wrap {
    padding: 0;
    border-top: 2px solid #f0f1f2;
    border-bottom: 2px solid #f0f1f2; }

/* ## Content Widths and Positions
--------------------------------------------- */
@media (min-width: 896px) {
  .content {
    width: 768px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -6rem; }

  .sidebar-primary {
    width: 25%; }

  .sidebar-content .content,
  .content-sidebar .content {
    width: calc(75% - 4rem);
    margin-right: 0;
    margin-left: 0; }

  .full-width-content .content {
    width: 100%; } }
/* ## Column Classes (including fifths)
--------------------------------------------- */
@media (min-width: 768px) {
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .two-thirds,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .four-fifths,
  .four-sixths,
  .five-sixths {
    float: left;
    margin-left: 2.5641025641%; }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%; }

  .one-third,
  .two-sixths,
  .gallery-columns-3 .gallery-item {
    width: 31.6239316239%; }

  .four-sixths,
  .two-thirds {
    width: 65.811965812%; }

  .one-fourth,
  .gallery-columns-4 .gallery-item {
    width: 23.0769230769%; }

  .three-fourths {
    width: 74.358974359%; }

  .one-fifth,
  .gallery-columns-5 .gallery-item {
    width: 17.9487179487%; }

  .two-fifths {
    width: 38.4615384615%; }

  .three-fifths {
    width: 58.9743589744%; }

  .four-fifths {
    width: 79.4871794872%; }

  .one-sixth,
  .gallery-columns-6 .gallery-item {
    width: 14.5299145299%; }

  .five-sixths {
    width: 82.905982906%; }

  .first {
    clear: both;
    margin-left: 0; } }
/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.gallery a {
  display: block;
  min-height: 100%; }
.gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px; }

.gallery-caption {
  display: block; }

.gallery-item {
  display: block;
  width: 100%;
  margin: 0 0 5vw;
  text-align: center; }
  @media (min-width: 512px) {
    .gallery-item {
      width: 48.7179487179%;
      margin-bottom: 2.5641025641%; } }

/* ## Avatars
--------------------------------------------- */
.avatar {
  float: left;
  margin-right: 2rem;
  border-radius: 50%; }
  .alignright .avatar {
    margin-left: 2rem; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  width: 100%;
  margin-bottom: 3rem;
  padding: 0;
  font-size: 1.4rem; }
  .breadcrumb a {
    text-decoration: underline; }

.after-entry,
.author-box {
  margin-bottom: 5%; }
  @media (min-width: 768px) {
    .after-entry,
    .author-box {
      margin-bottom: 4rem; } }

.author-box {
  margin-top: 5%; }
  @media (min-width: 768px) {
    .author-box {
      margin-top: 4rem; } }
  .author-box p:last-of-type {
    margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  display: block;
  position: relative;
  width: 100%;
  clear: both; }
  .search-form:before, .search-form:after {
    display: block;
    clear: both;
    content: ""; }
  .search-form:after {
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    font-family: FontAwesome, sans-serif;
    font-size: 2rem;
    content: "\f2eb";
    pointer-events: none; }
  .search-form input[type="search"] {
    width: 100%; }
  .search-form input[type="submit"] {
    display: none; }
  .entry-content .search-form {
    margin-bottom: 1em; }

/* ## WordPress
--------------------------------------------- */
.wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 1em; }

.sticky,
.bypostauthor {
  background-color: transparent; }

.post-edit-link {
  display: block;
  clear: both; }
  .post-edit-link:before, .post-edit-link:after {
    display: block;
    clear: both;
    content: ""; }
  .page-template-page-builder .post-edit-link {
    display: none; }

/* ## Blocks
--------------------------------------------- */
@media (max-width: 896px) {
  .wp-block-columns {
    flex-wrap: wrap; } }
@media (max-width: 896px) {
  .wp-block-column {
    flex: none;
    width: 100%; } }
@media (min-width: 896px) {
  .wp-block-column {
    margin-left: 2.5641025641%; }
    .wp-block-column:first-of-type {
      margin-left: 0; } }
.wp-block-embed {
  margin: 2em auto; }
.wp-block-gallery {
  margin: 2em auto; }
  .entry-content .wp-block-gallery {
    margin-left: 0;
    padding-left: 0; }
    .entry-content .wp-block-gallery.alignfull {
      margin-left: -50vw; }
  .wp-block-gallery .blocks-gallery-item img {
    align-self: center; }
.wp-block-image {
  display: flex;
  width: 100%;
  margin: 2em auto; }
  .wp-block-image img {
    width: 100%; }
  .wp-block-image.alignleft {
    margin-right: 1em; }
  .wp-block-image.alignright {
    margin-left: 1em; }
  .wp-block-image.alignwide {
    max-width: 120%; }
  .wp-block-image.alignfull {
    max-width: none; }
.wp-block-pullquote {
  margin: 2em auto;
  border-left: 0; }
  .wp-block-pullquote.aligncenter {
    margin: 2em auto; }
.wp-block-quote {
  border-left: 2px solid #f0f1f2; }
.wp-block-table th,
.wp-block-table td {
  border-color: #f0f1f2; }

.aligncenter, .alignleft, .alignright {
  display: block;
  float: none;
  margin: 0 auto 1em; }
@media (min-width: 896px) {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0; } }
@media (min-width: 896px) {
  .alignright {
    float: right;
    margin: 0 0 1em 1em; } }
.aligncenter {
  clear: both; }
  .aligncenter:before, .aligncenter:after {
    display: block;
    clear: both;
    content: ""; }
.alignwide, .alignfull {
  position: relative;
  left: 50%;
  width: 100vw; }
  .content-sidebar .alignwide, .sidebar-content .alignwide, .content-sidebar .alignfull, .sidebar-content .alignfull {
    left: auto;
    width: 100%;
    margin-left: 0;
    transform: none; }
  .alignwide img, .alignfull img {
    display: inline-block;
    width: 100%;
    margin: 1em auto 1.618em; }
    @media (min-width: 896px) {
      .alignwide img, .alignfull img {
        margin: 0.6em auto 2.4em; } }
.alignwide {
  max-width: 120%;
  transform: translate(-50%); }
.alignfull {
  max-width: none;
  margin-left: -50vw; }

/* ## Site Header
--------------------------------------------- */
.site-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .has-fixed-header .site-header {
    position: fixed; }
    .has-fixed-header .site-header.shrink {
      background-color: #232c39;
      box-shadow: 0 0 2rem rgba(35, 44, 57, 0.2); }
  @media (min-width: 896px) {
    .site-header.shrink > .wrap {
      padding: 0; } }
  .page-template-page-builder .site-header {
    position: relative;
    background-color: #232c39; }
    .page-template-page-builder .site-header.fixed {
      position: fixed; }
  .site-header > .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    @media (min-width: 896px) {
      .site-header > .wrap {
        position: relative;
        padding: 1rem 0;
        flex-wrap: nowrap; } }

/* ## Title Area
--------------------------------------------- */
.title-area {
  display: block;
  position: relative;
  max-width: 15rem;
  height: 100%;
  margin: 0 auto 0 0;
  padding: 2rem 0;
  flex: 1; }
  .wp-custom-logo .title-area {
    padding: 1rem 0; }
    @media (min-width: 1152px) {
      .wp-custom-logo .title-area {
        padding: 0; } }

.site-title {
  margin-bottom: 0;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap; }
  .site-title a {
    color: #fff;
    text-decoration: none; }

.site-description {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1; }
  @media (min-width: 896px) {
    .site-description {
      line-height: 1.382;
      text-align: left; } }

.custom-logo-link {
  display: block; }

/* ## Header Right Widget Area
--------------------------------------------- */
@media (min-width: 896px) {
  .header-widget-area {
    margin-right: 0;
    margin-left: 1em;
    order: 3; } }
@media (max-width: 896px) {
  .header-widget-area ul,
  .header-widget-area ul.alignleft,
  .header-widget-area ul.alignright {
    display: flex;
    float: none;
    margin: 2em auto;
    justify-content: center; }
    .header-widget-area ul li,
    .header-widget-area ul.alignleft li,
    .header-widget-area ul.alignright li {
      margin: 0 0.5em; } }
.header-widget-area .widget-wrap {
  clear: both; }
  .header-widget-area .widget-wrap:before, .header-widget-area .widget-wrap:after {
    display: block;
    clear: both;
    content: ""; }

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
  object-fit: cover;
  object-position: center; }
  .woocommerce .wp-custom-header img,
  .wp-custom-header img,
  .wp-custom-header video,
  .wp-custom-header iframe {
    width: 100%;
    height: 100%; }
  .wp-custom-header iframe {
    position: absolute;
    top: -30%;
    right: -30%;
    bottom: -30%;
    left: -30%;
    width: 160%;
    min-width: 100%;
    max-width: 160%;
    height: 160%;
    min-height: 56.25vw;
    max-height: none;
    margin: auto; }

.wp-custom-header-video-button {
  display: none; }

/* ## Hero Section
--------------------------------------------- */
.hero-section {
  position: relative;
  padding: 10rem 0 5rem;
  color: #fff;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative; }
  .hero-section:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    content: "";
    pointer-events: none; }
  @media (min-width: 768px) {
    .hero-section {
      padding: 16rem 0 6rem; } }
  .hero-section .wrap {
    position: relative;
    z-index: 1; }
  .hero-section h1 {
    max-width: 768px;
    margin: 0 auto 0.382em; }
  .hero-section p {
    max-width: 768px;
    margin: 0 auto; }

/* ## Menus
--------------------------------------------- */
.menu {
  display: flex;
  width: 100%;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  flex-wrap: wrap;
  clear: both; }
  .menu:before, .menu:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 896px) {
    .menu {
      font-size: 1.3rem;
      text-align: left; } }

.menu-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5em 0; }
  @media (min-width: 896px) {
    .menu-item {
      display: inline-block;
      width: auto;
      padding: 0; } }
  .menu-item.right {
    margin-left: auto; }
  .menu-item:hover, .menu-item:focus, .menu-item.sfHover {
    outline: none; }
    @media (min-width: 896px) {
      .menu-item:hover > .sub-menu, .menu-item:focus > .sub-menu, .menu-item.sfHover > .sub-menu {
        opacity: 1 !important;
        pointer-events: all; } }
  @media (min-width: 896px) {
    .menu-item.menu-item-has-children > a > span:after {
      display: inline-block;
      width: auto;
      margin-left: 0.5em;
      border: 3px solid transparent;
      border-top-color: #f6f7f8;
      content: ""; } }
  .menu-item.button {
    padding: 0;
    background-color: transparent;
    font-size: 1.2rem; }
    .menu-item.button:hover {
      box-shadow: none; }
    .menu-item.button > a > span {
      display: block;
      margin-top: 1em;
      padding: 1em 2em;
      border-radius: 4px;
      color: #fff;
      background-color: #fb2056; }
      @media (min-width: 896px) {
        .menu-item.button > a > span {
          display: inline;
          margin-top: 0; } }
      .menu-item.button > a > span:hover {
        color: #fff;
        box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.1), 0 1.25rem 1rem -0.5rem rgba(35, 44, 57, 0.25);
        -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
        -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
        transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .menu-item a {
    display: inline-block;
    width: auto;
    padding: 0.5em 0;
    color: #f0f1f2;
    text-decoration: none; }
    @media (min-width: 896px) {
      .menu-item a {
        width: 100%;
        padding: 1.5em 1em; } }
    @media (min-width: 1152px) {
      .menu-item a {
        padding: 2em 1.25em; } }
    .menu-item a span {
      position: relative; }
  .menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a {
    color: #fff; }
    .sub-menu .menu-item a:hover,
    .sub-menu .menu-item a:focus,
    .sub-menu .menu-item.current-menu-item > a {
      color: #647585; }

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
  display: none;
  padding: 1em 0;
  font-size: 1.4rem;
  clear: both; }
  .sub-menu:before, .sub-menu:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 896px) {
    .sub-menu {
      position: absolute;
      z-index: 99;
      width: 18rem;
      margin: 0;
      padding: 0.618em 0.5em;
      border-radius: 4px;
      opacity: 0 !important;
      background-color: #fff;
      box-shadow: 0 0.5rem 1.5rem rgba(35, 44, 57, 0.05);
      font-size: 1.2rem;
      pointer-events: none; }
      .sub-menu:before {
        display: block;
        position: absolute;
        top: -1rem;
        left: 3rem;
        border: 0.5rem solid transparent;
        border-bottom-color: #fff;
        content: ""; } }
  .sub-menu li {
    width: 100%; }
    .sub-menu li:first-of-type {
      margin-top: 0.5em; }
      @media (min-width: 896px) {
        .sub-menu li:first-of-type {
          margin-top: 0; } }
      .sub-menu li:first-of-type a {
        padding-left: 1em; }
  .sub-menu a {
    padding-left: 1em; }
    @media (min-width: 896px) {
      .sub-menu a {
        position: relative;
        padding: 1em;
        color: #232c39;
        word-wrap: break-word; } }
    @media (min-width: 1152px) {
      .sub-menu a {
        padding: 1em; } }
  .sub-menu .sub-menu {
    padding-left: 1em; }
    @media (min-width: 896px) {
      .sub-menu .sub-menu {
        top: 0;
        left: 0;
        margin: -0.6em 0 0 17.4rem;
        padding-left: 0.5em; } }
    @media (min-width: 896px) {
      .sub-menu .sub-menu:before {
        position: absolute;
        top: 2em;
        left: -1rem;
        border: 0.5rem solid transparent;
        border-right-color: #fff; } }

/* ## Specific Menus
--------------------------------------------- */
.nav-primary {
  display: none;
  overflow: auto;
  overflow-x: visible;
  position: fixed;
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: 5vw;
  left: -1rem;
  width: 100vw;
  margin: auto;
  padding: 5vw;
  border-top: 2px solid #f0f1f2;
  border-bottom: 2px solid #f0f1f2;
  background-color: rgba(35, 44, 57, 0.98);
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 896px) {
    .nav-primary {
      display: block;
      overflow: visible;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      width: auto;
      margin: 0;
      padding: 0;
      border: none;
      background-color: transparent;
      -webkit-overflow-scrolling: initial; } }
  .nav-primary.visible {
    display: block; }
  .no-js .nav-primary {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 896px) {
      .no-js .nav-primary {
        display: block;
        width: auto; } }
    .no-js .nav-primary .wrap {
      padding: 0 5%; }
    .no-js .nav-primary .menu-item {
      display: inline-block;
      width: auto;
      margin: 0 0.5em; }
  .nav-primary .wrap {
    height: 100%; }
  .nav-primary .menu {
    flex-direction: column;
    min-height: 100%;
    padding: 0 0 1em;
    justify-content: center; }
    @media (min-width: 896px) {
      .nav-primary .menu {
        flex-direction: row;
        padding: 0;
        justify-content: flex-end; } }

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 5vw;
  padding: 2.7rem 0;
  color: transparent;
  background-color: transparent;
  line-height: 1;
  letter-spacing: -0.5em;
  cursor: pointer; }
  @media (min-width: 896px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:hover, .menu-toggle:focus {
    outline: none;
    color: transparent;
    background: none;
    box-shadow: none; }
  .menu-toggle.activated {
    position: fixed; }
  .menu-toggle span {
    display: block;
    float: right;
    position: relative;
    width: 2.5rem;
    height: 0.2rem;
    margin-top: 0.7rem;
    margin-left: 0.236em;
    border-radius: 4px;
    background: #fff;
    transition: background 0s 0.2s; }
    .menu-toggle span:before, .menu-toggle span:after {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 0.2rem;
      border-radius: 4px;
      background-color: #fff;
      content: " "; }
    .menu-toggle span:before {
      top: -0.7rem;
      transition: top 0.2s 0.2s, transform 0.2s 0s; }
    .menu-toggle span:after {
      bottom: -0.7rem;
      transition: bottom 0.2s 0.2s, transform 0.2s 0s; }
  .menu-toggle.activated span {
    background: none; }
    .menu-toggle.activated span:before {
      top: 0;
      transition: top 0.2s 0s, transform 0.2s 0.2s;
      transform: rotate(45deg); }
    .menu-toggle.activated span:after {
      bottom: 0;
      transition: bottom 0.2s 0s, transform 0.2s 0.2s;
      transform: rotate(-45deg); }

.sub-menu-toggle {
  position: absolute;
  margin: 0 -1em 0 1em;
  padding: 0.9em;
  background-color: transparent; }
  @media (min-width: 896px) {
    .sub-menu-toggle {
      display: none; } }
  .sub-menu-toggle:hover, .sub-menu-toggle:focus {
    background: none; }
  .sub-menu-toggle:before {
    display: block;
    margin: 0.2rem 0 -0.2rem;
    border: 0.4rem solid transparent;
    border-top-color: #f6f7f8;
    content: ""; }
  .sub-menu-toggle.activated:before {
    margin: -0.2rem 0 0.2rem;
    transform: rotate(180deg); }

/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff; }
  .single .entry {
    background-color: transparent; }

.entry-title a {
  text-decoration: none; }

.entry-content {
  clear: both; }
  .entry-content:before, .entry-content:after {
    display: block;
    clear: both;
    content: ""; }
  .entry-content p {
    color: #647585; }
    .blog .entry-content p, .archive .entry-content p {
      display: flex;
      flex-wrap: wrap; }
  .entry-content b,
  .entry-content strong {
    font-weight: 600; }
  .entry-content li {
    color: #647585; }
  .entry-content ol,
  .entry-content ul {
    margin-bottom: 1em;
    margin-left: 4rem; }
  .entry-content ol > li {
    list-style-type: decimal; }
  .entry-content ul > li {
    list-style-type: disc; }
  .entry-content ol ol,
  .entry-content ul ul {
    margin-bottom: 0; }
  .entry-content li li {
    list-style-type: circle; }
  .entry-content code {
    display: block;
    margin-top: 1em;
    padding: 1rem 2rem;
    border: 2px solid #f0f1f2;
    border-radius: 4px;
    background-color: #f6f7f8; }
  .entry-content pre code {
    margin: 0;
    padding: 0;
    border: 0; }
  .entry-content > *:last-child {
    margin-bottom: 0; }

.entry-image-link {
  display: block;
  margin-bottom: 1em; }
  .entry-image-link img {
    display: block; }

.entry-image-link {
  display: block;
  margin: 0 0 3rem; }
  @media (min-width: 768px) {
    .single .entry-image-link {
      margin: 0 0 4rem; } }

.single .entry-footer {
  padding: 3rem 0 0; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500; }
  .entry-header p.entry-meta {
    margin-bottom: 1em; }

.entry-categories,
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .entry-categories img,
  .entry-tags img {
    margin-right: 0.5em; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  display: flex;
  width: 100%;
  margin: 5vw 0 10vw;
  justify-content: center;
  clear: both; }
  .pagination:before, .pagination:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 896px) {
    .pagination {
      margin: 4rem 0 0;
      order: 3; }
      .content-sidebar .pagination, .sidebar-content .pagination {
        width: calc(75% - 4rem); } }
  .pagination .wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .pagination .wrap {
        width: 90%; } }
  .pagination .alignleft {
    margin-left: 0; }
    @media (min-width: 896px) {
      .pagination .alignleft {
        margin-right: auto;
        margin-left: 0; } }
  .pagination .alignright {
    margin-right: 0; }
    @media (min-width: 896px) {
      .pagination .alignright {
        margin-right: 0;
        margin-left: auto; } }

.adjacent-entry-pagination {
  margin: 0;
  padding: 4rem 0;
  background-color: #f6f7f8;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500; }
  @media (min-width: 896px) {
    .adjacent-entry-pagination {
      margin: 0; } }
  .adjacent-entry-pagination a {
    color: #647585;
    text-decoration: none; }

.archive-pagination ul {
  display: flex; }
.archive-pagination li {
  margin: 0 0.25em 0 0; }
.archive-pagination a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #232c39;
  background-color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
.archive-pagination a:hover,
.archive-pagination .active a {
  color: #fff;
  background-color: #fb2056;
  box-shadow: 0 1rem 1rem -0.5rem rgba(35, 44, 57, 0.15); }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-top: 4rem;
  background-color: #fff;
  font-size: 1.6rem; }

.comment-respond .form-submit {
  margin-bottom: 0; }

.comment-list li {
  padding: 4rem 0 0 5vw; }
.comment-list .depth-1 {
  padding-left: 0; }
.comment-list .comment-respond {
  padding: 0 0 0 1em; }
.comment-list > .comment-respond {
  padding: 0; }

.comment-header {
  margin-bottom: 5vw; }
  @media (min-width: 768px) {
    .comment-header {
      margin-bottom: 2em; } }
  .comment-header p {
    margin-bottom: 0; }

.comment-edit-link {
  padding-left: calc(4.8rem + 1em); }
  .entry-pings .comment-edit-link {
    display: block;
    clear: both;
    padding: 0; }

.comment-reply-link {
  display: block;
  margin-bottom: 1em; }

.comment-meta {
  padding-left: calc(4.8rem + 1em);
  word-break: break-all; }
  .entry-pings .comment-meta {
    padding: 0 0 1em; }

.comment-content {
  clear: both; }
  .comment-content ul > li {
    list-style-type: disc; }
  .comment-content p {
    margin-bottom: 0.618em; }

@media (min-width: 1280px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%; } }
.comment-respond input[type="email"] label,
.comment-respond input[type="text"] label,
.comment-respond input[type="url"] label {
  display: block;
  margin-right: 1rem; }

.entry-pings .reply {
  display: none; }

.pingback:last-of-type p {
  margin-bottom: 0; }

/* ## Widgets
--------------------------------------------- */
.sidebar .entry {
  width: 100%;
  padding: 0; }
  .sidebar .entry a {
    display: block; }

.sidebar-primary {
  order: 3; }
  @media (min-width: 896px) {
    .sidebar-primary {
      order: 2; } }

.widget {
  margin-bottom: 10vw;
  word-wrap: break-word; }
  @media (min-width: 896px) {
    .widget {
      margin-bottom: 0; } }
  .widget:last-of-type {
    margin-bottom: 0; }
  .sidebar .widget {
    margin-bottom: 5vw;
    font-size: 1.6rem; }
    @media (min-width: 768px) {
      .sidebar .widget {
        margin-bottom: 4rem; } }
    .sidebar .widget p:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget .menu-item {
      margin: 0;
      padding: 0; }
      .sidebar .widget .menu-item a {
        padding: 1em 2em 1em 0;
        color: #232c39; }
  .widget ul > li:last-of-type:not(.gfield) {
    margin-bottom: 0; }
  .widget ul > li {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em; }
  .widget ul > li:last-of-type {
    padding-bottom: 0; }
  .widget ol > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
    list-style-type: decimal; }
  .widget li li {
    margin: 0 0 0 1em;
    padding: 0;
    border: 0; }

.widgettitle, .widget-title {
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 2.4rem; }
  .sidebar .widgettitle,
  .sidebar .widget-title {
    margin-bottom: 1em;
    font-size: 1.6rem; }

.widget_calendar table {
  width: 100%; }
.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Site Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  color: #a4a8ac;
  background-color: #232c39; }
  .site-footer > .wrap {
    position: relative;
    padding: 0 5vw 5vw; }
    @media (min-width: 768px) {
      .site-footer > .wrap {
        padding: 0 0 6rem; } }
    .site-footer > .wrap > p {
      max-width: calc(100% - 4rem);
      margin-bottom: 0;
      font-size: 1.6rem; }
  .site-footer a {
    color: #a4a8ac;
    text-decoration: none; }
    .site-footer a:hover {
      color: #f6f7f8; }
  .site-footer .back-to-top {
    position: absolute;
    right: 5vw;
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer .back-to-top {
        right: 0;
        bottom: 5.8rem; } }
    .site-footer .back-to-top:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .site-footer .back-to-top:before, .site-footer .back-to-top:after {
      display: block;
      position: absolute;
      top: 1.3rem;
      left: 0.9rem;
      width: 8px;
      height: 2px;
      background-color: #a4a8ac;
      content: "";
      transform: rotate(-45deg); }
    .site-footer .back-to-top:after {
      left: 1.3rem;
      transform: rotate(45deg); }

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  z-index: 0;
  padding: 6rem 0;
  font-size: 1.7rem; }
  @media (min-width: 896px) {
    .footer-widgets {
      padding: 10rem 0; } }
  @media (min-width: 768px) {
    .footer-widgets .wrap {
      display: flex;
      flex-wrap: wrap; } }
  .footer-widgets .widget-area {
    margin: 0 auto 4rem; }
    @media (min-width: 768px) {
      .footer-widgets .widget-area {
        margin-left: 2.564102564102564%;
        flex: 1; }
        .footer-widgets .widget-area:first-of-type {
          margin-left: 0; } }
    .footer-widgets .widget-area:last-of-type {
      margin-bottom: 0; }
    .footer-widgets .widget-area .widget {
      display: block;
      width: 100%;
      margin: 0 auto 2em; }
      .footer-widgets .widget-area .widget:last-of-type {
        margin-bottom: 0; }
  .footer-widgets .widget-title {
    margin-bottom: 1.5em;
    color: #f0f1f2;
    font-size: 1.6rem; }
  .footer-widgets .menu-item {
    width: 50%;
    margin: 0 0 1em;
    padding: 0;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-weight: 400;
    line-height: 1.618;
    text-transform: capitalize; }
    .footer-widgets .menu-item a {
      float: left;
      margin: 0;
      padding: 0;
      font-size: 1.6rem;
      text-align: left; }
  .footer-widgets .menu-item a:hover,
  .footer-widgets .menu-item.current-menu-item > a {
    color: #f6f7f8; }
  .footer-widgets .sub-menu {
    display: none !important; }
  .footer-widgets .enews ::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.5); }
  .footer-widgets .enews ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .footer-widgets .enews form {
    position: relative; }
  .footer-widgets .enews input {
    padding: 0.4rem 1.4rem;
    border-color: #647585;
    color: #fff;
    background: transparent;
    font-size: 1.6rem;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .footer-widgets .enews input:focus {
      border-color: #a4a8ac; }
  .footer-widgets .enews input[type="submit"] {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 5rem;
    padding: 4px 0;
    color: transparent;
    background-color: transparent;
    box-shadow: none;
    font-size: 100%;
    line-height: 2; }
    .footer-widgets .enews input[type="submit"]:hover + .fa-send-o {
      color: #fff; }
    .footer-widgets .enews input[type="submit"]:focus {
      outline: 2px solid #f0f1f2; }
  .footer-widgets .enews .fa-send-o {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0.5em;
    padding: 0.5em 0.75em;
    font-size: 2rem;
    line-height: 1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 768px) {
    .footer-widgets p {
      max-width: 90%; } }

/* ## Before Footer
--------------------------------------------- */
.before-footer {
  padding: 6rem 0;
  color: #fff;
  background-color: #232c39;
  position: relative; }
  .before-footer:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    content: "";
    pointer-events: none; }
  @media (min-width: 768px) {
    .before-footer {
      padding: 10rem 0; } }
  .before-footer:before {
    top: 1%;
    right: -50%;
    left: -50%;
    width: 100vw;
    height: 101%;
    margin: auto; }
  .before-footer .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 5vw; }
    @media (min-width: 768px) {
      .before-footer .widget {
        margin-bottom: 0; } }
  .before-footer .widget_media_image:first-of-type {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 100vw;
    height: 100%;
    margin: auto; }
    .before-footer .widget_media_image:first-of-type .widget-wrap {
      position: absolute;
      width: 100%;
      height: 100%; }
    .before-footer .widget_media_image:first-of-type img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      object-position: center; }
  .before-footer .wrap {
    z-index: 1; }
    @media (min-width: 768px) {
      .before-footer .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .before-footer .wrap:before, .before-footer .wrap:after {
          position: absolute; } }
  .before-footer .widget-title {
    font-size: 3rem; }
  .before-footer p {
    margin-bottom: 0;
    color: #f6f7f8; }
  .before-footer button,
  .before-footer .button,
  .before-footer input[type="submit"] {
    margin: 0;
    color: #fff; }
    .before-footer button:hover,
    .before-footer .button:hover,
    .before-footer input[type="submit"]:hover {
      color: #fff; }
    .before-footer button.alignright,
    .before-footer .button.alignright,
    .before-footer input[type="submit"].alignright {
      float: left; }
      @media (min-width: 768px) {
        .before-footer button.alignright,
        .before-footer .button.alignright,
        .before-footer input[type="submit"].alignright {
          float: right; } }

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
  overflow: hidden; }
  .simple-social-icons svg[class^="social-"], .simple-social-icons svg[class*=" social-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor; }
  .simple-social-icons ul {
    display: flex;
    margin: -0.2em -0.2em 0 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .simple-social-icons ul li {
      margin: 0.2em 0.2em 0 0;
      padding: 0;
      border: none;
      background: none;
      list-style-type: none; }
      .simple-social-icons ul li a {
        display: inline-block;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        margin: 2px;
        border: none;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        text-transform: none; }
    .simple-social-icons ul.aligncenter {
      justify-content: center; }
    .simple-social-icons ul.alignleft {
      justify-content: flex-start; }
    .simple-social-icons ul.alignright {
      justify-content: flex-end; }

/* ## Genesis Testimonial Slider
--------------------------------------------- */
div.lSSlideOuter .lSPager.lSpg > li {
  display: inline-flex;
  line-height: 0.16; }
  div.lSSlideOuter .lSPager.lSpg > li a {
    display: block;
    opacity: 0.382;
    background-color: #232c39; }
  div.lSSlideOuter .lSPager.lSpg > li.active a, div.lSSlideOuter .lSPager.lSpg > li:hover a {
    opacity: 0.618;
    background-color: #232c39;
    transform: scale(1.2); }
div.lSSlideOuter ul.testimonials-list {
  color: #647585;
  font-size: 1.8rem; }
  div.lSSlideOuter ul.testimonials-list li {
    text-align: left; }

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews input {
  margin-bottom: 0.5em; }

/* ## Business Profile
--------------------------------------------- */
.hero-section .bp-contact-card {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center; }
  .hero-section .bp-contact-card > div {
    width: 100%;
    margin: 2em 1em 0;
    text-align: center; }
    @media (min-width: 768px) {
      .hero-section .bp-contact-card > div {
        width: auto; } }
  .hero-section .bp-contact-card a {
    color: #f0f1f2;
    text-decoration: none; }
.bp-contact-card .bp-directions,
.bp-contact-card .bp-phone,
.bp-contact-card .bp-contact,
.bp-contact-card .bp-booking,
.bp-contact-card .bp-opening-hours-brief,
.bp-contact-card .bp-opening-hours .bp-title {
  text-align: left; }
  .bp-contact-card .bp-directions:before,
  .bp-contact-card .bp-phone:before,
  .bp-contact-card .bp-contact:before,
  .bp-contact-card .bp-booking:before,
  .bp-contact-card .bp-opening-hours-brief:before,
  .bp-contact-card .bp-opening-hours .bp-title:before {
    width: 1em;
    font-family: FontAwesome, sans-serif;
    line-height: 0.9; }
.bp-contact-card .bp-opening-hours .bp-title {
  margin-bottom: 1rem; }
.bp-contact-card .bp-directions:before {
  content: "\f27d"; }
.bp-contact-card .bp-phone:before {
  content: "\f2b3"; }
.bp-contact-card .bp-contact:before {
  content: "\f1c6"; }
.bp-contact-card .bp-opening-hours-brief:before,
.bp-contact-card .bp-opening-hours .bp-title:before {
  content: "\f18f"; }

/* ## Ninja Forms
--------------------------------------------- */
.nf-error.field-wrap .ninja-forms-field {
  border: 2px solid #fb2056; }

.nf-error-msg {
  color: #fb2056;
  font-size: 1.5rem; }

/* ## Genesis Simple FAQs
--------------------------------------------- */
.gs-faq__question {
  margin-bottom: 1rem;
  color: #647585;
  background-color: #f6f7f8; }
  .gs-faq__question:hover {
    color: #647585; }

/* ## WooCommerce (site-wide)
--------------------------------------------- */
.woocommerce-store-notice,
p.demo_store {
  position: relative;
  padding: 1rem 0;
  font-size: 1.5rem; }

.woocommerce-demo-store .hero-section {
  padding-top: 18rem; }
  @media (min-width: 768px) {
    .woocommerce-demo-store .hero-section {
      padding-top: 24rem; } }
.woocommerce-demo-store .menu-toggle {
  top: 64px; }
  @media (min-width: 512px) {
    .woocommerce-demo-store .menu-toggle {
      top: 42px; } }

/* ## SEO Slider
--------------------------------------------- */
.slick-initialized .slick-slide {
  display: flex; }
.no-js .slick-slide:first-of-type {
  display: block;
  width: 100%; }

.slick-arrow {
  box-shadow: none; }

/* ## Front Page
--------------------------------------------- */
.home .site-inner {
  padding: 0; }

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
  padding: 8rem 0;
  background-color: #fff; }
  @media (min-width: 896px) {
    .front-page-1,
    .front-page-2,
    .front-page-3,
    .front-page-4,
    .front-page-5,
    .front-page-6 {
      padding: 12rem 0; } }

/* ### Front Page 1 */
.front-page-1 {
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 12rem 0;
  color: #fff;
  background-color: transparent;
  background-position: center !important;
  background-size: cover !important;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  clear: both; }
  .front-page-1:before, .front-page-1:after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .front-page-1 {
      padding: 14rem 0; } }
  @media (min-width: 896px) {
    .front-page-1 {
      padding: 16rem 0; } }
  @media (min-width: 1280px) {
    .front-page-1 {
      padding: 18rem 0; } }
  .has-hero-slider .front-page-1 {
    padding: 0; }
    .has-hero-slider .front-page-1 .wrap {
      width: 100%;
      max-width: 100%;
      padding: 0; }
    .has-hero-slider .front-page-1 .widget {
      max-width: 100%;
      margin: 0; }
      .has-hero-slider .front-page-1 .widget:first-of-type {
        padding-top: 0; }
  .front-page-1 .slick-arrow {
    visibility: hidden;
    overflow: hidden; }
    @media (min-width: 512px) {
      .front-page-1 .slick-arrow {
        visibility: visible; } }
  .front-page-1 .wrap {
    position: relative;
    z-index: 2; }
  @media (min-width: 768px) {
    .front-page-1 .widget {
      max-width: 768px;
      margin-right: auto;
      margin-left: auto; } }
  .front-page-1 .widget:first-of-type {
    padding-top: 5vh; }
  .front-page-1 .widget .widget-wrap p {
    margin-bottom: 1.618em;
    color: #f0f1f2; }
  @media (min-width: 512px) {
    .front-page-1 h1 {
      font-size: 2.2em; } }
  @media (min-width: 768px) {
    .front-page-1 h1 {
      font-size: 2.7em; } }
  @media (min-width: 1280px) {
    .front-page-1 h1 {
      font-size: 3.5em; } }

/* ### Front Page 2 */
.front-page-2 {
  text-align: center; }
  .front-page-2 .fa-coffee {
    margin-left: -1.5rem; }
  .front-page-2 .widget-title {
    margin: 1rem auto;
    font-size: 2rem; }
  .front-page-2 p {
    display: block;
    color: #647585; }
    @media (min-width: 768px) {
      .front-page-2 p {
        padding: 0 1em;
        font-size: 1.8rem; } }
    @media (min-width: 768px) {
      .front-page-2 p:last-of-type {
        margin-bottom: 0; } }

/* ### Front Page 3 */
.front-page-3 {
  background-color: #f6f7f8; }
  .front-page-3 .wrap {
    flex-wrap: wrap; }
  .front-page-3 .widget {
    margin-bottom: 5vw; }
    @media (min-width: 768px) {
      .front-page-3 .widget {
        margin-bottom: 2.5641025641%; } }
    .front-page-3 .widget:first-of-type {
      margin-bottom: 5rem; }
  .front-page-3 .widget_custom_html:first-of-type {
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .front-page-3 .widget_custom_html:first-of-type hr {
      display: block;
      width: 10rem;
      height: 0.3rem;
      margin: 0 auto 4rem;
      padding: 0;
      border: 0;
      background-color: #fb2056; }
    .front-page-3 .widget_custom_html:first-of-type p {
      color: #647585; }
  .front-page-3 p {
    color: #647585; }
  .front-page-3 .entry {
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.11);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .front-page-3 .entry:hover {
      box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22); }
    .front-page-3 .entry > a {
      display: block;
      margin: 0;
      position: relative; }
      .front-page-3 .entry > a:before {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: none;
        content: "";
        pointer-events: none; }
      .front-page-3 .entry > a:before {
        opacity: 0.1; }
      .front-page-3 .entry > a:focus ~ .entry-header a {
        color: #647585; }
    .front-page-3 .entry p {
      display: flex;
      flex-wrap: wrap; }
  .front-page-3 .entry-title {
    padding: 3rem 3rem 0;
    font-size: 1.8rem; }
  .front-page-3 .entry-content {
    padding: 0 3rem 3rem;
    color: #647585;
    font-size: 1.8rem; }
  .front-page-3 img {
    min-width: 100%;
    border-radius: 4px 4px 0 0; }
  .front-page-3 .more-link {
    display: block;
    width: auto;
    margin-top: 1em;
    padding: 0.618em 1.618em;
    border-radius: 4px;
    color: #fff;
    background-color: #232c39;
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .front-page-3 .more-link:hover {
      box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22); }

/* ### Front Page 4 */
.front-page-4 {
  overflow: hidden;
  position: relative;
  padding: 10rem 0;
  color: #fff;
  background-color: #232c39;
  text-align: center;
  position: relative; }
  .front-page-4:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    content: "";
    pointer-events: none; }
  @media (min-width: 896px) {
    .front-page-4 {
      padding: 20rem 0; } }
  @media (min-width: 768px) {
    .front-page-4 .wrap {
      display: block; } }
  .front-page-4 .widget {
    max-width: 64rem;
    margin: 0 auto; }
    @media (min-width: 896px) {
      .front-page-4 .widget {
        margin: 0 auto; } }
  .front-page-4 .widget-wrap {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-items: center; }
  .front-page-4 .widget_media_image:first-of-type {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .front-page-4 .widget_media_image:first-of-type {
        max-width: 100%; } }
    .front-page-4 .widget_media_image:first-of-type img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      object-position: center; }
  .front-page-4 .widget.widget_media_video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    position: fixed;
    z-index: 998;
    max-width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .front-page-4 .widget.widget_media_video.visible {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
  .front-page-4 .textwidget {
    width: 100%; }
  .front-page-4 .wp-video {
    position: relative;
    padding: 5%; }
    @media (min-width: 768px) {
      .front-page-4 .wp-video {
        padding: 10%; } }
  .front-page-4 iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    box-shadow: 0 3rem 3rem -2rem rgba(35, 44, 57, 0.5); }
  .front-page-4 .show-video {
    width: 3em;
    height: 3em;
    margin: 0 auto 1em;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 3em;
    color: #fff;
    background-color: transparent;
    font-size: 2.4rem;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .front-page-4 .show-video:hover {
      transform: scale(1.1); }
  .front-page-4 .hide-video {
    position: absolute;
    z-index: 999;
    top: -5%;
    right: 0;
    width: 1em;
    height: 1em;
    padding: 1rem;
    border-radius: 9rem;
    background: transparent;
    box-shadow: none;
    font-size: 2em;
    line-height: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .front-page-4 .hide-video {
        top: 5%;
        right: 5%; } }
  .front-page-4 .before {
    position: fixed;
    background-color: rgba(35, 44, 57, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

/* ### Front Page 5 */
.front-page-5 .featured-portfolio .widget-wrap {
  display: flex;
  flex-wrap: wrap; }
.front-page-5 .widget-title {
  width: 100%;
  margin-bottom: 2em;
  text-align: center; }
.front-page-5 .entry {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.22);
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  position: relative; }
  .front-page-5 .entry:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    content: "";
    pointer-events: none; }
  @media (max-width: 768px) {
    .front-page-5 .entry {
      width: 48.7179487179%;
      margin: 0 0 3rem 2.5641025641%; }
      .front-page-5 .entry:nth-of-type(2n + 1) {
        margin-left: 0; } }
  @media (max-width: 512px) {
    .front-page-5 .entry {
      width: 100%;
      margin: 0 0 5%; } }
  @media (min-width: 768px) {
    .front-page-5 .entry {
      width: 31.6239316239%;
      margin-left: 2.5641025641%; }
      .front-page-5 .entry:nth-of-type(3n + 1) {
        margin-left: 0; } }
  .front-page-5 .entry:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .front-page-5 .entry:hover {
    box-shadow: 0 27px 40px -20px rgba(35, 44, 57, 0.33); }
    .front-page-5 .entry:hover:before,
    .front-page-5 .entry:hover .entry-header {
      opacity: 1; }
    .front-page-5 .entry:hover .entry-header {
      transform: scale(1); }
  .front-page-5 .entry:last-of-type {
    margin-bottom: 3rem; }
  .front-page-5 .entry > a {
    display: block;
    height: 100%;
    margin: 0; }
    .front-page-5 .entry > a img {
      border-radius: 4px; }
.front-page-5 .entry-header {
  display: block;
  position: absolute;
  z-index: 1;
  height: 1em;
  opacity: 0;
  color: #fff;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: smaller;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transform: scale(0);
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
.front-page-5 a {
  color: #fff; }

/* ### Front Page 6 */
.front-page-6 {
  background-color: #f6f7f8; }
  @media (min-width: 896px) {
    .front-page-6 .wrap {
      display: block; } }
  .front-page-6 img {
    width: 5rem;
    margin-bottom: 1rem; }
  .front-page-6 .lslide,
  .front-page-6 .clone {
    padding: 1.5rem; }
    .front-page-6 .lslide .wrap,
    .front-page-6 .clone .wrap {
      padding: 2em 2em 2.4em;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
      clear: both;
      -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
      .front-page-6 .lslide .wrap:before, .front-page-6 .lslide .wrap:after,
      .front-page-6 .clone .wrap:before,
      .front-page-6 .clone .wrap:after {
        display: block;
        clear: both;
        content: ""; }
      .front-page-6 .lslide .wrap:hover,
      .front-page-6 .clone .wrap:hover {
        box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1); }
  .front-page-6 blockquote {
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0; }
  .front-page-6 .gts-rating + blockquote {
    margin-top: 0.5rem; }
  .front-page-6 blockquote + img {
    float: left;
    margin-bottom: 0; }
  .front-page-6 h5 {
    margin: 0 1rem 1rem 0;
    color: #647585;
    font-size: 1.5rem;
    line-height: 1; }
  .front-page-6 img + h5 {
    margin: 1.4rem 0.5rem 0 1rem; }
    .front-page-6 img + h5 + .gts-company {
      margin-top: 1.4rem; }
  .front-page-6 .gts-company {
    display: block;
    font-size: 1.5rem;
    line-height: 1; }
  .front-page-6 .lSSlideOuter {
    margin: 0 -1.5rem; }

/* ## Inner Pages
--------------------------------------------- */
/* ### Portfolio */
.portfolio {
  width: 100%; }
  .portfolio .filter {
    display: block;
    margin-bottom: 4rem;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: small;
    font-weight: 500;
    text-align: center; }
    .portfolio .filter .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .portfolio .filter a {
      display: block;
      margin: 0.5em;
      padding: 0.5em;
      text-decoration: none; }
      .portfolio .filter a.active {
        color: #fb2056; }

.portfolio-sizer {
  width: 2.5641025641%; }

.portfolio-item {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.1);
  position: relative; }
  .portfolio-item:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    content: "";
    pointer-events: none; }
  @media (min-width: 512px) {
    .portfolio-item {
      width: calc(50% - 1rem); } }
  @media (min-width: 896px) {
    .portfolio-item {
      width: calc(33.333333333% - 1.333333333rem); } }
  .portfolio-item:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .portfolio-item:hover {
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .portfolio-item:hover:before,
    .portfolio-item:hover .entry-title {
      opacity: 1; }
  .portfolio-item a {
    display: block;
    position: relative; }
  .portfolio-item img {
    border-radius: 4px; }
  .portfolio-item .entry-title {
    position: absolute;
    z-index: 2;
    height: 1em;
    opacity: 0;
    color: #fff;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.archive.genesis-pro-portfolio .entry {
  padding: 0;
  position: relative; }
  .archive.genesis-pro-portfolio .entry:before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: none;
    content: "";
    pointer-events: none; }
  .archive.genesis-pro-portfolio .entry:before {
    border-radius: 4px;
    opacity: 0.1;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .archive.genesis-pro-portfolio .entry:hover {
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.3);
    transition: box-shadow 0.75s cubic-bezier(0, 1, 0.5, 1), transform 0.75s cubic-bezier(0, 1, 0.5, 1); }
    .archive.genesis-pro-portfolio .entry:hover:before,
    .archive.genesis-pro-portfolio .entry:hover .entry-title {
      opacity: 1; }
    .archive.genesis-pro-portfolio .entry:hover a {
      color: #fff; }
  .archive.genesis-pro-portfolio .entry a {
    display: block;
    position: relative; }
  .archive.genesis-pro-portfolio .entry img {
    border-radius: 4px; }
  .archive.genesis-pro-portfolio .entry .entry-title {
    position: absolute;
    z-index: 2;
    height: 1em;
    opacity: 0;
    color: #fff;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

/* ### Masonry */
.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.page-template-page_blog .site-inner {
  background-color: rgba(35, 44, 57, 0.05); }
.blog .content,
.archive .content,
.search-results .content,
.page-template-page_blog .content {
  display: flex;
  flex-wrap: wrap; }
  .blog .content .entry-title,
  .archive .content .entry-title,
  .search-results .content .entry-title,
  .page-template-page_blog .content .entry-title {
    font-size: 1.6rem; }
@media (min-width: 896px) {
  .blog.content-sidebar .entry, .blog.sidebar-content .entry,
  .archive.content-sidebar .entry,
  .archive.sidebar-content .entry,
  .search-results.content-sidebar .entry,
  .search-results.sidebar-content .entry,
  .page-template-page_blog.content-sidebar .entry,
  .page-template-page_blog.sidebar-content .entry {
    width: calc(50% - 1.5rem); } }
.blog .entry,
.archive .entry,
.search-results .entry,
.page-template-page_blog .entry {
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1rem 2rem -1rem rgba(35, 44, 57, 0.1);
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 512px) {
    .blog .entry,
    .archive .entry,
    .search-results .entry,
    .page-template-page_blog .entry {
      width: 48.7179487179%; }
      .blog .entry:nth-of-type(even),
      .archive .entry:nth-of-type(even),
      .search-results .entry:nth-of-type(even),
      .page-template-page_blog .entry:nth-of-type(even) {
        margin-left: 2.5641025641%; } }
  @media (min-width: 896px) {
    .blog .entry,
    .archive .entry,
    .search-results .entry,
    .page-template-page_blog .entry {
      width: 31.6239316239%;
      margin-left: 2.5641025641%; }
      .blog .entry:nth-of-type(3n + 1),
      .archive .entry:nth-of-type(3n + 1),
      .search-results .entry:nth-of-type(3n + 1),
      .page-template-page_blog .entry:nth-of-type(3n + 1) {
        margin-left: 0; } }
  .blog .entry:hover,
  .archive .entry:hover,
  .search-results .entry:hover,
  .page-template-page_blog .entry:hover {
    box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1); }
.blog .entry-content,
.archive .entry-content,
.search-results .entry-content,
.page-template-page_blog .entry-content {
  color: #647585;
  font-size: 1.8rem; }
.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer,
.page-template-page_blog .entry-footer {
  margin-top: 1rem; }
  .blog .entry-footer p,
  .archive .entry-footer p,
  .search-results .entry-footer p,
  .page-template-page_blog .entry-footer p {
    margin: 0; }
.blog .entry-image-link, .archive .entry-image-link, .search-results .entry-image-link, .page-template-page_blog .entry-image-link {
  display: block;
  margin: -3rem -3rem 3rem; }
  @media (min-width: 768px) {
    .single .blog .entry-image-link,
    .single .archive .entry-image-link,
    .single .search-results .entry-image-link,
    .single .page-template-page_blog .entry-image-link {
      margin: -6rem -6rem 6rem; } }
  .blog .entry-image-link img, .archive .entry-image-link img, .search-results .entry-image-link img, .page-template-page_blog .entry-image-link img {
    border-radius: 4px 4px 0 0; }

/* ### Column Examples */
.columns div {
  margin-bottom: 2.5641025641%;
  padding: 2em 0;
  border-radius: 4px;
  color: #647585;
  background-color: #f6f7f8;
  box-shadow: 0 0 1rem -1rem rgba(35, 44, 57, 0);
  font-family: montserrat, helvetica, arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transform: translateY(0);
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1); }
  .columns div:hover {
    box-shadow: 0 2rem 1rem -1rem rgba(35, 44, 57, 0.1);
    transform: translateY(-0.5rem); }

/* ### Icon Examples */
.fa {
  text-shadow: 0.1em 0.1em 0 rgba(100, 117, 133, 0.1); }

.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .icons span {
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
    color: #647585;
    font-size: 1.6rem;
    align-items: center; }
    @media (min-width: 512px) {
      .icons span {
        width: 50%; } }
    @media (min-width: 896px) {
      .icons span {
        width: 33.33333333333%; } }
    @media (min-width: 1280px) {
      .icons span {
        width: 25%; } }
  .icons i {
    margin-right: 0.3em;
    color: #232c39;
    font-size: 3rem; }
  .icons br {
    display: none; }

/* ### Pricing Table */
.pricing .site-inner {
  background-color: #f6f7f8; }
.pricing .entry {
  background-color: transparent; }

.pricing-table {
  padding-bottom: 100px;
  text-align: center;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 768px) {
    .pricing-table {
      display: flex;
      padding-bottom: 60px;
      flex-wrap: wrap; } }
  .pricing-table > div {
    margin-bottom: 25px;
    padding: 40px 20px 50px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(35, 44, 57, 0);
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .pricing-table > div {
        margin: 0; } }
    .pricing-table > div:hover {
      z-index: 2;
      box-shadow: 0 2rem 2rem -0.5rem rgba(35, 44, 57, 0.1);
      transform: translateY(-1rem); }
  .pricing-table .featured {
    position: relative;
    z-index: 1;
    transform: scale(1.05); }
    .pricing-table .featured:hover {
      transform: translateY(-1rem) scale(1.05); }
    .pricing-table .featured button,
    .pricing-table .featured .button {
      background-color: #fb2056; }
  .pricing-table strong {
    color: #647585;
    font-size: 2rem;
    font-weight: 500; }
  .pricing-table span {
    font-size: 1.3rem;
    font-style: italic; }
  .pricing-table small {
    position: absolute;
    margin-top: 10px;
    margin-left: -10px; }
  .pricing-table big {
    color: #232c39;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-size: 1.618em;
    font-weight: 500; }
  .pricing-table p {
    margin: 0; }
  .pricing-table ul {
    margin: 10px 0 20px; }
    .pricing-table ul li {
      margin: 0;
      list-style-position: inside;
      list-style-type: none; }

/*
 * IE specific styles.
 *
 * @link http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/
 */
@media screen\0 {
  .nav-primary {
    margin: 0 0 0 auto; }

  .header-widget-area {
    margin-right: auto; } }
/* # Print Styles
--------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    color: #232c39 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 2px solid #f0f1f2;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    width: 100%;
    text-align: center; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    position: relative;
    top: -10rem;
    padding-top: 0; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

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

  dl,
  ol,
  ul {
    page-break-before: avoid; } }
/* ## Custom CSS
--------------------------------------------- *

/* ## _defaults.scss
------------------------------------------------------------------------------------------ */
.mobile-hide {
  display: none; }
  @media (min-width: 512px) {
    .mobile-hide {
      display: inline-block; } }

/* ## Typography
--------------------------------------------- */
html {
  background-color: #fff; }

body {
  line-height: 1.375;
  background-color: #f6f7f8;
  color: #303d46; }

body > div {
  font-size: 1.6rem;
  line-height: 1.8; }

a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #4faad3; }
  a:hover {
    text-decoration: underline;
    color: #4faad3; }

h1 {
  font-size: 3.1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #303d46; }

h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  color: #303d46; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  color: #303d46; }

h4 {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 500;
  color: #121212; }

h5 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  color: #121212; }

/*p {
	cursor: pointer;
}*/
p.margin-bottom-point5 {
  margin-bottom: 0.5rem; }

/* ## Colour
--------------------------------------------- */
.blue {
  color: #4faad3; }

.red {
  color: #E85858; }

.green {
  color: #49c3b4; }

.yellow {
  color: #FFC857; }

.purple {
  color: #A46590; }

.khaki {
  color: #3D9C61; }

.mediumblue {
  color: #3A607E; }

.darkblue {
  color: #303d46; }

.grey {
  color: #506877; }

.blue-bg,
.dropdown-wrapper.blue {
  background-color: #4faad3; }

.red-bg,
.dropdown-wrapper.red,
.about-my-diaries,
.write-it-down,
.the-thirty-years-tour {
  background-color: #E85858; }

.green-bg,
.dropdown-wrapper.green {
  background-color: #49c3b4; }

.yellow-bg,
.dropdown-wrapper.yellow {
  background-color: #FFC857; }

.purple-bg,
.dropdown-wrapper.purple {
  background-color: #A46590; }

.khaki-bg,
.dropdown-wrapper.khaki {
  background-color: #3D9C61; }

.around-bg {
  background-color: #ea7b21; }

.pole-bg {
  background-color: #61beea; }

.fullcircle-bg {
  background-color: #f596a5; }

.hemingway-bg {
  background-color: #593166; }

.sahara-bg {
  background-color: #f7e100; }

.himalaya-bg {
  background-color: #c4e0eb; }

.neweurope-bg {
  background-color: #6365ab; }

.brazil-bg {
  background-color: #3abbc1; }

.northkorea-bg {
  background-color: #171f3f; }

.intoiraq-bg {
  background-color: #efdaaa; }

.nigeria-bg {
  background-color: #175a28; }

.erebus-bg {
  background-color: #4e9e91; }

.mediumblue-bg,
.dropdown-wrapper.mediumblue {
  background-color: #3A607E; }

.greenblue-bg,
.dropdown-wrapper.greenblue {
  background-color: #084C61; }

.lightgrey-bg,
.dropdown-wrapper.lightgrey {
  background-color: #f6f7f8; }

.mediumgrey-bg,
.dropdown-wrapper.mediumgrey {
  background-color: #D8DFE4; }

.grey-bg,
.dropdown-wrapper.grey {
  background-color: #506877; }

.the-python-years {
  background-color: #669ecf; }
  .the-python-years.hero-image {
    border-bottom-color: #669ecf; }

.halfway-to-hollywood {
  background-color: #fde632; }
  .halfway-to-hollywood.hero-image {
    border-bottom-color: #fde632; }

.travelling-to-work {
  background-color: #db9016; }
  .travelling-to-work.hero-image {
    border-bottom-color: #db9016; }

.there-and-back {
  background-color: #ffffff; }
  .there-and-back.hero-image {
    border-bottom-color: #d19238; }

.about-my-diaries.hero-image,
.write-it-down.hero-image,
.the-thirty-years-tour.hero-image {
  border-bottom-color: #E85858; }

/* ## Headings
--------------------------------------------- */
.breadcrumb {
  background-color: white;
  padding-right: 4%;
  padding-left: 4%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 1.5rem;
  width: auto;
  opacity: 0.6; }
  @media (min-width: 768px) {
    .breadcrumb {
      padding-right: 0;
      padding-left: 0;
      width: 90%;
      max-width: 1280px;
      margin: 0 auto; } }
  @media (min-width: 1152px) {
    .breadcrumb {
      margin: 0 3rem 0;
      width: auto;
      max-width: none; } }
  .breadcrumb a {
    text-decoration: none;
    color: #303d46; }
    .breadcrumb a:hover {
      text-decoration: underline; }

/* ## Headings
--------------------------------------------- */
.main-heading,
.archive-description,
.slick-headings {
  display: flex;
  justify-content: center;
  width: 100%; }
  .main-heading h1,
  .main-heading h2,
  .main-heading .archive-title,
  .main-heading .woo-shop,
  .archive-description h1,
  .archive-description h2,
  .archive-description .archive-title,
  .archive-description .woo-shop,
  .slick-headings h1,
  .slick-headings h2,
  .slick-headings .archive-title,
  .slick-headings .woo-shop {
    display: inline-block;
    margin-bottom: 4rem;
    border-bottom: 1px dotted #506877;
    padding: 0 0 1rem 0;
    font-weight: 600;
    text-align: center;
    color: #506877;
    text-transform: uppercase; }
    .main-heading h1 a,
    .main-heading h2 a,
    .main-heading .archive-title a,
    .main-heading .woo-shop a,
    .archive-description h1 a,
    .archive-description h2 a,
    .archive-description .archive-title a,
    .archive-description .woo-shop a,
    .slick-headings h1 a,
    .slick-headings h2 a,
    .slick-headings .archive-title a,
    .slick-headings .woo-shop a {
      color: #fff;
      text-decoration: none; }
  .main-heading h2,
  .archive-description h2,
  .slick-headings h2 {
    font-weight: 500; }
  .main-heading .archive-title,
  .main-heading .post-type-archive-product .woocommerce-products-header__title,
  .archive-description .archive-title,
  .archive-description .post-type-archive-product .woocommerce-products-header__title,
  .slick-headings .archive-title,
  .slick-headings .post-type-archive-product .woocommerce-products-header__title {
    border-bottom-color: #fff;
    margin-bottom: 0;
    color: #fff; }

.post-type-archive-product .woocommerce-products-header__title {
  border-bottom-color: #fff;
  margin-bottom: 0; }

.archive-description {
  padding-top: 4rem;
  padding-bottom: 4.3rem; }
  @media (min-width: 768px) {
    .archive-description {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .archive-description h1, .archive-description h2, .archive-description .woo-shop {
    border-bottom-color: #fff;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase; }
  .archive-description a {
    color: #fff;
    text-decoration: none; }

main .archive-description {
  display: none; }

/* ## Captions
--------------------------------------------- */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  font-size: 1.4rem;
  text-align: center; }

.wp-block-image figcaption {
  margin-top: .9em;
  margin-bottom: 0; }

/*.wp-block-image {

    .aligncenter,
	&.aligncenter {
        margin-bottom: 0;
    }
}*/
/* ## Forms
--------------------------------------------- */
input, select, textarea {
  border: 1px solid #506877;
  border-radius: 0; }

:focus {
  outline: none; }

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: none; }
  .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    box-shadow: none; }
  .button + button,
  .button .button, button + button,
  button .button, input[type="button"] + button,
  input[type="button"] .button, input[type="reset"] + button,
  input[type="reset"] .button, input[type="submit"] + button,
  input[type="submit"] .button {
    margin-top: 0; }
  .button.main, .button.medium, .button.gform_button, button.main, button.medium, button.gform_button, input[type="button"].main, input[type="button"].medium, input[type="button"].gform_button, input[type="reset"].main, input[type="reset"].medium, input[type="reset"].gform_button, input[type="submit"].main, input[type="submit"].medium, input[type="submit"].gform_button {
    border-radius: 0;
    background-color: #4faad3;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-box-shadow: 6px 6px #506877;
    -moz-box-shadow: 6px 6px #506877;
    box-shadow: 6px 6px #506877;
    color: #fff;
    text-transform: uppercase; }
    .button.main:hover, .button.medium:hover, .button.gform_button:hover, button.main:hover, button.medium:hover, button.gform_button:hover, input[type="button"].main:hover, input[type="button"].medium:hover, input[type="button"].gform_button:hover, input[type="reset"].main:hover, input[type="reset"].medium:hover, input[type="reset"].gform_button:hover, input[type="submit"].main:hover, input[type="submit"].medium:hover, input[type="submit"].gform_button:hover {
      background-color: #49c3b4; }
  .button.medium, button.medium, input[type="button"].medium, input[type="reset"].medium, input[type="submit"].medium {
    padding: 1em 1.2em;
    font-size: 1.4rem;
    -webkit-box-shadow: 5px 5px #506877;
    -moz-box-shadow: 5px 5px #506877;
    box-shadow: 5px 5px #506877; }
  .button.gform_button, button.gform_button, input[type="button"].gform_button, input[type="reset"].gform_button, input[type="submit"].gform_button {
    border: 0; }

input [type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 1px; }

.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input[type="submit"].alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce .woocommerce-message button.button,
.woocommerce .woocommerce-message a.button.alt,
.woocommerce .woocommerce-message button.button.alt,
.woocommerce .woocommerce-message input.button.alt,
.woocommerce .woocommerce-message input[type="submit"].alt,
.woocommerce .woocommerce-message #respond input#submit.alt,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message button.button,
.woocommerce-page .woocommerce-message a.button.alt,
.woocommerce-page .woocommerce-message button.button.alt,
.woocommerce-page .woocommerce-message input.button.alt,
.woocommerce-page .woocommerce-message input[type="submit"].alt,
.woocommerce-page .woocommerce-message #respond input#submit.alt,
.woocommerce-page .woocommerce-message a.button {
  border-radius: 0;
  background-color: #E85858;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-shadow: 6px 6px #506877;
  -moz-box-shadow: 6px 6px #506877;
  box-shadow: 6px 6px #506877;
  text-transform: uppercase;
  color: #fff; }
  .woocommerce button.button:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce input[type="submit"].alt:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button:hover,
  .woocommerce .woocommerce-message button.button:hover,
  .woocommerce .woocommerce-message a.button.alt:hover,
  .woocommerce .woocommerce-message button.button.alt:hover,
  .woocommerce .woocommerce-message input.button.alt:hover,
  .woocommerce .woocommerce-message input[type="submit"].alt:hover,
  .woocommerce .woocommerce-message #respond input#submit.alt:hover,
  .woocommerce .woocommerce-message a.button:hover,
  .woocommerce-page .woocommerce-message button.button:hover,
  .woocommerce-page .woocommerce-message a.button.alt:hover,
  .woocommerce-page .woocommerce-message button.button.alt:hover,
  .woocommerce-page .woocommerce-message input.button.alt:hover,
  .woocommerce-page .woocommerce-message input[type="submit"].alt:hover,
  .woocommerce-page .woocommerce-message #respond input#submit.alt:hover,
  .woocommerce-page .woocommerce-message a.button:hover {
    background-color: #D8DFE4;
    -webkit-box-shadow: 6px 6px #506877;
    -moz-box-shadow: 6px 6px #506877;
    box-shadow: 6px 6px #506877;
    color: #303d46; }

.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input[type="submit"].disabled, .woocommerce input[type="submit"]:disabled, .woocommerce input[type="submit"]:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled] {
  background-color: #D8DFE4;
  padding: 1.2em 2.2em; }

.product-search-form input,
select {
  border: 0;
  border-radius: 0;
  padding: 1.4rem 1.5rem 1.1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.select-wrapper {
  position: relative; }

.select-wrapper:after {
  content: '\f078';
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  padding: 10px 15px;
  background-color: #4faad3;
  pointer-events: none;
  font-size: 2rem;
  font-family: FontAwesome;
  color: #fff; }

.dropdown-wrapper {
  width: 100%;
  padding: 1.25rem;
  background-color: #ebeff1; }

.dropdown {
  position: relative;
  margin: 0 auto;
  width: 90%;
  padding: 1rem 4.5rem 1rem 1.5rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #303d46; }
  .dropdown:after {
    content: '\f078';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 7px 15px;
    background-color: #8FA3AE;
    pointer-events: none;
    font-size: 2rem;
    font-family: FontAwesome;
    color: #fff; }
  @media (min-width: 896px) {
    .dropdown {
      width: 100%; } }

.dropdown-content {
  position: absolute;
  z-index: 1;
  display: none;
  overflow: auto;
  margin-top: 0.9rem;
  margin-left: -1.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(35, 44, 57, 0.1);
  width: 100%;
  max-height: 45rem;
  padding: 1.2rem 2rem 0.7rem;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.2; }
  .dropdown-content p {
    margin-bottom: 0; }
    .dropdown-content p:last-child {
      margin-bottom: .7rem; }
  .dropdown-content a,
  .dropdown-content button {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    text-align: left;
    color: #303d46; }
    .dropdown-content a:hover,
    .dropdown-content button:hover {
      text-decoration: none;
      color: #E85858; }
  .dropdown-content button {
    display: block;
    background-color: transparent; }

.dropdown:hover .dropdown-content {
  display: block; }

/* ## Back To Top Button
--------------------------------------------- */
.top-link {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .25s ease-in-out;
  margin: 0 3rem 3rem 0;
  width: 4rem;
  height: 4rem;
  padding: .25em;
  background-color: #717F87;
  cursor: pointer;
  -webkit-box-shadow: 6px 6px #506877;
  -moz-box-shadow: 6px 6px #506877;
  box-shadow: 6px 6px #506877; }
  @media (min-width: 1280px) {
    .top-link {
      margin: 0 6rem 6rem 0; } }
  .top-link:before, .top-link:after {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 1.4rem;
    display: block;
    transform: rotate(-45deg);
    width: 8px;
    height: 2px;
    background-color: #a4a8ac; }
  .top-link:after {
    left: 1.8rem;
    transform: rotate(45deg); }
  .top-link.show {
    opacity: 1;
    visibility: visible; }
  .top-link.hide {
    opacity: 0;
    visibility: hidden; }
  .top-link.next, .top-link.previous {
    position: relative;
    margin: 0 3rem;
    background-color: #4faad3; }
    .top-link.next:hover, .top-link.previous:hover {
      background-color: #49c3b4; }
    .top-link.next:before, .top-link.next:after, .top-link.previous:before, .top-link.previous:after {
      background-color: #fff; }
  .top-link.previous:before {
    top: 1.7rem;
    left: 1.4rem;
    transform: rotate(-225deg); }
  .top-link.previous:after {
    top: 2.2rem;
    left: 1.4rem; }
  .top-link.next:before {
    top: 2.2rem;
    left: 1.7rem;
    transform: rotate(-225deg); }
  .top-link.next:after {
    top: 1.7rem;
    left: 1.7rem; }

/* ## Back To Top Button - Within Page
--------------------------------------------- */
.page-btt-link-wrap {
  width: 100%;
  text-align: right; }

.page-btt-link {
  position: relative;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  padding: .25em;
  background-color: #717F87;
  cursor: pointer;
  -webkit-box-shadow: 6px 6px #506877;
  -moz-box-shadow: 6px 6px #506877;
  box-shadow: 6px 6px #506877;
  opacity: 0.7; }
  .page-btt-link:hover {
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    opacity: 1; }
  .page-btt-link:before, .page-btt-link:after {
    content: "";
    position: absolute;
    top: 1.35rem;
    left: 0.9rem;
    display: block;
    transform: rotate(-45deg);
    width: 8px;
    height: 2px;
    background-color: #a4a8ac; }
  .page-btt-link:after {
    left: 1.35rem;
    transform: rotate(45deg); }

/* ## Tables
--------------------------------------------- */
.important-single table,
.modal-wrapper.styled .wp-post-modal table,
.single-product .modal table {
  margin-bottom: 0;
  border: 0;
  font-size: 1.6rem; }
  .important-single table tbody,
  .modal-wrapper.styled .wp-post-modal table tbody,
  .single-product .modal table tbody {
    border: 0; }
  .important-single table tr,
  .modal-wrapper.styled .wp-post-modal table tr,
  .single-product .modal table tr {
    background-color: #f6f7f8; }
  .important-single table tr:first-child td,
  .modal-wrapper.styled .wp-post-modal table tr:first-child td,
  .single-product .modal table tr:first-child td {
    border-bottom: 1px solid #fff;
    background-color: #49c3b4;
    font-weight: 500;
    color: #fff; }
  .important-single table td,
  .modal-wrapper.styled .wp-post-modal table td,
  .single-product .modal table td {
    border-top-width: 1px;
    padding: 1.5rem 1.4rem;
    text-align: center; }
  .important-single table td:first-child,
  .modal-wrapper.styled .wp-post-modal table td:first-child,
  .single-product .modal table td:first-child {
    text-align: left; }
.important-single .wp-block-table td,
.modal-wrapper.styled .wp-post-modal .wp-block-table td,
.single-product .modal .wp-block-table td {
  border-top: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #49c3b4; }
  .important-single .wp-block-table td:last-child,
  .modal-wrapper.styled .wp-post-modal .wp-block-table td:last-child,
  .single-product .modal .wp-block-table td:last-child {
    border-right: 0; }
.important-single .wp-block-table.postage,
.modal-wrapper.styled .wp-post-modal .wp-block-table.postage,
.single-product .modal .wp-block-table.postage {
  margin-bottom: 4rem; }

/* ## Lists
--------------------------------------------- */
ul li::marker {
  color: #4faad3; }

.entry-content ul {
  margin-left: 16px; }
  @media (min-width: 512px) {
    .entry-content ul {
      margin-left: 4rem; } }

.entry-content li ul {
  margin-top: 1.5rem; }

.entry-content li li {
  list-style-type: disc; }

/* ## Dividers
--------------------------------------------- */
.divider-sf {
  max-width: 900px;
  border-bottom: 1px dotted #333333;
  margin: 0 3rem 3rem; }
  @media (min-width: 896px) {
    .divider-sf {
      margin: 0 auto 5rem; } }
  @media (min-width: 1152px) {
    .divider-sf {
      margin: 0 auto 5rem; } }

/* ## _layout.scss
------------------------------------------------------------------------------------------ */
/* ## Site Containers
--------------------------------------------- */
.wrap {
  padding-right: 4%;
  padding-left: 4%; }
  @media (min-width: 768px) {
    .wrap {
      padding: 0; } }
  .wrap .wrap {
    padding: 0; }

.site-container {
  margin-top: 0; }
  @media (min-width: 768px) {
    .site-container {
      margin-top: 16rem; } }

.content-sidebar-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .content-sidebar-wrap {
      display: flex;
      padding: 0; } }
  @media (min-width: 896px) {
    .content-sidebar-wrap {
      display: flex;
      padding: 0;
      width: 896px; } }
  @media (min-width: 1152px) {
    .content-sidebar-wrap {
      width: 1152px; } }
  @media (min-width: 1280px) {
    .content-sidebar-wrap {
      width: 1280px; } }

.content {
  background-color: #fff; }
  @media (min-width: 896px) {
    .content {
      margin-top: 0; } }
  @media (min-width: 1152px) {
    .content {
      width: 1152px; } }
  @media (min-width: 1280px) {
    .content {
      width: 1280px; } }

.archive .content,
.page-basic .content,
.single .content,
.post-type-archive-palins_posts .content,
.post-type-archive-news .content,
.post-type-archive-watch .content,
.post-type-archive-listen .content,
.post-type-archive-photos .content,
.post-type-archive-my_diaries .content,
.post-type-archive-photos .content,
.post-type-archive-dr_feggs_page .content,
.photos-template .content,
.search-results .content,
.search-no-results .content,
.contact-page .content,
.woocommerce-cart .content,
.woocommerce-checkout .content,
.woocommerce-account .content,
.error404 .content {
  margin-top: 0;
  padding: 3rem 0rem; }
  @media (min-width: 512px) {
    .archive .content,
    .page-basic .content,
    .single .content,
    .post-type-archive-palins_posts .content,
    .post-type-archive-news .content,
    .post-type-archive-watch .content,
    .post-type-archive-listen .content,
    .post-type-archive-photos .content,
    .post-type-archive-my_diaries .content,
    .post-type-archive-photos .content,
    .post-type-archive-dr_feggs_page .content,
    .photos-template .content,
    .search-results .content,
    .search-no-results .content,
    .contact-page .content,
    .woocommerce-cart .content,
    .woocommerce-checkout .content,
    .woocommerce-account .content,
    .error404 .content {
      padding: 3rem 0rem; } }
  @media (min-width: 768px) {
    .archive .content,
    .page-basic .content,
    .single .content,
    .post-type-archive-palins_posts .content,
    .post-type-archive-news .content,
    .post-type-archive-watch .content,
    .post-type-archive-listen .content,
    .post-type-archive-photos .content,
    .post-type-archive-my_diaries .content,
    .post-type-archive-photos .content,
    .post-type-archive-dr_feggs_page .content,
    .photos-template .content,
    .search-results .content,
    .search-no-results .content,
    .contact-page .content,
    .woocommerce-cart .content,
    .woocommerce-checkout .content,
    .woocommerce-account .content,
    .error404 .content {
      padding: 3rem 0; } }
  @media (min-width: 896px) {
    .archive .content,
    .page-basic .content,
    .single .content,
    .post-type-archive-palins_posts .content,
    .post-type-archive-news .content,
    .post-type-archive-watch .content,
    .post-type-archive-listen .content,
    .post-type-archive-photos .content,
    .post-type-archive-my_diaries .content,
    .post-type-archive-photos .content,
    .post-type-archive-dr_feggs_page .content,
    .photos-template .content,
    .search-results .content,
    .search-no-results .content,
    .contact-page .content,
    .woocommerce-cart .content,
    .woocommerce-checkout .content,
    .woocommerce-account .content,
    .error404 .content {
      padding: 5rem 0rem 6rem; } }

.genesis-breadcrumbs-visible .content {
  padding-top: 1rem; }
  @media (min-width: 512px) {
    .genesis-breadcrumbs-visible .content {
      padding-top: 2rem; } }
  @media (min-width: 768px) {
    .genesis-breadcrumbs-visible .content {
      padding-top: 2rem; } }
  @media (min-width: 896px) {
    .genesis-breadcrumbs-visible .content {
      padding-top: 2rem; } }

.single-product.genesis-breadcrumbs-visible .content,
.single-important.genesis-breadcrumbs-visible .content,
.single-about.genesis-breadcrumbs-visible .content {
  margin-top: 0;
  padding: 3rem 0rem; }
  @media (min-width: 512px) {
    .single-product.genesis-breadcrumbs-visible .content,
    .single-important.genesis-breadcrumbs-visible .content,
    .single-about.genesis-breadcrumbs-visible .content {
      padding: 3rem 0rem; } }
  @media (min-width: 768px) {
    .single-product.genesis-breadcrumbs-visible .content,
    .single-important.genesis-breadcrumbs-visible .content,
    .single-about.genesis-breadcrumbs-visible .content {
      padding: 3rem 0; } }
  @media (min-width: 896px) {
    .single-product.genesis-breadcrumbs-visible .content,
    .single-important.genesis-breadcrumbs-visible .content,
    .single-about.genesis-breadcrumbs-visible .content {
      padding: 5rem 0rem 6rem; } }

@media (max-width: 511px) {
  .post-type-archive-news .content {
    padding-right: 0;
    padding-left: 0; } }

.single .entry,
.contact-page .entry {
  background-color: #fff; }
  @media (min-width: 768px) {
    .single .entry,
    .contact-page .entry {
      margin: 0 auto;
      max-width: 900px; } }

.search-results .content {
  padding-top: 5rem;
  padding-bottom: 0; }

/* ## Content Widths and Positions
--------------------------------------------- */
@media (min-width: 896px) {
  .content {
    width: 896px; } }
@media (min-width: 1152px) {
  .content {
    width: 1152px; } }
@media (min-width: 1280px) {
  .content {
    width: 1280px; } }
.below {
  margin-bottom: 5rem; }

.css-grid {
  display: grid; }

.site-banner {
  grid-template-columns: repeat(1, minmax(284px, 1fr)); }
  @media (min-width: 768px) {
    .site-banner {
      grid-template-columns: repeat(2, minmax(287px, 1fr)); } }
  @media (min-width: 1152px) {
    .site-banner {
      grid-template-columns: repeat(4, minmax(287px, 1fr)); } }

.hp-grid-latest-featured {
  grid-template-columns: repeat(1, minmax(284px, 1fr));
  grid-gap: 0rem;
  margin-bottom: 1px;
  /*
  .latest-card:last-child {
  	display: none;
  	
  	@include breakpoint(xs) {
  		display: block;	
  	}
  }
  */ }
  .hp-grid-latest-featured .latest-card:first-child {
    order: 2; }
    @media (min-width: 896px) {
      .hp-grid-latest-featured .latest-card:first-child {
        order: 1; } }
  .hp-grid-latest-featured .latest-card:last-child {
    order: 1; }
    @media (min-width: 896px) {
      .hp-grid-latest-featured .latest-card:last-child {
        order: 2; } }
  @media (min-width: 512px) {
    .hp-grid-latest-featured {
      grid-gap: 0.1rem;
      margin-bottom: 1px; } }
  @media (min-width: 896px) {
    .hp-grid-latest-featured {
      grid-template-columns: repeat(2, minmax(287px, 1fr)); } }
  .hp-grid-latest-featured .hp-latest-featured-img {
    display: none; }
    @media (min-width: 512px) {
      .hp-grid-latest-featured .hp-latest-featured-img {
        display: block; } }
  .hp-grid-latest-featured .hp-latest-featured-img-mobile {
    display: block; }
    @media (min-width: 512px) {
      .hp-grid-latest-featured .hp-latest-featured-img-mobile {
        display: none; } }

.hp-latest-grid {
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
  grid-gap: 0.1rem; }
  .hp-latest-grid article:nth-child(n+5) {
    display: none; }
  .hp-latest-grid article:nth-child(6) {
    display: block; }
  @media (min-width: 512px) {
    .hp-latest-grid {
      grid-template-columns: repeat(2, minmax(255px, 1fr));
      grid-gap: 0.1rem; }
      .hp-latest-grid article:nth-child(n+6) {
        display: block; }
      .hp-latest-grid article:nth-child(5) {
        display: block; } }
  @media (min-width: 768px) {
    .hp-latest-grid article:nth-child(n+11) {
      display: none; } }
  @media (min-width: 896px) {
    .hp-latest-grid {
      grid-template-columns: repeat(3, minmax(298px, 1fr)); }
      .hp-latest-grid article:nth-child(n+7) {
        display: none; }
      .hp-latest-grid article:nth-child(5) {
        display: none; }
      .hp-latest-grid article:nth-child(7) {
        display: block; } }
  @media (min-width: 1152px) {
    .hp-latest-grid {
      grid-template-columns: repeat(4, minmax(287px, 1fr)); }
      .hp-latest-grid article:nth-child(n+7) {
        display: block; }
      .hp-latest-grid article:nth-child(5) {
        display: block; } }

.hp-friends-grid {
  padding-bottom: 5rem;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  grid-gap: 1px;
  grid-auto-rows: 1fr; }
  @media (min-width: 512px) {
    .hp-friends-grid {
      grid-template-columns: repeat(3, calc(33.3333333% - 1px)); } }
  @media (min-width: 896px) {
    .hp-friends-grid {
      padding-bottom: 9rem; } }
  @media (min-width: 1152px) {
    .hp-friends-grid {
      grid-template-columns: repeat(6, calc(16.6666666% - 1px)); } }

.news-grid,
.watch-grid,
.listen-grid,
.search-results-grid {
  grid-template-columns: repeat(1);
  grid-gap: 3rem; }
  @media (min-width: 512px) {
    .news-grid,
    .watch-grid,
    .listen-grid,
    .search-results-grid {
      grid-template-columns: repeat(2, calc(50% - 15px)); } }
  @media (min-width: 896px) {
    .news-grid,
    .watch-grid,
    .listen-grid,
    .search-results-grid {
      grid-template-columns: repeat(3, calc(33.33333333% - 20px)); } }
  @media (min-width: 1152px) {
    .news-grid,
    .watch-grid,
    .listen-grid,
    .search-results-grid {
      grid-template-columns: repeat(4, calc(25% - 22.5px)); } }

.photos-grid,
.diaries-grid,
.nkj-grid {
  grid-template-columns: repeat(1);
  grid-gap: 3rem; }
  @media (min-width: 512px) {
    .photos-grid,
    .diaries-grid,
    .nkj-grid {
      grid-template-columns: repeat(2, calc(50% - 15px)); } }
  @media (min-width: 896px) {
    .photos-grid,
    .diaries-grid,
    .nkj-grid {
      grid-template-columns: repeat(3, calc(33.33333333% - 20px)); } }

.nkj-grid {
  padding: 0 5rem; }

.fegg-grid {
  min-height: 10rem; }

.card {
  text-align: left; }
  .card .details {
    padding: 2rem; }
  .card header {
    padding-bottom: 0.5rem; }
  .card .copy {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400; }
    .card .copy p {
      margin-bottom: 0.8rem; }
    .card .copy a {
      color: #303d46;
      text-transform: uppercase;
      font-size: 1.4rem; }

/* ## Flex Grid
--------------------------------------------- */
.flex-grid-thirds,
.flex-grid-photo-albums,
.flex-grid-photo-news,
.flex-grid-photo-watch,
.flex-grid-photo-listen {
  justify-content: space-between;
  display: block; }
  @media (min-width: 896px) {
    .flex-grid-thirds,
    .flex-grid-photo-albums,
    .flex-grid-photo-news,
    .flex-grid-photo-watch,
    .flex-grid-photo-listen {
      display: flex; } }

.col_half {
  flex: 1; }
  @media (min-width: 896px) {
    .col_half {
      flex: none;
      width: 50%; } }

.col_albums {
  flex: 1; }
  @media (min-width: 896px) {
    .col_albums {
      flex: none;
      width: 40%; } }

.col_thirds {
  flex: 1; }
  @media (min-width: 896px) {
    .col_thirds {
      flex: none;
      width: 32%; } }

.col_quarter {
  flex: 1; }
  @media (min-width: 896px) {
    .col_quarter {
      flex: none;
      width: 25%; } }

.col_fifth {
  flex: 1; }
  @media (min-width: 896px) {
    .col_fifth {
      flex: none;
      width: 20%; } }

/* ## Site Banner
------------------------------------------------------------------------------------------ */
.site-banner {
  position: absolute;
  width: 100%;
  min-height: 255px; }
  .site-banner .col_1,
  .site-banner .col_2,
  .site-banner .col_3,
  .site-banner .col_4 {
    background-size: cover; }
  .site-banner .col_1 {
    background-image: url("/wp-content/uploads/2021/03/site-banner-Diaries_01.jpg");
    background-position: center;
    display: none; }
    @media (min-width: 1152px) {
      .site-banner .col_1 {
        display: block; } }
  .site-banner .col_2 {
    background-image: url("/wp-content/uploads/2024/04/site-banner-Nigeria_01.jpg");
    background-position: center;
    display: none; }
    @media (min-width: 768px) {
      .site-banner .col_2 {
        display: block; } }
  .site-banner .col_3 {
    background-image: url("/wp-content/uploads/2021/10/site-banner-DeathOfStalinByPalin_01.jpg");
    background-position: left;
    display: none; }
    @media (min-width: 1152px) {
      .site-banner .col_3 {
        display: block; } }
  .site-banner .col_4 {
    background-image: url("/wp-content/uploads/2021/03/site-banner-ChefSketch_01.jpg");
    background-position: left;
    display: none; }
    @media (min-width: 768px) {
      .site-banner .col_4 {
        display: block; } }

/* ## _header.scss
------------------------------------------------------------------------------------------ */
/* ## Title Area
--------------------------------------------- */
.site-header {
  position: relative;
  background-color: #fff; }
  @media (min-width: 896px) {
    .site-header {
      background-color: transparent; } }
  .site-header > .wrap {
    display: block;
    background-color: #fff;
    width: 100%; }
    @media (min-width: 768px) {
      .site-header > .wrap {
        padding-left: 5vw; } }
    @media (min-width: 896px) {
      .site-header > .wrap {
        width: 90%;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
        display: flex;
        padding: 0;
        width: 896px; } }
    @media (min-width: 1152px) {
      .site-header > .wrap {
        width: 1152px; } }
    @media (min-width: 1280px) {
      .site-header > .wrap {
        width: 1280px; } }

/* ## Title Area
--------------------------------------------- */
.title-area {
  margin: 0 auto 0 0;
  max-width: 15rem;
  padding: 1.7rem 0; }
  @media (min-width: 896px) {
    .title-area {
      margin: 0 auto 0;
      max-width: 27.5rem;
      padding: 2.5rem 0 0.75rem; } }

.site-title a {
  font-size: 2.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #506877; }
  @media (min-width: 896px) {
    .site-title a {
      font-size: 3.4rem; } }

/* ## Header Widget Area
--------------------------------------------- */
.header-widget-area {
  padding-right: 2.2rem;
  right: 0;
  margin-left: 0; }
  @media (min-width: 896px) {
    .header-widget-area {
      position: absolute;
      display: flex;
      padding: 1.65rem 1.6rem 1.65rem 2rem;
      margin-top: 1.3rem; } }
  .header-widget-area .float-wrapper-cart {
    float: left; }
  .header-widget-area .float-wrapper-icons {
    display: none; }
    @media (min-width: 896px) {
      .header-widget-area .float-wrapper-icons {
        display: block; } }

/* ## Hero Section
--------------------------------------------- */
.hero-section {
  padding: 15rem; }
  @media (min-width: 768px) {
    .hero-section {
      padding: 20rem 0; } }
  @media (min-width: 896px) {
    .hero-section {
      padding: 29rem 0; } }

.post-type-archive .hero-section,
.single .hero-section,
.page-basic .hero-section,
.tax-palinsposts_tax .hero-section,
.category .hero-section,
.search-results .hero-section {
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .post-type-archive .hero-section,
    .single .hero-section,
    .page-basic .hero-section,
    .tax-palinsposts_tax .hero-section,
    .category .hero-section,
    .search-results .hero-section {
      padding: 24.2rem 0; } }

.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-width: 6rem;
  border-bottom-style: solid;
  border-bottom-color: #f6f7f8; }

/* ## _menu.scss
------------------------------------------------------------------------------------------ */
/* ## Menus
--------------------------------------------- */
.menu-item {
  padding: 0; }
  .menu-item a {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #303d46;
    padding: 20px 1rem; }
    @media (min-width: 896px) {
      .menu-item a {
        padding: 20px 0.5em; } }
    @media (min-width: 1152px) {
      .menu-item a {
        padding: 17px 0.75em; } }
  .menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a {
    text-decoration: none;
    color: #E85858; }
    .sub-menu .menu-item a:hover,
    .sub-menu .menu-item a:focus,
    .sub-menu .menu-item.current-menu-item > a {
      color: #E85858; }
  .menu-item.menu-item-has-children > a {
    cursor: pointer; }
    @media (min-width: 896px) {
      .menu-item.menu-item-has-children > a > span:after {
        content: "";
        display: none;
        margin-left: 0.5em;
        border: 3px solid transparent;
        border-top-color: #303d46;
        width: auto; } }
  .menu-item.menu-item-has-children.current-menu-parent > a {
    text-decoration: none;
    color: #E85858; }
  .menu-item.shop-menu {
    margin: 2rem 0; }
    @media (min-width: 896px) {
      .menu-item.shop-menu {
        margin: 0; } }
  .menu-item.shop-menu a {
    background-color: #FFC857; }
  .menu-item.shop-menu.current-menu-item > a {
    color: #fff; }
  .menu-item.search {
    margin-top: 1rem; }
    @media (min-width: 896px) {
      .menu-item.search {
        margin-top: 0; } }
  .menu-item.search a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 16px;
    font-size: 18px; }
    @media (min-width: 896px) {
      .menu-item.search a {
        display: inline-block;
        padding-top: 0.9em; } }

.sub-menu-toggle {
  top: 11px;
  margin: 0 1em 0 0; }
  .sub-menu-toggle:before {
    border-top-color: #303d46; }
  @media (min-width: 896px) {
    .sub-menu-toggle:before {
      border-top-color: transparent; } }

/* ## Specific Menus
--------------------------------------------- */
.nav-primary {
  z-index: 100;
  padding: 0;
  background-color: #fff; }
  .nav-primary > .wrap {
    position: relative;
    max-width: 1280px;
    background-color: #fff;
    width: 100%; }
    @media (min-width: 896px) {
      .nav-primary > .wrap {
        width: 896px; } }
    @media (min-width: 1152px) {
      .nav-primary > .wrap {
        width: 1152px; } }
    @media (min-width: 1280px) {
      .nav-primary > .wrap {
        width: 1280px; } }
  .nav-primary .menu {
    justify-content: center;
    max-width: 1280px; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  position: relative;
  /*z-index: 98;*/
  min-height: 40px; }
  @media (min-width: 896px) {
    .nav-secondary {
      min-height: 40px; } }
  .nav-secondary > .wrap {
    background-color: #f6f7f8;
    width: 100%; }
    @media (min-width: 768px) {
      .nav-secondary > .wrap {
        padding-right: 5vw;
        padding-left: 5vw; } }
    @media (min-width: 896px) {
      .nav-secondary > .wrap {
        width: 90%;
        padding: 0;
        width: 896px; } }
    @media (min-width: 1152px) {
      .nav-secondary > .wrap {
        width: 1152px; } }
    @media (min-width: 1280px) {
      .nav-secondary > .wrap {
        width: 1280px; } }
  .nav-secondary ul {
    position: relative; }
  .nav-secondary ul.wpmenucart::before {
    display: none; }
  .nav-secondary li.wpmenucart {
    z-index: 3;
    position: absolute;
    padding: 0.7rem 0rem 0rem;
    right: 3.5rem;
    display: inline-block;
    width: auto;
    text-align: right; }
    @media (min-width: 896px) {
      .nav-secondary li.wpmenucart {
        padding-right: 2rem;
        padding: 1rem 2rem 0.8rem 0; } }
    .nav-secondary li.wpmenucart.empty a {
      color: #506877; }
    .nav-secondary li.wpmenucart a {
      color: #E85858; }
    .nav-secondary li.wpmenucart .sub-menu li:last-child a,
    .nav-secondary li.wpmenucart .sub-menu li.cart-link a.button {
      border-radius: 0;
      background-color: #49c3b4;
      padding: 1em 1.2em;
      font-size: 1.4rem;
      font-weight: 400;
      text-decoration: none;
      -webkit-box-shadow: 5px 5px #506877;
      -moz-box-shadow: 5px 5px #506877;
      box-shadow: 5px 5px #506877;
      text-transform: uppercase;
      color: #fff; }
      .nav-secondary li.wpmenucart .sub-menu li:last-child a:hover,
      .nav-secondary li.wpmenucart .sub-menu li.cart-link a.button:hover {
        background-color: #4faad3;
        -webkit-box-shadow: 5px 5px #506877;
        -moz-box-shadow: 5px 5px #506877;
        box-shadow: 5px 5px #506877;
        color: #fff;
        text-decoration: none; }
      .nav-secondary li.wpmenucart .sub-menu li:last-child a:last-child,
      .nav-secondary li.wpmenucart .sub-menu li.cart-link a.button:last-child {
        background-color: #E85858; }
        .nav-secondary li.wpmenucart .sub-menu li:last-child a:last-child:hover,
        .nav-secondary li.wpmenucart .sub-menu li.cart-link a.button:last-child:hover {
          background-color: #D8DFE4;
          color: #303d46; }
    .nav-secondary li.wpmenucart .sub-menu li.cart-link a.button {
      display: block; }
      .nav-secondary li.wpmenucart .sub-menu li.cart-link a.button:first-child {
        margin-bottom: 1rem; }
    .nav-secondary li.wpmenucart li.wpmenucart-submenu-item {
      text-align: left; }
      .nav-secondary li.wpmenucart li.wpmenucart-submenu-item a {
        text-transform: capitalize;
        color: #506877; }
        .nav-secondary li.wpmenucart li.wpmenucart-submenu-item a:hover {
          color: #E85858; }
      .nav-secondary li.wpmenucart li.wpmenucart-submenu-item .wpmenucart-product-name {
        padding-bottom: 3px;
        font-weight: 600; }
      .nav-secondary li.wpmenucart li.wpmenucart-submenu-item .wpmenucart-product-quantity-price {
        font-size: 1.3rem; }
  .nav-secondary li a {
    color: #506877; }
  .nav-secondary li.user {
    position: absolute;
    padding: 0.7rem 0 0.7rem 2rem;
    right: 0;
    display: inline-block;
    width: auto; }
    @media (min-width: 896px) {
      .nav-secondary li.user {
        right: 0;
        padding: 1rem 2rem; } }
    .nav-secondary li.user .la-user {
      line-height: 26px; }
    .nav-secondary li.user a {
      padding: 0;
      font-size: 2rem; }
  .nav-secondary li.instagram, .nav-secondary li.facebook, .nav-secondary li.youtube {
    width: auto;
    padding: 1rem 1rem 0.8rem 0;
    min-height: 40px; }
    @media (min-width: 896px) {
      .nav-secondary li.instagram, .nav-secondary li.facebook, .nav-secondary li.youtube {
        min-height: 40px; } }
    .nav-secondary li.instagram a .lab, .nav-secondary li.facebook a .lab, .nav-secondary li.youtube a .lab {
      display: none; }
      @media (min-width: 896px) {
        .nav-secondary li.instagram a .lab, .nav-secondary li.facebook a .lab, .nav-secondary li.youtube a .lab {
          display: inline-block; } }
  .nav-secondary li.instagram {
    left: 0; }
    @media (min-width: 896px) {
      .nav-secondary li.instagram {
        padding-left: 2rem; } }
    .nav-secondary li.instagram .la-instagram {
      line-height: 26px; }
    .nav-secondary li.instagram a {
      padding: 0;
      font-size: 2.2rem; }
  .nav-secondary li.facebook {
    left: 0; }
    .nav-secondary li.facebook .la-facebook-f {
      line-height: 26px; }
    .nav-secondary li.facebook a {
      padding: 0;
      font-size: 17px; }
  .nav-secondary li.youtube {
    left: 0; }
    .nav-secondary li.youtube .la-youtube {
      line-height: 26px; }
    .nav-secondary li.youtube a {
      padding: 0;
      font-size: 2.2rem; }

.nav-primary .search-form {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  width: 100%; }
  .nav-primary .search-form input[type="search"] {
    background: #FFC857;
    border: 1px solid #303d46;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 20px 6px 8px; }
  .nav-primary .search-form .search-submit {
    border: none;
    color: red;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0; }
    .nav-primary .search-form .search-submit:hover {
      background: transparent;
      color: green;
      outline: none; }
.nav-primary .active .search-form {
  display: block; }

/* ## WP Menu Cart Pro
--------------------------------------------- */
a.wpmenucart-contents {
  position: relative;
  padding: 0;
  color: #506877;
  font-weight: 400;
  text-align: right;
  font-size: 1.4rem;
  line-height: 26px; }
  a.wpmenucart-contents:hover {
    text-align: right;
    width: 100%; }

.wpmenucart-contents .wpmenucart-icon-shopping-cart-4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 26px;
  vertical-align: top; }
  .wpmenucart-contents .wpmenucart-icon-shopping-cart-4:before {
    margin-right: 0;
    content: "\f290";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-right: -5px; }

.wpmenucart .sub-menu {
  padding: 0;
  background-color: #fff;
  min-width: 30rem; }
  @media (min-width: 768px) {
    .wpmenucart .sub-menu {
      padding: 1rem 0.5rem 2.5rem; } }
  .wpmenucart .sub-menu ul {
    right: 0px; }
  @media (min-width: 896px) {
    .wpmenucart .sub-menu li {
      display: block; } }
  .wpmenucart .sub-menu li:last-child {
    border-top: 1px dotted #333;
    padding-top: 2rem; }
    .wpmenucart .sub-menu li:last-child a {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 1em;
      text-align: center; }
      .wpmenucart .sub-menu li:last-child a .wpmenucart-arrow {
        display: none; }

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
  color: #333333;
  padding: 2.3rem 0; }
  .menu-toggle:hover, .menu-toggle:focus {
    border: 0; }
  @media (min-width: 768px) {
    .menu-toggle {
      margin-top: 15.5rem;
      padding: 2.7rem 0; } }
  .menu-toggle span {
    background: #333333; }
    .menu-toggle span:before, .menu-toggle span:after {
      background-color: #333333; }

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
  border-radius: 0;
  padding: 0; }
  @media (min-width: 896px) {
    .sub-menu {
      width: 26rem;
      padding: 0.618em 0.5em; } }
  .sub-menu li:first-of-type {
    margin-top: 0; }
    @media (min-width: 896px) {
      .sub-menu li:first-of-type {
        margin-top: 0.5em; } }
    .sub-menu li:first-of-type a {
      /*padding-top: 10px;
      padding-bottom: 10px;*/ }
      @media (min-width: 896px) {
        .sub-menu li:first-of-type a {
          padding-top: 10px;
          /*padding-bottom: 20px;*/
          padding-left: 0.75em; } }
  .sub-menu .menu-item a {
    font-size: 1.4rem; }
  @media (min-width: 896px) {
    .sub-menu .menu-item a {
      padding: 1em 0.75em;
      padding-left: 0.75em; } }

/* ## Header Search
--------------------------------------------- */
.float-wrapper-icons .header-search-icon button.search-toggle {
  padding: 0; }

.header-search-icon {
  flex: 1;
  line-height: 0; }
  .header-search-icon a {
    text-decoration: none; }
  @media (min-width: 896px) {
    .header-search-icon {
      display: block; } }
  .header-search-icon button.search-toggle {
    /*padding: 0.7em 1.1em 0.5em 0.5em;*/
    padding: 1rem 2.8rem 0.5rem 0.5rem; }

button.search-toggle,
button.search-close,
button.search-search {
  border: 0;
  font-size: 21px;
  color: #506877; }

button.search-toggle,
button.search-close,
button.search-search {
  border-radius: 0;
  outline: none;
  background: transparent;
  line-height: 0; }
  button.search-toggle:hover,
  button.search-close:hover,
  button.search-search:hover {
    color: #E85858; }

button.search-search {
  padding: 0.5em 0; }
  @media (min-width: 896px) {
    button.search-search {
      padding: 0.9em 0; } }

.header-search-bar {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75); }
  .header-search-bar > .wrap {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    padding: 1rem 1rem;
    background-color: white; }
    @media (min-width: 768px) {
      .header-search-bar > .wrap {
        padding-right: 5vw;
        padding-left: 5vw; } }
    @media (min-width: 896px) {
      .header-search-bar > .wrap {
        width: 896px; } }
    @media (min-width: 1152px) {
      .header-search-bar > .wrap {
        width: 1152px; } }
    @media (min-width: 1280px) {
      .header-search-bar > .wrap {
        width: 1280px; } }
  @media (min-width: 896px) {
    .header-search-bar {
      position: absolute;
      left: 0;
      display: none; }
      .header-search-bar > .wrap {
        padding: 0.25rem 1.5rem; } }
  .header-search-bar .search-form {
    display: inline;
    border: none; }
    .header-search-bar .search-form input {
      border: 0;
      width: calc(100% - 24px);
      padding: 0;
      background-color: #fff; }
      @media (min-width: 896px) {
        .header-search-bar .search-form input {
          padding: 0.4em 1em 0.4em 0; } }
    .header-search-bar .search-form::after {
      display: none; }
  .header-search-bar button.search-close,
  .header-search-bar button.search-search {
    display: inline; }
    @media (min-width: 896px) {
      .header-search-bar button.search-close,
      .header-search-bar button.search-search {
        padding: 0.75em 1em 0.75em 0; } }
    .header-search-bar button.search-close .las,
    .header-search-bar button.search-search .las {
      line-height: 0; }
  @media (min-width: 896px) {
    .header-search-bar button.search-search {
      padding: 0.75em 0 0.75em 0; } }

.header-search-bar {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1002; }

.header-search-bar.is-active {
  opacity: 1;
  transition-delay: 0s;
  visibility: visible; }

.search-active .header-search-bar {
  display: block; }

/* ## Header Social
--------------------------------------------- */
.header-social {
  display: flex;
  align-items: center;
  font-size: 2.4rem; }
  .header-social .wrapper:first-child .social-icons {
    padding-left: 0.25rem; }
  .header-social .wrapper:nth-child(2) .social-icons {
    padding-top: 0.25rem; }
  .header-social a {
    color: #333333; }
  .header-social .la-instagram {
    border-left: 1px dotted #303d46;
    padding-left: 0.7rem; }
  .header-social .la-youtube {
    border-right: 1px dotted #303d46;
    padding-right: 0.8rem; }
  .header-social a.social-icons:hover {
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    color: #E85858; }
  .header-social .lab {
    font-size: 16px;
    font-weight: 300; }
    .header-social .lab.la-youtube {
      font-size: 20px; }

.button.social-icons {
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 0.5rem 0 0.5rem 0.8rem;
  background: transparent;
  font-size: 24px;
  line-height: 0;
  color: #333333; }

/* ## _content.scss
------------------------------------------------------------------------------------------ */
/* ## Entries
--------------------------------------------- */
.entry-title a {
  color: #303d46; }

.entry-header h1 {
  font-size: 2.4rem;
  font-weight: 400; }
.entry-header p.entry-meta {
  margin-bottom: 3rem;
  font-size: 1.3rem; }

.entry-content h3 {
  line-height: 1.8; }
.entry-content p {
  line-height: 1.8;
  color: #303d46; }
.entry-content b,
.entry-content strong {
  font-weight: 500; }
.entry-content li {
  margin-bottom: 1.2rem;
  padding-left: 0.5rem;
  line-height: 1.8;
  color: #303d46; }

.blog .entry-content,
.archive .entry-content,
.search-results .entry-content,
.page-template-page_blog .entry-content,
.page-basic .entry-content {
  font-size: 1.6rem; }

.pagination {
  text-align: center;
  padding: 2rem 0 2rem; }
  .pagination .page-numbers {
    border-right: 1px solid #8FA3AE;
    padding: 0 15px 0 14px; }
    .pagination .page-numbers:last-child {
      border: 0; }
    .pagination .page-numbers.current {
      font-weight: 600;
      color: #8FA3AE; }
  .pagination .next {
    border: 0; }
  .pagination a {
    color: #8FA3AE; }
  .pagination .mobile-hide {
    margin: 0 3rem; }
  .pagination .alignleft,
  .pagination .alignright {
    min-width: 100px; }

/* ## Hompage Custom Css
------------------------------------------------------------------------------------------ */
.homepage {
  text-align: center; }
  .homepage .section {
    margin-top: 6rem; }

/* ## Homepage Banner
--------------------------------------------- */
.hp-news-banner {
  background-color: #FFC857; }

/* ## Homepage News
--------------------------------------------- */
.hp-latest {
  background-color: #fff;
  margin-bottom: 5rem; }
  @media (min-width: 896px) {
    .hp-latest {
      margin-bottom: 8rem; } }
  .hp-latest .latest-card {
    width: 100%;
    background-color: transparent;
    position: relative; }
    .hp-latest .latest-card a {
      position: relative;
      display: block;
      color: #fff; }
  .hp-latest .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    width: 100%;
    height: 100%; }
    .hp-latest .overlay-wrapper:hover {
      opacity: 1; }
  .hp-latest .overlay {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top: 50%;
    left: 50%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    text-align: center; }
    @media (min-width: 1152px) {
      .hp-latest .overlay {
        font-size: 2.8rem; } }
  .hp-latest .hp-latest-grid article:nth-child(2) .overlay-wrapper {
    opacity: 1; }
    .hp-latest .hp-latest-grid article:nth-child(2) .overlay-wrapper .overlay {
      background-color: #4faad3; }
      .hp-latest .hp-latest-grid article:nth-child(2) .overlay-wrapper .overlay:hover h2 {
        color: #303d46; }
  .hp-latest .hp-latest-grid article:nth-child(4) .overlay-wrapper {
    opacity: 1; }
    .hp-latest .hp-latest-grid article:nth-child(4) .overlay-wrapper .overlay {
      background-color: #49c3b4; }
      .hp-latest .hp-latest-grid article:nth-child(4) .overlay-wrapper .overlay:hover h2 {
        color: #303d46; }
  .hp-latest .hp-latest-grid article:nth-child(5) .overlay-wrapper {
    opacity: 1; }
    .hp-latest .hp-latest-grid article:nth-child(5) .overlay-wrapper .overlay {
      background-color: #E85858; }
      .hp-latest .hp-latest-grid article:nth-child(5) .overlay-wrapper .overlay:hover h2 {
        color: #303d46; }
  .hp-latest .hp-latest-grid article:nth-child(7) .overlay-wrapper {
    opacity: 1; }
    .hp-latest .hp-latest-grid article:nth-child(7) .overlay-wrapper .overlay {
      background-color: #FFC857; }
      .hp-latest .hp-latest-grid article:nth-child(7) .overlay-wrapper .overlay:hover h2 {
        color: #303d46; }
  .hp-latest a {
    font-size: 1.5rem; }
    @media (min-width: 512px) {
      .hp-latest a {
        font-size: 1.5rem; } }
  .hp-latest h2 {
    color: #fff;
    font-weight: 400; }
    .hp-latest h2:hover {
      text-decoration: none; }
    @media (min-width: 512px) {
      .hp-latest h2 {
        font-size: 2.4rem; } }
  .hp-latest .wrap {
    width: 100%;
    padding: 0 2rem; }
    @media (min-width: 512px) {
      .hp-latest .wrap {
        padding: 0 3rem; } }
  .hp-latest .card header {
    padding-bottom: 0; }

/* ## Homepage Signing
--------------------------------------------- */
.hp-signing {
  display: flex;
  align-items: center;
  min-height: 180px;
  margin-bottom: 5rem;
  padding: 3rem 0;
  background-image: url("/wp-content/themes/mp2020-theme/images/bg-hp-signing_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #A46590; }
  @media (min-width: 896px) {
    .hp-signing {
      margin-bottom: 5rem;
      padding: 3rem 0; } }
  .hp-signing a {
    text-decoration: none; }
  .hp-signing p {
    margin-bottom: 0; }
  .hp-signing .main-heading {
    display: block; }
    .hp-signing .main-heading h2 {
      margin-bottom: 2rem;
      border-color: #fff;
      font-weight: 500;
      color: #fff; }
  .hp-signing .details {
    margin: 0 auto;
    max-width: 900px;
    color: white; }
    .hp-signing .details a {
      color: #fff; }
      .hp-signing .details a:hover {
        text-decoration: underline; }

/* ## Homepage Featured
--------------------------------------------- */
.hp-featured {
  margin-bottom: 5rem; }
  @media (min-width: 896px) {
    .hp-featured {
      margin-bottom: 8rem; } }
  .hp-featured .bg-img {
    padding: 0;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 896px) {
      .hp-featured .bg-img {
        background-position: center;
        background-size: cover;
        padding: 9rem 6rem; } }
  .hp-featured .hp-grid-featured {
    grid-gap: 0px; }
    @media (min-width: 896px) {
      .hp-featured .hp-grid-featured {
        grid-template-columns: 1fr 50%; } }
    @media (min-width: 1280px) {
      .hp-featured .hp-grid-featured {
        grid-template-columns: repeat(2, minmax(287px, 1fr)); } }
    .hp-featured .hp-grid-featured .col {
      color: #fff; }
    .hp-featured .hp-grid-featured a {
      color: white;
      border-bottom: 1px dotted #fff;
      padding-bottom: 0.3rem;
      font-size: 1.4rem;
      text-transform: uppercase; }
      .hp-featured .hp-grid-featured a:hover {
        text-decoration: none;
        color: #303d46;
        border-bottom-color: #303d46; }
    .hp-featured .hp-grid-featured .info {
      padding: 3rem;
      text-align: left; }
      @media (min-width: 896px) {
        .hp-featured .hp-grid-featured .info {
          padding: 6rem; } }
      .hp-featured .hp-grid-featured .info .main-heading {
        display: block; }
        .hp-featured .hp-grid-featured .info .main-heading h1 {
          margin-bottom: 2rem;
          text-align: center;
          color: #fff;
          border-bottom-color: #fff; }
          @media (min-width: 896px) {
            .hp-featured .hp-grid-featured .info .main-heading h1 {
              text-align: left; } }
    .hp-featured .hp-grid-featured .image,
    .hp-featured .hp-grid-featured .product {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.5);
      min-height: 320px;
      padding: 3rem; }
      @media (min-width: 1920px) {
        .hp-featured .hp-grid-featured .image,
        .hp-featured .hp-grid-featured .product {
          min-height: 450px; } }
      .hp-featured .hp-grid-featured .image img,
      .hp-featured .hp-grid-featured .product img {
        margin-bottom: 3rem;
        max-height: 300px; }
      .hp-featured .hp-grid-featured .image a:hover,
      .hp-featured .hp-grid-featured .product a:hover {
        color: #E85858;
        border-bottom-color: #E85858; }
      .hp-featured .hp-grid-featured .image .button.main,
      .hp-featured .hp-grid-featured .product .button.main {
        background-color: #FFC857; }
        .hp-featured .hp-grid-featured .image .button.main:hover,
        .hp-featured .hp-grid-featured .product .button.main:hover {
          background-color: #49c3b4; }
    .hp-featured .hp-grid-featured .product {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 896px) {
        .hp-featured .hp-grid-featured .product {
          background-image: none !important; } }

/* ## Homepage Shop
--------------------------------------------- */
.hp-shop {
  margin-bottom: 5rem; }
  @media (min-width: 896px) {
    .hp-shop {
      margin-bottom: 8rem; } }
  .hp-shop .hp-shop-slider {
    background-color: #fff;
    padding-top: 1rem; }
  .hp-shop .hp-shop-featured {
    background-color: #fff;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    grid-gap: 0; }
    @media (min-width: 512px) {
      .hp-shop .hp-shop-featured {
        grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
        grid-gap: 1px; } }
    .hp-shop .hp-shop-featured h3 {
      font-weight: 500; }
    .hp-shop .hp-shop-featured .feature {
      display: flex;
      align-items: stretch;
      flex-direction: column; }
      @media (min-width: 512px) {
        .hp-shop .hp-shop-featured .feature:last-of-type {
          display: none; } }
      @media (min-width: 768px) {
        .hp-shop .hp-shop-featured .feature:last-of-type {
          display: flex; } }
      .hp-shop .hp-shop-featured .feature .details {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        text-align: center;
        background-color: #ebeff1;
        padding: 3rem; }
        .hp-shop .hp-shop-featured .feature .details a.cta {
          align-self: center;
          text-align: center;
          color: #303d46;
          border-bottom: 1px dotted #303d46;
          padding-bottom: 0.3rem;
          font-size: 1.4rem;
          text-transform: uppercase; }
          .hp-shop .hp-shop-featured .feature .details a.cta:hover {
            border-bottom-color: #4faad3;
            text-decoration: none;
            color: #4faad3; }
        .hp-shop .hp-shop-featured .feature .details h3 a {
          color: #303d46; }

/* ## Homepage Areas
--------------------------------------------- */
.hp-areas {
  padding-top: 5rem;
  /*padding-bottom: 5rem;*/
  margin-bottom: 5rem;
  background-color: #ebeff1; }
  @media (min-width: 896px) {
    .hp-areas {
      padding-top: 5rem;
      /*padding-bottom: 8rem;*/
      margin-bottom: 8rem; } }
  .hp-areas .hp-grid-areas {
    grid-template-columns: repeat(auto-fit, minmax(255.5px, 1fr));
    grid-gap: 0; }
    @media (min-width: 512px) {
      .hp-areas .hp-grid-areas {
        grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
        grid-gap: 1px; } }
  .hp-areas article {
    display: flex;
    align-items: stretch;
    flex-direction: column; }
    @media (min-width: 768px) {
      .hp-areas article:last-child {
        display: none; } }
    @media (min-width: 1152px) {
      .hp-areas article:last-child {
        display: flex; } }
    .hp-areas article a {
      color: #fff; }
    .hp-areas article a.outer {
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      background-color: #ebeff1;
      text-decoration: none; }
    .hp-areas article .title {
      padding: 3rem; }
      .hp-areas article .title h2 {
        margin-bottom: 0;
        font-size: 2rem;
        font-weight: 400; }
  .hp-areas article:nth-child(1) a.outer {
    background-color: #A46590; }
    .hp-areas article:nth-child(1) a.outer h2 {
      color: #fff; }
  .hp-areas article:nth-child(1) a.outer:hover {
    background-color: #fff; }
    .hp-areas article:nth-child(1) a.outer:hover h2 {
      color: #A46590; }
  .hp-areas article:nth-child(2) a.outer {
    background-color: #084C61; }
    .hp-areas article:nth-child(2) a.outer h2 {
      color: #fff; }
  .hp-areas article:nth-child(2) a.outer:hover {
    background-color: #fff; }
    .hp-areas article:nth-child(2) a.outer:hover h2 {
      color: #084C61; }
  .hp-areas article:nth-child(3) a.outer {
    background-color: #E85858; }
    .hp-areas article:nth-child(3) a.outer h2 {
      color: #fff; }
  .hp-areas article:nth-child(3) a.outer:hover {
    background-color: #fff; }
    .hp-areas article:nth-child(3) a.outer:hover h2 {
      color: #E85858; }
  .hp-areas article:nth-child(4) a.outer {
    background-color: #FFC857; }
    .hp-areas article:nth-child(4) a.outer h2 {
      color: #fff; }
  .hp-areas article:nth-child(4) a.outer:hover {
    background-color: #fff; }
    .hp-areas article:nth-child(4) a.outer:hover h2 {
      color: #FFC857; }

/* ## Homepage Friends
--------------------------------------------- */
.hp-friends {
  display: block; }
  .hp-friends .wrap {
    width: 100%;
    padding: 0; }
  .hp-friends a {
    text-decoration: none;
    color: #fff; }
  .hp-friends article {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hp-friends article.yellow {
      background-color: #FFC857; }
    .hp-friends article.red {
      background-color: #E85858; }
    .hp-friends article.grey {
      background-color: #D8DFE4; }
    .hp-friends article.blue {
      background-color: #4faad3; }
    .hp-friends article.green {
      background-color: #49c3b4; }
    .hp-friends article h2 {
      margin-bottom: 0;
      font-size: 1.8rem;
      color: #fff; }
    .hp-friends article .overlay-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .hp-friends article .overlay-wrapper:hover {
        opacity: 1; }
    .hp-friends article .overlay {
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      top: 50%;
      left: 50%;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.8);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      padding: 3rem;
      font-size: 1.8rem;
      font-weight: 400;
      color: #fff;
      text-align: center; }
      @media (min-width: 1152px) {
        .hp-friends article .overlay {
          font-size: 2.8rem; } }

/* ## _inner.scss
------------------------------------------------------------------------------------------ */
.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.page-template-page_blog .site-inner,
.page .site-inner,
.single .site-inner {
  background-color: transparent; }

.single .pagination a {
  color: #fff; }
.single .button#load-more {
  margin: 0 3rem; }
.single .button.main {
  height: 4rem;
  padding: 1.4rem 1.6rem;
  font-size: 1.4rem; }

.single .entry-footer {
  padding: 0; }

/* ## Icon Examples
--------------------------------------------- */
.fa {
  text-shadow: none; }

/* ## Archive Pages
------------------------------------------------------------------------------------------ */
@media (min-width: 768px) {
  .archive .width-content,
  .search-results .width-content,
  .my_diaries-template .width-content,
  .the-erebus-log .width-content,
  .north-korea-journal .width-content,
  .into-iraq .width-content,
  .great-uncle-harry .width-content,
  .there-back .width-content,
  .nigeria .width-content,
  .photos-single .width-content,
  .error404 .width-content {
    margin: 0 auto;
    max-width: 900px; } }
.archive .content .entry-title,
.search-results .content .entry-title,
.my_diaries-template .content .entry-title,
.the-erebus-log .content .entry-title,
.north-korea-journal .content .entry-title,
.into-iraq .content .entry-title,
.great-uncle-harry .content .entry-title,
.there-back .content .entry-title,
.nigeria .content .entry-title,
.photos-single .content .entry-title,
.error404 .content .entry-title {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .archive .content .entry-title,
    .search-results .content .entry-title,
    .my_diaries-template .content .entry-title,
    .the-erebus-log .content .entry-title,
    .north-korea-journal .content .entry-title,
    .into-iraq .content .entry-title,
    .great-uncle-harry .content .entry-title,
    .there-back .content .entry-title,
    .nigeria .content .entry-title,
    .photos-single .content .entry-title,
    .error404 .content .entry-title {
      margin-left: 0;
      font-size: 2.4rem; } }

/* ## Palin's Posts
------------------------------------------------------------------------------------------ */
/* ## Archive Page
--------------------------------------------- */
.palinsposts-archive .archive-description,
.palinsposts-single .archive-description {
  background-color: #49c3b4; }

.palins-posts {
  width: 100%; }
  .palins-posts .mp-filter {
    display: block;
    font-size: medium;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-weight: 500; }
    .palins-posts .mp-filter .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 3rem; }
    .palins-posts .mp-filter a {
      display: block;
      margin: 0.4em;
      padding: 0.4em;
      text-decoration: none;
      color: #8FA3AE; }
      .palins-posts .mp-filter a:hover {
        color: #E85858; }
      .palins-posts .mp-filter a.active {
        font-weight: 600;
        color: #E85858; }
      .palins-posts .mp-filter a:first-child {
        margin-left: 0;
        padding-left: 0; }

.post-type-archive.palinsposts-archive .sub-title {
  display: none; }

.tax-palinsposts_tax .sub-title .archive-description {
  display: block !important;
  background-color: transparent;
  text-align: center;
  color: #303d46;
  padding: 3rem 0 0; }
  @media (min-width: 512px) {
    .tax-palinsposts_tax .sub-title .archive-description {
      padding: 4.5rem 0 0; } }
  .tax-palinsposts_tax .sub-title .archive-description h1 {
    color: #303d46;
    padding: 0 0 1rem 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px dotted #303d46; }

.palinsposts-item,
.diaries-cat-item {
  margin-bottom: 5rem;
  width: 100%; }
  .palinsposts-item:last-child,
  .diaries-cat-item:last-child {
    margin-bottom: 0; }
  .palinsposts-item .entry-content p,
  .diaries-cat-item .entry-content p {
    display: block;
    margin-bottom: 1.382em; }

.palinsposts-item .divider,
.diaries-cat-item .divider,
.news-single .divider,
.important-single .divider,
.modal-wrapper.styled .wp-post-modal .divider,
.diaries-category .divider {
  display: flex;
  justify-content: center;
  height: 1rem;
  padding-top: 2rem; }
  .palinsposts-item .divider span,
  .diaries-cat-item .divider span,
  .news-single .divider span,
  .important-single .divider span,
  .modal-wrapper.styled .wp-post-modal .divider span,
  .diaries-category .divider span {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    width: 60%; }

.palinsposts-item:nth-child(4n+1) .divider span,
.diaries-cat-item:nth-child(4n+1) .divider span {
  border-bottom-color: #4faad3; }
.palinsposts-item:nth-child(4n+2) .divider span,
.diaries-cat-item:nth-child(4n+2) .divider span {
  border-bottom-color: #49c3b4; }
.palinsposts-item:nth-child(4n+3) .divider span,
.diaries-cat-item:nth-child(4n+3) .divider span {
  border-bottom-color: #FFC857; }
.palinsposts-item:nth-child(4n+4) .divider span,
.diaries-cat-item:nth-child(4n+4) .divider span {
  border-bottom-color: #E85858; }

.news-single .divider {
  padding-bottom: 4rem; }
.news-single .divider:nth-child(4n+1) span {
  border-bottom-color: #4faad3; }
.news-single .divider:nth-child(4n+2) span {
  border-bottom-color: #49c3b4; }

.single-palins_posts .site-inner .adjacent-entry-pagination {
  display: none; }

/* ## News
------------------------------------------------------------------------------------------ */
/* ## Archive Page
--------------------------------------------- */
.news-archive .archive-description,
.news-single .archive-description {
  background-color: #4faad3; }

/* ## Archive Page
--------------------------------------------- */
.news,
.watch,
.listen,
.photos,
.fegg,
.search-results {
  width: 100%; }
  .news .filter,
  .watch .filter,
  .listen .filter,
  .photos .filter,
  .fegg .filter,
  .search-results .filter {
    display: block;
    margin-bottom: 4rem;
    font-size: small;
    font-family: montserrat, helvetica, arial, sans-serif;
    font-weight: 500;
    text-align: center; }
    .news .filter .wrap,
    .watch .filter .wrap,
    .listen .filter .wrap,
    .photos .filter .wrap,
    .fegg .filter .wrap,
    .search-results .filter .wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .news .filter a,
    .watch .filter a,
    .listen .filter a,
    .photos .filter a,
    .fegg .filter a,
    .search-results .filter a {
      display: block;
      margin: 0.5em;
      padding: 0.5em;
      text-decoration: none; }
      .news .filter a.active,
      .watch .filter a.active,
      .listen .filter a.active,
      .photos .filter a.active,
      .fegg .filter a.active,
      .search-results .filter a.active {
        color: #fb2056; }
  .news .card .details,
  .watch .card .details,
  .listen .card .details,
  .photos .card .details,
  .fegg .card .details,
  .search-results .card .details {
    height: auto; }
    @media (min-width: 512px) {
      .news .card .details,
      .watch .card .details,
      .listen .card .details,
      .photos .card .details,
      .fegg .card .details,
      .search-results .card .details {
        height: 28.5rem; } }
    @media (min-width: 768px) {
      .news .card .details,
      .watch .card .details,
      .listen .card .details,
      .photos .card .details,
      .fegg .card .details,
      .search-results .card .details {
        height: 22rem; } }
    @media (min-width: 896px) {
      .news .card .details,
      .watch .card .details,
      .listen .card .details,
      .photos .card .details,
      .fegg .card .details,
      .search-results .card .details {
        height: 26.5rem; } }
    @media (min-width: 1152px) {
      .news .card .details,
      .watch .card .details,
      .listen .card .details,
      .photos .card .details,
      .fegg .card .details,
      .search-results .card .details {
        height: 26.5rem; } }
  .news .card .cat,
  .watch .card .cat,
  .listen .card .cat,
  .photos .card .cat,
  .fegg .card .cat,
  .search-results .card .cat {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #717F87; }

.diaries {
  width: 100%; }
  .diaries .card .details {
    height: auto !important;
    text-align: center;
    padding-bottom: 3rem; }

.diaries-category h2 {
  margin-bottom: 2rem; }

.search-results {
  width: 100%; }
  .search-results .card .details {
    height: auto !important; }

.news-content {
  margin-bottom: 2rem; }

.news-sizer {
  width: 2.5641025641%; }

.news-item,
.watch-item,
.listen-item,
.photos-item,
.diaries-item,
.gallery-item,
.search-results-item {
  margin-bottom: 3rem;
  width: 100%;
  background-color: #ebeff1; }
  .news-item a,
  .watch-item a,
  .listen-item a,
  .photos-item a,
  .diaries-item a,
  .gallery-item a,
  .search-results-item a {
    position: relative;
    display: block;
    color: #303d46; }
  .news-item a.img-link,
  .watch-item a.img-link,
  .listen-item a.img-link,
  .photos-item a.img-link,
  .diaries-item a.img-link,
  .gallery-item a.img-link,
  .search-results-item a.img-link {
    color: #fff; }
  .news-item a.cta,
  .watch-item a.cta,
  .listen-item a.cta,
  .photos-item a.cta,
  .diaries-item a.cta,
  .gallery-item a.cta,
  .search-results-item a.cta {
    text-align: center;
    border-bottom: 1px dotted #303d46;
    padding-bottom: 0.3rem;
    display: inline-block;
    line-height: 1.8; }
    .news-item a.cta:hover,
    .watch-item a.cta:hover,
    .listen-item a.cta:hover,
    .photos-item a.cta:hover,
    .diaries-item a.cta:hover,
    .gallery-item a.cta:hover,
    .search-results-item a.cta:hover {
      border-bottom-color: #4faad3;
      color: #4faad3;
      text-decoration: none; }
  .news-item .entry-header p.entry-meta,
  .news-item .entry-content p.entry-meta,
  .watch-item .entry-header p.entry-meta,
  .watch-item .entry-content p.entry-meta,
  .listen-item .entry-header p.entry-meta,
  .listen-item .entry-content p.entry-meta,
  .photos-item .entry-header p.entry-meta,
  .photos-item .entry-content p.entry-meta,
  .diaries-item .entry-header p.entry-meta,
  .diaries-item .entry-content p.entry-meta,
  .gallery-item .entry-header p.entry-meta,
  .gallery-item .entry-content p.entry-meta,
  .search-results-item .entry-header p.entry-meta,
  .search-results-item .entry-content p.entry-meta {
    margin-bottom: 0.5rem;
    color: #303d46; }
  .news-item .entry-title,
  .watch-item .entry-title,
  .listen-item .entry-title,
  .photos-item .entry-title,
  .diaries-item .entry-title,
  .gallery-item .entry-title,
  .search-results-item .entry-title {
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    font-family: montserrat, helvetica, arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .news-item .entry-content,
  .watch-item .entry-content,
  .listen-item .entry-content,
  .photos-item .entry-content,
  .diaries-item .entry-content,
  .gallery-item .entry-content,
  .search-results-item .entry-content {
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    color: #333333; }

.diaries-item {
  margin-bottom: 0; }
  .diaries-item h3 {
    font-weight: 500; }
  .diaries-item a {
    display: inline-block;
    color: #303d46; }
  .diaries-item a.cta {
    display: inline-block;
    color: #303d46;
    text-align: center;
    border-bottom: 1px dotted #303d46;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .diaries-item a.cta:hover {
      border-bottom-color: #4faad3;
      color: #4faad3;
      text-decoration: none; }
  .diaries-item .details p {
    margin-bottom: 1rem; }

.news-item .entry-header,
.diaries-item .entry-header,
.watch-item .entry-header,
.listen-item .entry-header {
  color: #303d46; }
.news-item a.img-link,
.diaries-item a.img-link,
.watch-item a.img-link,
.listen-item a.img-link {
  color: #ebeff1; }

.news-item,
.watch-item,
.listen-item,
.photos-item,
.search-results-item {
  margin-bottom: 0; }

.photos-item {
  background-color: transparent; }

.gallery-item {
  margin-bottom: 0;
  opacity: 0;
  border: 1px solid #fff;
  border-top-width: 0px;
  border-right-width: 0px; }
  @media (min-width: 512px) {
    .gallery-item {
      width: 50%; } }
  @media (min-width: 896px) {
    .gallery-item {
      width: 33.333333333%; } }
  @media (min-width: 1152px) {
    .gallery-item {
      width: 25%; } }
  @media (min-width: 1280px) {
    .gallery-item {
      width: 20%; } }

.is-showing-items .gallery-item {
  opacity: 1;
  /* reveal when ready */ }

.fegg-item {
  margin-bottom: 3rem;
  min-height: 10rem;
  background-color: transparent; }
  .fegg-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .fegg-item {
      min-height: 15rem; } }

.page-load-status {
  display: none; }

/* ## Watch & Listen 
------------------------------------------------------------------------------------------ */
/* ## Archive Page
--------------------------------------------- */
.watch-archive .archive-description,
.watch-single .archive-description {
  background-color: #FFC857; }

.listen-archive .archive-description,
.listen-single .archive-description {
  background-color: #49c3b4; }

.watch-single .entry-header h1 {
  margin-bottom: 3rem; }

.watch h2,
.listen h2 {
  display: inline-block;
  margin: 0 3rem 4rem;
  border-bottom: 1px dotted #506877;
  padding: 0 0 1.3rem 0;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #506877; }
  @media (min-width: 512px) {
    .watch h2,
    .listen h2 {
      margin: 0 4rem 4rem; } }
  @media (min-width: 896px) {
    .watch h2,
    .listen h2 {
      margin: 0 6rem 4rem; } }
.watch .overlay,
.listen .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.85;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 13rem;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .watch .overlay,
    .listen .overlay {
      font-size: 10rem; } }
  @media (min-width: 896px) {
    .watch .overlay,
    .listen .overlay {
      font-size: 12rem; } }
  @media (min-width: 1152px) {
    .watch .overlay,
    .listen .overlay {
      font-size: 10rem; } }
.watch .card .cat,
.listen .card .cat {
  margin-bottom: 0.6rem; }
.watch .la-play-circle,
.watch .la-microphone,
.listen .la-play-circle,
.listen .la-microphone {
  top: 1px;
  position: relative; }

.category-my-diaries-the-python-years .the-works-menu > a,
.category-my-diaries-halfway-to-hollywood .the-works-menu > a,
.category-my-diaries-travelling-to-work .the-works-menu > a,
.category-my-diaries-there-and-back .the-works-menu > a,
.single-my_diaries .the-works-menu > a,
.category-my-diaries-about .the-works-menu > a,
.category-my-diaries-write-it-down .the-works-menu > a,
.category-my-diaries-the-thirty-years-tour .the-works-menu > a,
.single-dr_feggs_page .the-works-menu > a,
.single-watch .the-works-menu > a,
.single-listen .the-works-menu > a {
  color: #E85858; }

/* ## Photos
------------------------------------------------------------------------------------------ */
/* ## Photo Archive
--------------------------------------------- */
.photos-archive .archive-description {
  background-color: #084C61; }

.photos {
  /*.photos-grid {
  	.photos-item:nth-child(15) { 
  		visibility: hidden;	
  	}
  }*/ }
  .photos .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    width: 100%;
    height: 100%; }
    .photos .overlay-wrapper:hover {
      opacity: 1; }
  .photos .overlay {
    position: relative;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 1152px) {
      .photos .overlay {
        font-size: 2.8rem; } }
    .photos .overlay h2 {
      color: #fff; }
  .photos .sahara-bg h2,
  .photos .himalaya-bg h2,
  .photos .intoiraq-bg h2,
  .photos .halfway-to-hollywood h2 {
    color: #232c39; }

/* ## Photo Gallery
--------------------------------------------- */
.photos-template .entry-content {
  margin-bottom: 1rem; }
  @media (min-width: 896px) {
    .photos-template .entry-content {
      margin-bottom: 3rem; } }
.photos-template .hide-photo-filters {
  display: none; }
.photos-template p.info {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #506877;
  font-style: italic;
  margin-top: 3rem;
  padding: 0 2rem; }
  @media (min-width: 896px) {
    .photos-template p.info {
      margin-top: 5rem;
      padding: 0; } }

.photos-template h3,
.post-type-archive-photos h3 {
  color: #fff; }
.photos-template .photos-sahara .overlay,
.photos-template .photos-himalaya .overlay,
.photos-template .photos-into-iraq .overlay,
.photos-template .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .overlay,
.post-type-archive-photos .photos-sahara .overlay,
.post-type-archive-photos .photos-himalaya .overlay,
.post-type-archive-photos .photos-into-iraq .overlay,
.post-type-archive-photos .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .overlay {
  color: #232c39; }
.photos-template .cpt-archive-description.sahara-bg h1, .photos-template .cpt-archive-description.himalaya-bg h1, .photos-template .cpt-archive-description.intoiraq-bg h1, .photos-template .cpt-archive-description.halfway-to-hollywood h1,
.post-type-archive-photos .cpt-archive-description.sahara-bg h1,
.post-type-archive-photos .cpt-archive-description.himalaya-bg h1,
.post-type-archive-photos .cpt-archive-description.intoiraq-bg h1,
.post-type-archive-photos .cpt-archive-description.halfway-to-hollywood h1 {
  border-bottom-color: #232c39;
  color: #232c39; }
.photos-template .filters-bar.dropdown-wrapper,
.post-type-archive-photos .filters-bar.dropdown-wrapper {
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .photos-template .filters-bar.dropdown-wrapper .dropdown,
  .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown {
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize; }
    .photos-template .filters-bar.dropdown-wrapper .dropdown:last-child,
    .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown:last-child {
      margin-bottom: 0; }
    .photos-template .filters-bar.dropdown-wrapper .dropdown:after,
    .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown:after {
      padding: 5px 15px;
      background-color: #D8DFE4; }
    @media (min-width: 896px) {
      .photos-template .filters-bar.dropdown-wrapper .dropdown,
      .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown {
        margin-bottom: 0; } }
    .photos-template .filters-bar.dropdown-wrapper .dropdown .dropdown-content,
    .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown .dropdown-content {
      margin-top: 0.8rem;
      min-width: 20rem; }
      .photos-template .filters-bar.dropdown-wrapper .dropdown .dropdown-content button,
      .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown .dropdown-content button {
        margin: 0;
        padding: 10px 11px;
        font-size: 1.4rem; }
        .photos-template .filters-bar.dropdown-wrapper .dropdown .dropdown-content button:last-child,
        .post-type-archive-photos .filters-bar.dropdown-wrapper .dropdown .dropdown-content button:last-child {
          padding-bottom: 1.8rem; }
  @media (min-width: 896px) {
    .photos-template .filters-bar.dropdown-wrapper,
    .post-type-archive-photos .filters-bar.dropdown-wrapper {
      margin-bottom: 5rem; } }
@media (min-width: 896px) {
  .photos-template .filters-bar,
  .post-type-archive-photos .filters-bar {
    margin-bottom: 5rem; } }
.photos-template .overlay-wrapper-gallery,
.post-type-archive-photos .overlay-wrapper-gallery {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
  height: 100%; }
  .photos-template .overlay-wrapper-gallery:hover,
  .post-type-archive-photos .overlay-wrapper-gallery:hover {
    opacity: 1; }
.photos-template .overlay,
.post-type-archive-photos .overlay {
  position: relative;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 3rem;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff; }
  @media (min-width: 512px) {
    .photos-template .overlay,
    .post-type-archive-photos .overlay {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .photos-template .overlay,
    .post-type-archive-photos .overlay {
      font-size: 2.4rem; } }
  @media (min-width: 896px) {
    .photos-template .overlay,
    .post-type-archive-photos .overlay {
      font-size: 3rem; } }
.photos-template .photos-around-the-world-80-days,
.post-type-archive-photos .photos-around-the-world-80-days {
  background-color: #ea7b21; }
.photos-template .photos-pole-to-pole,
.post-type-archive-photos .photos-pole-to-pole {
  background-color: #61beea; }
.photos-template .photos-full-circle,
.post-type-archive-photos .photos-full-circle {
  background-color: #f596a5; }
.photos-template .photos-hemingway-adventure,
.post-type-archive-photos .photos-hemingway-adventure {
  background-color: #593166; }
.photos-template .photos-sahara,
.post-type-archive-photos .photos-sahara {
  background-color: #f7e100; }
.photos-template .photos-himalaya,
.post-type-archive-photos .photos-himalaya {
  background-color: #c4e0eb; }
.photos-template .photos-new-europe,
.post-type-archive-photos .photos-new-europe {
  background-color: #6365ab; }
.photos-template .photos-brazil,
.post-type-archive-photos .photos-brazil {
  background-color: #3abbc1; }
.photos-template .photos-erebus-the-story-of-a-ship,
.post-type-archive-photos .photos-erebus-the-story-of-a-ship {
  background-color: #4e9e91; }
.photos-template .photos-north-korea-journal,
.post-type-archive-photos .photos-north-korea-journal {
  background-color: #171f3f; }
.photos-template .photos-into-iraq,
.post-type-archive-photos .photos-into-iraq {
  background-color: #efdaaa; }
.photos-template .photos-michael-palin-in-nigeria,
.post-type-archive-photos .photos-michael-palin-in-nigeria {
  background-color: #175a28; }
.photos-template .photos-the-python-years-diaries-1969-1979-volume-1,
.post-type-archive-photos .photos-the-python-years-diaries-1969-1979-volume-1 {
  background-color: #4faad3; }
.photos-template .photos-halfway-to-hollywood-diaries-1980-1988-volume-2,
.post-type-archive-photos .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 {
  background-color: #fde632; }
.photos-template .photos-travelling-to-work-diaries-1988-1998-volume-3,
.post-type-archive-photos .photos-travelling-to-work-diaries-1988-1998-volume-3 {
  background-color: #db9016; }
.photos-template .photos-there-and-back-diaries-1999-2009-volume-4,
.post-type-archive-photos .photos-there-and-back-diaries-1999-2009-volume-4 {
  background-color: #d19238; }

.photos-template .overlay {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 512px) {
    .photos-template .overlay {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .photos-template .overlay {
      font-size: 1.6rem; } }
.photos-template .filter-title {
  margin: 0 3rem 3rem;
  font-size: 1.8rem;
  font-weight: 400; }
  .photos-template .filter-title .filter-title-info {
    font-weight: 500; }
  .photos-template .filter-title .filter-count,
  .photos-template .filter-title .filter-brackets {
    font-weight: 400; }

.single-photos .entry-header {
  display: none; }

.single-important .breadcrumb,
.single-about .breadcrumb {
  display: none; }
.single-important .entry-content a:hover,
.single-about .entry-content a:hover {
  text-decoration: underline; }
.single-important .entry-content h2,
.single-about .entry-content h2 {
  margin-top: 5rem;
  margin-bottom: 2rem; }
  .single-important .entry-content h2:first-child,
  .single-about .entry-content h2:first-child {
    margin-top: 0; }
.single-important .entry-content h3,
.single-about .entry-content h3 {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #303d46;
  padding-bottom: 1rem;
  font-size: 1.9rem; }
  .single-important .entry-content h3.first,
  .single-about .entry-content h3.first {
    margin-top: 0; }
.single-important .entry-content .h4-heading,
.single-about .entry-content .h4-heading {
  margin-bottom: 5rem; }

/* ## My Diaries
------------------------------------------------------------------------------------------ */
/* ## Archive Page
--------------------------------------------- */
.diaries-archive .archive-description {
  background-color: #E85858; }

/* ## My Diaries Categories
--------------------------------------------- */
.diaries-category.paged .taxonomy-description {
  display: none; }

.category-my-diaries-about .pagination {
  display: none; }

.diaries-category main .archive-description,
.diaries-single main .archive-description,
.photos-single main .archive-description {
  display: block !important;
  background-color: transparent;
  text-align: center;
  color: #333;
  padding: 0 0 3rem; }
  @media (min-width: 896px) {
    .diaries-category main .archive-description,
    .diaries-single main .archive-description,
    .photos-single main .archive-description {
      padding: 0 0 5rem; } }
  .diaries-category main .archive-description h1,
  .diaries-single main .archive-description h1,
  .photos-single main .archive-description h1 {
    color: #303d46;
    padding: 0 0 1rem 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px dotted #303d46; }

.diaries-category .cpt-archive-description {
  display: none; }

.diaries-category .intro-the-python-years {
  display: block !important; }
.diaries-category .intro-halfway-to-hollywood {
  display: block !important; }
.diaries-category .intro-travelling-to-work {
  display: block !important; }
.diaries-category .intro-there-and-back {
  display: block !important; }

.photos-single main .archive-description {
  padding: 0 4% 3rem; }

/* ## My Diaries Single Page
--------------------------------------------- */
.diaries-single > .breadcrumb {
  display: block; }

.diaries-single > .breadcrumb ~ .breadcrumb {
  display: none; }

/* ## Dr. Fegg's Page
------------------------------------------------------------------------------------------ */
/* ## Dr. Fegg's Page Archive
--------------------------------------------- */
.fegg-archive .archive-description,
.the-erebus-log .archive-description,
.north-korea-journal .archive-description,
.into-iraq .archive-description,
.great-uncle-harry .archive-description,
.there-back .archive-description,
.nigeria .archive-description {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-right: 4%;
  padding-bottom: 5rem;
  padding-left: 4%; }
.fegg-archive .content,
.the-erebus-log .content,
.north-korea-journal .content,
.into-iraq .content,
.great-uncle-harry .content,
.there-back .content,
.nigeria .content {
  display: block; }

.fegg .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
  height: 100%; }
  .fegg .overlay-wrapper:hover {
    opacity: 0; }
.fegg .overlay {
  position: relative;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 3rem;
  text-align: center; }
  .fegg .overlay h2 {
    color: #fff;
    font-weight: 400; }

.post-type-archive-dr_feggs_page .archive-title {
  border-bottom-color: #506877;
  color: #506877; }
.post-type-archive-dr_feggs_page .entry-content p {
  display: block; }
.post-type-archive-dr_feggs_page .wp-block-image {
  margin-top: 0; }

/* ## Dr. Fegg's Page Single
--------------------------------------------- */
.fegg-single .archive-description {
  background-color: #A46590; }
.fegg-single .entry-header h1 {
  margin-bottom: 3rem; }

.dr_feggs_page .wp-block-image:first-child {
  margin-top: 0; }

/* ## North Korea Journal Page / The Erebus Log
------------------------------------------------------------------------------------------ */
.the-erebus-log .content,
.north-korea-journal .content,
.into-iraq .content,
.great-uncle-harry .content,
.there-back .content,
.nigeria .content {
  background-color: #fff; }
  .the-erebus-log .content .archive-title,
  .north-korea-journal .content .archive-title,
  .into-iraq .content .archive-title,
  .great-uncle-harry .content .archive-title,
  .there-back .content .archive-title,
  .nigeria .content .archive-title {
    border-bottom: 1px dotted #506877;
    color: #506877; }
  .the-erebus-log .content article,
  .north-korea-journal .content article,
  .into-iraq .content article,
  .great-uncle-harry .content article,
  .there-back .content article,
  .nigeria .content article {
    background-color: #fff; }
    .the-erebus-log .content article .details,
    .north-korea-journal .content article .details,
    .into-iraq .content article .details,
    .great-uncle-harry .content article .details,
    .there-back .content article .details,
    .nigeria .content article .details {
      background-color: #f6f7f8; }
      .the-erebus-log .content article .details .entry-title,
      .north-korea-journal .content article .details .entry-title,
      .into-iraq .content article .details .entry-title,
      .great-uncle-harry .content article .details .entry-title,
      .there-back .content article .details .entry-title,
      .nigeria .content article .details .entry-title {
        font-size: 1.8rem; }
.the-erebus-log .boxes,
.north-korea-journal .boxes,
.into-iraq .boxes,
.great-uncle-harry .boxes,
.there-back .boxes,
.nigeria .boxes {
  padding-top: 2rem; }

.north-korea-journal main {
  background-color: #fbf3dc; }

.diaries-archive .there-and-back .banner {
  display: none; }
  @media (min-width: 768px) {
    .diaries-archive .there-and-back .banner {
      display: block; } }
.diaries-archive .there-and-back .banner-mobile {
  display: block; }
  @media (min-width: 768px) {
    .diaries-archive .there-and-back .banner-mobile {
      display: none; } }
.diaries-archive .there-and-back .container {
  width: 100%;
  background-color: #0392c8;
  padding-bottom: 1rem;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .diaries-archive .there-and-back .container {
      padding-bottom: 3rem;
      margin-bottom: 5rem; } }
  .diaries-archive .there-and-back .container .intro {
    padding: 1rem 2rem 0;
    color: #ffffff; }
    @media (min-width: 768px) {
      .diaries-archive .there-and-back .container .intro {
        padding: 3rem 0 0; } }
    .diaries-archive .there-and-back .container .intro p {
      color: white;
      text-align: center;
      font-size: 20px;
      margin-bottom: 0; }
  .diaries-archive .there-and-back .container .buy-tickets {
    padding-top: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .diaries-archive .there-and-back .container .buy-tickets {
        padding-top: 3rem; } }
    .diaries-archive .there-and-back .container .buy-tickets a {
      color: #FFC857;
      font-size: 3rem;
      font-weight: 700;
      line-height: 1; }
      @media (min-width: 768px) {
        .diaries-archive .there-and-back .container .buy-tickets a {
          font-size: 5rem; } }
      .diaries-archive .there-and-back .container .buy-tickets a:hover {
        text-decoration: none;
        color: white; }
  .diaries-archive .there-and-back .container .read-extracts {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .diaries-archive .there-and-back .container .read-extracts {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
    .diaries-archive .there-and-back .container .read-extracts a {
      color: #FFC857;
      font-size: 3rem;
      font-weight: 300;
      line-height: 1;
      letter-spacing: 1pt;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .diaries-archive .there-and-back .container .read-extracts a {
          font-size: 5rem; } }
      .diaries-archive .there-and-back .container .read-extracts a:hover {
        text-decoration: none;
        color: white; }

.there-back .content {
  background-color: #0392c8; }
.there-back .archive-description {
  display: none; }
.there-back .entry-content p,
.there-back h4 {
  color: #fff; }
.there-back .content-sidebar-wrap .banner {
  display: none; }
  @media (min-width: 768px) {
    .there-back .content-sidebar-wrap .banner {
      display: block; } }
.there-back .content-sidebar-wrap .banner-mobile {
  display: block; }
  @media (min-width: 768px) {
    .there-back .content-sidebar-wrap .banner-mobile {
      display: none; } }
.there-back .extra-text {
  margin-top: 3rem;
  color: #fff; }
  .there-back .extra-text h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }
.there-back #tourdates {
  margin-top: 3rem;
  font-size: 18px;
  color: #f1edda;
  text-transform: uppercase; }
  @media (min-width: 512px) {
    .there-back #tourdates {
      font-size: 20px; } }
  .there-back #tourdates span.date {
    display: inline-block;
    min-width: 90px;
    padding-right: 0.5rem; }
    @media (min-width: 512px) {
      .there-back #tourdates span.date {
        padding-right: 1rem; } }
  .there-back #tourdates span.location {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 600; }
    @media (min-width: 512px) {
      .there-back #tourdates span.location {
        padding-right: 1rem;
        padding-left: 1rem; } }
  @media (min-width: 512px) {
    .there-back #tourdates span.venue {
      padding-left: 1rem; } }
  .there-back #tourdates span.venuebuy {
    display: block; }
    @media (min-width: 512px) {
      .there-back #tourdates span.venuebuy {
        display: inline-block; } }
  .there-back #tourdates span.divider2 {
    display: none; }
    @media (min-width: 512px) {
      .there-back #tourdates span.divider2 {
        display: inline-block; } }
  .there-back #tourdates a {
    color: #FFC857;
    font-weight: 600; }
  .there-back #tourdates p {
    margin-bottom: 1rem; }

/* ## About Pages
------------------------------------------------------------------------------------------ */
.about-single .archive-description {
  background-color: #FFC857; }

/* ## Search 
------------------------------------------------------------------------------------------ */
.search-results main .archive-description,
.search-no-results main .archive-description {
  display: block;
  background-color: #E85858;
  margin: -5rem 0 0rem;
  text-align: center; }
.search-results .entry,
.search-no-results .entry {
  width: 100%; }
  .search-results .entry img,
  .search-no-results .entry img {
    display: none; }
.search-results .adjacent-entry-pagination,
.search-no-results .adjacent-entry-pagination {
  position: relative;
  left: 50%;
  right: 50%;
  margin-top: 7rem;
  margin-right: -50vw;
  margin-left: -50vw;
  width: 100vw;
  /*padding-bottom: 2rem;*/ }
.search-results .search-sub-title,
.search-no-results .search-sub-title {
  display: block;
  background-color: transparent;
  text-align: center;
  color: #333;
  padding: 2rem 0;
  width: 100%; }
  .search-results .search-sub-title h1,
  .search-no-results .search-sub-title h1 {
    display: inline-block;
    color: #303d46;
    padding: 0 0 1rem 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px dotted #303d46; }

.search-no-results .adjacent-entry-pagination {
  display: none !important; }

/* ## Contact Page
------------------------------------------------------------------------------------------ */
.contact-page .gform_wrapper {
  margin-bottom: 0;
  margin-top: 0; }
.contact-page input {
  border: 1px solid #506877; }
.contact-page textarea {
  border-radius: 0; }
.contact-page .gform_wrapper label.gfield_label, .contact-page .gform_wrapper legend.gfield_label {
  font-weight: 400; }
.contact-page article header {
  display: none; }
.contact-page .archive-description {
  background-color: #506877; }

/* ## Important Information
------------------------------------------------------------------------------------------ */
.important-single .archive-description {
  background-color: #506877; }
.important-single .modal-show {
  display: none; }

/* ## Error 404
------------------------------------------------------------------------------------------ */
.error404 .archive-description {
  background-color: #506877; }
.error404 .entry-title {
  display: none; }
.error404 .search-form::after {
  font-family: "Line Awesome Free";
  content: "\f002";
  font-size: 22px;
  color: #232c39;
  font-weight: 900;
  transform: rotate(270deg); }

/* ## Shop
------------------------------------------------------------------------------------------ */
.shop-front .content-sidebar-wrap {
  display: block; }
.shop-front .content .wrap {
  width: 100%;
  padding: 0; }
.shop-front .archive-description {
  background-color: #FFC857; }
.shop-front .signing {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  min-height: auto;
  padding: 2rem 3rem;
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 896px) {
    .shop-front .signing {
      padding: 2rem 3rem 1.7rem;
      line-height: 1.8;
      font-size: 20px; } }
  .shop-front .signing .subtext {
    font-weight: 400; }
.shop-front article header {
  display: none; }
.shop-front .slick-dotted.slick-slider {
  margin-bottom: 3rem; }

.shop-front,
.woocommerce-page {
  /*.header-search-bar.hide-bar {
  	display: none;
  }*/ }
  .shop-front div.product-search-results-content,
  .woocommerce-page div.product-search-results-content {
    border: 0; }
  .shop-front .shop-product-search,
  .woocommerce-page .shop-product-search {
    z-index: 2; }
  .shop-front .search-bar,
  .shop-front .product-search,
  .woocommerce-page .search-bar,
  .woocommerce-page .product-search {
    width: 100%;
    background-color: #fff; }
    .shop-front .search-bar input,
    .shop-front .product-search input,
    .woocommerce-page .search-bar input,
    .woocommerce-page .product-search input {
      background-color: #fff;
      padding: 1.6rem 5vw 1.5rem; }
      @media (min-width: 896px) {
        .shop-front .search-bar input,
        .shop-front .product-search input,
        .woocommerce-page .search-bar input,
        .woocommerce-page .product-search input {
          padding: 1.6rem 3rem 1.5rem; } }
      .shop-front .search-bar input::placeholder,
      .shop-front .product-search input::placeholder,
      .woocommerce-page .search-bar input::placeholder,
      .woocommerce-page .product-search input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #232c39;
        opacity: 1;
        /* Firefox */ }
    .shop-front .search-bar button::after,
    .shop-front .product-search button::after,
    .woocommerce-page .search-bar button::after,
    .woocommerce-page .product-search button::after {
      font-family: "Line Awesome Free";
      content: "\f002";
      font-size: 22px;
      color: #232c39; }
  .shop-front .product-search,
  .woocommerce-page .product-search {
    box-shadow: 0 0.5rem 0.5rem -0.4rem rgba(35, 44, 57, 0.05); }
    .shop-front .product-search div.product-search-form form.product-search-form.show-submit-button button,
    .woocommerce-page .product-search div.product-search-form form.product-search-form.show-submit-button button {
      background-color: #fff;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0 0 0 5vw;
      transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1); }
      @media (min-width: 896px) {
        .shop-front .product-search div.product-search-form form.product-search-form.show-submit-button button,
        .woocommerce-page .product-search div.product-search-form form.product-search-form.show-submit-button button {
          padding: 0 0 0 3rem; } }
    .shop-front .product-search .product-image img,
    .woocommerce-page .product-search .product-image img {
      padding-top: 0.8rem;
      display: block; }
    .shop-front .product-search .product-info,
    .woocommerce-page .product-search .product-info {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem; }
      .shop-front .product-search .product-info a,
      .woocommerce-page .product-search .product-info a {
        color: #232c39; }
        .shop-front .product-search .product-info a .title,
        .woocommerce-page .product-search .product-info a .title {
          margin-bottom: 5px;
          font-size: 1.5rem;
          font-weight: 500; }
        .shop-front .product-search .product-info a .description,
        .woocommerce-page .product-search .product-info a .description {
          margin-bottom: 2px; }
        .shop-front .product-search .product-info a .price,
        .woocommerce-page .product-search .product-info a .price {
          font-size: 1.5rem; }
  .shop-front .filter-bar,
  .woocommerce-page .filter-bar {
    margin-bottom: 3rem; }
    @media (min-width: 896px) {
      .shop-front .filter-bar,
      .woocommerce-page .filter-bar {
        margin-bottom: 6rem; } }
    .shop-front .filter-bar .filter-bar-wrapper,
    .woocommerce-page .filter-bar .filter-bar-wrapper {
      margin: 0 auto;
      width: 100%;
      background-color: #49c3b4;
      padding: 1.5rem 3rem;
      text-align: center; }
      .shop-front .filter-bar .filter-bar-wrapper li,
      .woocommerce-page .filter-bar .filter-bar-wrapper li {
        display: inline-block;
        font-weight: 500; }
        .shop-front .filter-bar .filter-bar-wrapper li a,
        .woocommerce-page .filter-bar .filter-bar-wrapper li a {
          color: #fff; }
        .shop-front .filter-bar .filter-bar-wrapper li span,
        .woocommerce-page .filter-bar .filter-bar-wrapper li span {
          padding: 0 1rem;
          font-weight: 400;
          color: #fff; }

.shop-front .product-search {
  box-shadow: none; }

.shop-front .shop-featured {
  background-color: #fff;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
  grid-gap: 30px;
  padding-bottom: 3rem; }
  @media (min-width: 512px) {
    .shop-front .shop-featured {
      margin: 0 70px;
      padding-bottom: 3rem; } }
  @media (min-width: 896px) {
    .shop-front .shop-featured.sf-dvds {
      padding-bottom: 6rem; } }
  .shop-front .shop-featured h3 {
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff; }
  @media (min-width: 512px) {
    .shop-front .shop-featured .feature:last-of-type {
      display: none; } }
  @media (min-width: 1152px) {
    .shop-front .shop-featured .feature:last-of-type {
      display: block; } }
  .shop-front .shop-featured .feature .card a.cta {
    text-align: center;
    color: #303d46;
    border-bottom: 1px dotted #303d46;
    padding-bottom: 0.3rem;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .shop-front .shop-featured .feature .card a.cta:hover {
      border-bottom-color: #4faad3;
      text-decoration: none;
      color: #4faad3; }
  .shop-front .shop-featured .feature .card h3 a {
    color: #fff; }
  .shop-front .shop-featured .feature .details {
    text-align: center;
    padding: 3rem; }
  .shop-front .shop-featured.sf-books .feature:nth-child(1) .details {
    background-color: #FFC857; }
  .shop-front .shop-featured.sf-books .feature:nth-child(2) .details {
    background-color: #3A607E; }
  .shop-front .shop-featured.sf-books .feature:nth-child(3) .details {
    background-color: #49c3b4; }
  .shop-front .shop-featured.sf-dvds .feature:nth-child(1) .details {
    background-color: #E85858; }
  .shop-front .shop-featured.sf-dvds .feature:nth-child(2) .details {
    background-color: #3D9C61; }
  .shop-front .shop-featured.sf-dvds .feature:nth-child(3) .details {
    background-color: #fea500; }

/* ## Slick Slider
------------------------------------------------------------------------------------------ */
.slick-headings h1 {
  margin-bottom: 5rem;
  border-color: #506877;
  font-size: 2.4rem;
  padding-bottom: 1.3rem;
  text-transform: capitalize;
  font-weight: 500; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider {
  margin: 0 3rem 0;
  padding-bottom: 3rem; }
  @media (min-width: 896px) {
    .slick-slider {
      padding-bottom: 5rem; } }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    background-color: #4faad3;
    border-radius: 0;
    width: 3rem;
    height: 3rem;
    padding: .25em;
    cursor: pointer;
    opacity: 1;
    -webkit-box-shadow: 6px 6px #506877;
    -moz-box-shadow: 6px 6px #506877;
    box-shadow: 6px 6px #506877; }
  .slick-slider .slick-prev {
    left: -37px; }
  .slick-slider .slick-next {
    right: -31px; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:after,
  .slick-slider .slick-next:after {
    content: "";
    position: absolute;
    top: 1.7rem;
    left: 1.2rem;
    display: block;
    transform: rotate(45deg);
    width: 8px;
    height: 2px;
    background-color: #fff;
    opacity: 1; }
  .slick-slider .slick-prev:before {
    transform: rotate(-45deg); }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    top: 1.2rem; }
  .slick-slider .slick-prev:after, .slick-slider .slick-next:after {
    left: 1.2rem;
    transform: rotate(-45deg); }
  .slick-slider .slick-prev:after {
    transform: rotate(45deg); }
  .slick-slider button {
    width: 10px;
    height: 10px; }
  .slick-slider button:before {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 5px; }

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

.slick-initialized .slick-slide {
  display: block !important;
  height: inherit !important;
  margin: 0 1px; }

/* the parent */
.slick-list {
  margin: 0 -1px; }

.slick-dots {
  bottom: 30px; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px; }

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #E85858; }

.product-wrapper {
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 2rem;
  font-weight: 500;
  text-align: center; }
  .product-wrapper a {
    color: #fff; }
  .product-wrapper .details {
    padding: 1rem 2rem; }
  .product-wrapper .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .product-wrapper .product-title a {
      color: #303d46; }
  .product-wrapper .product-price {
    margin-top: 1rem;
    border-top: dotted 1px #D8DFE4;
    border-bottom: dotted 1px #D8DFE4; }
    .product-wrapper .product-price a {
      color: #303d46; }
  .product-wrapper .product-format {
    font-size: 12px;
    font-weight: 400;
    color: #506877; }

/* ## _footer.scss
------------------------------------------------------------------------------------------ */
/* ## Site Footer
--------------------------------------------- */
.site-footer {
  background-color: #506877;
  font-family: montserrat, helvetica, arial, sans-serif; }
  .site-footer a {
    opacity: 0.6;
    font-size: 1.4rem;
    color: #fff; }
    .site-footer a:hover {
      opacity: 1; }
  .site-footer > .wrap > p {
    font-size: 1.4rem;
    color: #fff; }
  .site-footer .copyright {
    opacity: 0.6; }
  .site-footer .back-to-top {
    display: none;
    opacity: 1;
    border-radius: 20px 20px 0;
    width: 4rem;
    height: 4rem;
    background-color: #717F87; }
    .site-footer .back-to-top:before, .site-footer .back-to-top:after {
      top: 1.8rem;
      left: 1.4rem; }
    .site-footer .back-to-top:after {
      left: 1.8rem; }

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
  padding: 3rem 0 2rem;
  /* Footer Accordian */ }
  @media (min-width: 768px) {
    .footer-widgets {
      padding: 6rem 0 2rem; } }
  .footer-widgets .widget-area {
    margin: 0 auto 2rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem; }
    .footer-widgets .widget-area:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .footer-widgets .widget-area {
        margin: 0 auto 4rem;
        border-bottom: 0;
        border-left: 1px solid #fff;
        padding-bottom: 0;
        padding-left: 1.5rem;
        text-align: left; }
        .footer-widgets .widget-area:last-of-type {
          margin: 0 auto 4rem;
          border-right: 1px solid #fff; } }
    @media (min-width: 896px) {
      .footer-widgets .widget-area {
        padding-left: 2.5rem; } }
  .footer-widgets .widget-title {
    margin-bottom: 0.5em;
    font-weight: 500; }
    @media (min-width: 768px) {
      .footer-widgets .widget-title {
        margin-bottom: 1.5em; } }
  @media (min-width: 768px) {
    .footer-widgets .menu {
      justify-content: flex-start; } }
  .footer-widgets .menu-item {
    margin: 0 0 .25em;
    width: 100%;
    font-family: montserrat, helvetica, arial, sans-serif; }
    @media (min-width: 896px) {
      .footer-widgets .menu-item {
        margin: 0 0 .5em;
        width: 100%;
        padding-left: 0;
        font-size: 1.6rem; } }
    .footer-widgets .menu-item a {
      font-size: 1.4rem;
      text-transform: capitalize;
      color: #fff; }
  @media (max-width: 768px) {
    .footer-widgets ul {
      max-height: 0;
      overflow: hidden;
      transition: max-height 1s ease-out; }
    .footer-widgets h3 {
      cursor: pointer; }
    .footer-widgets .widget-wrap h3:after {
      content: '\f067';
      width: 25px;
      float: right;
      font-family: "Line Awesome Free";
      font-size: 1.6rem;
      font-weight: 900; }
    .footer-widgets .footer-widgets-1.open ul,
    .footer-widgets .footer-widgets-2.open ul,
    .footer-widgets .footer-widgets-3.open ul,
    .footer-widgets .footer-widgets-4.open ul {
      height: auto;
      max-height: 500px;
      transition: max-height 500ms ease-in !important; } }

/* ## WooCommerce
------------------------------------------------------------------------------------------ */
/* ## Woocommerce General
--------------------------------------------- */
.woocommerce .breadcrumb {
  display: none; }

.woocommerce table.shop_table, .woocommerce table.shop_table td {
  border-radius: 0;
  border-width: 1px;
  border-color: #D8DFE4;
  font-size: 1.6rem; }
  .woocommerce table.shop_table .product-total, .woocommerce table.shop_table td .product-total {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #D8DFE4; }

.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-width: 1px;
  border-color: #D8DFE4; }

.woocommerce table.shop_table th {
  font-weight: 500; }

.woocommerce table.shop_table td.actions {
  padding-top: 2rem;
  padding-bottom: 2.5rem; }
  .woocommerce table.shop_table td.actions button {
    margin-right: 2rem; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
  border-width: 1px;
  border-color: #D8DFE4; }

.archive,
.single-product {
  /* Change number of products per row */ }
  .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product,
  .single-product.woocommerce ul.products.columns-5 li.product,
  .single-product.woocommerce-page ul.products.columns-5 li.product {
    width: calc(50% - 24px) !important;
    margin-right: 12px !important;
    margin-left: 12px !important; }
    @media (min-width: 768px) {
      .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product,
      .single-product.woocommerce ul.products.columns-5 li.product,
      .single-product.woocommerce-page ul.products.columns-5 li.product {
        width: calc(33.3333333% - 24px) !important; } }
    @media (min-width: 896px) {
      .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product,
      .single-product.woocommerce ul.products.columns-5 li.product,
      .single-product.woocommerce-page ul.products.columns-5 li.product {
        width: calc(25% - 24px) !important; } }
    @media (min-width: 1152px) {
      .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product,
      .single-product.woocommerce ul.products.columns-5 li.product,
      .single-product.woocommerce-page ul.products.columns-5 li.product {
        width: calc(20% - 24px) !important; } }

.single-product .woocommerce-error, .single-product .woocommerce-info,
.single-product .woocommerce-message {
  padding-bottom: 9rem;
  text-align: center; }
  @media (min-width: 896px) {
    .single-product .woocommerce-error, .single-product .woocommerce-info,
    .single-product .woocommerce-message {
      padding-bottom: 2.5rem;
      text-align: left; } }
.single-product .woocommerce-notices-wrapper a.wc-forward {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #49c3b4; }
  @media (min-width: 896px) {
    .single-product .woocommerce-notices-wrapper a.wc-forward {
      position: relative;
      float: right;
      bottom: auto;
      left: auto;
      transform: none; } }
  .single-product .woocommerce-notices-wrapper a.wc-forward:hover {
    background-color: #4faad3;
    color: #fff; }
.single-product .pswp__caption__center {
  text-align: center;
  padding: 0; }
.single-product.woocommerce ul.products li.product, .single-product.woocommerce-page ul.products li.product {
  width: calc(50% - 24px) !important;
  margin-right: 12px !important;
  margin-left: 12px !important; }
  @media (min-width: 768px) {
    .single-product.woocommerce ul.products li.product, .single-product.woocommerce-page ul.products li.product {
      width: calc(25% - 24px) !important; } }
.single-product blockquote {
  border-top: 1px dotted #49c3b4;
  border-bottom: 1px dotted #49c3b4;
  padding-top: 1.382em; }
.single-product blockquote.info {
  font-size: 1.4rem;
  color: #506877; }
.single-product .quantity:before {
  content: "Quantity:";
  margin-right: 10px;
  font-size: 1.4rem; }
.single-product .quantity input {
  display: inline;
  margin-right: 30px; }
.single-product .woocommerce-variation-add-to-cart {
  margin-top: 20px; }

.woocommerce,
.woocommerce-page {
  /* UpSells and Catalogue Page */ }
  .woocommerce .archive-description,
  .woocommerce-page .archive-description {
    display: flex;
    background-color: #FFC857; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    box-shadow: none; }
    .woocommerce ul.products li.product:hover,
    .woocommerce-page ul.products li.product:hover {
      box-shadow: 0 1rem 1rem -1rem rgba(35, 44, 57, 0.1); }
    .woocommerce ul.products li.product .price .from,
    .woocommerce ul.products li.product h2,
    .woocommerce ul.products li.product a .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .price .from,
    .woocommerce-page ul.products li.product h2,
    .woocommerce-page ul.products li.product a .woocommerce-loop-product__title {
      font-size: 1.6rem;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 1.8;
      padding: 0; }
    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
      margin: 1rem 0;
      border-top: dotted 1px #D8DFE4;
      border-bottom: dotted 1px #D8DFE4;
      line-height: 1.8; }
    .woocommerce ul.products li.product .format,
    .woocommerce-page ul.products li.product .format {
      margin: 0;
      border: 0;
      font-size: 1.2rem;
      color: #506877; }
      .woocommerce ul.products li.product .format p,
      .woocommerce-page ul.products li.product .format p {
        margin-bottom: 0; }
  .woocommerce .upsells ul,
  .woocommerce-page .upsells ul {
    margin-bottom: 0; }
  .woocommerce .upsells li.entry.product,
  .woocommerce-page .upsells li.entry.product {
    margin-bottom: 3rem !important;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .woocommerce .upsells li.entry.product,
      .woocommerce-page .upsells li.entry.product {
        margin-bottom: 0 !important; } }
  .woocommerce .upsells li.entry.product:nth-child(3),
  .woocommerce .upsells li.entry.product:nth-child(4),
  .woocommerce-page .upsells li.entry.product:nth-child(3),
  .woocommerce-page .upsells li.entry.product:nth-child(4) {
    margin-bottom: 0 !important; }

/* ## Shop Catalogue Page
--------------------------------------------- */
.tax-product_cat.woocommerce .content .archive-description, .tax-product_cat.woocommerce-page .content .archive-description,
.tax-product_cat.woocommerce .content .archive-description, .tax-product_cat.woocommerce-page .content .archive-description {
  display: block !important;
  background-color: transparent;
  text-align: center;
  color: #333;
  padding: 2rem 0; }
  .tax-product_cat.woocommerce .content .archive-description h1, .tax-product_cat.woocommerce-page .content .archive-description h1,
  .tax-product_cat.woocommerce .content .archive-description h1, .tax-product_cat.woocommerce-page .content .archive-description h1 {
    color: #303d46;
    padding: 0 0 1rem 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px dotted #303d46; }

.post-type-archive-product .content {
  flex-direction: column; }
.post-type-archive-product h1.woocommerce-products-header__title {
  align-self: center;
  display: inline-block !important;
  color: #303d46;
  padding: 3rem 0 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px dotted #303d46; }

.archive {
  /* Change number of products per row */
  /* Hide Title as we have used a custom title via custom-functions.php */ }
  .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product {
    width: calc(50% - 24px) !important;
    margin-right: 12px !important;
    margin-left: 12px !important; }
    @media (min-width: 768px) {
      .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product {
        width: calc(33.3333333% - 24px) !important; } }
    @media (min-width: 896px) {
      .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product {
        width: calc(25% - 24px) !important; } }
    @media (min-width: 1152px) {
      .archive.woocommerce ul.products.columns-5 li.product, .archive.woocommerce-page ul.products.columns-5 li.product {
        width: calc(20% - 24px) !important; } }
  .archive.woocommerce ul.products[class*="columns-"] li.product {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .archive.woocommerce ul.products[class*="columns-"] li.product {
        margin-bottom: 2rem; } }
  .archive.woocommerce ul.products li.product {
    padding-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .archive.woocommerce ul.products li.product {
        padding-bottom: 2.5rem; } }
  .archive.woocommerce .content .archive-description, .archive.woocommerce-page .content .archive-description {
    display: none; }
  .archive.woocommerce, .archive.woocommerce-page {
    /* X for Woocommerce Product Filter */ }
    .archive.woocommerce .filter-bar, .archive.woocommerce-page .filter-bar {
      margin-bottom: 0; }
    .archive.woocommerce .content, .archive.woocommerce-page .content {
      padding-top: 0; }
    .archive.woocommerce .page-title, .archive.woocommerce-page .page-title {
      display: none; }
    .archive.woocommerce .x-product-filter, .archive.woocommerce-page .x-product-filter {
      position: relative;
      clear: both;
      margin-bottom: 0;
      width: 100%;
      /* Filter Bar */
      /* Filters */ }
      .archive.woocommerce .x-product-filter .prdctfltr_filter_title, .archive.woocommerce-page .x-product-filter .prdctfltr_filter_title {
        padding-bottom: 2rem;
        font-weight: 400;
        color: #fff;
        background-color: #4DCCBD;
        padding: 2rem 3rem 2rem; }
      .archive.woocommerce .x-product-filter .prdctfltr_title_selected, .archive.woocommerce-page .x-product-filter .prdctfltr_title_selected {
        display: none; }
      .archive.woocommerce .x-product-filter .prdctfltr-bars, .archive.woocommerce-page .x-product-filter .prdctfltr-bars {
        color: #fff; }
        .archive.woocommerce .x-product-filter .prdctfltr-bars:hover, .archive.woocommerce-page .x-product-filter .prdctfltr-bars:hover {
          color: #FFC857; }
      .archive.woocommerce .x-product-filter a, .archive.woocommerce-page .x-product-filter a {
        color: #fff; }
      .archive.woocommerce .x-product-filter .prdctfltr_close_sidebar, .archive.woocommerce-page .x-product-filter .prdctfltr_close_sidebar {
        display: none; }
      .archive.woocommerce .x-product-filter .prdctfltr_wc, .archive.woocommerce-page .x-product-filter .prdctfltr_wc {
        /* Mobile Amends */ }
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_woocommerce_ordering, .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_woocommerce_ordering {
          margin: 0;
          background-color: #fff; }
        @media (max-width: 767px) {
          .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_filter_inner, .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_filter_inner {
            flex-direction: column; } }
        @media (max-width: 900px) {
          .archive.woocommerce .x-product-filter .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter, .archive.woocommerce-page .x-product-filter .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter {
            float: none !important;
            margin-right: -4px !important;
            padding: 2rem 3rem !important;
            width: 100% !important; }
          .archive.woocommerce .x-product-filter .prdctfltr_wc.prdctfltr_filter_title, .archive.woocommerce-page .x-product-filter .prdctfltr_wc.prdctfltr_filter_title {
            flex-flow: row wrap; } }
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_buttons, .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_buttons {
          margin: 0;
          padding: 0; }
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_filter_inner, .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_filter_inner {
          display: flex; }
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_filter, .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_filter {
          padding: 2rem 3rem; }
        .archive.woocommerce .x-product-filter .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span::before, .archive.woocommerce-page .x-product-filter .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span::before {
          width: 12px;
          height: 12px;
          border: 0; }
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_product_cat,
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_pa_format,
        .archive.woocommerce .x-product-filter .prdctfltr_wc .prdctfltr_instock, .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_product_cat,
        .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_pa_format,
        .archive.woocommerce-page .x-product-filter .prdctfltr_wc .prdctfltr_instock {
          background-color: #ebeff1; }
    .archive.woocommerce .woocommerce-ordering, .archive.woocommerce-page .woocommerce-ordering {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-top: 2rem;
      margin-bottom: 4rem; }
      @media (min-width: 768px) {
        .archive.woocommerce .woocommerce-ordering, .archive.woocommerce-page .woocommerce-ordering {
          margin-top: 1rem;
          margin-bottom: 5rem; } }
      .archive.woocommerce .woocommerce-ordering .orderby, .archive.woocommerce-page .woocommerce-ordering .orderby {
        float: right;
        max-width: 200px;
        background-color: #FFC857;
        padding: 1.6rem 1.5rem 1.5rem;
        color: #303d46; }
      .archive.woocommerce .woocommerce-ordering:after, .archive.woocommerce-page .woocommerce-ordering:after {
        content: '\f107';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 14px 15px;
        pointer-events: none;
        font-size: 2rem;
        font-family: "Line Awesome Free";
        color: #303d46;
        font-weight: 900; }

/* ## Single Product Page
--------------------------------------------- */
.woocommerce.single-product .filter-bar,
.woocommerce-page.single-product .filter-bar {
  display: none; }
.woocommerce.single-product .woocommerce-message,
.woocommerce-page.single-product .woocommerce-message {
  margin-top: -2rem; }
  @media (min-width: 512px) {
    .woocommerce.single-product .woocommerce-message,
    .woocommerce-page.single-product .woocommerce-message {
      margin-top: -3rem; } }
  @media (min-width: 768px) {
    .woocommerce.single-product .woocommerce-message,
    .woocommerce-page.single-product .woocommerce-message {
      margin-top: -3rem; } }
  @media (min-width: 896px) {
    .woocommerce.single-product .woocommerce-message,
    .woocommerce-page.single-product .woocommerce-message {
      margin-top: -5rem; } }
.woocommerce.single-product .filter-bar,
.woocommerce-page.single-product .filter-bar {
  margin-bottom: 0; }
@media (min-width: 768px) {
  .woocommerce.single-product div.product div.images,
  .woocommerce-page.single-product div.product div.images {
    width: 40%; } }
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-page.single-product div.product div.images .woocommerce-product-gallery__trigger {
  top: inherit;
  right: 0;
  border-radius: 0;
  background-color: #D8DFE4; }
.woocommerce.single-product div.product div.images .flex-control-thumbs,
.woocommerce-page.single-product div.product div.images .flex-control-thumbs {
  margin-top: 2rem; }
  .woocommerce.single-product div.product div.images .flex-control-thumbs li,
  .woocommerce-page.single-product div.product div.images .flex-control-thumbs li {
    width: calc(16.66666% - 6px);
    margin-right: 3px;
    margin-left: 3px; }
    .woocommerce.single-product div.product div.images .flex-control-thumbs li img,
    .woocommerce-page.single-product div.product div.images .flex-control-thumbs li img {
      opacity: 1; }
    .woocommerce.single-product div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce.single-product div.product div.images .flex-control-thumbs li .woocommerce div.product div.images .flex-control-thumbs li img:hover,
    .woocommerce-page.single-product div.product div.images .flex-control-thumbs li img.flex-active,
    .woocommerce-page.single-product div.product div.images .flex-control-thumbs li .woocommerce div.product div.images .flex-control-thumbs li img:hover {
      opacity: 1;
      border: 1px solid #D8DFE4;
      padding: 1px; }
.woocommerce.single-product div.product div.summary,
.woocommerce-page.single-product div.product div.summary {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 768px) {
    .woocommerce.single-product div.product div.summary,
    .woocommerce-page.single-product div.product div.summary {
      margin-left: 24px;
      margin-right: 32px;
      width: calc(60% - 24px - 32px);
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1152px) {
    .woocommerce.single-product div.product div.summary,
    .woocommerce-page.single-product div.product div.summary {
      margin-right: 5%;
      margin-left: 24px;
      width: 50.5%; } }
  .woocommerce.single-product div.product div.summary p,
  .woocommerce-page.single-product div.product div.summary p {
    color: #303d46; }
    .woocommerce.single-product div.product div.summary p.stock,
    .woocommerce-page.single-product div.product div.summary p.stock {
      font-size: 15px;
      color: #E85858; }
    .woocommerce.single-product div.product div.summary p.price,
    .woocommerce-page.single-product div.product div.summary p.price {
      font-size: 2.4rem;
      font-weight: 400;
      color: #303d46; }
  .woocommerce.single-product div.product div.summary .woocommerce-product-details__short-description,
  .woocommerce-page.single-product div.product div.summary .woocommerce-product-details__short-description {
    margin-bottom: 2rem; }
.woocommerce.single-product div.product .product_title,
.woocommerce-page.single-product div.product .product_title {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 400; }
.woocommerce.single-product div.product .contributors,
.woocommerce-page.single-product div.product .contributors {
  font-size: 1.5rem;
  color: #506877; }
.woocommerce.single-product div.product .format,
.woocommerce.single-product div.product .stock,
.woocommerce.single-product div.product .signing,
.woocommerce-page.single-product div.product .format,
.woocommerce-page.single-product div.product .stock,
.woocommerce-page.single-product div.product .signing {
  margin: 1.5rem 0;
  border-top: 1px dotted #506877;
  border-bottom: 1px dotted #506877;
  font-size: 1.5rem;
  color: #303d46; }
.woocommerce.single-product div.product div.qty,
.woocommerce-page.single-product div.product div.qty {
  float: left;
  padding: 10px 10px 10px 0;
  font-size: 1.4rem; }
.woocommerce.single-product div.product .single_add_to_cart_button,
.woocommerce-page.single-product div.product .single_add_to_cart_button {
  clear: both;
  float: none;
  margin-top: 2rem; }
.woocommerce.single-product div.product .signing,
.woocommerce-page.single-product div.product .signing {
  border-top: 1px dotted #303d46;
  border-bottom: 1px dotted #303d46;
  padding: 2rem 2rem 2rem 0; }
  .woocommerce.single-product div.product .signing a,
  .woocommerce-page.single-product div.product .signing a {
    color: #A46590; }
    .woocommerce.single-product div.product .signing a:hover,
    .woocommerce-page.single-product div.product .signing a:hover {
      color: #303d46;
      text-decoration: none; }
  .woocommerce.single-product div.product .signing .la-info-circle,
  .woocommerce-page.single-product div.product .signing .la-info-circle {
    position: relative;
    top: 1px;
    margin-left: 3px;
    font-size: 1.6rem; }
@media (min-width: 768px) {
  .woocommerce.single-product div.product .width-content,
  .woocommerce-page.single-product div.product .width-content {
    clear: both;
    margin: 0 auto;
    padding-top: 2rem;
    max-width: 900px; } }
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs,
.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs {
  /*background-color: $lightgrey-bg;*/ }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs:before {
    border: 0; }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li {
    display: block;
    border-radius: 0;
    border-top: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-color: #f6f7f8; }
    @media (min-width: 768px) {
      .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li,
      .woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li {
        display: inline-block;
        border-top: 0;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff; } }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active,
    .woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li.active {
      background-color: #D8DFE4;
      border-right: 0;
      z-index: 0; }
      @media (min-width: 768px) {
        .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active,
        .woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li.active {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff; } }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li a {
      padding: 1.5rem;
      font-size: 1.5rem; }
.woocommerce.single-product div.product .woocommerce-tabs .panel,
.woocommerce-page.single-product div.product .woocommerce-tabs .panel {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 1152px) {
    .woocommerce.single-product div.product .woocommerce-tabs .panel,
    .woocommerce-page.single-product div.product .woocommerce-tabs .panel {
      padding-right: 0;
      padding-left: 0; } }
  .woocommerce.single-product div.product .woocommerce-tabs .panel h2,
  .woocommerce-page.single-product div.product .woocommerce-tabs .panel h2 {
    display: none;
    margin-bottom: 1.6rem;
    font-size: 2rem; }
  .woocommerce.single-product div.product .woocommerce-tabs .panel ul.delivery-returns,
  .woocommerce-page.single-product div.product .woocommerce-tabs .panel ul.delivery-returns {
    margin-left: 1.5rem; }
    @media (min-width: 512px) {
      .woocommerce.single-product div.product .woocommerce-tabs .panel ul.delivery-returns,
      .woocommerce-page.single-product div.product .woocommerce-tabs .panel ul.delivery-returns {
        margin-left: 4rem; } }
    .woocommerce.single-product div.product .woocommerce-tabs .panel ul.delivery-returns li a,
    .woocommerce-page.single-product div.product .woocommerce-tabs .panel ul.delivery-returns li a {
      color: #303d46; }
      .woocommerce.single-product div.product .woocommerce-tabs .panel ul.delivery-returns li a:hover,
      .woocommerce-page.single-product div.product .woocommerce-tabs .panel ul.delivery-returns li a:hover {
        color: #4faad3;
        text-decoration: none; }
      .woocommerce.single-product div.product .woocommerce-tabs .panel ul.delivery-returns li a .la-info-circle,
      .woocommerce-page.single-product div.product .woocommerce-tabs .panel ul.delivery-returns li a .la-info-circle {
        position: relative;
        top: 1px; }
.woocommerce.single-product div.product .upsells,
.woocommerce-page.single-product div.product .upsells {
  padding-top: 1rem; }
  .woocommerce.single-product div.product .upsells h2,
  .woocommerce-page.single-product div.product .upsells h2 {
    margin-bottom: 2.4rem;
    background-color: #D8DFE4;
    padding: 1.5em 2em;
    font-size: 1.5rem;
    font-weight: 400; }
  .woocommerce.single-product div.product .upsells .products h2,
  .woocommerce-page.single-product div.product .upsells .products h2 {
    margin-bottom: 0; }
.woocommerce.single-product div.product .la-external-link-alt,
.woocommerce-page.single-product div.product .la-external-link-alt {
  position: relative;
  top: 1px; }
.woocommerce.single-product table.shop_attributes tbody,
.woocommerce-page.single-product table.shop_attributes tbody {
  border-bottom: 0; }
.woocommerce.single-product table.shop_attributes th,
.woocommerce-page.single-product table.shop_attributes th {
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
  font-weight: 500; }
.woocommerce.single-product table.shop_attributes td,
.woocommerce-page.single-product table.shop_attributes td {
  padding-left: 8px;
  font-style: normal; }

@media (min-width: 768px) {
  .woocommerce-page.single .entry {
    max-width: 1280px; } }
.woocommerce-page.single .pagination {
  display: none; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  font-size: 1.5em; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "\f00e";
    display: block;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 21px;
    left: -3px;
    box-sizing: content-box;
    font-family: "Line Awesome Free";
    color: #506877;
    font-weight: 900;
    text-indent: 0;
    transform: rotate(270deg); }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    display: none; }

/* ## Woocommerce Cart
--------------------------------------------- */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #FFC857; }

.woocommerce-cart .woocommerce button.button, .woocommerce button.button.alt {
  background-color: #FFC857; }

.woocommerce .woocommerce-form-login {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 420px;
  background-color: #fff; }
  .woocommerce .woocommerce-form-login p.form-row-first {
    float: none;
    width: 100%; }
  .woocommerce .woocommerce-form-login p.form-row-last {
    float: none;
    width: 100%; }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 2rem; }
  .woocommerce .woocommerce-form-login .lost_password a {
    color: #232c39;
    text-decoration: underline;
    font-size: 15px; }

.woocommerce .blockUI.blockOverlay:before {
  position: fixed !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important; }

.woocommerce .blockUI.blockOverlay {
  height: 100% !important; }

.woocommerce .checkout.woocommerce-checkout {
  overflow: hidden;
  height: 100% !important; }

.woocommerce-cart p.return-to-shop {
  text-align: right; }
.woocommerce-cart .entry-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.woocommerce-cart .entry-header h1 {
  border-bottom: 1px dotted #333;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400; }
.woocommerce-cart .cart_totals h2 {
  border-bottom: 1px dotted #333;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-size: 18px;
  text-transform: uppercase; }
.woocommerce-cart .product-search {
  display: none; }
.woocommerce-cart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 500; }
.woocommerce-cart .entry-content li {
  padding-left: 0; }
.woocommerce-cart .cart a {
  color: #303d46; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  min-width: 32px;
  max-width: 100px;
  width: 80px; }

@media (max-width: 768px) {
  /** Show thumbnail row in cart on mobile **/
  .woocommerce-page table.cart .product-thumbnail {
    display: block; }

  /** hide colon above thumbnail for mobile **/
  .woocommerce-page table.cart .product-thumbnail:before {
    display: none; } }
.order-total {
  background-color: #f6f7f8; }

/* ## Shop Checkout Page
--------------------------------------------- */
.woocommerce-checkout .entry-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.woocommerce-checkout .entry-header h1 {
  border-bottom: 1px dotted #333;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400; }
.woocommerce-checkout .product-search {
  display: none; }
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  padding: 1rem; }
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
      padding: 3rem; } }
.woocommerce-checkout .wc_payment_method.payment_method_ppcp-gateway {
  display: flex;
  border-bottom: 1px dotted #303d46;
  margin-bottom: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
  .woocommerce-checkout .wc_payment_method.payment_method_ppcp-gateway label {
    width: 100%;
    display: flex;
    align-items: center; }
.woocommerce-checkout .payment_method_ppcp-credit-card-gateway span#ppcp-credit-card-gateway-card-number,
.woocommerce-checkout .payment_method_ppcp-credit-card-gateway span#ppcp-credit-card-gateway-card-expiry,
.woocommerce-checkout .payment_method_ppcp-credit-card-gateway span#ppcp-credit-card-gateway-card-cvc {
  height: 46px !important;
  border-color: #506877 !important; }
.woocommerce-checkout .woocommerce-billing-fields {
  border-bottom: 1px dotted #303d46;
  padding-bottom: 3rem; }
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 0.9rem; }
.woocommerce-checkout .woocommerce-order-details h2,
.woocommerce-checkout .woocommerce-column--billing-address h2,
.woocommerce-checkout .woocommerce-column--shipping-address h2 {
  font-size: 2rem;
  margin-bottom: 1.8rem;
  line-height: 1.8; }
.woocommerce-checkout form.checkout_coupon, .woocommerce-checkout form.login, .woocommerce-checkout form.register, .woocommerce-checkout form .form-row .select2-container, .woocommerce-checkout .form .form-row.woocommerce-validated input.input-text, .woocommerce-checkout form .form-row.woocommerce-validated select, .woocommerce-checkout form .form-row.woocommerce-validated .select2-container {
  border-color: #506877;
  border-radius: 0; }
.woocommerce-checkout ul#shipping_method .amount {
  font-weight: 500; }
.woocommerce-checkout #customer_details .woocommerce-account-fields {
  padding-top: 2rem; }
.woocommerce-checkout .woocommerce-shipping-methods li {
  padding-left: 0; }
.woocommerce-checkout .woocommerce-shipping-fields {
  border-bottom: 1px dotted #303d46;
  padding-bottom: 1.1rem;
  margin-bottom: 2rem; }
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
    padding-bottom: 1.6rem; }
.woocommerce-checkout h3#ship-to-different-address {
  margin-top: 0;
  margin-bottom: 0.9rem; }
  .woocommerce-checkout h3#ship-to-different-address span {
    font-size: 1.6rem; }
  .woocommerce-checkout h3#ship-to-different-address input#ship-to-different-address-checkbox {
    margin-right: 8px;
    margin-left: 3px; }
.woocommerce-checkout #account_password_field:before {
  content: "Please make your password at least 12 characters long and use a mix of UPPER and lowercase letters, numbers, and symbols (e.g.,  ! ? $ % ^ & ).";
  margin-bottom: 1rem;
  font-size: 14px;
  color: #506877; }
.woocommerce-checkout .create-account p#account_password_field {
  margin-bottom: 0.5rem; }
.woocommerce-checkout .create-account p#account_confirm_password_field {
  margin-bottom: 1.5rem; }
.woocommerce-checkout .woocommerce form .form-row .select2-container .dropdown-wrapper {
  padding: 0;
  background-color: transparent; }
.woocommerce-checkout h3.order_review_heading {
  padding-top: 2rem; }
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout form.checkout #order_review_heading {
  background-color: #f6f7f8;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 2rem; }
.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #f6f7f8;
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-checkout-review-order {
      padding: 2rem 2rem; } }
.woocommerce-checkout #payment li {
  padding: 0; }
.woocommerce-checkout #payment, .woocommerce-checkout #add_payment_method #payment {
  border: 0px solid #D8DFE4;
  border-radius: 1px; }
.woocommerce-checkout #add_payment_method #payment ul.payment_methods,
.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0px solid #D8DFE4; }
.woocommerce-checkout #add_payment_method #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding-bottom: 3rem; }
.woocommerce-checkout #payment .payment_method_stripe {
  margin-bottom: 0;
  padding-bottom: 0; }
  .woocommerce-checkout #payment .payment_method_stripe p {
    margin-bottom: 0; }
  .woocommerce-checkout #payment .payment_method_stripe .wc-credit-card-form div.form-row {
    margin: 0;
    padding: 0; }
  .woocommerce-checkout #payment .payment_method_stripe .stripe-card-group {
    padding-bottom: 1rem; }
.woocommerce-checkout .wc_payment_method.payment_method_paypal {
  border-bottom: 1px dotted #333;
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important; }
  .woocommerce-checkout .wc_payment_method.payment_method_paypal img {
    float: right;
    width: 72px;
    margin-top: 10px !important; }
  .woocommerce-checkout .wc_payment_method.payment_method_paypal .about_paypal {
    display: none; }
.woocommerce-checkout .wc_payment_method.payment_method_stripe {
  background-image: url("/wp-content/uploads/2022/09/Stripe-wordmark-blurple-small.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 72px; }
.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total {
  display: none; }
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  margin-bottom: 1rem; }
.woocommerce-checkout #modal-content .popuptitle {
  display: block; }

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  border-width: 1px;
  border-radius: 0;
  padding: 1rem; }
  @media (min-width: 768px) {
    .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
      padding: 1em; } }

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 10px 5px; }

#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand, .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
  margin-top: -16px; }

/* ## Checkout - Logged in
--------------------------------------------- */
.logged-in.woocommerce-checkout h3#ship-to-different-address {
  margin-top: 2rem;
  margin-bottom: 0.9rem; }
.logged-in.woocommerce-checkout .woocommerce-shipping-fields {
  padding-bottom: 1.4rem; }

/* ## Checkout - Order Recieved
--------------------------------------------- */
.woocommerce-order-received .woocommerce-customer-details address {
  border-radius: 0;
  border-bottom-width: 1px;
  border-right-width: 1px; }
.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email {
  margin-top: 1rem; }
.woocommerce-order-received .woocommerce-column--billing-address {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .woocommerce-order-received .woocommerce-column--billing-address {
      margin-bottom: 0rem; } }

/* ## My Account
--------------------------------------------- */
.woocommerce-account .entry-header {
  display: none; }
.woocommerce-account .entry-content li {
  margin-bottom: 0; }
.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  margin-bottom: 1rem;
  margin-top: 0.5rem; }
  .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.view {
    background-color: #49c3b4; }
    .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.view:hover {
      background-color: #D8DFE4; }
  .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.cancel {
    background-color: #4faad3; }
    .woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.cancel:hover {
      background-color: #D8DFE4; }
.woocommerce-account .woocommerce-pagination--without-numbers {
  margin: 0 auto;
  max-width: 320px; }
  .woocommerce-account .woocommerce-pagination--without-numbers a.woocommerce-button--previous,
  .woocommerce-account .woocommerce-pagination--without-numbers a.woocommerce-button--next {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    background-color: #4faad3; }
    .woocommerce-account .woocommerce-pagination--without-numbers a.woocommerce-button--previous:hover,
    .woocommerce-account .woocommerce-pagination--without-numbers a.woocommerce-button--next:hover {
      background-color: #D8DFE4; }
.woocommerce-account .woocommerce-order-details h2,
.woocommerce-account .woocommerce-customer-details h2 {
  font-size: 2rem;
  margin-bottom: 1.8rem;
  line-height: 1.8; }
.woocommerce-account .woocommerce-customer-details .col2-set .col-1 {
  float: none;
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-customer-details .col2-set .col-1 {
      float: left;
      width: 48%; } }
.woocommerce-account .woocommerce-customer-details address {
  border-radius: 0;
  border-bottom-width: 1px;
  border-right-width: 1px; }
.woocommerce-account .woocommerce-customer-details--phone,
.woocommerce-account .woocommerce-customer-details--email {
  margin-top: 1rem; }
.woocommerce-account .woocommerce-column--billing-address {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-column--billing-address {
      margin-bottom: 0rem; } }

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-content .continue-shopping .button,
  .woocommerce-account .woocommerce-MyAccount-content .continue-shopping .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-content .order-again .button,
  .woocommerce-account .woocommerce-MyAccount-content .order-again .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-navigation .continue-shopping .button,
  .woocommerce-account .woocommerce-MyAccount-navigation .continue-shopping .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-navigation .order-again .button,
  .woocommerce-account .woocommerce-MyAccount-navigation .order-again .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-address-fields .button,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-address-fields .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-EditAccountForm .button,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-EditAccountForm .button.wc_pip_view_invoice,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-order-details .button,
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-order-details .button.wc_pip_view_invoice {
    width: auto; }

.woocommerce-MyAccount-navigation ul {
  text-align: center; }

.woocommerce-MyAccount-navigation ul li {
  display: inline-block; }

.woocommerce-MyAccount-navigation {
  border: 0;
  border-radius: 0; }
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-navigation ul {
        text-align: center; } }
    .woocommerce-MyAccount-navigation ul li {
      display: block;
      padding-left: 0; }
      @media (min-width: 768px) {
        .woocommerce-MyAccount-navigation ul li {
          display: inline-block; } }
  .woocommerce-MyAccount-navigation ul li a {
    border: 0;
    color: #303d46;
    border-bottom: 1px dotted #303d46;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 1rem; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-navigation ul li a {
        border: 0;
        border-right: 1px dotted #303d46;
        padding: 1px 2rem 1px 0; } }
    .woocommerce-MyAccount-navigation ul li a:hover {
      color: #4faad3; }
  .woocommerce-MyAccount-navigation ul li.is-active > a {
    padding: 10px 0;
    background-color: transparent;
    color: #4faad3; }
    @media (min-width: 768px) {
      .woocommerce-MyAccount-navigation ul li.is-active > a {
        padding: 1px 2rem 1px 0; } }

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin: 0 auto;
    max-width: 900px; } }

.woocommerce-account .archive-description {
  display: flex;
  background-color: #506877; }

.woocommerce-orders .woocommerce-message .woocommerce-Button {
  display: none; }

/* ## Woocommerce Account - Addresses
--------------------------------------------- */
.woocommerce-account .woocommerce-Address-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.woocommerce-account .addresses .u-column1 {
  border-bottom: 1px dotted rgba(48, 61, 70, 0.7);
  padding-bottom: 3rem; }
.woocommerce-account .addresses .title h3 {
  float: none;
  font-size: 2rem; }
.woocommerce-account .addresses .title .edit {
  float: none;
  color: #303d46;
  border-bottom: 1px dotted #4faad3;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #4faad3; }
  .woocommerce-account .addresses .title .edit:hover {
    text-decoration: none; }

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 2.4rem; }

.woocommerce-MyAccount-content form h3 {
  font-size: 2.4rem; }

/* ## Woocommerce Account - Login
--------------------------------------------- */
.woocommerce-account.myaccount-login article {
  max-width: 420px;
  width: 100%;
  margin: 0 auto; }
  .woocommerce-account.myaccount-login article h2 {
    display: inline-block;
    border-bottom: 1px dotted #506877;
    margin-bottom: 2rem;
    padding: 0 0 1.3rem 0; }
  .woocommerce-account.myaccount-login article form {
    border: 0;
    margin: 0;
    padding: 0; }
    .woocommerce-account.myaccount-login article form .woocommerce-form-login__submit,
    .woocommerce-account.myaccount-login article form .woocommerce-form-register__submit {
      width: 100%;
      padding: 1.2em 2.2em; }
  .woocommerce-account.myaccount-login article .woocommerce-form-login__rememberme {
    margin-bottom: 2rem;
    font-weight: 400; }
  .woocommerce-account.myaccount-login article .lost_password a {
    color: #232c39;
    text-decoration: underline;
    font-size: 15px; }
    .woocommerce-account.myaccount-login article .lost_password a:hover {
      text-decoration: none; }
  .woocommerce-account.myaccount-login article .woocommerce-privacy-policy-text {
    font-size: 1.5rem; }
    .woocommerce-account.myaccount-login article .woocommerce-privacy-policy-text p {
      line-height: 1.5; }
.woocommerce-account .col2-set .col-1.woocommerce-Address,
.woocommerce-account .col2-set .col-2.woocommerce-Address {
  float: none;
  width: 100%; }
.woocommerce-account.woo-register #customer_login .u-column1 {
  display: none; }
.woocommerce-account.woo-register .entry-content > #modal-ready > .woocommerce > p:first-of-type {
  display: none; }
.woocommerce-account.woo-login #customer_login .u-column2 {
  display: none; }
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 0;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 3rem; }
.woocommerce-account .woocommerce-EditAccountForm legend {
  font-size: 2rem;
  margin-bottom: 1rem; }
.woocommerce-account .woocommerce-EditAccountForm span em {
  font-size: 1.4rem; }
.woocommerce-account .woocommerce-MyAccount-content address {
  font-style: normal; }
.woocommerce-account .woocommerce-MyAccount-content .button {
  width: 100%;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content .button {
      /*width: auto; */ } }

/* ## WooCommerce Forms
--------------------------------------------- */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-radius: 0;
  border-width: 1px;
  border-color: #506877;
  border-style: solid;
  font-size: 1.6rem; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form .form-row .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select, .woocommerce form .form-row.woocommerce-validated .select2-container {
  border-radius: 0;
  border-color: #506877; }

.woocommerce form .form-row .required {
  color: #E85858; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #303d46; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #E85858; }

.woocommerce .select2-selection {
  border-color: #506877;
  border-radius: 0px;
  border-width: 1px; }

.woocommerce form .woocommerce-additional-fields .form-row input.input-text,
.woocommerce form .woocommerce-additional-fields .form-row textarea {
  min-height: 13rem;
  font-size: 1.4rem; }

.woocommerce form .form-row label {
  font-size: 15px;
  font-weight: normal; }

.woocommerce form .form-row .select2-container .dropdown-wrapper {
  padding: 0;
  background-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
  color: #506877; }

/* ## Woocommerce Messages Icons & Layout
--------------------------------------------- */
.woocommerce a.remove {
  color: #E85858 !important;
  font-weight: 400; }
  .woocommerce a.remove:hover {
    background: #E85858; }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  border: 0;
  font-size: 1.6rem; }

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
  font-family: "Line Awesome Free";
  color: #49c3b4;
  font-weight: 900; }

.woocommerce-info::before {
  content: "\f249"; }

.woocommerce-error::before {
  content: "\f00d"; }

.woocommerce-message::before {
  content: "\f00c"; }

.woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
  font-weight: normal; }

/* ## Modal
------------------------------------------------------------------------------------------ */
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 300; }

.close-button:hover {
  color: #E85858; }

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }

.modal-wrapper.styled {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem; }
  @media (min-width: 768px) {
    .modal-wrapper.styled {
      padding: 5rem; } }

.modal-wrapper.styled .wp-post-modal {
  padding: 3rem 3rem 1rem;
  width: 100%;
  margin: 5vh auto; }
  @media (min-width: 896px) {
    .modal-wrapper.styled .wp-post-modal {
      width: 75%;
      margin: 10vh auto; } }
  .modal-wrapper.styled .wp-post-modal #modal-content {
    max-width: 900px;
    margin: 0 auto;
    margin-top: -3rem;
    padding-top: 3rem; }

.modal-wrapper.styled .wp-post-modal .close-modal {
  top: 2rem;
  right: 3.5rem;
  outline: none;
  padding: 0;
  font-weight: 400; }

.modal-wrapper.styled .wp-post-modal button.close-modal::-moz-focus-inner {
  outline: none; }

.modal-wrapper.styled .wp-post-modal h2 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 400; }

.modal-wrapper.styled .wp-post-modal h2:first-of-type {
  margin-top: 0; }

.modal-wrapper.styled .wp-post-modal h3 {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #303d46;
  padding-bottom: 1rem;
  font-size: 2rem; }
  .modal-wrapper.styled .wp-post-modal h3.first {
    margin-top: 0; }

.modal-wrapper.styled .wp-post-modal h4 {
  font-size: 1.7rem; }

.modal-wrapper.styled .wp-post-modal table {
  color: #303d46;
  line-height: 1; }

.wp-post-modal ul > li {
  list-style-type: disc; }

.wp-post-modal li {
  margin-bottom: 1.2rem;
  padding-left: 0.5rem;
  line-height: 1.8;
  color: #303d46; }

.modal-wrapper.styled .wp-post-modal ul li,
.modal-wrapper.styled .wp-post-modal ol li {
  line-height: 1.8; }

/* ## Kyle Fox Modal 
--------------------------------------------- */
.single-product .blocker {
  z-index: 109;
  padding: 2rem; }
  @media (min-width: 768px) {
    .single-product .blocker {
      padding: 3rem; } }
.single-product .modal {
  z-index: 110;
  max-width: 1024px;
  width: 100%; }

/* ## Cookie Banner 
--------------------------------------------- */
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #49c3b4; }
  .cli-tab-footer .wt-cli-privacy-accept-btn:hover {
    background-color: #4faad3; }

.cli-btn:hover {
  opacity: 1; }

#cookie_action_close_header.cli-plugin-button:hover {
  background-color: #4faad3 !important; }

.cli-style-v2 {
  line-height: 1.375; }

/* ## Gutenberg
------------------------------------------------------------------------------------------ */
/* ## Image Block
--------------------------------------------- */
@media (min-width: 896px) {
  .wp-block-image .aligncenter, .wp-block-image.aligncenter,
  .wp-block-video .aligncenter,
  .wp-block-video.aligncenter {
    width: 85%; }
  .wp-block-image.portrait,
  .wp-block-video.portrait {
    width: 75%; }
  .wp-block-image.small,
  .wp-block-video.small {
    width: 44%; }
  .wp-block-image.portrait-small,
  .wp-block-video.portrait-small {
    width: 34%; }
  .wp-block-image.small-med,
  .wp-block-video.small-med {
    width: 55.5%; } }
@media (min-width: 1152px) {
  .wp-block-image.portrait,
  .wp-block-video.portrait {
    width: 56.5%; } }

/* ## Video Block YouTube
--------------------------------------------- */
@media (min-width: 896px) {
  .wp-block-embed-youtube {
    width: 85%; }
    .wp-block-embed-youtube .aligncenter {
      width: 85%; } }

.grid-sizer {
  float: left; }

.box {
  width: 100%;
  padding-bottom: 65%;
  background-color: black; }

.text-box .box {
  background-color: green; }

.hidden {
  display: none; }

.wp-block-gb-basic-01 {
  color: #000;
  background: mistyrose;
  border: 0.2rem solid red; }

.fancybox-caption {
  font-size: 1.5rem;
  text-align: center;
  color: #fff; }

.fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
  background-image: url("/wp-content/themes/mp2020-theme/images/copyright-basilpao.png");
  background-size: 89px 21px;
  background-repeat: no-repeat;
  background-position: right 3px bottom 5px; }

.photos-around-the-world-80-days .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
  background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
  background-size: 165px 21px; }

.photos-into-iraq {
  	/*.fancybox-container[data-nummm='0'] {
          
  		.fancybox-slide.watermark .fancybox-spaceball {
  			background-image: url("/wp-content/themes/mp2020-theme/images/copyright-nickbonner.png");
  			background-size:  117px 21px;
  		}
  	}*/ }
  .photos-into-iraq .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
    background-size: 165px 21px; }
  .photos-into-iraq .fancybox-container[data-nummm='7'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='8'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='29'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='30'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-jaimiegramston.png");
    background-size: 117px 21px; }
  .photos-into-iraq .fancybox-container[data-nummm='0'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='1'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='2'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='9'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='11'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='16'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='19'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='22'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='23'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='26'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-dougdreger.png");
    background-size: 117px 21px; }
  .photos-into-iraq .fancybox-container[data-nummm='12'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='15'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='27'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-into-iraq .fancybox-container[data-nummm='31'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-neilferguson.png");
    background-size: 117px 21px; }

.photos-pole-to-pole {
  /* Fraser Barber */
  /* Patti Musicaro */
  /* Nigel Meakin */ }
  .photos-pole-to-pole .fancybox-container[data-nummm='0'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-fraserbarber.png");
    background-size: 117px 21px; }
  .photos-pole-to-pole .fancybox-container[data-nummm='1'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-pattimusicaro.png");
    background-size: 122px 21px; }
  .photos-pole-to-pole .fancybox-container[data-nummm='2'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-pole-to-pole .fancybox-container[data-nummm='45'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_7.png");
    background-size: 114px 21px; }

.photos-hemingway-adventure .dropdown.day {
  display: none; }

.photos-hemingway-adventure {
  /* E. Hemingway Photograph Collection / JFK Library */
  /* Ernest Hemingway Foundation of Oak Park */
  /* Ernest Hemingway Foundation of Oak Park / BASIL PAO */
  /* Adolfo Ermini Studios */
  /* Henry S. Villard */
  /* Helen Breaker */
  /* S. T. L. Lavelle */
  /* Hans Malmberg */
  /* E. Hemingway Photograph Collection / JFK Library / BASIL PAO */ }
  .photos-hemingway-adventure .fancybox-container[data-nummm='0'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='1'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='3'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='11'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='16'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='26'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='54'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='72'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='76'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='85'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-hemingway-adventure .fancybox-container[data-nummm='105'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_01.png");
    background-size: 351px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='2'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_02.png");
    background-size: 351px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='8'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_03.png");
    background-size: 388px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='15'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_04.png");
    background-size: 169px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='17'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_05.png");
    background-size: 126px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='33'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_06.png");
    background-size: 122px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='34'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_07.png");
    background-size: 116px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='80'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_08.png");
    background-size: 116px 21px; }
  .photos-hemingway-adventure .fancybox-container[data-nummm='89'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ErnestHemingway_09.png");
    background-size: 432px 21px; }

/*.photos-north-korea-journal,
.photos-erebus-the-story-of-a-ship {
    
    .fancybox-container {
        
        .fancybox-slide.watermark .fancybox-spaceball {
            background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
            background-size: 165px 21px;
        }
    } 
}*/
.photos-the-python-years-diaries-1969-1979-volume-1 {
  /* From the author's private album */
  /* John Sims */
  /* Drew Mara */
  /* Carl Samrock */
  /* Camera Press (Lionel Cherrvault) */
  /* Edie Baskin */ }
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
    background-size: 165px 21px; }
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='3'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='4'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='20'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='30'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='31'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ThePythonYears_2.png");
    background-size: 97px 21px; }
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='16'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='17'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='18'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ThePythonYears_3.png");
    background-size: 100px 21px; }
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='24'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='25'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ThePythonYears_4.png");
    background-size: 116px 21px; }
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='39'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ThePythonYears_5.png");
    background-size: 237px 21px; }
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='40'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='41'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='42'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-the-python-years-diaries-1969-1979-volume-1 .fancybox-container[data-nummm='43'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-ThePythonYears_6.png");
    background-size: 109px 21px; }

.photos-halfway-to-hollywood-diaries-1980-1988-volume-2 {
  /* From the author's private album */
  /* Brian Moody */
  /* Handmade Films Partnership */
  /* Sam Emerson */
  /* Pic Photos */
  /* Trevor Jeal */
  /* Andy Hanson */
  /* Chris Richardson */
  /* David Appleby */
  /* Mark Mullen */
  /* David Farrell */
  /* Erik Heinila */
  /* David James */ }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
    background-size: 165px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='28'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_1.png");
    background-size: 113px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='5'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='6'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='43'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_3.png");
    background-size: 218px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='0'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_4.png");
    background-size: 120px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='15'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='44'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_5.png");
    background-size: 99px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='9'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_6.png");
    background-size: 98px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='12'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='13'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_7.png");
    background-size: 116px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='45'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_8.png");
    background-size: 138px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='16'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='17'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='18'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='19'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_9.png");
    background-size: 124px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='25'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_10.png");
    background-size: 110px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='38'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='39'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='41'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='42'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_11.png");
    background-size: 110px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='52'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_12.png");
    background-size: 106px 21px; }
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='54'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='55'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-halfway-to-hollywood-diaries-1980-1988-volume-2 .fancybox-container[data-nummm='56'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-HalfwayToHollywood_13.png");
    background-size: 116px 21px; }

.photos-travelling-to-work-diaries-1988-1998-volume-3 {
  /* From the author's private album */
  /* Pankaj Shah */
  /* Basil Pao */
  /* Doug McKenzie */
  /* Mike Prior */
  /* David Appleby */
  /* Nigel Meakin */
  /* Sophie Baker */
  /* FremantleMedia */
  /* Tim Richmond */
  /* Paul Meyer, The National Brain Appeal */
  /* Chris Richardson */ }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
    background-size: 165px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='0'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_1.png");
    background-size: 110px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='2'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='20'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='21'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='38'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='39'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='40'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='41'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='42'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='43'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='44'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='45'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='46'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='47'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='48'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='54'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_3.png");
    background-size: 89px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='5'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_4.png");
    background-size: 132px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='11'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='12'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_5.png");
    background-size: 96px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='14'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_6.png");
    background-size: 124px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='22'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_7.png");
    background-size: 114px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='16'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='17'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='18'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_8.png");
    background-size: 116px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='27'] .fancybox-slide.watermark .fancybox-spaceball,
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='28'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_9.png");
    background-size: 136px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='33'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_10.png");
    background-size: 125px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='51'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_11.png");
    background-size: 272px 21px; }
  .photos-travelling-to-work-diaries-1988-1998-volume-3 .fancybox-container[data-nummm='52'] .fancybox-slide.watermark .fancybox-spaceball {
    background-image: url("/wp-content/themes/mp2020-theme/images/copyright-TravellingToWork_12.png");
    background-size: 138px 21px; }

.photos-north-korea-journal .fancybox-container .fancybox-slide.watermark .fancybox-spaceball,
.photos-erebus-the-story-of-a-ship .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
  background-image: url("/wp-content/themes/mp2020-theme/images/copyright-thempcom.png");
  background-size: 165px 21px; }

.photos-michael-palin-in-nigeria .fancybox-container .fancybox-slide.watermark .fancybox-spaceball {
  background-image: url("/wp-content/themes/mp2020-theme/images/copyright-neilferguson.png");
  background-size: 119px 21px; }

.post-edit-link {
  display: none; }

/* Text meant only for screen readers.
.screen-reader-text {
	position: absolute;
	clip-path: inset(50%);
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);

	&:focus {
		display: block;
		top: 5px;
		left: 5px;
		z-index: 100000; // Above WP toolbar
		clip-path: none;
		background-color: #eee;
		padding: 15px 23px 14px;
		width: auto;
		height: auto;
		text-decoration: none;
		line-height: normal;
		color: #444;
		font-size: 1em;
		clip: auto !important;
	}
} */
.is-showing-items .grid-item {
  opacity: 1; }

#erebus-news,
#into-iraq-news,
#guh-news {
  display: none; }

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