/*!
Theme Name: Amirah
Theme URI: http://underscores.me/
Author: TPD Design House
Author URI: https://tpddesignhouse.com
Description: Custom WP Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tpd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TPD Starter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://use.typekit.net/ixz6cze.css");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 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, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 {
  border-style: none;
  padding: 0; }

/**
 * 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: 1px 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #F59AAC;
  opacity: 0.75; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 22px 8px;
  box-sizing: border-box; }
  .mfp-container:after {
    display: block;
    content: '';
    height: 22px; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: black;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: black; }
    .mfp-preloader a:hover {
      color: black; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  line-height: 0; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333;
  color: rgba(0, 0, 0, 0);
  background: url(img/book-modal-close.png);
  background-size: cover;
  transform: translateX(-50%) translateY(30%);
  width: 22px;
  height: 22px; }
  @media only screen and (min-width : 768px) {
    .mfp-close-btn-in .mfp-close {
      width: 44px;
      height: 44px; } }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  color: rgba(0, 0, 0, 0);
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  bottom: 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow-left {
  left: 0;
  background: url(img/arrow-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  left: 50%;
  transform: translateY(-80%) translateX(-150%); }
  @media only screen and (min-width : 768px) {
    .mfp-arrow-left {
      height: 49px;
      width: 35px;
      background-size: cover;
      transform: translateY(-100%) translateX(-150%); } }
  .mfp-removing .mfp-arrow-left {
    opacity: 0; }

.mfp-arrow-right {
  background: url(img/arrow-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  right: 50%;
  transform: translateY(-80%) translateX(150%); }
  @media only screen and (min-width : 768px) {
    .mfp-arrow-right {
      height: 49px;
      width: 35px;
      background-size: cover;
      transform: translateY(-100%) translateX(150%); } }
  .mfp-removing .mfp-arrow-right {
    opacity: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: black;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #E44C91;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

/*
*
*
* TPD OVERRIDES
*
*
*/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0 25px 0 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scrollbar-container > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-container > .scroll-element,
.scrollbar-container > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-container > .scroll-element .scroll-element_outer,
.scrollbar-container > .scroll-element .scroll-element_size,
.scrollbar-container > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-container > .scroll-element .scroll-element_inner,
.scrollbar-container > .scroll-element .scroll-bar,
.scrollbar-container > .scroll-element .scroll-bar div {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-container > .scroll-element .scroll-element_outer,
.scrollbar-container > .scroll-element .scroll-element_size,
.scrollbar-container > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-container > .scroll-element .scroll-bar_body {
  background: none !important; }

.scrollbar-container > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-container > .scroll-element.scroll-y .scroll-bar {
  min-height: 16px;
  background: #231E1F; }

.scrollbar-container > .scroll-element.scroll-y .scroll-bar_body {
  top: 2px; }

.scrollbar-container > .scroll-element.scroll-y .scroll-bar_body-inner {
  top: -4px; }

.scrollbar-container > .scroll-element.scroll-y .scroll-bar_center {
  top: 50%;
  margin-top: -6px;
  height: 12px; }

.scrollbar-container > .scroll-element.scroll-y .scroll-bar_bottom {
  top: auto;
  bottom: 0;
  height: 2px; }

/* SCROLL ARROWS */
.scrollbar-container > .scroll-element .scroll-arrow {
  display: none; }

.scrollbar-container > .scroll-element.scroll-element_arrows_visible .scroll-arrow {
  display: block;
  z-index: 12; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
  width: 100%;
  height: 8px;
  background: url(img/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
  width: 100%;
  top: auto;
  bottom: 14px;
  height: 8px;
  background: url(img/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  cursor: pointer; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
  top: 10px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner {
  top: -34px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
  top: -34px; }

/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */
.scrollbar-container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -17px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -17px; }

.scrollbar-container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner {
  left: -17px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner {
  top: -17px; }

/* PROCEED OFFSET IF ARROWS & ANOTHER SCROLL */
.scrollbar-container > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more {
  right: 17px; }

.scrollbar-container > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner {
  left: -51px; }

.scrollbar-container > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size {
  left: -51px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more {
  bottom: 17px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner {
  top: -51px; }

.scrollbar-container > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_size {
  top: -51px; }

/* DEFAULT when there are events
.scrollbar-container {

    @media only screen and (min-width : 1024px) {
        height: 640px;
        max-height: 55vh;
        overflow: hidden;
    }

} */
@media only screen and (min-width : 1024px) {
  .scrollbar-container {
    height: 340px;
    max-height: 55vh;
    overflow: hidden; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  color: #231E1F; }

h1 {
  font-size: 45px;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -1.02px;
  margin: 0; }
  @media only screen and (min-width : 768px) {
    h1 {
      font-size: 65px; } }
  @media only screen and (min-width : 1280px) {
    h1 {
      font-size: 100.8px;
      letter-spacing: -2.02px;
      line-height: 86.4px;
      font-weight: 800; } }
h2 {
  font-size: 45px;
  font-weight: 800;
  line-height: .75;
  letter-spacing: -1.02px; }
  @media only screen and (min-width : 768px) {
    h2 {
      font-size: 70px; } }
  @media only screen and (min-width : 1024px) {
    h2 {
      font-size: 50px; } }
  @media only screen and (min-width : 1280px) {
    h2 {
      font-size: 55px; } }
  @media only screen and (min-width : 1440px) {
    h2 {
      font-size: 65px;
      font-size: 5vw; } }
  @media only screen and (min-width : 1440px) and (max-width: 640px) {
    h2 {
      font-size: 32px; } }
  @media only screen and (min-width : 1440px) and (min-width: 2000px) {
    h2 {
      font-size: 100px; } }
h3 {
  font-family: bebas-kai, sans-serif;
  font-size: 30px;
  letter-spacing: 1.58px;
  line-height: 32px;
  margin: 0;
  font-weight: normal; }
  @media only screen and (min-width : 1024px) {
    h3 {
      font-size: 50.09px;
      color: #844D9D;
      letter-spacing: 3px;
      line-height: 52.92px; } }
p {
  margin: 0 0 1.5em 0;
  font-size: 18px;
  color: #231E1F; }
  @media only screen and (min-width : 1024px) {
    p {
      font-size: 24px; } }
  p:last-child {
    margin-bottom: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width : 768px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 18px; } }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.loader {
  background: url(img/logo.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 60px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%); }
  .loader:after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid rgba(128, 128, 128, 0.15);
    border-radius: 50%;
    border-top: 3px solid black;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

.accordion {
  margin: 0;
  padding: 0;
  list-style: none; }
  .accordion > li {
    margin: 0; }
  .accordion > li {
    padding: 5px 0; }

.accordion-toggle {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  position: relative;
  margin-bottom: 10px; }
  .accordion-toggle:before {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: 15px; }
  .active .accordion-toggle:before {
    content: "\f106"; }

.accordion-content {
  display: none; }
  .active .accordion-content {
    display: block; }

.sprinkle-divider {
  display: block;
  width: 100%;
  position: relative;
  height: 100px;
  z-index: -2;
  margin-top: 32px; }
  @media only screen and (min-width : 1024px) {
    .sprinkle-divider {
      margin-bottom: -18px;
      margin-top: 0;
      height: 250px; } }
.sprinkle-divider__inner {
  display: block;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: 0;
  background: url(img/pos_sprinkle-pattern.png) white;
  background-size: 216px 184px;
  z-index: -1;
  left: 50%;
  right: auto; }
  @media only screen and (min-width : 768px) {
    .sprinkle-divider__inner {
      transform: translateX(-50%) translateY(-20%); } }
  @media only screen and (min-width : 1024px) {
    .sprinkle-divider__inner {
      transform: translateX(-50%) translateY(-5%); } }
  @media only screen and (min-width : 1280px) {
    .sprinkle-divider__inner {
      transform: translateX(-50%) translateY(-22%); } }
@-webkit-keyframes jackInTheBox {
  from {
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    transform: scale(1); } }

@-webkit-keyframes rollOut {
  0 {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0 {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-webkit-keyframes hoverImg {
  from {
    transform: scale(1) rotate(0deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-8deg); }
  70% {
    transform: rotate(3deg); }
  to {
    transform: rotate(0deg); } }

@keyframes hoverImg {
  from {
    transform: scale(1) rotate(0deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-8deg); }
  70% {
    transform: rotate(3deg); }
  to {
    transform: rotate(0deg); } }

/* 

====== "Hinge" close effect ======

*/
.mfp-gallery.jackInTheBox {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox; }

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden; }

.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

.animated-img-entry__figure {
  position: relative;
  overflow: hidden; }

.animated-img-entry__entry-colors {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  opacity: 0; }
  .loaded .animated-img-entry__entry-colors {
    -webkit-animation: animated-color 1.5s forwards;
            animation: animated-color 1.5s forwards; }
  .animated-img-entry__entry-colors.orange {
    background-color: #E96F26; }
  .animated-img-entry__entry-colors.pink {
    background-color: #E44C91; }
  .animated-img-entry__entry-colors.purple {
    background-color: #834C9B; }
  .animated-img-entry__entry-colors.blue {
    background-color: #1DA7DF; }

.animated-img-entry__img {
  opacity: 0;
  transform: scale(1.1); }
  .loaded .animated-img-entry__img {
    -webkit-animation: animated-img 1.5s forwards;
            animation: animated-img 1.5s forwards; }

@-webkit-keyframes animated-color {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  1% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(-101%);
    opacity: 1; } }

@keyframes animated-color {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  1% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(-101%);
    opacity: 1; } }

@-webkit-keyframes animated-img {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  30% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes animated-img {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  30% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

#gform_wrapper_1 {
  margin: 0;
  /*Outer box of the fake checkbox*/
  /*Checkmark of the fake checkbox*/
  /*Hide the checkmark by default*/
  /*Unhide on the checked state*/
  /*Adding focus styles on the outer-box of the fake checkbox*/ }
  #gform_wrapper_1 .gform_heading {
    display: none; }
  #gform_wrapper_1 #gform_fields_1 > li {
    transform: translateY(15px); }
  #gform_wrapper_1 .gfield {
    margin: 0 0 20px 0;
    padding: 0; }
  #gform_wrapper_1 .gfield_label {
    display: none; }
  #gform_wrapper_1 label {
    display: inline-block;
    font-size: 25px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    margin: 8px 0; }
  #gform_wrapper_1 input[type="text"], #gform_wrapper_1 textarea {
    border: 4px solid #000000;
    border-radius: 6px;
    background: none;
    padding: 10px 15px;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0;
    width: 100%; }
    #gform_wrapper_1 input[type="text"]::-webkit-input-placeholder, #gform_wrapper_1 textarea::-webkit-input-placeholder {
      font-size: 24px;
      font-style: italic;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]::-moz-placeholder, #gform_wrapper_1 textarea::-moz-placeholder {
      font-size: 24px;
      font-style: italic;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]:-ms-input-placeholder, #gform_wrapper_1 textarea:-ms-input-placeholder {
      font-size: 24px;
      font-style: italic;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]::-ms-input-placeholder, #gform_wrapper_1 textarea::-ms-input-placeholder {
      font-size: 24px;
      font-style: italic;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]::placeholder, #gform_wrapper_1 textarea::placeholder {
      font-size: 24px;
      font-style: italic;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #gform_wrapper_1 input[type="text"]:focus, #gform_wrapper_1 textarea:focus {
      outline: none; }
  #gform_wrapper_1 input[type=checkbox] {
    border: 4px solid #000000; }
  #gform_wrapper_1 .gchoice_1_2_1 input[type="checkbox"] {
    opacity: 0; }
  #gform_wrapper_1 .gchoice_1_2_1 label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 40px; }
  #gform_wrapper_1 .gchoice_1_2_1 label::before,
  #gform_wrapper_1 .gchoice_1_2_1 label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block; }
  #gform_wrapper_1 .gchoice_1_2_1 label::before {
    height: 36px;
    width: 36px;
    border: 4px black solid;
    left: -14px;
    border-radius: 6px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px; }
  #gform_wrapper_1 .gchoice_1_2_1 label::after {
    height: 14px;
    width: 22px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-45deg);
    left: -7px;
    top: 12px; }
  #gform_wrapper_1 .gchoice_1_2_1 input[type="checkbox"] + label::after {
    content: none; }
  #gform_wrapper_1 .gchoice_1_2_1 input[type="checkbox"]:checked + label::after {
    content: ""; }
  #gform_wrapper_1 .gchoice_1_2_1 input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }
  #gform_wrapper_1 input[type="submit"] {
    margin: 0;
    width: auto;
    display: block;
    border-width: 0;
    color: white;
    background: #834C9B;
    width: 100%;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase; }
  #gform_wrapper_1 .validation_error {
    display: none; }
  #gform_wrapper_1.gform_validation_error #gform_fields_1 > li {
    opacity: 1;
    background: none;
    border: none; }
    #gform_wrapper_1.gform_validation_error #gform_fields_1 > li .validation_message {
      padding: 3px 0 0 0; }

