/** Theme Name: Unicorn */
/** Theme URI: http://pixelpalace.com.au/ */
/** Author: Pixel Palace */
/** Author URI: http://pixelpalace.com.au/ */
/** Version: 3.0 */
/**
 * Responsive breakpoints
 *
 */
/**
 * Base variables
 *
 */
/**
 * Global styles
 *
 */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 1800px) {
  html {
    font-size: 20px; } }

@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 15px; } }

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px; } }

body {
  word-wrap: break-word;
  font-size: 1rem;
  font-family: "Brandon Grotesque", sans-serif;
  color: #333;
  overflow-x: hidden;
  line-height: 1.6em; }

/**
 * Mobile spacing class override
 *
 */
@media only screen and (max-width: 900px) {
  section[class^='py-'], section[class*=' py-'] {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media only screen and (max-width: 900px) {
  section[class^='mb-'], section[class*=' mb-'] {
    margin-bottom: 2rem !important; } }

/**
 * Headings
 *
 */
.heading-font {
  font-family: "Playfair Display", serif; }

.body-font {
  font-family: "Brandon Grotesque", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 0.5em;
  font-weight: 400;
  letter-spacing: 1px; }

.heading-large {
  font-size: 3rem; }

h1, .headingone {
  font-size: 2.25rem; }

h2, .headingtwo {
  font-size: 1.875rem; }

h3, .headingthree {
  font-size: 1.5rem; }

h4, .headingfour {
  font-size: 1.25rem; }

h5, .headingfive {
  font-size: 1.125rem; }

h6, .headingsix {
  font-size: 0.75rem; }

/**
 * Section styles
 *
 */
.light {
  color: #fff; }
  .light p, .light a, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
    color: #fff; }

.dark {
  color: #606163; }

/**
 * Basic elements
 *
 */
p {
  line-height: 1.6em; }
  p.lead {
    font-size: 1.5rem; }

a {
  color: #ccc; }
  a:hover {
    color: #b3b3b3; }

p > a {
  text-decoration: underline; }

strong {
  font-weight: 700; }

blockquote {
  border: 0px;
  margin: 1em 0px;
  padding: 2em;
  border-left: 4px solid #ccc;
  background-color: white; }
  blockquote p {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: normal !important; }

p + blockquote {
  margin: 20px 0px; }

cite {
  font-style: normal;
  font-size: 1.1em; }

img, embed, object {
  display: inline-block;
  height: auto;
  max-width: 100%; }

.screen-reader-text {
  display: none; }

/**
 * Remove blue focus outline on buttons and links
 *
 */
button:focus, a:focus {
  outline: 0; }

/**
 * Custom list icon
 *
 */
ul.custom {
  list-style: none; }
  ul.custom li:before {
    content: "\f219";
    font-family: "FontAwesome";
    margin-right: 1em; }

/**
 * Buttons
 *
 */
a.btn, a.btn:visited {
  text-transform: uppercase;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 0.7em 0.9em;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: normal; }
  a.btn:hover, a.btn:active, a.btn:focus, a.btn:visited:hover, a.btn:visited:active, a.btn:visited:focus {
    background: #000;
    color: #fff;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a.btn.btn-primary, a.btn:visited.btn-primary {
    background-color: #ccc;
    color: #fff; }
    a.btn.btn-primary:hover, a.btn:visited.btn-primary:hover {
      background-color: #b3b3b3;
      color: #fff; }
  a.btn.btn-secondary, a.btn:visited.btn-secondary {
    background-color: #5335ec;
    color: #fff; }
    a.btn.btn-secondary:hover, a.btn:visited.btn-secondary:hover {
      background-color: #3514da;
      color: #fff; }
  a.btn.btn-outline, a.btn:visited.btn-outline {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc; }

/**
 * Blog categories
 *
 */
ul.blog-categories {
  padding: 0;
  margin: 0 auto;
  list-style: none; }
  ul.blog-categories li {
    display: inline-block;
    padding: .2em .4em; }

/**
 * Social media
 *
 */
ul.social-media {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative; }
  ul.social-media li {
    display: inline-block; }

/**
 * Form elements
 *
 */
input, textfield, select {
  padding: 8px;
  border: 1px solid #f1f1f1;
  color: #606163;
  outline: none;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease; }
  input:focus, textfield:focus, select:focus {
    border-color: #606163; }

/**
 * Search form
 *
 */
.search-form {
  border: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 900px) {
    .search-form {
      margin: none;
      width: 90%;
      margin-left: 25px; } }
  @media only screen and (min-width: 900px) and (max-width: 1200px) {
    .search-form {
      width: 84%;
      margin-top: 0.5rem; } }
  .search-form input {
    border-radius: 0px;
    border: none; }
  .search-form label {
    width: 100%;
    margin-bottom: 0px; }
    .search-form label input {
      width: 100%; }
      .search-form label input::-webkit-input-placeholder {
        font-size: 14px;
        color: #f1f1f1; }
      .search-form label input:-ms-input-placeholder {
        font-size: 14px;
        color: #f1f1f1; }
      .search-form label input::placeholder {
        font-size: 14px;
        color: #f1f1f1; }
  .search-form .search-submit {
    font-family: "FontAwesome";
    background: none;
    color: #606163; }
  .search-form .search-field {
    padding-left: 0px; }

/**
 * Navigation
 *
 */
#masthead .top-menu-container {
  background: #e1e1e1;
  font-size: 0.8rem;
  color: #fff;
  text-align: right; }
  #masthead .top-menu-container .col-12 {
    min-height: 0 !important; }
  #masthead .top-menu-container #top-menu {
    display: inline-block; }
  #masthead .top-menu-container ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  #masthead .top-menu-container a.nav-link {
    color: #fff;
    padding: 0px 1em; }
  #masthead .top-menu-container a {
    color: #606163; }

#masthead .main-menu-container {
  padding: 15px; }

#masthead .desktop-menu nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  #masthead .desktop-menu nav ul ul.dropdown-menu {
    display: none;
    font-size: 0.8em;
    left: 10px; }

#masthead .desktop-menu #secondary-menu {
  font-size: 0.8rem; }
  #masthead .desktop-menu #secondary-menu ul li a {
    padding: 0.5em 1em; }
    #masthead .desktop-menu #secondary-menu ul li a:last-child {
      padding-right: 0; }

#masthead .desktop-menu #primary-menu a, #masthead .desktop-menu #secondary-menu a {
  color: #606163; }

#masthead .mobile-menu-overlay {
  pointer-events: none;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100vh;
  background-color: #ccc;
  -webkit-transition-property: right, opacity;
  -o-transition-property: right, opacity;
  transition-property: right, opacity;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  right: -250px;
  text-align: center; }
  #masthead .mobile-menu-overlay.menu-show {
    pointer-events: initial;
    right: 0px;
    pointer-events: all;
    opacity: 1; }
    #masthead .mobile-menu-overlay.menu-show li a {
      color: #fff; }
  @media only screen and (max-width: 900px) {
    #masthead .mobile-menu-overlay {
      width: 100%; } }
  #masthead .mobile-menu-overlay ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  #masthead .mobile-menu-overlay .mobile-primary, #masthead .mobile-menu-overlay .mobile-secondary, #masthead .mobile-menu-overlay .mobile-top, #masthead .mobile-menu-overlay ul.social-media, #masthead .mobile-menu-overlay .search-wrap {
    padding-bottom: 15px;
    margin-bottom: 15px; }
  #masthead .mobile-menu-overlay .mobile-primary {
    font-size: 1.6em; }
  #masthead .mobile-menu-overlay .mobile-secondary {
    font-size: 1.2em; }
  #masthead .mobile-menu-overlay .mobile-top {
    font-size: 1em; }
    #masthead .mobile-menu-overlay .mobile-top ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #masthead .mobile-menu-overlay ul.social-media {
    text-align: center;
    font-size: 2em; }

