@charset "UTF-8";
/*!
Theme Name: Geláre
Theme URI: http://underscores.me/
Author: Cloud Cartel
Author URI: https://www.cloudcartel.com.au/
Description: Geláre has been tantalising palates for over 20 years and to this day remains the much-loved dessert bar throughout Perth and Brisbane, and Australia.
Version: 1.0.0
License: &copy; Cloud Cartel 2018
License URI: LICENSE
Text Domain: gelare
Tags: dessert, perth, westernaustralia, gelare, icecream

Gelare 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 */
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: din-2014, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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%; }

a {
  font-weight: 600; }

h1 {
  font-weight: 600; }

#own-gelare-subcontent-slice h1 {
  font-size: 2.5em; }

.franchise-text {
  color: #768792;
  font-size: 1.1em;
  font-weight: 100;
  margin-top: 35px; }

.text-blue {
  color: #76bab6; }

.text-slate {
  color: #728490; }

quote {
  display: block;
  color: #f5a64f;
  margin-top: 4em;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: center; }
  quote .subtext {
    display: inline-block;
    color: #728490;
    margin-top: 25px;
    margin-bottom: 35px;
    font-weight: 200; }
    quote .subtext strong {
      font-weight: 700; }
  quote:before {
    content: "";
    background: url("/wp-content/themes/gelare/assets/quote-graphic.png") center center no-repeat;
    display: block;
    height: 70px;
    width: 70px;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: -15px; }

body, button, input, select, optgroup, textarea {
  color: #bcc8d2;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600; }

.entry-title {
  margin-top: 7vh;
  color: #73bab6; }

/*--------------------------------------------------------------
# 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%; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #73bab6; }
  a:visited {
    color: #73bab6; }
  a:hover, a:focus, a:active {
    color: #5fa7a3; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.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%; }

.navbar {
  z-index: 2; }

a.navbar-brand {
  padding: 0;
  margin: 0;
  width: 200px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }
  @media (max-width: 767px) {
    a.navbar-brand {
      width: 175px; } }
  a.navbar-brand img {
    transition: transform .2s linear;
    transform: scale(1); }
    a.navbar-brand img:hover {
      transform: scale(1.1);
      transition: transform .1s linear; }

@media (max-width: 767px) {
  a.navbar-brand-truck {
    display: none; } }

a.navbar-brand-truck img {
  transition: transform .2s linear;
  transform: scale(1); }
  a.navbar-brand-truck img:hover {
    transform: scale(1.1);
    transition: transform .1s linear; }

#nav-icon2 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0;
  z-index: 500;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2:not(.collapsed) span {
  background: #ffffff; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
  background: #B6353B; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2:not(.collapsed) span:nth-child(1), #nav-icon2:not(.collapsed) span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2:not(.collapsed) span:nth-child(2), #nav-icon2:not(.collapsed) span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2:not(.collapsed) span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2:not(.collapsed) span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2:not(.collapsed) span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2:not(.collapsed) span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2:not(.collapsed) span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2:not(.collapsed) span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

#before-the-fold {
  background: black; }
  #before-the-fold ul li a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }

#main-navigation ul li a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  /*effect-underline*/ }
  #main-navigation ul li a:after {
    content: '';
    position: absolute;
    left: 5%;
    display: inline-block;
    height: 1em;
    width: 90%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  #main-navigation ul li a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

#main-navigation.show {
  padding: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95);
  transition: 0.2s linear background; }
  #main-navigation.show .nav-link {
    color: white; }

.carousel-indicators {
  z-index: 1; }

.navbar-light .navbar-toggler {
  border: none;
  margin: 0;
  padding: 0; }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

@media screen and (max-width: 767px) {
  #menu-main-navigation {
    margin-top: 35% !important;
    text-align: center; }
    #menu-main-navigation li a {
      font-size: 1.5em !important; } }

.navbar-brand-truck {
  width: 200px;
  text-align: right;
  padding-right: 20px; }
  @media (max-width: 924px) {
    .navbar-brand-truck {
      display: none; } }

.secondNav {
  top: 22px; }
  @media (max-width: 767px) {
    .secondNav {
      top: 27.5px;
      right: 15px; } }
  .secondNav .row {
    background: transparent; }
    .secondNav .row.navbar-gradient img.d-block {
      visibility: hidden !important; }
    @media (min-width: 768px) {
      .secondNav .row.navbar-gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
    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; }