.gform_confirmation_message {
  padding-top: 30px;
  font-size: 24px;
  text-align: center;
  color: #000000;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: bold; }

.form {
  border: 4px solid #000000;
  border-radius: 6px;
  max-width: 448px;
  padding: 62px 50px 40px;
  margin: 32px auto 0; }
  @media only screen and (min-width : 1280px) {
    .form {
      margin-left: auto; } }
.home__tour__form {
  width: 100%;
  display: block; }
  @media only screen and (min-width : 1280px) {
    .home__tour__form {
      display: inline-block;
      width: 50%; } }
.gform_wrapper h2.form-h2 {
  color: black;
  text-align: center;
  font-size: 45px;
  font-weight: 800; }

.gform_confirmation_wrapper h2.form-h2-pink {
  color: #E44C91;
  text-align: center;
  font-size: 40px;
  font-weight: 800; }

.gform_confirmation_message {
  padding-top: 0; }

.form {
  position: relative; }

.sparkle-form {
  position: absolute;
  z-index: 20;
  display: block;
  width: 90px;
  height: auto;
  right: -20px;
  top: -50px; }
  @media only screen and (min-width : 768px) {
    .sparkle-form {
      width: 120px;
      height: auto;
      top: -60px;
      right: -60px; } }
  @media only screen and (min-width : 1024px) {
    .sparkle-form {
      width: 130px;
      height: auto;
      right: -60px; } }
#mc_embed_signup {
  display: table;
  width: 100%;
  max-width: 480px; }
  #mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    border-radius: 0;
    border: 3px #231E1F solid;
    padding: 14px 20px;
    width: 100%;
    max-width: 480px;
    background: white; }
    #mc_embed_signup input[type="text"]::-webkit-input-placeholder, #mc_embed_signup input[type="email"]::-webkit-input-placeholder {
      color: black; }
    #mc_embed_signup input[type="text"]::-moz-placeholder, #mc_embed_signup input[type="email"]::-moz-placeholder {
      color: black; }
    #mc_embed_signup input[type="text"]:-ms-input-placeholder, #mc_embed_signup input[type="email"]:-ms-input-placeholder {
      color: black; }
    #mc_embed_signup input[type="text"]::-ms-input-placeholder, #mc_embed_signup input[type="email"]::-ms-input-placeholder {
      color: black; }
    #mc_embed_signup input[type="text"]::placeholder, #mc_embed_signup input[type="email"]::placeholder {
      color: black; }
  #mc_embed_signup input[type="email"] {
    border-top-width: 0; }
  #mc_embed_signup input[type="submit"] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    border-radius: 0;
    background: #231E1F;
    color: white;
    text-transform: uppercase;
    padding: 6px 12px;
    display: table;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 12px 0 0 0;
    font-family: bebas-kai, sans-serif;
    margin-left: auto;
    font-weight: 400; }
    @media only screen and (min-width : 640px) {
      #mc_embed_signup input[type="submit"] {
        font-size: 22px;
        letter-spacing: 2px; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: black;
  text-decoration: none; }
  a:visited {
    color: black; }
  a:hover, a:focus, a:active {
    color: black;
    outline: none;
    border: none; }
  a:focus {
    outline: none;
    border: none; }
  a:hover, a:active {
    outline: 0;
    text-decoration: underline; }