#masthead a.navbar-brand img {
  height: 75px;
  padding: 15px; }

#masthead .navbar-toggler {
  border: none;
  z-index: 9999;
  margin-left: auto;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  #masthead .navbar-toggler .menu-icon:before {
    content: "\f0c9";
    font-size: 1.5rem;
    font-family: "FontAwesome";
    color: #ccc; }
  #masthead .navbar-toggler .menu-icon.white:before {
    content: "\f00d";
    color: #fff; }

@media only screen and (max-width: 1200px) {
  .fixed {
    padding-top: 80px; }
    .fixed .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99; } }

.fixed.admin-bar .mobile-menu {
  top: 46px; }

/**
 * Post navigation
 *
 */
.nav-previous, .nav-next {
  position: fixed;
  top: 50%;
  z-index: 50;
  list-style: none;
  font-size: 2em; }
  .nav-previous a, .nav-next a {
    padding: 15px 20px;
    color: #fff; }

.nav-previous {
  left: 0px; }

.nav-next {
  right: 0px; }

a.back {
  display: block;
  margin: 30px 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.back:hover {
    color: #c01e6b; }

.post-nav {
  position: fixed;
  z-index: 50;
  top: 50%;
  left: 0px; }
  @media only screen and (max-width: 1800px) {
    .post-nav {
      position: absolute;
      bottom: 0px;
      top: auto; } }
  .post-nav a {
    padding: 10px 20px;
    color: #fff;
    font-size: 2em;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .post-nav a:hover {
      background: #c47d15; }

.post-navigation {
  text-align: center; }

.paged-navigation {
  margin: 30px 0px; }
  .paged-navigation li {
    display: inline-block;
    margin-right: 3px; }
    .paged-navigation li:before {
      display: none; }
    .paged-navigation li a {
      display: inline-block;
      border: 1px solid #ccc;
      color: #ccc;
      padding: 10px 16px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-decoration: none; }
    .paged-navigation li:hover a, .paged-navigation li.active a {
      color: #b3b3b3;
      border-color: #b3b3b3; }

/**
 * Back to top button
 *
 */
.back-to-top {
  position: fixed;
  bottom: 2em;
  z-index: 9999;
  right: 1.5em;
  display: none; }
  .back-to-top a {
    color: #fff;
    background-color: #ccc;
    padding: 1em; }

/**
 * Flexible content
 *
 */
.slick-products .product {
  position: relative;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 100% !important; }

.content-row {
  overflow: hidden; }

.video-background-container {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 50%;
  z-index: -100; }
  .video-background-container .video_background {
    position: relative;
    left: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: initial; }
    @media only screen and (max-width: 900px) {
      .video-background-container .video_background:before {
        content: "";
        height: 100%;
        width: 100%;
        z-index: -99;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0px;
        left: 0px; } }

@media (min-aspect-ratio: 16 / 9) {
  .video_background {
    height: auto;
    width: 100vw; } }

@media (max-aspect-ratio: 16 / 9) {
  .video_background {
    width: auto;
    height: 100vh; } }

/**
 * Footer
 *
 */
#colophon {
  background: #606163;
  color: #fff; }
  @media only screen and (max-width: 900px) {
    #colophon {
      text-align: center; } }
  #colophon a {
    color: #fff; }
    #colophon a:hover {
      color: #ccc;
      color: #ccc; }
  #colophon hr {
    height: 1px;
    background: #ccc;
    margin: 1em 0px; }
  #colophon ul.menu {
    list-style: none;
    padding: 0px; }
  @media only screen and (max-width: 900px) {
    #colophon .footer-column {
      margin-bottom: 1em; } }
  @media only screen and (max-width: 900px) {
    #colophon .logo {
      width: 240px;
      margin-bottom: 15px; } }
  #colophon .social-media {
    margin-bottom: 15px; }
  #colophon p.credits {
    font-size: 0.7em; }