/*--------------------------------------------------------------
# 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; }

.post,
.page {
  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; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
  text-align: center; }
  #footer ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0; }
    #footer ul li {
      padding: 0 15px; }

html, body {
  overflow-x: hidden; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@keyframes bump {
  0% {
    transform: translatey(0px); }
  25% {
    transform: translatey(5px); }
  50% {
    transform: translatey(0px); }
  75% {
    transform: translatey(-5px); }
  100% {
    transform: translatey(0px); } }

@keyframes pulse {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(10deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes intensityToggle {
  0% {
    bottom: -100px; }
  50% {
    border-width: 14px 70px 0 70px;
    bottom: -120px;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.2;
    left: 30px; }
  100% {
    bottom: -100px; } }

@keyframes intensityToggleMobile {
  0% {
    bottom: -40px; }
  50% {
    border-width: 7px 35px 0 35px;
    bottom: -60px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.2;
    left: 15px; }
  100% {
    bottom: -40px; } }

#top-home {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 4rem;
  min-height: 90vh;
  background: #748692 url("assets/wall-texture.jpg") top left no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%); }
  @media (min-width: 768px) and (max-width: 812px) {
    #top-home {
      padding-top: 0; } }
  @media (max-width: 767px) {
    #top-home {
      -webkit-clip-path: none !important;
      clip-path: none !important; } }
  #top-home #frapecontainer {
    display: inline-block;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    width: 80%;
    max-width: 315px;
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 50%;
    margin-left: -10%; }
    @media (max-width: 812px) {
      #top-home #frapecontainer {
        top: 4rem;
        max-width: 175px;
        right: 14.5%; } }
    #top-home #frapecontainer #frapeshadow {
      position: absolute;
      width: 0;
      height: 0;
      border-color: black;
      border-style: solid;
      border-width: 15px 95px 0 95px;
      bottom: -100px;
      left: 5px;
      border-radius: 50%;
      -webkit-filter: blur(5.5px);
      filter: blur(5.5px);
      opacity: 0.25;
      animation: intensityToggle 6s ease-in-out infinite; }
      @media (max-width: 812px) {
        #top-home #frapecontainer #frapeshadow {
          border-width: 7.5px 42.5px 0 42.5px;
          -webkit-filter: blur(2.25px);
          filter: blur(2.25px);
          left: 2.5px;
          bottom: -40px;
          animation: intensityToggleMobile 6s ease-in-out infinite; } }
    #top-home #frapecontainer .frape {
      width: 100%; }
      #top-home #frapecontainer .frape:active {
        animation: pulse .1s ease-in-out;
        cursor: default; }
  #top-home h1 {
    font-weight: bold;
    font-size: 10em;
    color: white;
    padding: 0;
    margin: 0;
    line-height: 0.75em;
    text-indent: -3.35em;
    margin-top: 5%;
    font-family: din-2014, sans-serif; }
    #top-home h1:hover {
      animation: bump 0.3s linear;
      cursor: default; }
    @media (max-width: 812px) {
      #top-home h1 {
        font-size: 4em;
        text-indent: -2.8em;
        margin-top: 20%; } }
  #top-home h2 {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 10em;
    color: #f5a64f;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
    text-indent: 0.05em;
    z-index: 1;
    padding-bottom: 18rem; }
    #top-home h2:hover {
      animation: bump 0.3s linear;
      cursor: default; }
    @media (max-width: 812px) {
      #top-home h2 {
        font-size: 5em;
        text-indent: 0; } }
  #top-home #product-tab {
    font-weight: 600;
    background-color: #f5a64f;
    color: white;
    position: absolute;
    bottom: 25%;
    right: 0;
    width: 30%;
    text-align: left;
    padding: 15px;
    max-width: 350px;
    min-width: 150px;
    transition: max-width .2s linear, width .2s linear;
    text-transform: uppercase;
    font-size: 0.8em; }
    @media (max-width: 767px) {
      #top-home #product-tab {
        width: 55%; } }
    @media (max-width: 375px) {
      #top-home #product-tab {
        bottom: 20%; } }
    #top-home #product-tab:hover {
      max-width: 400px;
      width: 35%;
      transition: max-width .1s linear, width .1s linear;
      cursor: pointer; }
      @media (max-width: 767px) {
        #top-home #product-tab:hover {
          width: 65%; } }
  #top-home #social-media {
    position: absolute;
    width: 371px;
    bottom: 15rem; }
    @media (max-width: 812px) {
      #top-home #social-media {
        bottom: 150px; } }
    @media (max-width: 450px) {
      #top-home #social-media {
        bottom: 20px; } }
    #top-home #social-media ul {
      position: absolute;
      left: 35px;
      padding: 0;
      margin: 29px 0 0 0; }
      @media (max-width: 767px) {
        #top-home #social-media ul {
          left: 0;
          right: 0;
          text-align: center;
          bottom: 15%; } }
      #top-home #social-media ul li {
        display: inline-block;
        list-style-type: none; }
        #top-home #social-media ul li a {
          display: inline-block;
          text-transform: uppercase;
          text-decoration: none;
          color: white;
          font-size: 12.5px;
          margin: 0 12.5px;
          border-bottom: none; }
          #top-home #social-media ul li a:hover {
            border-bottom: 1px solid white; }

.section-content-block {
  max-width: 400px; }

.carousel-item {
  -webkit-perspective: none;
  perspective: none; }

#our-story-page div#timeline-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 200px; }
  @media (max-width: 767px) {
    #our-story-page div#timeline-container {
      margin-top: 350px; } }
  @media (max-width: 450px) {
	  
    #our-story-page div#timeline-container {
      margin-top: 100px; } }
  #our-story-page div#timeline-container ul#timeline {
    width: 100%;
    border-bottom: 3px solid #8F9DA7;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between; }
    #our-story-page div#timeline-container ul#timeline li {
      padding-bottom: 50px;
      position: relative;
      text-align: center;
      width: 100%;
      color: #728490;
      transition: all 0.1s linear; }
      #our-story-page div#timeline-container ul#timeline li:hover {
        cursor: pointer;
        transform: scale(1.1);
        font-weight: bold;
        transition: all 0.1s linear;
        z-index: 5; }
        #our-story-page div#timeline-container ul#timeline li:hover:after {
          bottom: -8px;
          transition: all 0.1s linear; }
      #our-story-page div#timeline-container ul#timeline li:after {
        transition: all 0.1s linear;
        display: block;
        width: 20px;
        height: 20px;
        margin: 0 auto;
        background-color: #f5a64f;
        border-radius: 100%;
        content: "";
        position: absolute;
        z-index: 25;
        bottom: -11.5px;
        left: 50%;
        margin-left: -10px; }
      #our-story-page div#timeline-container ul#timeline li.active:after {
        background-color: #73bab6; }

.page:not(.home) {
  padding-top: 119px; }

#map {
  margin-top: -25px;
  z-index: 0; }

#custom-bg {
  top: 0;
  left: 0;
  position: relative;
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 56%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  z-index: 0; }
  @media (max-width: 767px) {
    #custom-bg {
      clip-path: none !important;
      -webkit-clip-path: none !important;
      height: 80vh; } }
  #custom-bg.nocut {
    clip-path: none !important;
    -webkit-clip-path: none !important; }
    @media (min-width: 813px) {
      #custom-bg.nocut {
        background-position: 0 34px; } }
  @media (max-width: 767px) {
    #custom-bg {
      background-position: center;
      background-attachment: scroll; } }
  @media (min-width: 1440px) {
    #custom-bg {
      margin-top: -85px; } }
  #custom-bg #product-selector {
    background-color: #f5a64f;
    padding: 45px 25px 65px;
    -webkit-clip-path: polygon(0 0%, 100% 17%, 100% 100%, 0 100%);
    clip-path: polygon(0 0%, 100% 17%, 100% 100%, 0 100%);
    position: absolute;
    bottom: -18px;
    max-width: 1224px;
    margin: 0 auto;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      #custom-bg #product-selector {
        clip-path: none !important;
        -webkit-clip-path: none !important;
        padding: 17.5px 0 7.5px 0; } }
    #custom-bg #product-selector ul {
      width: 85%;
      margin: 0 auto;
      list-style-type: none;
      padding: 0;
      align-items: center;
      justify-content: space-between; }
      #custom-bg #product-selector ul li {
        display: flex;
        flex-direction: column;
        align-items: center; }
        #custom-bg #product-selector ul li:hover img {
          opacity: 1;
          transform: scale(1.1);
          transition: transform 0.05s ease-in, opacity 0.05s ease-in; }
        #custom-bg #product-selector ul li img {
          opacity: 0.35;
          height: 50px;
          transform: scale(1);
          transition: transform 0.05s ease-in, opacity 0.05s ease-in; }
          #custom-bg #product-selector ul li img.active {
            opacity: 1; }
        #custom-bg #product-selector ul li a.text-link {
          text-transform: uppercase;
          display: inline-block;
          max-width: 100px;
          height: 32.5px;
          color: white;
          padding-top: 14.5px;
          text-align: center;
          font-size: 14px;
          text-decoration: none;
          line-height: 20px; }
          @media (max-width: 767px) {
            #custom-bg #product-selector ul li a.text-link {
              display: none; } }

.section-content-block {
  margin-top: 35px; }
  .section-content-block p {
    margin: 0;
    padding: 45px 0 15px 0; }

.section-header h1 {
  color: #71858f;
  font-family: din-2014, sans-serif;
  font-weight: bolder;
  font-size: 4em;
  margin: 0;
  padding: 0; }
  .section-header h1.text-highlight {
    color: #74bdbb; }

.section-header h2 {
  line-height: 0.35em;
  text-indent: 25px;
  color: #71858f;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: bolder;
  font-size: 4em;
  margin: 0;
  padding: 0; }
  .section-header h2.text-highlight {
    color: #74bdbb; }
  @media (max-width: 767px) {
    .section-header h2 {
      white-space: nowrap;
      font-size: 3em; } }

.second-sash {
  background: #c4ccd1 url("assets/form-bg-cut.jpg") top left no-repeat;
  background-size: cover; }
  .second-sash .pancakes {
    display: block;
    transform: rotate(20deg); }
    .second-sash .pancakes:hover {
      transform: rotate(50deg); }

.third-sash {
  background: #72858f url("assets/dodecagons.png") bottom left no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (min-width: 1439px) {
    .third-sash {
      min-height: 532px; } }
  @media (max-width: 1280px) {
    .third-sash {
      min-height: 469px; } }
  @media (max-width: 1024px) {
    .third-sash {
      min-height: 384px; } }
  @media (max-width: 768px) {
    .third-sash {
      min-height: 284px; } }
  @media (min-width: 769px) {
    .third-sash .waffles {
      position: absolute;
      top: -9%;
      right: -4%; } }
  @media (max-width: 1024px) {
    .third-sash .waffles {
      margin-top: -31px; } }
  @media (max-width: 768px) {
    .third-sash .waffles {
      margin-top: -21px; } }
  @media (max-width: 767px) {
    .third-sash .waffles {
      margin-top: 0;
      right: -8.75%;
      position: relative; } }
  .third-sash .section-header h2 {
    color: #ed8785;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: bolder; }
  .third-sash a.text-pink {
    color: #ed8785;
    font-weight: 600; }

.fourth-sash {
  background-color: #eff3f4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }
  @media (max-width: 767px) {
    .fourth-sash {
      clip-path: none;
      -webkit-clip-path: none; } }

#footer-quicklinks li a {
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  transition: color 0.1s ease-in; }
  #footer-quicklinks li a:hover {
    color: #d00f0e;
    transition: color 0.1s ease-out; }

.footer-subtext {
  font-size: 10px; }
  .footer-subtext a {
    color: #d00f0e; }

#footer-social {
  list-style-type: none;
  margin: 5px auto 35px auto !important;
  padding: 0; }
  #footer-social li {
    padding: 0 !important;
    margin: 0;
    display: inline-block; }
    #footer-social li a {
      display: block;
      background-image: url("assets/social-svg.svg");
      width: 37px;
      height: 35px; background-size:180px auto; transition: all 0.2s ease-out;}
      #footer-social li a.social-facebook {
        background-position: 0px 0px; }
      #footer-social li a.social-twitter {
        background-position: -35.5px 0px; }
      #footer-social li a.social-google {
        background-position: -72px 0px; }
      #footer-social li a.social-linkedin {
        background-position: -108.25px 0px; }
      #footer-social li a.social-instagram {
        background-position: -144px 0px; }



#footer-social li a.social-facebook:hover {
        background-position: 0px 35px; }
      #footer-social li a.social-twitter:hover {
        background-position: -35.5px 35px; }
      #footer-social li a.social-google:hover {
        background-position: -72px 35px; }
      #footer-social li a.social-linkedin:hover {
        background-position: -108.25px 35px; }
      #footer-social li a.social-instagram:hover {
        background-position: -144px 35px; }


      #footer-social li a:hover {
        
        transition: all 0.2s ease-out; }

.masthead-heading h1 {
  font-family: 'Libre Baskerville', serif;
  color: #f5a64f;
  font-style: italic;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
.newenquiryForm .gform_wrapper .gform_footer input.button, .newenquiryForm .gform_wrapper .gform_footer input[type=submit], .newenquiryForm .gform_wrapper .gform_page_footer input.button, .newenquiryForm .gform_wrapper .gform_page_footer input[type=submit]{padding-top:0; padding-bottom:0; display:inline-flex; align-items:center; justify-content:center}
	  
    .masthead-heading h1 {
      margin-top: 15px; } }

.masthead-heading h2 {
  font-size: 5.5em;
  color: white;
  margin-top: 0px;
  font-weight: 800; }
  @media (max-width: 767px) {
    .masthead-heading h2 {
      font-size: 3.5em; } }

#own-gelare-subcontent-slice {
  background-color: #728490;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%); }

#franchisesash {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #728490;
  color: white;
  position: relative;
  text-align: center; }
  #franchisesash h1 {
    font-size: 35px;
    line-height: 150px;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      #franchisesash h1 {
        font-size: 19px; } }
    #franchisesash h1 span {
      color: #73bab6;
      text-decoration: underline;
      font-size: 1.5em;
      line-height: 125px;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-weight: bolder; }
#franchisesash h1 a {
	color: #73bab6;
    text-decoration: underline;
    font-size: 1.5em;
    line-height: 125px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: bolder;
}
  #franchisesash:after {
	content: "";
    display: block;
    width: 325px;
    height: 265px;
    background: url(https://gelare.com.au/wp-content/uploads/2019/05/waffles.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: -62px;
    right: 0;    
}
    @media (max-width: 767px) {
      #franchisesash:after {
        display: none; } }

#productshowsash {
  display: block;
  width: 100%;
  height: 150px;
  background-color: #728490;
  color: white;
  position: relative;
  text-align: center; }
  #productshowsash h1 {
    font-size: 35px;
    line-height: 150px;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      #productshowsash h1 {
        font-size: 19px; } }
    #productshowsash h1 a {
      color: #73bab6;
      text-decoration: none;
      font-size: 1.5em;
      line-height: 125px;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-weight: bolder;
      padding-bottom: 0px;
      border-bottom: 2px solid #73bab6;
      transition: opacity 0.3s linear, padding-bottom 0.3s linear;
      opacity: 1; }
      #productshowsash h1 a:hover {
        opacity: 0.8;
        padding-bottom: 5px;
        transition: opacity 0.3s linear, padding-bottom 0.3s linear; }
  #productshowsash:after {
    content: "";
    display: block;
        width: 204px;
    height: 169px;
    background: url(assets/waffles-wbg.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -12px;
    right: 0; }
    @media (max-width: 767px) {
      #productshowsash:after {
        display: none; } }

#formbg {
  width: 100%;
  background: url("assets/form-bg.png") top left no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
  @media (max-width: 767px) {
    #formbg {
      clip-path: none !important;
      -webkit-clip-path: none !important;
      height: 70vh; } }

.padMore {
  padding-top: 10%; }
  @media (max-width: 767px) {
    .padMore {
      padding-top: 5%; } }

#recentposts .news-item .card-text {
  text-decoration: none !important;
  color: #606D75; }

#recentposts .news-item:hover {
  text-decoration: none !important; }
  #recentposts .news-item:hover .card-text {
    text-decoration: none !important; }

.image-stack {
  position: relative;
  width: 400px;
  height: 400px; }
  @media (max-width: 767px) {
    .image-stack {
      width: calc(400px / 2);
      height: calc(400px / 2); } }
  @media (max-width: 450px) {
    .image-stack {
      text-align: center; } }
  .image-stack .img-primary {
    width: 400px;
    height: 400px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 450px) {
      .image-stack .img-primary {
        width: 200px;
        height: 200px;
        margin: 15px auto;
        left: 50%;
        margin-left: -35%; } }
  .image-stack .img-secondary {
    width: 300px;
    height: 300px;
    position: absolute;
    background-repeat: none;
    background-position: center;
    background-size: cover;
    bottom: calc(-1 * (300px / 2));
    right: calc(-1 * (300px / 4)); }
    @media (max-width: 767px) {
      .image-stack .img-secondary {
        bottom: calc(-1 * (calc(300px / 1)));
        right: calc(-1 * (calc(300px / 1))); } }
    @media (max-width: 450px) {
      .image-stack .img-secondary {
        width: 125px;
        height: 125px;
        right: -65px;
        bottom: -50px;
        margin: 0;
        padding: 0; } }

.controls {
  position: absolute;
  margin-top: -120px;
  right: 0; }
  .controls .next {
    width: 60px;
    height: 60px;
    background-color: #728490;
    color: white;
    font-size: 29px;
    text-align: center;
    line-height: 60px; }
  .controls .prev {
    width: 60px;
    height: 60px;
    background-color: #f6a64f;
    color: white;
    font-size: 29px;
    text-align: center;
    line-height: 60px; }

.three-stacked-images {
  display: flex;
  position: relative; }
  .three-stacked-images .img-primary {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    width: 45vw;
    height: 45vh;
    right: -17.5vw;
    top: 35px; }
  .three-stacked-images .img-secondary {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 30vw;
    height: 30vh;
    position: relative;
    right: -10vw;
    bottom: -200px;
    z-index: 2; }
  .three-stacked-images .img-tertiary {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 25vw;
    height: 50vh;
    top: -20px;
    right: -45px;
    z-index: 1;
    position: relative;
    margin-left: -50px; }

@media (min-width: 768px) and (max-width: 812px) {
  .sash {
    min-height: 450px; } }

.news-card {
  padding: 0;
  border: none;
  box-shadow: 0px 0px 10px rgba(107, 120, 128, 0.2);
  transition: box-shadow 0.3s linear; }
  @media (min-width: 768px) {
    .news-card {
      width: 18rem; } }
  .news-card:hover {
    box-shadow: 0px 0px 10px rgba(107, 120, 128, 0.6);
    transition: box-shadow 0.3s linear; }
  .news-card .card-body {
    padding: 15px; }
    .news-card .card-body .card-heading {
      font-size: 18px;
      line-height: 18px;
      padding: 0;
      margin: 0;
      font-weight: 600;
      text-transform: capitalize;
      height: 65px; }
    .news-card .card-body .card-body-text {
      font-size: 14px;
      line-height: 17px;
      padding: 0;
      margin: 0 0 15px 0;
      font-weight: 600;
      color: #728490; }
    .news-card .card-body .card-readmore {
      padding: 0;
      margin: 0;
      color: #CE121D; }

.gm-style-iw p {
  font-weight: 500;
  line-height: 20px; }
  .gm-style-iw p strong {
    color: #728490; }

/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/
.category-container {
  width: 90%;
  margin: 0 auto; }
  .category-container .product-section-links {
    list-style-type: none;
    padding: 0;
    margin: 50px 0 35px 0; }
    .category-container .product-section-links li {
      display: inline-block;
      padding-right: 25px; }
      @media (max-width: 375px) {
		  
        .category-container .product-section-links li {
          padding-right: 6px; } }
      .category-container .product-section-links li a {
        color: #ced4d8;
        text-decoration: none; }
        .category-container .product-section-links li a.active {
          color: #728490;
          outline: none;
          display: inline-block;
          padding: 0 0 1px 0;
          border-bottom: 1px solid #728490; }
  .category-container .product-description .product-description-content {
    max-width: 950px;
    margin: 0 auto 50px auto; }
    .category-container .product-description .product-description-content h1.first-sentence {
      font-size: 1.25em;
      color: #73bab6;
      font-weight: 100; }
    .category-container .product-description .product-description-content .product-visibility {
      display: none; }
      .category-container .product-description .product-description-content .product-visibility .product-images {
        margin-top: 25px;
        display: flex; }
        .category-container .product-description .product-description-content .product-visibility .product-images .thumbnail-product-image {
          display: block;
          width: 85px;
          height: 85px;
          border-radius: 100%;
          background-size: cover;
          opacity: 0.5; }
          @media screen and (max-width: 767px) {
            .category-container .product-description .product-description-content .product-visibility .product-images .thumbnail-product-image {
              width: 65.5px;
              height: 65.5px; } }
          .category-container .product-description .product-description-content .product-visibility .product-images .thumbnail-product-image.active {
            transform: scale(1.1);
            transition: transform 0.1s linear;
            opacity: 1; }
          .category-container .product-description .product-description-content .product-visibility .product-images .thumbnail-product-image:hover {
            cursor: pointer;
            opacity: 1;
            transform: scale(1.1);
            transition: transform 0.1s linear; }
      .category-container .product-description .product-description-content .product-visibility #larger-image-show, .category-container .product-description .product-description-content .product-visibility #larger-image-show-mobile {
        width: 100%;
        border-radius: 3px; }
  .category-container .product-description .expand-button {
    cursor: pointer;
    display: block;
    margin-top: 1rem;
    border: 1px solid #7ec2be;
    border-radius: 2px;
    background-color: #7ec2be;
    color: white;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    text-align: left;
    margin-left: 12px;
    margin-top: 30px; }
    .category-container .product-description .expand-button:hover, .category-container .product-description .expand-button:active, .category-container .product-description .expand-button:focus {
      background-color: #6dbab5; }
  .category-container .product-description .special-text {
    color: #728490;
    position: relative;
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.1s ease; }
    .category-container .product-description .special-text.-expanded {
      max-height: fit-content !important;
      transition: max-height 0.3s ease; }
  .category-container .product-description .special-text:not(.-expanded)::after {
    content: '';
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), white); }

* {
  outline: none !important; }

.btn-warning {
  background-color: #f5a64f;
  border-color: #f5a64f;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85em;
  width: 100%;
  margin: 0 auto; }


@media (min-width: 768px) {
	.category-container .product-section-links li a {
		font-size: 25px;
		color: #F7A746;
		opacity: 0.75;
		
	}
	.category-container .product-section-links li a.active {
		font-size: 25px;
		color: #F7A746;
		opacity: 1;
		border-bottom: 2px solid #f5a650;
	}	
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
    background: #B6353B;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 24px;
	background: #B6353B;
}
#nav-icon2 {
    width: 40px;
}
#nav-icon2 span {
	height: 5px;
	background: #b6353b;
}
#nav-icon2:not(.collapsed) span:nth-child(5) {
    left: 5px;
    top: 18px;
}
#nav-icon2:not(.collapsed) span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}
#nav-icon2:not(.collapsed) span:nth-child(1) {
    left: 5px;
    top: 7px;
    background: #b6353b;
}
#nav-icon2:not(.collapsed) span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
    background: #b6353b;
}

@media (max-width: 767px) {
	.section-header h1 {
    line-height: 0.9em;
		margin-bottom: 12px;
}
.section-header h2 {
    text-indent: 0;
}
.footer-subtext {
	color: #7a8b97 !important;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	
	body.category #custom-bg {
		height: 35vh;
	}
	body.page-id-19 #custom-bg {
		display: none;
	}
	body.page-id-19 {
		padding-top: 59px;
	}
	.gm-ui-hover-effect {
		top: 10px !important;
		right: 10px !important;
	}
	.gm-ui-hover-effect img {
		width: 28px !important;
		height: 28px !important;
		margin: 0 !important;
	}
	.navbar-bg-gradient {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ) !important; /* IE6-9 */
	}
	body.page-id-19 .secondNav {
		top: 33.5px;
		right: 0px;
	}
	body.page-id-19 #nav-icon2 {
    right: 15px;
}
}