*:focus {
  outline: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*
*
*
* SINGLE PAGE SITE HEADER
*
*
*/
/*main {
	.page-template-page-landingpage & {
		margin-top: 150px;
		@media only screen and (min-width : 1024px) {
			margin-top: 150px;
		}
	}
}*/
#amirah-header {
  background-color: white;
  padding-top: 18px;
  position: fixed;
  width: calc(100% - 20px);
  position: fixed;
  z-index: 99999; }
  @media only screen and (min-width : 1024px) {
    #amirah-header {
      width: calc(100% - 36px);
      top: 18px;
      left: 18px;
      padding-top: 0; } }
#amirah-header__container {
  display: block; }
  @media only screen and (min-width : 1024px) {
    #amirah-header__container {
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      max-width: 1740px;
      width: 94%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 99px; } }
  @media only screen and (min-width : 1440px) {
    #amirah-header__container {
      height: 120px; } }
#amirah-header__logo {
  display: block;
  width: calc(100% - 36px);
  max-width: 354px;
  margin: 0 auto 18px; }
  @media only screen and (min-width : 1024px) {
    #amirah-header__logo {
      margin: 0;
      display: block;
      max-width: 304px;
      min-width: 304px; } }
  @media only screen and (min-width : 1440px) {
    #amirah-header__logo {
      margin: 0;
      display: block;
      max-width: 404px;
      min-width: 404px; } }
@media only screen and (min-width : 1024px) {
  nav {
    flex: 1; } }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 8px 8px 18px;
  margin: 0 auto;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  nav ul > li {
    margin: 0; }
  @media only screen and (min-width : 640px) {
    nav ul {
      justify-content: center; } }
  @media only screen and (min-width : 1024px) {
    nav ul {
      justify-content: flex-end;
      flex-flow: row nowrap;
      padding: 0;
      margin: 0;
      max-width: none;
      overflow: visible; } }
  nav ul li {
    display: inline-block;
    margin: 0 6px 4px;
    font-family: bebas-kai, sans-serif;
    font-size: 18px;
    letter-spacing: 1.58px;
    line-height: 32px; }
    nav ul li:first-child {
      margin-left: 0; }
    nav ul li:last-child {
      margin-right: 0; }
    @media only screen and (min-width : 1024px) {
      nav ul li {
        margin: 0 1.5% 0; } }
    @media only screen and (min-width : 1440px) {
      nav ul li {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 35px;
        margin: 0 1.5% 0; } }
  nav ul a {
    display: inline-block;
    position: relative; }
    nav ul a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 0%;
      background-color: #231E1F;
      transition: 250ms width ease-in 250ms; }
      @media only screen and (min-width : 1024px) {
        nav ul a:after {
          transform: translateY(0);
          height: 4px; } }
    nav ul a:hover, nav ul a.active, nav ul a:focus {
      text-decoration: none; }
      nav ul a:hover:after, nav ul a.active:after, nav ul a:focus:after {
        width: 100%; }

.amirah-header__social {
  flex: 0 0 18px;
  margin: 0 8px 4px 8px; }
  @media only screen and (min-width : 1024px) {
    .amirah-header__social {
      flex: 0 0 20px; } }
  @media only screen and (min-width : 1440px) {
    .amirah-header__social {
      flex: 0 0 24px; } }
  .amirah-header__social img {
    display: block;
    height: auto;
    width: 100%; }
  .amirah-header__social a {
    display: block; }
    .amirah-header__social a:after {
      display: none;
      opacity: 0; }

html, body {
  height: 100%;
  min-height: 100%; }

.site-border {
  background-color: #231E1F;
  display: table;
  padding: 10px;
  width: 100%;
  min-height: 100vh; }
  @media only screen and (min-width : 1024px) {
    .site-border {
      padding: 18px; } }
.site-relative {
  background-color: white;
  display: block;
  min-height: calc(100vh - 20px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.page-template-page-landingpage .site-relative:before {
  width: 100%;
  position: fixed;
  top: 0;
  height: 10px;
  background-color: #231E1F;
  content: '';
  left: 0;
  z-index: 999; }
  @media only screen and (min-width : 1024px) {
    .page-template-page-landingpage .site-relative:before {
      height: 18px; } }
.page-template-page-landingpage .site-relative:after {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 10px;
  background-color: #231E1F;
  content: '';
  left: 0;
  z-index: 999; }
  @media only screen and (min-width : 1024px) {
    .page-template-page-landingpage .site-relative:after {
      height: 18px; } }
.page-template-page-temphome .site-relative {
  padding-bottom: 100px; }
  @media only screen and (min-width : 1024px) {
    .page-template-page-temphome .site-relative {
      padding-bottom: 100px; } }
.site-rainbow {
  display: none; }
  @media only screen and (min-width : 1024px) {
    .site-rainbow {
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      max-width: 1740px;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      width: calc(94% - 36px);
      height: 100vh;
      position: fixed;
      z-index: -1;
      display: flex;
      justify-content: flex-start; } }
  .site-rainbow > div {
    background: url(img/rainbow-stripe.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    display: block;
    height: 100%;
    width: 140px; }
    @media only screen and (min-width : 1440px) {
      .site-rainbow > div {
        width: 184px; } }
.test {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px; }

/*
*
*
* SIMPLE LANDING PAGE HEADER
*
*
*/
img {
  line-height: 0; }

body {
  background-color: #231E1F; }

.site-header {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  display: block;
  padding: 0px 0 40px; }
  @media only screen and (min-width : 1024px) {
    .site-header {
      padding: 0px 0 40px; } }
.site-header__container {
  width: 70%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width : 1024px) {
    .site-header__container {
      max-width: 704px; } }
  @media only screen and (min-width : 1440px) {
    .site-header__container {
      max-width: 904px; } }
#sparkle-gif {
  position: absolute;
  display: block;
  width: 75px;
  height: auto;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: none; }
  @media only screen and (min-width : 768px) {
    #sparkle-gif {
      width: 80px;
      display: block;
      transform: translateX(-140%) translateY(40%); } }
  @media only screen and (min-width : 1024px) {
    #sparkle-gif {
      transform: translateX(-140%) translateY(0%);
      width: 100px; } }
  @media only screen and (min-width : 1280px) {
    #sparkle-gif {
      transform: translateX(-180%) translateY(40%);
      width: 140px; } }
.site-header__nav {
  display: block;
  width: 100%;
  margin-top: 10px; }
  .site-header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    width: 100%; }
    .site-header__nav ul > li {
      margin: 0; }
    .site-header__nav ul li {
      display: inline-block; }
      .site-header__nav ul li a {
        display: block;
        padding: 8px 16px;
        font-size: 24px; }
        @media only screen and (min-width : 768px) {
          .site-header__nav ul li a {
            font-size: 28px; } }
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  bottom: -18px;
  width: 70%;
  overflow: hidden;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  max-width: 904px;
  position: absolute;
  max-height: 100px; }
  @media only screen and (min-width : 640px) {
    .site-footer {
      max-height: 70px; } }
  @media only screen and (min-width : 768px) {
    .site-footer {
      max-height: 120px; } }
  @media only screen and (min-width : 1024px) {
    .site-footer {
      max-width: 704px; } }
  @media only screen and (min-width : 1440px) {
    .site-footer {
      max-width: 904px; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.sr-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
#temp-intro__text {
  margin: 0 auto;
  width: 90%;
  max-width: 904px;
  text-align: center; }
  #temp-intro__text p {
    font-size: 20px; }
    @media only screen and (min-width : 1024px) {
      #temp-intro__text p {
        font-size: 30px; } }
#temp-intro__books {
  width: 90%;
  margin: 0 auto;
  max-width: 1640px;
  position: relative;
  padding: calc(50px * 1/2) calc(0px * 1/2) calc(50px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    #temp-intro__books {
      padding: calc(50px * 2/3) calc(0px * 2/3) calc(50px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #temp-intro__books {
      padding: 50px 0px 50px 0px; } }
  @media only screen and (min-width : 1024px) {
    #temp-intro__books {
      display: flex;
      justify-content: space-between; } }
#heart-gif {
  display: none; }
  @media only screen and (min-width : 768px) {
    #heart-gif {
      position: absolute;
      top: 25%;
      right: 0;
      display: block;
      width: 55px;
      height: auto; } }
  @media only screen and (min-width : 1024px) {
    #heart-gif {
      width: 85px;
      top: 64px; } }
#temp-intro__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 32px auto;
  max-width: 450px; }
  #temp-intro__ul > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #temp-intro__ul {
      max-width: none;
      width: 80%;
      display: flex;
      justify-content: flex-start; } }
  #temp-intro__ul img.temp-book-cover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.08);
    margin: 0 auto 12px;
    width: 90%;
    display: block;
    opacity: 0;
    transition: 250ms linear opacity; }
    .loaded #temp-intro__ul img.temp-book-cover {
      opacity: 1; }
    @media only screen and (min-width : 1024px) {
      #temp-intro__ul img.temp-book-cover {
        max-height: 400px;
        width: auto; } }
    @media only screen and (min-width : 1440px) {
      #temp-intro__ul img.temp-book-cover {
        max-height: 550px; } }
  #temp-intro__ul > li {
    margin-bottom: 32px; }
    @media only screen and (min-width : 1024px) {
      #temp-intro__ul > li {
        max-width: none;
        flex: 0 0 45%;
        margin: 0; } }
  #temp-intro__ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 26px; }
    #temp-intro__ul ul > li {
      margin: 0; }
    @media only screen and (min-width : 1024px) {
      #temp-intro__ul ul {
        margin: 32px auto 0;
        max-width: 500px; } }
    #temp-intro__ul ul li {
      display: inline-block;
      margin: 0 12px 8px;
      font-family: bebas-kai, sans-serif;
      font-size: 20px;
      letter-spacing: 1.58px;
      line-height: 32px; }
      @media only screen and (min-width : 1440px) {
        #temp-intro__ul ul li {
          font-size: 24px;
          letter-spacing: 3px;
          line-height: 35px; } }
    #temp-intro__ul ul a {
      display: inline-block;
      position: relative; }
      #temp-intro__ul ul a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 0%;
        background-color: #231E1F;
        transition: width ease-in 250ms; }
        @media only screen and (min-width : 1024px) {
          #temp-intro__ul ul a:after {
            transform: translateY(0);
            height: 5px; } }
      #temp-intro__ul ul a:hover, #temp-intro__ul ul a:focus {
        text-decoration: none; }
        #temp-intro__ul ul a:hover:after, #temp-intro__ul ul a:focus:after {
          width: 100%; }

#temp-coming {
  text-align: center;
  margin: 0 auto;
  max-width: 1640px;
  margin-bottom: 30px;
  position: relative; }
  @media only screen and (min-width : 640px) {
    #temp-coming {
      margin-bottom: 80px; } }
  @media only screen and (min-width : 1024px) {
    #temp-coming {
      margin-bottom: 100px; } }
  #temp-coming h3 {
    font-size: 42px;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    line-height: 1.25em;
    width: 90%; }
    #temp-coming h3 span:nth-of-type(6n+1) {
      color: #1DA7DF; }
    #temp-coming h3 span:nth-of-type(6n+2) {
      color: #53AD47; }
    #temp-coming h3 span:nth-of-type(6n+3) {
      color: #ead60a; }
    #temp-coming h3 span:nth-of-type(6n+4) {
      color: #E96F26; }
    #temp-coming h3 span:nth-of-type(6n+5) {
      color: #E44C91; }
    #temp-coming h3 span:nth-of-type(6n+6) {
      color: #834C9B; }
    @media only screen and (min-width : 1024px) {
      #temp-coming h3 {
        font-size: 78px;
        max-width: 700px;
        margin: 0 auto 32px; } }
  #temp-coming p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px; }
    @media only screen and (min-width : 640px) {
      #temp-coming p {
        width: auto; } }
    @media only screen and (min-width : 1024px) {
      #temp-coming p {
        font-size: 30px; } }
  #temp-coming ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 12px; }
    #temp-coming ul > li {
      margin: 0; }
    @media only screen and (min-width : 1024px) {
      #temp-coming ul {
        margin: 22px auto 0; } }
    #temp-coming ul li {
      display: inline-block;
      margin: 0 12px 8px;
      font-family: bebas-kai, sans-serif;
      font-size: 28px;
      letter-spacing: 3px;
      line-height: 1.2; }
      @media only screen and (min-width : 1440px) {
        #temp-coming ul li {
          font-size: 36px;
          letter-spacing: 3px;
          line-height: 46px; } }
    #temp-coming ul a {
      display: inline-block;
      position: relative; }
      #temp-coming ul a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 0%;
        background-color: #231E1F;
        transition: width ease-in 250ms; }
        @media only screen and (min-width : 1024px) {
          #temp-coming ul a:after {
            transform: translateY(0);
            height: 5px; } }
      #temp-coming ul a:hover, #temp-coming ul a:focus {
        text-decoration: none; }
        #temp-coming ul a:hover:after, #temp-coming ul a:focus:after {
          width: 100%; }

.char19 {
  display: inline-block;
  min-width: 0px;
  max-width: 0px; }
  @media only screen and (min-width : 640px) {
    .char19 {
      min-width: 0;
      max-width: 0; } }
  @media only screen and (min-width : 768px) {
    .char19 {
      min-width: 0;
      max-width: 0; } }
  @media only screen and (min-width : 1024px) {
    .char19 {
      width: 0px;
      min-width: 0; } }
#spin-gif {
  display: none; }
  @media only screen and (min-width : 768px) {
    #spin-gif {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100px;
      height: auto;
      transform: translateX(-25%) translateY(-25%); } }
  @media only screen and (min-width : 1024px) {
    #spin-gif {
      width: 150px;
      transform: translateX(-25%) translateY(15%); } }
  @media only screen and (min-width : 1280px) {
    #spin-gif {
      width: 180px; } }
/*
*
*	The Latest
*
*/
#the-latest {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  overflow: hidden;
  width: 100%;
  padding-top: 150px;
  position: relative; }
  @media only screen and (min-width : 1024px) {
    #the-latest {
      padding-left: 250px; } }
  @media only screen and (min-width : 1440px) {
    #the-latest {
      padding-left: 270px; } }
  #the-latest h2 {
    width: 90%;
    margin: 0 auto 18px; }
    @media only screen and (min-width : 1024px) {
      #the-latest h2 {
        width: auto;
        margin: 0 0 32px; } }
#the-latest__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: calc(100vw - 20px);
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 18px; }
  #the-latest__ul > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #the-latest__ul {
      width: 100%;
      overflow: hidden;
      max-width: 1345px;
      padding-right: 150px; } }
  #the-latest__ul > li {
    display: inline-block;
    width: 70vw;
    margin: 0 4vw;
    flex: 0 0 70vw; }
    #the-latest__ul > li.pointer-no {
      pointer-events: none; }
    @media only screen and (min-width : 1024px) {
      #the-latest__ul > li {
        flex: 1;
        width: 30%;
        margin: 0;
        margin-right: 32px; } }
    #the-latest__ul > li:first-child {
      margin-left: 8vw; }
      @media only screen and (min-width : 1024px) {
        #the-latest__ul > li:first-child {
          margin-left: 0; } }
    #the-latest__ul > li:last-child {
      flex: 0 0 2vw;
      width: 2vw; }
      @media only screen and (min-width : 1024px) {
        #the-latest__ul > li:last-child {
          display: none; } }
    @media only screen and (min-width : 1440px) {
      #the-latest__ul > li:nth-last-child(2) {
        margin-right: 0; } }
    #the-latest__ul > li:first-child .the-latest__colors {
      background-color: rgba(29, 167, 223, 0.8); }
    #the-latest__ul > li:first-child .the-latest__intro-colors {
      background-color: #1DA7DF;
      transition-delay: 250ms; }
    #the-latest__ul > li:nth-child(2) .the-latest__colors {
      background-color: rgba(83, 173, 71, 0.8); }
    #the-latest__ul > li:nth-child(2) .the-latest__intro-colors {
      background-color: #53AD47;
      -webkit-animation-delay: 650ms;
              animation-delay: 650ms; }
    #the-latest__ul > li:nth-child(2) .the-latest__img {
      -webkit-animation-delay: 550ms;
              animation-delay: 550ms; }
    #the-latest__ul > li:nth-child(3) .the-latest__colors {
      background-color: rgba(241, 221, 10, 0.8); }
    #the-latest__ul > li:nth-child(3) .the-latest__intro-colors {
      background-color: #F1DD0A;
      -webkit-animation-delay: 1150ms;
              animation-delay: 1150ms; }
    #the-latest__ul > li:nth-child(3) .the-latest__img {
      -webkit-animation-delay: 1100ms;
              animation-delay: 1100ms; }
  #the-latest__ul figure {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0; }
    #the-latest__ul figure:after {
      content: '';
      padding-top: 140%;
      display: block; }
      @media only screen and (min-width : 768px) {
        #the-latest__ul figure:after {
          padding-top: 70vh; } }
      @media only screen and (min-width : 1024px) {
        #the-latest__ul figure:after {
          padding-top: 180%; } }
    #the-latest__ul figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute; }
  #the-latest__ul a {
    display: block; }
    #the-latest__ul a:hover, #the-latest__ul a:focus {
      text-decoration: none; }
      #the-latest__ul a:hover .the-latest__colors, #the-latest__ul a:focus .the-latest__colors {
        opacity: 1; }
      #the-latest__ul a:hover .the-latest__link-text, #the-latest__ul a:focus .the-latest__link-text {
        transform: translateY(-30%);
        opacity: 1; }
  #the-latest__ul h3 {
    color: #231E1F;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 35px;
    margin: 18px 0 0;
    text-align: center; }

.the-latest__colors {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 100ms opacity linear;
  justify-content: center;
  align-items: center; }

.the-latest__link-text {
  color: white;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 35px;
  margin: 18px 0 0;
  text-align: center;
  font-family: bebas-kai, sans-serif;
  transform: translateY(20%);
  transition: 250ms transform ease-in-out, 180ms opacity linear 50ms;
  opacity: 0; }
  .the-latest__link-text:before {
    content: '';
    display: block;
    height: 31px;
    background-color: black;
    margin-bottom: 14px;
    background: url(img/link-out.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%; }

.the-latest__intro-colors {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  opacity: 0; }
  .loaded .the-latest__intro-colors {
    -webkit-animation: intro-color 1.5s forwards;
            animation: intro-color 1.5s forwards; }

.the-latest__img {
  opacity: 0;
  transform: scale(1.1); }
  .loaded .the-latest__img {
    -webkit-animation: intro-img 1.5s forwards;
            animation: intro-img 1.5s forwards; }

@-webkit-keyframes intro-color {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  1% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    opacity: 1; } }

@keyframes intro-color {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  1% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    opacity: 1; } }

@-webkit-keyframes intro-img {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  30% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes intro-img {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  30% {
    opacity: 0;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
* GIFS
*/
#the-latest__heart-gif {
  display: none;
  position: absolute;
  top: 200px;
  right: 25px; }
  @media only screen and (min-width : 1024px) {
    #the-latest__heart-gif {
      display: block;
      width: 85px;
      height: auto; } }
  @media only screen and (min-width : 1440px) {
    #the-latest__heart-gif {
      width: 100px; } }
#the-latest__down {
  display: none;
  position: absolute;
  bottom: 0px; }
  @media only screen and (min-width : 1024px) {
    #the-latest__down {
      display: block;
      width: 25px;
      height: auto;
      right: 65px;
      -webkit-animation: down-wiggle 1.5s infinite;
              animation: down-wiggle 1.5s infinite; } }
  @media only screen and (min-width : 1440px) {
    #the-latest__down {
      width: 35px;
      right: 60px; } }
@-webkit-keyframes down-wiggle {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-20deg); }
  20% {
    transform: rotate(30deg); }
  30% {
    transform: rotate(-15deg); }
  40% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes down-wiggle {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-20deg); }
  20% {
    transform: rotate(30deg); }
  30% {
    transform: rotate(-15deg); }
  40% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

#read-my-text__intro-copy {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: calc(150px * 1/2) calc(0px * 1/2) calc(25px * 1/2) calc(0px * 1/2); }
  @media only screen and (min-width : 768px) {
    #read-my-text__intro-copy {
      padding: calc(150px * 2/3) calc(0px * 2/3) calc(25px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #read-my-text__intro-copy {
      padding: 150px 0px 25px 0px; } }
#read-my-text__h2 {
  text-align: right; }

#read-my-text__h3 {
  color: #231E1F;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 18px 0 0 0;
  text-align: right; }
  @media only screen and (min-width : 640px) {
    #read-my-text__h3 br {
      display: none; } }
  @media only screen and (min-width : 640px) {
    #read-my-text__h3 {
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 35px; } }
  @media only screen and (min-width : 1024px) {
    #read-my-text__h3 {
      margin: 22px 0 0 0; } }
#read-my-text__repeater {
  background: white;
  padding: calc(20px * 1/2) calc(0px * 1/2) calc(25px * 1/2) calc(0px * 1/2);
  width: 100%; }
  @media only screen and (min-width : 768px) {
    #read-my-text__repeater {
      padding: calc(20px * 2/3) calc(0px * 2/3) calc(25px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #read-my-text__repeater {
      padding: 20px 0px 25px 0px; } }
  @media only screen and (min-width : 1024px) {
    #read-my-text__repeater {
      padding: 100px 0 100px 0; } }
#read-my-text__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px; }
  #read-my-text__ul > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #read-my-text__ul {
      display: flex;
      justify-content: center;
      max-width: 90%;
      margin: 0 auto; } }
  #read-my-text__ul li {
    margin: 0 0 55px;
    display: block; }
    @media only screen and (min-width : 1024px) {
      #read-my-text__ul li {
        margin: 0 45px; }
        #read-my-text__ul li:hover img {
          -webkit-animation-duration: 1s;
                  animation-duration: 1s;
          -webkit-animation-name: hoverImg;
                  animation-name: hoverImg;
          -webkit-backface-visibility: hidden; }
        #read-my-text__ul li:first-child {
          margin-left: 0; }
        #read-my-text__ul li:last-child {
          margin-right: 0; } }
  #read-my-text__ul img {
    display: block;
    max-height: 480px;
    width: auto;
    margin: 0 auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.08); }

/* 
* 
* 	INSIDE MODAL 
*
*/
.read-my-text__modal {
  background: white;
  max-width: 1100px;
  border: 10px solid #231E1F;
  margin: 0 auto;
  padding: 20px 20px 100px 20px;
  position: relative;
  text-align: center; }
  @media only screen and (min-width : 1024px) {
    .read-my-text__modal {
      border: 18px solid #231E1F;
      padding: 20px 75px 100px 75px; } }
  @media only screen and (min-width : 1280px) {
    .read-my-text__modal {
      padding: 20px 85px 120px 85px; } }
  .read-my-text__modal p {
    font-size: 22px;
    margin: 0 0 1em 0; }

.modal-book-cover {
  display: block;
  margin: 0 auto 32px;
  width: 90%; }
  @media only screen and (min-width : 768px) {
    .modal-book-cover {
      width: auto;
      max-height: 350px; } }
.read-my-text__h4 {
  font-family: bebas-kai, sans-serif;
  font-size: 30px;
  letter-spacing: 1.58px;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px; }
  @media only screen and (min-width : 1024px) {
    .read-my-text__h4 {
      font-size: 50.09px;
      letter-spacing: 3px;
      line-height: 52.92px;
      margin-bottom: 24px; } }
ul.read-my-text__ul-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 12px; }
  ul.read-my-text__ul-links > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    ul.read-my-text__ul-links {
      margin: 22px auto 0; } }
  ul.read-my-text__ul-links li {
    display: inline-block;
    margin: 0 12px 8px;
    font-family: bebas-kai, sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.2; }
    @media only screen and (min-width : 1440px) {
      ul.read-my-text__ul-links li {
        font-size: 32px;
        letter-spacing: 3px;
        line-height: 46px; } }
  ul.read-my-text__ul-links a {
    display: inline-block;
    position: relative; }
    ul.read-my-text__ul-links a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 0%;
      background-color: #231E1F;
      transition: width ease-in 250ms; }
      @media only screen and (min-width : 1024px) {
        ul.read-my-text__ul-links a:after {
          transform: translateY(0);
          height: 5px; } }
    ul.read-my-text__ul-links a:hover, ul.read-my-text__ul-links a:focus {
      text-decoration: none; }
      ul.read-my-text__ul-links a:hover:after, ul.read-my-text__ul-links a:focus:after {
        width: 100%; }

/*
* 
* 	WHERE TO FIND ME
* 
*/
#find-me {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: calc(85px * 1/2) calc(0px * 1/2) calc(85px * 1/2) calc(0px * 1/2);
  padding-top: 150px;
  position: relative; }
  @media only screen and (min-width : 768px) {
    #find-me {
      padding: calc(85px * 2/3) calc(0px * 2/3) calc(85px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #find-me {
      padding: 85px 0px 85px 0px; } }
  @media only screen and (min-width : 1024px) {
    #find-me {
      padding-left: 200px;
      padding-top: 150px; } }
  @media only screen and (min-width : 1440px) {
    #find-me {
      padding-left: 250px; } }
#find-me__outter {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  max-width: 720px;
  width: 100%;
  margin-top: 32px;
  border: #231E1F 10px solid;
  padding: 30px 30px 150px 30px;
  position: relative; }
  @media only screen and (min-width : 1024px) {
    #find-me__outter {
      border: #231E1F 18px solid;
      margin-top: 55px;
      padding: 10px 10px 200px 40px; } }
#find-me__ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #find-me__ul > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #find-me__ul {
      width: 90%;
      max-width: 550px;
      margin-top: 18px; } }
  #find-me__ul li {
    margin: 0 0 32px;
    padding: 0; }
    @media only screen and (min-width : 1024px) {
      #find-me__ul li {
        margin-bottom: 32px; } }
    #find-me__ul li p:last-of-type {
      margin: 0; }
    #find-me__ul li > ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none; }
      #find-me__ul li > ul > li {
        margin: 0; }
      #find-me__ul li > ul li {
        margin: 0 18px 0 0; }
        #find-me__ul li > ul li:last-child {
          margin-right: 0; }
        #find-me__ul li > ul li a {
          font-family: bebas-kai, sans-serif;
          font-size: 24px;
          letter-spacing: 1.58px;
          line-height: 32px;
          margin: 0;
          display: inline-block;
          position: relative; }
          #find-me__ul li > ul li a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 0%;
            background-color: #231E1F;
            transition: width ease-in 250ms; }
            @media only screen and (min-width : 1024px) {
              #find-me__ul li > ul li a:after {
                transform: translateY(0);
                height: 3px; } }
          #find-me__ul li > ul li a:hover, #find-me__ul li > ul li a:focus {
            text-decoration: none; }
            #find-me__ul li > ul li a:hover:after, #find-me__ul li > ul li a:focus:after {
              width: 100%; }
  #find-me__ul h3 {
    color: #231E1F;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.15;
    margin: 0;
    text-align: left; }
    @media only screen and (min-width : 768px) {
      #find-me__ul h3 {
        font-size: 36px; } }
    @media only screen and (min-width : 1024px) {
      #find-me__ul h3 {
        font-size: 40px; } }
#find-me__svg {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  height: auto;
  max-width: 250px;
  transform: translateX(-50%) translateY(35%); }
  @media only screen and (min-width : 1024px) {
    #find-me__svg {
      max-width: 330px; } }
#find-me__sparkle {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: auto;
  display: block; }
  @media only screen and (min-width : 1024px) {
    #find-me__sparkle {
      width: 100px; } }
#find-me__no-events {
  display: flex;
  padding-top: 32px;
  justify-content: center;
  min-height: 100%;
  align-items: center; }
  #find-me__no-events span {
    display: block;
    width: 100%;
    text-align: center; }

#find-me__no-events {
  max-width: 500px;
  margin: 0 auto; }

#no-events_1 {
  font-family: bebas-kai, sans-serif;
  font-size: 24px;
  letter-spacing: 1.58px;
  line-height: 32px;
  margin: 0; }

#no-events_2 {
  font-size: 45px;
  font-weight: 800;
  line-height: .75;
  letter-spacing: -1.02px; }
  @media only screen and (min-width : 768px) {
    #no-events_2 {
      font-size: 70px; } }
  @media only screen and (min-width : 1024px) {
    #no-events_2 {
      font-size: 50px; } }
  @media only screen and (min-width : 1280px) {
    #no-events_2 {
      font-size: 55px; } }
  @media only screen and (min-width : 1440px) {
    #no-events_2 {
      font-size: 65px;
      font-size: 4vw; } }
  @media only screen and (min-width : 1440px) and (max-width: 800px) {
    #no-events_2 {
      font-size: 32px; } }
  @media only screen and (min-width : 1440px) and (min-width: 2000px) {
    #no-events_2 {
      font-size: 80px; } }
/*
* 
* 	KNOW ME
* 
*/
#know-me {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: calc(120px * 1/2) calc(0px * 1/2) calc(25px * 1/2) calc(0px * 1/2);
  text-align: right;
  padding-top: 150px; }
  @media only screen and (min-width : 768px) {
    #know-me {
      padding: calc(120px * 2/3) calc(0px * 2/3) calc(25px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #know-me {
      padding: 120px 0px 25px 0px; } }
  @media only screen and (min-width : 1280px) {
    #know-me {
      display: flex;
      justify-content: space-between;
      padding-top: 150px; } }
@media only screen and (min-width : 768px) {
  .know-me__img {
    max-width: 500px;
    margin-bottom: 32px; } }

@media only screen and (min-width : 1024px) {
  .know-me__img {
    max-width: 440px;
    width: 50%;
    flex: 0 1 auto;
    display: block;
    align-self: flex-start;
    margin-bottom: 0; } }

@media only screen and (min-width : 1440px) {
  .know-me__img {
    margin-left: 18px;
    width: 60%;
    max-width: 640px; } }

#know-me__bio {
  margin-top: 32px; }
  #know-me__bio h2 {
    margin-bottom: 28px; }
  @media only screen and (min-width : 1024px) {
    #know-me__bio {
      max-width: 900px;
      margin-left: 50px;
      padding-left: 200px;
      margin-top: 0; } }
  @media only screen and (min-width : 1280px) {
    #know-me__bio {
      padding-left: 0px;
      margin-left: 100px; } }
  #know-me__bio a {
    font-family: bebas-kai, sans-serif;
    display: inline-block;
    position: relative;
    color: #231E1F;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.15;
    margin: 0;
    text-align: left; }
    @media only screen and (min-width : 768px) {
      #know-me__bio a {
        font-size: 36px; } }
    @media only screen and (min-width : 1024px) {
      #know-me__bio a {
        font-size: 40px; } }
    #know-me__bio a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 0%;
      background-color: #231E1F;
      transition: width ease-in 250ms; }
      @media only screen and (min-width : 1024px) {
        #know-me__bio a:after {
          transform: translateY(0);
          height: 5px; } }
    #know-me__bio a:hover, #know-me__bio a:focus {
      text-decoration: none; }
      #know-me__bio a:hover:after, #know-me__bio a:focus:after {
        width: 100%; }