/**
 * Animations
 *
 */
.animatefadein {
  -webkit-animation: fadein 1s;
  animation: fadein 1s; }

.animatefadein-delay {
  -webkit-animation: fadeindelay 1.5s;
  animation: fadeindelay 1.5s; }

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.4s ease,  -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease,  -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease,  opacity 0.4s ease;
  transition: transform 0.4s ease,  opacity 0.4s ease;
  transition: transform 0.4s ease,  opacity 0.4s ease,  -webkit-transform 0.4s ease; }

.fadeinslow {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease,  -webkit-transform 1s ease;
  transition: opacity 1s ease,  -webkit-transform 1s ease;
  -o-transition: transform 1s ease,  opacity 1s ease;
  transition: transform 1s ease,  opacity 1s ease;
  transition: transform 1s ease,  opacity 1s ease,  -webkit-transform 1s ease; }

.fadeleft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 0.4s ease,  -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease,  -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease,  opacity 0.4s ease;
  transition: transform 0.4s ease,  opacity 0.4s ease;
  transition: transform 0.4s ease,  opacity 0.4s ease,  -webkit-transform 0.4s ease; }

.fadeleftslow {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 0.8s ease,  -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease,  -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease,  opacity 0.8s ease;
  transition: transform 0.8s ease,  opacity 0.8s ease;
  transition: transform 0.8s ease,  opacity 0.8s ease,  -webkit-transform 0.8s ease; }