#field_12_6 .gfield_label { display: none }
.g5plus-contact-form  .row {
    margin-right: 0;
    margin-left: 0;
}
input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 3%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
button.btn.btn-lg.btn-dark.btn-classic.btn-icon {
    color: #ffffff;
    background-color: #d39e00;
    border-color: #c69500;
    width: 100%;
    padding: 0.3%;
}
.newenquiryForm{padding-top:105px; padding-bottom:130px;}
.newenquiryForm h3{ font-size: 40px; text-align: left; color: #73bab6;  font-family:'din-2014'; font-weight: bold; letter-spacing: 1.3px;}
.newenquiryForm p{font-size: 22px; line-height:30px; font-weight:400;  text-align: left; color: #728490; font-family:'din-2014';}
.newenquiryForm h2{font-size:34px; color:#f5a64f; font-family:'Libre Baskerville', serif; font-style:italic; font-weight:bold; line-height:55px; margin-bottom:50px; letter-spacing: 1.5px;}
.newenquiryForm h5{color:#73bab6; font-size:20px; line-height:24px;  font-family:'din-2014'; font-weight: bold; padding-top:20px;}
.newenquiryForm h5 a{text-decoration:underline}
.newenquiryForm .gform_wrapper div.validation_error{display:none;}
.newenquiryForm .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]{margin-bottom:0}
.newenquiryForm .gform_wrapper ul.gform_fields li.gfield { padding-right: 0;}
.newenquiryForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),select:not(.ui-datepicker-month):not(.ui-datepicker-year){background:#f5f5fa; border-color: #e9eff2; border-radius: 12px; padding: 0 20px; font-size:14px; height:49px; color:#728490; font-family:'din-2014'; font-weight:400;  width: 100%;}
.newenquiryForm .gform_wrapper select.medium{background:#f5f5fa; border-color: #e9eff2; border-radius: 12px; padding: 0 15px; font-size:14px; color:#728490; font-family:'din-2014'; font-weight:400;  width: 100% !important; height:49px;}
body .newenquiryForm .gform_wrapper ul li.gfield{margin-top:20px;}
body .newenquiryForm .gform_wrapper ul li.gfield:nth-child(1){margin-top:0;}
body .newenquiryForm .gform_wrapper ul li.gfield:nth-child(1) input{margin-top:0}
.newenquiryForm .gform_wrapper textarea.medium{background:#f5f5fa; border-color: #e9eff2; border-radius: 12px; padding: 20px 20px; font-size:14px; color:#728490; font-family:'din-2014'; font-weight:400;  width: 100%; margin-top:14px;}
.newenquiryForm  .gform_wrapper.gform_validation_error .top_label select.medium{border-color:#ff0000; margin-top:12px;}
.newenquiryForm .gform_wrapper .gform_footer input.button,.newenquiryForm .gform_wrapper .gform_footer input[type=submit],.newenquiryForm .gform_wrapper .gform_page_footer input.button, .newenquiryForm .gform_wrapper .gform_page_footer input[type=submit]{background:#f6af60; color:#ffffff; font-size:18px; font-family:'din-2014'; font-weight:400; height:49px; border-radius:12px; width: 100%; border: none; cursor:pointer}
.newenquiryForm .gform_wrapper .gform_footer { padding: 13px 0 10px; margin:0}
.newenquiryForm .gform_wrapper .gform_footer input.button:hover,.newenquiryForm .gform_wrapper .gform_footer input[type=submit]:hover,.newenquiryForm .gform_wrapper .gform_page_footer input.button:hover, .newenquiryForm .gform_wrapper .gform_page_footer input[type=submit]:hover{background:#73bab6;}
.newenquiryForm .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important; background: none; border: none;
    padding: 0; margin: 0 !important;}
.newenquiryForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,.newenquiryForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin:0}
.newenquiryForm .gform_wrapper .field_description_below .gfield_description { padding-top: 0; padding-right:0; color: #ff0000; font-weight: 600;}
.newenquiryForm .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){border-color:#ff0000; margin-bottom:0}
.newenquiryForm .gform_confirmation_message{  font-size: 28px; color: #f5a64f; font-family: 'Libre Baskerville', serif; font-style: italic; font-weight: bold; line-height: 35px;}
.enquiryGallery{width:100%; display:flex; flex-wrap:wrap; padding-bottom:97px;}
.enquiryGallery img{width:20%}
.blue-button.yellow-btn{background:#f5ae60; width:200px; height:49px; border-radius: 12px; display:inline-flex; align-items:center; justify-content:center; font-size:18px; font-family:'din-2014'; font-weight:400; letter-spacing: 0.5px; margin-top:25px; margin-bottom:30px;}
.newenqsec2{padding:115px 0;}
.newenqsec2 h2{ line-height: 55px; font-size: 40px; letter-spacing: 1.4px;}
.newenqsec2 h4.storestate{font-size:28px; color:#728490; font-weight: 700; letter-spacing:1px; margin-bottom: 25px; font-size: 26px;}
.newenqsec2 ul{list-style:none; padding-left:40px !important}
.newenqsec2 ul li{font-weight:400; font-family:'din-2014'; color:#728490; font-size:22px; letter-spacing: 0.8px; position:relative; text-align:left}
.newenqsec2 ul li:before{content:''; width:8px; height:8px; background:#73bab6; position:absolute; left:-17px; top:13px; border-radius:100%}
.page-template-builder-page #page > section,.page-template-builder-page #page > .screen-reader-text > section{position:absolute;}
.banner-builder{min-height:625px; position:relative; display:flex; flex-wrap:wrap; align-items:center;}
.banner-builder:before{content:''; background:url('/wp-content/uploads/2019/11/triangle.svg') no-repeat; width:100%; position:absolute; left:0; right:0; bottom:0; height:95px;}
.banner-builder h1{font-family: din-2014, sans-serif; font-weight: bold; color: #ffffff; text-align: center; font-size: 100px; letter-spacing: 3.5px;}
.page-template-builder-page h3{font-size: 40px; text-align: left; color: #73bab6; font-family: 'din-2014'; font-weight: bold; letter-spacing: 1.3px; }
.page-template-builder-page .scanner-section h2{ font-size: 42px; color: #f5a64f; font-family: 'Libre Baskerville', serif; font-style: italic; font-weight: bold; line-height: 58px; letter-spacing: 4px; word-spacing: 1px;}
.page-template-builder-page .scanner-section .wpb_text_column  p{font-family:'din-2014'; color:#728490; font-size:22px; font-weight:400}
.mobile-phone .vc_single_image-wrapper img{margin-top:-115px}
.mob-form-sec{overflow:visible !important}
.mob-form-sec h2{font-weight:bold; font-family:'din-2014'; color:#73bab6; font-size:54px; letter-spacing:2px;}
.mob-form-sec .app-icon-btn .wpb_wrapper{display:flex; flex-wrap:wrap}
.mob-form-sec .app-icon-btn .wpb_wrapper .wpb_single_image{display:inline-flex; width:auto;}
.mob-form-sec .app-icon-btn .wpb_wrapper .wpb_single_image + .wpb_single_image{margin-left:27px;}
.app-right-form p{font-size:22px; color:#728490; font-family:'din-2014'; font-weight: 400; letter-spacing:1px;}
.app-right-form .validation_error{display:none;}
.app-right-form .gform_wrapper li.gfield .gfield_checkbox label{ color: #728490; font-weight: normal;}
.app-right-form .gform_wrapper li.gfield.gfield_error{background:none; border:none; margin:18px 0 0; margin-bottom:0 !important; padding:0}
.app-right-form .gform_wrapper li.gfield_error .gfield_description,.app-right-form .gform_wrapper .validation_message{padding-top:0; color: #ff0000; font-weight: 600;}
body .app-right-form .gform_wrapper ul li.gfield{margin-top:18px;}
.app-right-form .gform_wrapper select.medium:not(.ui-datepicker-month):not(.ui-datepicker-year){border-color:#e7edf1; font-weight: normal; font-size: 14px; font-family:'din-2014'; border-radius:12px;  background:#ffffff; min-height:49px; padding:10px 15px; color:#728490;}
.app-right-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){width:100%; min-height:49px; padding:10px 20px; border-color:#e7edf1; font-weight: normal; font-size: 14px; font-family:'din-2014'; border-radius:12px; margin-top:0; margin-bottom:0}
body .app-right-form .gform_wrapper .top_label div.ginput_container{margin-top:0 !important}
.app-right-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.app-right-form .gform_wrapper li.gfield_error textarea{border-color:#ff0000;}
.app-right-form .gform_wrapper .gform_footer .gform_button{ width: calc(100% - 16px); background: #f3ac5e; color: #fff; border: none; border-radius: 12px; height: 49px; font-size: 18px; font-weight: normal; cursor:pointer;   line-height: 18px !important; padding: 0;}
.app-right-form .gform_wrapper .gform_footer .gform_button:hover,.app-right-form .gform_wrapper .gform_footer .gform_button:focus{background:#73bab6; box-shadow:none; outline:none;     display: inline-flex;  justify-content: center;    align-items: center; }
.app-right-form .gform_wrapper ul.gfield_checkbox li{position:relative; margin-top: 12px; display: flex; width: 100%;}
.app-right-form .gform_wrapper ul.gfield_checkbox li label{min-height:25px;}
.app-right-form .gform_wrapper ul.gfield_checkbox li label:before{content:''; width:23px; height:23px; background:#ffffff; border-radius:100%; position: absolute; left: 20px;}
.app-right-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],.app-right-form  .gform_wrapper ul.gfield_radio li input[type=radio]{height:auto; margin:0 25px;}
.app-right-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before{background:#fff url('/wp-content/uploads/2019/11/check-circle.svg') no-repeat; background-size: 15px auto; background-position: center;}
.app-right-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,.app-right-form  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{width:100%; padding-top:0}
.app-right-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{margin-bottom:18px;}
.app-right-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label{font-weight:normal}
.app-right-form ::-webkit-input-placeholder { font-weight: normal; font-size: 14px; font-family:'din-2014'; color:#728490;}
.app-right-form ::-moz-placeholder { font-weight: normal; font-size: 14px; font-family:'din-2014'; color:#728490;}
.app-right-form :-ms-input-placeholder {  font-weight: normal; font-size: 14px; font-family:'din-2014'; color:#728490;}
.app-right-form :-moz-placeholder {  font-weight: normal; font-size: 14px; font-family:'din-2014'; color:#728490;}

.page-template-page-news #custom-bg{height:60vh; padding-top:100px; min-height: 450px;}
.page-template-page-news #secondary {background:#f5f5f5; border:#ddd solid 1px; padding:20px; margin-top:50px; margin-bottom:50px;}
.page-template-page-news #secondary .widget {margin:0}
.page-template-page-news #secondary ul{list-style:none; padding:0; margin:15px 0}
.page-template-page-news #secondary ul li{margin-bottom:5px}
.page-template-page-news #secondary ul li:not(.cat-item-20):not(.cat-item-21):not(.cat-item-22):not(.cat-item-23){display:none;}
.page-template-page-news #secondary ul li a{transition: all 0.2s ease;}
.page-template-page-news #secondary ul li a:hover{color: #71858f;}
.page-template-page-news #secondary .widget-title{color: #71858f; font-family: din-2014, sans-serif; font-weight: bolder;} 
.page-template-page-news .postloop{margin:50px auto;}
.page-template-page-news .postloop img{width:100%}
.page-template-page-news .postloop h2{ font-size: 22px; margin: 20px auto 10px;}
.page-template-page-news .date_post{width:100%; color:#f5a64f; margin:10px auto 10px;}
.page-template-page-news .postBlock{margin-bottom:40px; }
.page-template-page-news .postloop .postbgimg{width:100%; height:300px; background-size:cover !important; }
.single-post .fixed-top.secondNav #navbar-gradient{background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );}
.single-post #content .container{padding-bottom:50px;}
@media screen and (min-width:768px){
.page:not(.home) { padding-top: 0;}
}
@media screen and (min-width:1220px){
.page-template-builder-page .container { max-width: 1220px;}
}

@media screen and (max-width:767px){
.newenquiryForm h3 {padding-top:30px;}
.newenqsec2 ul { padding-left: 20px !important;}
.newenqsec2 ul li{font-size:18px;  margin-bottom: 6px;}
.newenqsec2 ul li:before {top: 8px;}
.newenqsec2 h4.storestate { margin-bottom: 15px; padding-top: 5px;}
.banner-builder{min-height:400px;}
.banner-builder h1{font-size: 50px; line-height: 50px; letter-spacing: 1px;}
.mobile-phone .vc_single_image-wrapper img { margin-top: 0;}
.page-template-builder-page .scanner-section h2{font-size:30px; line-height:40px;}
.mob-form-sec h2{font-size:40px; line-height:44px;}
.page-template-builder-page h3{font-size:38px; line-height:40px;}
.single-post .fixed-top.secondNav #navbar-gradient{background:none;}
}
@media screen and (max-width:600px){
.enquiryGallery img { width: 33.33%;}
.newenqsec2 { padding: 50px 0;}
.newenquiryForm { padding-top: 50px; padding-bottom: 40px;}
.newenquiryForm h2 { font-size: 30px; line-height: 45px; margin-bottom: 20px;}
.newenqsec2 h2{font-size: 27px; line-height: 32px; letter-spacing:0}
.newenquiryForm p { font-size: 18px; line-height: 26px;}	
.enquiryGallery{padding-bottom:0}
.blue-button.yellow-btn{width:100%; margin-top: 15px;}
.banner-builder{min-height:350px;}
.page-template-page-news #custom-bg {  height: 60vh; padding-top: 20px; min-height: 150px;}
}
@media screen and (max-width:575px){
.page-template-page-news #secondary{margin-top:0}
.page-template-page-news .postloop { margin: 50px auto 0;}
#before-the-fold ul li a{font-size:11px;}
.navbar-expand .navbar-nav .nav-link { padding-right: 3px; padding-left: 3px;}
}
@media (max-width: 450px) {
.newenquiryForm h3{letter-spacing:0 }
.banner-builder{min-height:300px;}
.mob-form-sec .app-icon-btn .wpb_wrapper .wpb_single_image + .wpb_single_image { margin-left: 10px;}	
.mob-form-sec .app-icon-btn .wpb_wrapper .wpb_single_image img { height: 35px; width: auto;}
}
@media (max-width: 479px) {
.navbar-expand .navbar-nav{flex-direction:unset; flex-wrap:wrap; justify-content:center; padding:7px 0; align-items: center;}
.secondNav {top: 42.5px;}
.page:not(.home) { padding-top: 125px;}
#nav-icon2{top:5px;}
}
@media (max-width: 450px) {
#before-the-fold ul li a{font-size:10px;}
.navbar-expand .navbar-nav .nav-link { padding-right: 3px; padding-left: 3px;}
}
@media screen and (max-width:360px){
.enquiryGallery img { width: 100%;}
}