@charset "UTF-8";
/** 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
 *
 */
/**
 * 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; }

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: "";
    font-family: "FontAwesome";
    margin-right: 1em; }

/**
 * Buttons
 * 
 */
a.btn, a.btn:visited {
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: normal; }

/**
 * Blog categories
 *
 */
ul.blog-categories {
  padding: 0;
  margin: 0 auto;
  list-style: none; }
  ul.blog-categories li {
    display: inline-block;
    padding: 0.2em 0.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;
  transition: border 0.2s ease; }
  input:focus, textfield:focus, select:focus {
    border-color: #606163; }

/**
 * Search form
 *
 */
.search-form {
  border: 1px solid #f1f1f1;
  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::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 .main-menu-container {
  padding: 15px; }
#masthead .desktop-menu nav#primary-menu ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  margin: 0px;
  justify-content: flex-end; }
#masthead .mobile-menu-overlay {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100vh;
  background-color: #ccc;
  transition-property: right, opacity;
  transition-duration: 0.15s;
  right: -250px;
  text-align: center; }
  #masthead .mobile-menu-overlay.menu-show {
    pointer-events: initial;
    right: 0px;
    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: flex;
      justify-content: center; }
  #masthead .mobile-menu-overlay ul.social-media {
    text-align: center;
    font-size: 2em; }
#masthead a.navbar-brand img {
  height: 65px; }
#masthead .navbar-toggler {
  border: none;
  z-index: 9999;
  margin-left: auto;
  position: relative;
  align-self: center; }
  #masthead .navbar-toggler .menu-icon:before {
    content: "";
    font-size: 1.5rem;
    font-family: "FontAwesome";
    color: #ccc; }
  #masthead .navbar-toggler .menu-icon.white:before {
    content: "";
    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;
  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;
    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;
      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;
  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%;
    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; } }
/**
 * Animations
 *
 */
.animatefadein {
  animation: fadein 1s; }

.animatefadein-delay {
  animation: fadeindelay 1.5s; }

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: transform 0.4s ease, opacity 0.4s ease; }

.fadeinslow {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: transform 1.2s ease, opacity 1.2s ease; }

.fadeleft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: transform 0.4s ease, opacity 0.4s ease; }

.fadeleftslow {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: transform 0.8s ease, opacity 0.8s ease; }

.animated.fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.animated.fadeinslow {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.animated.fadeleft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.animated.fadeleftslow {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeindelay {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * Instagram feed
 *
 */
.instagram-feed {
  display: flex;
  overflow: auto; }
  .instagram-feed a {
    padding-right: 1%; }
    @media only screen and (min-width: 900px) {
      .instagram-feed a:last-child {
        padding-right: 0; } }
  @media only screen and (max-width: 900px) {
    .instagram-feed {
      display: block; }
      .instagram-feed a {
        width: 50%;
        padding: 1%;
        float: left; }
        .instagram-feed a 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 .gfield_error {
    background: transparent !important;
    border: 0px !important;
    margin-top: 0px !important; }
  @media only screen and (max-width: 1200px) {
    .gform_wrapper .gfield {
      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;
      font-weight: bold;
      color: #fff !important;
      border: none;
      display: inline-block;
      text-decoration: none;
      cursor: pointer; }
      .gform_wrapper .gform_footer input.button:focus {
        outline: 0 !important;
        box-shadown: none !important; }
  .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::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: ""; }

.slick-next:before {
  content: ""; }

.slider {
  opacity: 0; }
  .slider.slick-initialized {
    opacity: 1;
    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; }
  .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;
          float: left;
          width: 33.33%;
          display: flex;
          align-items: 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;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }

/**
 * Magnific popup
 *
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  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;
  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; }

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