.animated.fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.animated.fadeinslow {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.animated.fadeleft {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.animated.fadeleftslow {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeindelay {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeindelay {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/**
 * Instagram feed
 *
 */
.instagram-feed h2 {
  display: none; }

.instagram-pics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  list-style: none;
  padding: 0px; }
  .instagram-pics li {
    padding-right: 1%; }
    @media only screen and (min-width: 900px) {
      .instagram-pics li:last-child {
        padding-right: 0; } }
  @media only screen and (max-width: 900px) {
    .instagram-pics {
      display: block; }
      .instagram-pics li {
        width: 50%;
        padding: 1%;
        float: left; }
        .instagram-pics li img {
          width: 100%; } }

/**
 * Gravity Forms
 *
 */
.gform_wrapper {
  width: 100% !important;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
  .gform_wrapper label.gfield_label {
    font-weight: 400 !important; }
  .gform_wrapper .validation_error {
    display: none; }
  .gform_wrapper .gfield_error {
    background: transparent !important;
    border: 0px !important;
    margin-top: 0px !important; }
  @media only screen and (max-width: 1200px) {
    .gform_wrapper .gfield {
      width: 100% !important;
      display: block !important;
      clear: both !important;
      padding: 0px !important;
      margin-bottom: 10px !important; } }
  .gform_wrapper .gform_body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important; }
    @media only screen and (max-width: 1200px) {
      .gform_wrapper .gform_body {
        width: 100% !important;
        display: block !important;
        clear: both !important; } }
  .gform_wrapper .gform_footer {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important; }
    @media only screen and (max-width: 1200px) {
      .gform_wrapper .gform_footer {
        display: block !important;
        clear: both !important;
        margin: 0px !important;
        padding: 0px !important; } }
    .gform_wrapper .gform_footer input.button {
      text-transform: uppercase;
      width: 100% !important;
      background-color: #606163;
      font-weight: bold;
      color: #fff !important;
      border: none;
      display: inline-block;
      font-weight: 400;
      padding: 10px 15px !important;
      font-size: 0.8em;
      border-radius: 0px;
      text-decoration: none;
      cursor: pointer; }
      .gform_wrapper .gform_footer input.button:focus {
        outline: 0 !important;
        box-shadown: none !important; }
      .gform_wrapper .gform_footer input.button:hover {
        background-color: #b3b3b3; }
  .gform_wrapper input.large, .gform_wrapper textarea.large, .gform_wrapper select, .gform_wrapper textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #f1f1f1 !important;
    color: #333;
    font-weight: 400;
    line-height: 1 !important; }
    .gform_wrapper input.large::-webkit-input-placeholder, .gform_wrapper textarea.large::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
      font-family: "Playfair Display", serif;
      font-style: italic;
      padding-left: 7px !important; }
    .gform_wrapper input.large:-ms-input-placeholder, .gform_wrapper textarea.large:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
      font-family: "Playfair Display", serif;
      font-style: italic;
      padding-left: 7px !important; }
    .gform_wrapper input.large::placeholder, .gform_wrapper textarea.large::placeholder, .gform_wrapper select::placeholder, .gform_wrapper textarea::placeholder {
      font-family: "Playfair Display", serif;
      font-style: italic;
      padding-left: 7px !important; }
  .gform_wrapper h3.gform_title {
    font-weight: 500 !important; }

/**
 * Google Maps
 *
 */
textarea#comment {
  padding: 8px; }

/**
 * Google Maps
 *
 */
#map {
  height: 450px; }