/*
* 
* 	QUOTE
* 
*/
#quote {
  margin: 32px 0; }
  @media only screen and (min-width : 768px) {
    #quote {
      margin: 65px 0; } }
  @media only screen and (min-width : 1024px) {
    #quote {
      margin: 100px 0 100px 200px; } }
#quote__container {
  padding: 20px 18px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 800px;
  max-width: 570px;
  border-top: 4px solid #E44C91;
  border-bottom: 4px solid #E44C91; }
  @media only screen and (min-width : 1024px) {
    #quote__container {
      padding: 30px 18px; } }
#quote__text {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -1.02px;
  text-align: center;
  color: #E44C91; }
  @media only screen and (min-width : 768px) {
    #quote__text {
      font-size: 55px; } }
  @media only screen and (min-width : 1024px) {
    #quote__text {
      font-size: 62px; } }
#quote__credit {
  font-family: bebas-kai, sans-serif;
  display: table;
  position: relative;
  color: #E44C91;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.15;
  margin: 32px auto 0; }
  @media only screen and (min-width : 768px) {
    #quote__credit {
      font-size: 22px; } }
  #quote__credit:before {
    height: 2px;
    width: 30%;
    background-color: #E44C91;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(100%) translateY(-18px); }

#quote-gifs {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: 0 0 0 0; }
  @media only screen and (min-width : 1024px) {
    #quote-gifs {
      display: flex;
      justify-content: space-between;
      padding-left: 250px;
      padding-bottom: 32px; } }
  #quote-gifs img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0 0;
       object-position: 0 0; }

#quote-gifs__left {
  width: 75%;
  height: auto;
  display: block;
  margin: 0 0 32px auto;
  align-self: flex-start;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width : 1024px) {
    #quote-gifs__left {
      margin: 0 32px 32px 0;
      max-width: 450px; } }
#quote-gifs__right {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 0 0; }
  @media only screen and (min-width : 1024px) {
    #quote-gifs__right {
      margin: 80px 0 32px 0;
      max-width: 500px; } }
  @media only screen and (min-width : 1440px) {
    #quote-gifs__right {
      margin-top: 100px; } }
/*
* 
* 	CONTACT
* 
*/
#contact {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: calc(85px * 1/2) calc(0px * 1/2) calc(0px * 1/2) calc(0px * 1/2);
  padding-top: 150px; }
  @media only screen and (min-width : 768px) {
    #contact {
      padding: calc(85px * 2/3) calc(0px * 2/3) calc(0px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #contact {
      padding: 85px 0px 0px 0px; } }
  @media only screen and (min-width : 1024px) {
    #contact {
      padding-left: 200px;
      padding-top: 150px; } }
  @media only screen and (min-width : 1440px) {
    #contact {
      padding-left: 250px; } }
#contact__h2 {
  line-height: 1; }
  #contact__h2 br {
    display: none; }
    @media only screen and (min-width : 640px) {
      #contact__h2 br {
        display: block; } }
#contact__secondary {
  color: #231E1F;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 12px 0 18px 0;
  display: block;
  font-family: bebas-kai, sans-serif; }
  @media only screen and (min-width : 640px) {
    #contact__secondary {
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 35px;
      margin-bottom: 36px; } }
#contact__email-title, #contact__agency-name, #contact__pr-name, #contact__mg-name {
  color: #231E1F;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 0 0 8px 0;
  font-family: bebas-kai, sans-serif;
  display: block; }
  @media only screen and (min-width : 640px) {
    #contact__email-title br, #contact__agency-name br, #contact__pr-name br, #contact__mg-name br {
      display: none; } }
  @media only screen and (min-width : 640px) {
    #contact__email-title, #contact__agency-name, #contact__pr-name, #contact__mg-name {
      font-size: 28px;
      letter-spacing: 2px;
      line-height: 35px; } }
#contact__email-title {
  margin-top: 18px; }
  @media only screen and (min-width : 1024px) {
    #contact__email-title {
      margin-top: 45px; } }
#contact__agency-name, #contact__pr-name, #contact__mg-name {
  margin-bottom: 0; }

#contact__pr-name, #contact__mg-name {
  margin: 24px 0 0; }
  #contact__pr-name em, #contact__mg-name em {
    display: block;
    font-size: .7em;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: none;
    font-style: normal; }

#contact__agency-email a, #contact__mg-email a, #contact__pr-email a {
  position: relative; }
  #contact__agency-email a:after, #contact__mg-email a:after, #contact__pr-email a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #231E1F;
    transition: width ease-in 250ms; }
    @media only screen and (min-width : 1024px) {
      #contact__agency-email a:after, #contact__mg-email a:after, #contact__pr-email a:after {
        transform: translateY(4px);
        height: 3px; } }
  #contact__agency-email a:hover, #contact__agency-email a:focus, #contact__mg-email a:hover, #contact__mg-email a:focus, #contact__pr-email a:hover, #contact__pr-email a:focus {
    text-decoration: none; }
    #contact__agency-email a:hover:after, #contact__agency-email a:focus:after, #contact__mg-email a:hover:after, #contact__mg-email a:focus:after, #contact__pr-email a:hover:after, #contact__pr-email a:focus:after {
      width: 100%; }

@media only screen and (min-width : 1024px) {
  #contact__flex {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

@media only screen and (min-width : 1024px) {
  #contact__flex-left {
    width: 480px;
    flex: 0 0 auto;
    margin-right: 100px; } }

@media only screen and (min-width : 1024px) {
  #contact__flex-right {
    flex: 1; } }

#contact__gif {
  width: 100%;
  max-width: 550px;
  margin-left: auto; }
  #contact__gif img {
    display: block;
    width: 100%;
    height: auto; }

#contact__sprinkles-and-smiles {
  width: 50%;
  margin: 32px 0 32px auto;
  display: block; }
  @media only screen and (min-width : 1024px) {
    #contact__sprinkles-and-smiles {
      width: 70%;
      max-width: 400px;
      margin-top: -32px;
      transform: translateY(-40%); } }
/*
* 
* 	CHARITY
* 
*/
#charity {
  padding-top: 150px; }

#charity__intro-copy {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  position: relative; }

#charity__h2 {
  text-align: right; }

#charity__h3 {
  color: #231E1F;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 18px 0 0 0;
  text-align: right; }
  @media only screen and (min-width : 640px) {
    #charity__h3 br {
      display: none; } }
  @media only screen and (min-width : 640px) {
    #charity__h3 {
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 35px; } }
  @media only screen and (min-width : 1024px) {
    #charity__h3 {
      margin: 22px 0 0 0; } }
#charity__repeater {
  background: white;
  padding: 30px 0 0;
  width: 100%; }
  @media only screen and (min-width : 1024px) {
    #charity__repeater {
      padding: 120px 0 120px 0; } }
#charity__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px; }
  #charity__ul > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #charity__ul {
      display: flex;
      justify-content: center;
      max-width: 90%;
      margin: 0 auto;
      flex-flow: row wrap; } }
  #charity__ul li {
    margin: 0 auto 55px;
    display: block;
    width: 60%; }
    @media only screen and (min-width : 1024px) {
      #charity__ul li {
        margin: 0 45px;
        flex: 0 0 400px; }
        #charity__ul li:hover {
          -webkit-animation-duration: 1s;
                  animation-duration: 1s;
          -webkit-animation-name: hoverImg;
                  animation-name: hoverImg; }
          #charity__ul li:hover img {
            -webkit-backface-visibility: hidden; }
        #charity__ul li:first-child {
          margin-left: 0; }
        #charity__ul li:last-child {
          margin-right: 0; } }
    @media only screen and (min-width : 1440px) {
      #charity__ul li {
        flex: 0 0 450px; } }
  #charity__ul figure {
    margin: 0 auto;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 1px 1px 2px rgba(0, 0, 0, 0.08), 2px 2px 4px rgba(0, 0, 0, 0.08), 6px 6px 8px rgba(0, 0, 0, 0.08), 13px 13px 18px rgba(0, 0, 0, 0.08);
    background: white;
    position: relative;
    padding: 50px; }
    @media only screen and (min-width : 1024px) {
      #charity__ul figure {
        height: 100%;
        display: inline-flex;
        align-items: center; } }
/* 
* 
* 	INSIDE MODAL 
*
*/
.charity__modal {
  background: white;
  max-width: 1100px;
  border: 10px solid #231E1F;
  margin: 0 auto;
  padding: 20px 50px 100px 50px;
  position: relative;
  text-align: center; }
  @media only screen and (min-width : 1024px) {
    .charity__modal {
      border: 18px solid #231E1F;
      padding: 20px 75px 100px 75px; } }
  @media only screen and (min-width : 1280px) {
    .charity__modal {
      padding: 20px 85px 120px 85px; } }
  .charity__modal p {
    font-size: 22px;
    margin: 0 0 1em 0; }

.modal-charity-cover {
  display: block;
  margin: 0 auto 32px;
  width: 90%;
  max-width: 350px; }

.charity__h4 {
  font-family: bebas-kai, sans-serif;
  font-size: 30px;
  letter-spacing: 1.58px;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px; }
  @media only screen and (min-width : 1024px) {
    .charity__h4 {
      font-size: 50.09px;
      letter-spacing: 3px;
      line-height: 52.92px;
      margin-bottom: 24px; } }
ul.charity__ul-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 12px; }
  ul.charity__ul-links > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    ul.charity__ul-links {
      margin: 22px auto 0; } }
  ul.charity__ul-links li {
    display: inline-block;
    margin: 0 12px 8px;
    font-family: bebas-kai, sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.2; }
    @media only screen and (min-width : 1440px) {
      ul.charity__ul-links li {
        font-size: 32px;
        letter-spacing: 3px;
        line-height: 46px; } }
  ul.charity__ul-links a {
    display: inline-block;
    position: relative; }
    ul.charity__ul-links a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 0%;
      background-color: #231E1F;
      transition: width ease-in 250ms; }
      @media only screen and (min-width : 1024px) {
        ul.charity__ul-links a:after {
          transform: translateY(0);
          height: 5px; } }
    ul.charity__ul-links a:hover, ul.charity__ul-links a:focus {
      text-decoration: none; }
      ul.charity__ul-links a:hover:after, ul.charity__ul-links a:focus:after {
        width: 100%; }

#charity__spin {
  display: block;
  width: 200px;
  transform: translateY(-20%); }
  @media only screen and (min-width : 1024px) {
    #charity__spin {
      position: absolute;
      display: block;
      width: 200px;
      height: auto;
      left: 220px;
      top: 0;
      transform: translateY(0);
      transform: translateY(-20%); } }
  @media only screen and (min-width : 1440px) {
    #charity__spin {
      left: 300px;
      width: 250px;
      transform: translateY(-30%); } }
/*
* 
* 	VIDEO
* 
*/
#video {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: calc(120px * 1/2) calc(0px * 1/2) calc(25px * 1/2) calc(0px * 1/2);
  padding-top: 110px; }
  @media only screen and (min-width : 768px) {
    #video {
      padding: calc(120px * 2/3) calc(0px * 2/3) calc(25px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #video {
      padding: 120px 0px 25px 0px; } }
  @media only screen and (min-width : 1024px) {
    #video {
      padding-left: 200px;
      padding-top: 150px; } }
  @media only screen and (min-width : 1440px) {
    #video {
      padding-left: 250px; } }
#video__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 18px 0 32px; }
  #video__ul > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #video__ul {
      max-width: 780px;
      margin-bottom: 70px; } }
  #video__ul li {
    color: #231E1F;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 35px;
    margin: 0;
    text-align: left;
    font-family: bebas-kai, sans-serif;
    margin: 0 18px 10px 0; }
    @media only screen and (min-width : 1024px) {
      #video__ul li {
        margin: 0 28px 0 0; } }
#video__ul-media {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }
  #video__ul-media > li {
    margin: 0; }
  @media only screen and (min-width : 1024px) {
    #video__ul-media {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      padding: 0 20px; } }
  #video__ul-media li {
    margin: 0 0 40px; }
    @media only screen and (min-width : 1024px) {
      #video__ul-media li {
        width: calc(50% - 40px);
        display: inline-block; } }
  #video__ul-media figure {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto; }
    #video__ul-media figure:after {
      content: '';
      display: block;
      background-color: #231E1F;
      position: absolute;
      top: -10px;
      left: -10px;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      z-index: -1; }
      @media only screen and (min-width : 1024px) {
        #video__ul-media figure:after {
          top: -20px;
          left: -20px;
          width: calc(100% + 40px);
          height: calc(100% + 40px); } }
  #video__ul-media figure iframe,
  #video__ul-media figure object,
  #video__ul-media figure embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video__h4 {
  color: #231E1F;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  font-family: bebas-kai, sans-serif;
  margin-top: 20px; }

/*
* 
* 	WHAT I'VE BEEN UP TO
* 
*/
#press {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1740px;
  padding: calc(100px * 1/2) calc(0px * 1/2) calc(25px * 1/2) calc(0px * 1/2);
  padding-top: 150px; }
  @media only screen and (min-width : 768px) {
    #press {
      padding: calc(100px * 2/3) calc(0px * 2/3) calc(25px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    #press {
      padding: 100px 0px 25px 0px; } }
  @media only screen and (min-width : 1024px) {
    #press {
      padding-left: 200px;
      padding-top: 150px; } }
  @media only screen and (min-width : 1440px) {
    #press {
      padding-left: 250px; } }
#press__heading {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px #231E1F solid; }
  @media only screen and (min-width : 1024px) {
    #press__heading {
      border-bottom-width: 3px;
      padding-bottom: 60px;
      margin-bottom: 60px; } }
#press__h2 {
  text-align: right; }

#press__h3 {
  color: black;
  transform: translateY(-100%); }

.press-content {
  padding: calc(60px * 1/2) calc(0px * 1/2) calc(60px * 1/2) calc(0px * 1/2);
  min-height: 1000px; }
  @media only screen and (min-width : 768px) {
    .press-content {
      padding: calc(60px * 2/3) calc(0px * 2/3) calc(60px * 2/3) calc(0px * 2/3); } }
  @media only screen and (min-width : 1024px) {
    .press-content {
      padding: 60px 0px 60px 0px; } }
.press-content__links {
  margin: 0 auto;
  position: relative;
  z-index: 30;
  content: "";
  display: table;
  table-layout: fixed;
  margin-bottom: 180px; }

.press-content__link {
  float: left;
  margin-bottom: 40px;
  display: block;
  width: 330px;
  opacity: 0;
  transition: opacity ease-in-out 0.5s; }
  .all-loaded .press-content__link {
    opacity: 1; }
  .press-content__link img {
    display: block;
    margin: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.08), 0 4px 4px rgba(0, 0, 0, 0.08), 0 8px 8px rgba(0, 0, 0, 0.08), 0 16px 16px rgba(0, 0, 0, 0.08); }
  .press-content__link a {
    display: block; }

.press-content__loader {
  position: absolute;
  top: 0;
  width: 100%;
  background: url(img/cakeslice.gif) no-repeat;
  background-position: center center;
  background-size: 60px 76px;
  padding: 160px 0 60px 0;
  text-align: center; }
  .all-loaded .press-content__loader {
    top: auto;
    bottom: 0;
    transform: translateY(100%); }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: black; }
  .video-embed iframe, .video-embed object, .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
/*# sourceMappingURL=style.css.map */