/**
 * Subscribe
 *
 */
.newsletter-subscribe .gform_body {
  width: 75% !important;
  float: left !important;
  clear: none !important; }
  .newsletter-subscribe .gform_body .gfield {
    margin-top: 0px !important;
    width: 50%;
    float: left;
    clear: none !important; }
    .newsletter-subscribe .gform_body .gfield .ginput_container {
      margin-top: 0px !important; }
    .newsletter-subscribe .gform_body .gfield input {
      width: 100% !important; }
    .newsletter-subscribe .gform_body .gfield label {
      display: none !important; }

.newsletter-subscribe .gform_footer {
  padding: 0px !important;
  width: 25% !important;
  float: right !important;
  clear: none !important; }
  .newsletter-subscribe .gform_footer input.button {
    background: #f1f1f1 !important;
    padding: 5px !important; }

/**
 * Slick slider
 *
 */
.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  color: #606163; }

.slick-prev:before {
  content: "\f104"; }

.slick-next:before {
  content: "\f105"; }

.slick-prev {
  z-index: 5; }
  @media only screen and (max-width: 900px) {
    .slick-prev {
      left: -5px; }
      .slick-prev:before {
        font-size: 28px !important; } }

.slick-next {
  z-index: 5; }
  @media only screen and (max-width: 900px) {
    .slick-next {
      right: -5px; }
      .slick-next:before {
        font-size: 28px !important; } }

.slider {
  opacity: 0; }
  .slider.slick-initialized {
    opacity: 1;
    -webkit-animation: fadein 1s;
    animation: fadein 1s; }

/**
 * WooCommerce
 *
 */
.product-clone {
  position: fixed;
  z-index: 50; }

.store-actions {
  display: inline-block;
  margin-left: 10px; }
  .store-actions ul {
    list-style: none; }
    .store-actions ul li {
      display: inline-block;
      margin-left: 5px; }
  .store-actions .cart-contents span {
    font-size: 12px; }
  @media only screen and (max-width: 900px) {
    .store-actions {
      position: fixed;
      background: #f9f9f9;
      z-index: 50;
      bottom: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid #ddd;
      margin-left: 0px; }
      .store-actions ul {
        padding: 0px; }
        .store-actions ul li {
          height: 70px;
          margin-left: 0px;
          float: left;
          width: 33.33%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          border-right: 1px solid #ddd; }
          .store-actions ul li:last-child {
            border: 0px; }
          .store-actions ul li a {
            color: #000;
            display: block;
            width: 100%; }
          .store-actions ul li i {
            display: inline-block; }
          .store-actions ul li .cart-title, .store-actions ul li .woocommerce-Price-amount {
            display: block;
            font-size: 12px; } }

/**
 * Full screen video
 *
 */
.full-screen-video-container.shaded:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block; }

.full-screen-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

/**
 * Global content classes
 *
 */
.script h1 {
  font-family: "Ruthie", cursive; }
  @media only screen and (min-width: 900px) {
    .script h1 {
      font-size: 4em; } }

.polaroid img {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }

/**
 * Magnific popup
 *
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }
