/*
PWD Styles - compile this to pwd-styles.css
*/
/* quickly add transitions */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

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

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

/**
 * 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.25rem; }

sup {
  top: -0.5rem; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  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.35rem 0.75rem 0.625rem; }

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  width: 100%; }

body {
  font-size: 18px;
  background: white;
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  height: 100vh;
  overflow: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.alignleft, img.alignleft {
  display: block; }
  @media (min-width: 768px) {
    .alignleft, img.alignleft {
      display: inline;
      float: left;
      margin-right: 1.5rem; } }

.alignright, img.alignright {
  display: block; }
  @media (min-width: 768px) {
    .alignright, img.alignright {
      display: inline;
      float: right;
      margin-left: 1.5rem; } }

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

a,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: black; }
  a:active,
  a:visited:active {
    color: black; }
  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

img {
  height: auto;
  max-width: 100%;
  width: 100%; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
li {
  color: inherit;
  display: block;
  font-family: inherit;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a,
  p a,
  .p a,
  li a {
    color: inherit;
    text-decoration: none; }
    h1 a:hover,
    .h1 a:hover,
    h2 a:hover,
    .h2 a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 a:hover,
    h6 a:hover,
    .h6 a:hover,
    p a:hover,
    .p a:hover,
    li a:hover {
      color: inherit; }

p, .p, li {
  margin: 0; }

/* Assistive text */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

#header {
  width: 100%;
  float: left;
  z-index: 99;
  background: #ffffff;
  border-top: 10px solid #60b9be;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #header .container {
    width: 100%;
    max-width: 100%; }
  #header #top_account {
    margin-top: 28px;
    float: right;
    line-height: 45px;
    position: fixed;
    right: 0px;
    text-align: right;
    padding-right: 50px;
    z-index: 999;
    width: auto; }
    @media (max-width: 1280px) {
      #header #top_account {
        margin-top: 20px; } }
  #header .header__container {
    float: left;
    width: 100%;
    z-index: 999;
    background: #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 768px) {
      #header .header__container .container {
        padding: 0px; } }
    #header .header__container a#logo {
      z-index: 9;
      float: left;
      width: 25%;
      text-align: left;
      background: #ffffff;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #header .header__container a#logo img {
        max-width: 250px;
        margin: 0 auto;
        position: relative;
        z-index: 999;
        padding-top: 0;
        padding: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 1069px) {
          #header .header__container a#logo img {
            max-width: 250px; } }
        @media (max-width: 768px) {
          #header .header__container a#logo img {
            max-width: 230px;
            float: left;
            padding-left: 20px; } }
        @media (max-width: 580px) {
          #header .header__container a#logo img {
            padding: 10px 20px; } }
    #header .header__container .nav {
      position: relative;
      margin: 0 auto;
      z-index: 99;
      max-width: 100%;
      margin-top: 25px;
      float: right;
      width: auto;
      right: 270px; }
      @media (max-width: 1280px) {
        #header .header__container .nav {
          margin-top: 70px;
          float: right;
          width: auto;
          right: 35px; } }
      @media (max-width: 1069px) {
        #header .header__container .nav {
          margin-top: 0px; } }
      @media (max-width: 767px) {
        #header .header__container .nav {
          right: 20px; } }
      #header .header__container .nav #menu-toggle {
        display: none;
        border-radius: 0px; }
        @media (max-width: 768px) {
          #header .header__container .nav #menu-toggle {
            display: block;
            float: right;
            top: 25px;
            right: 0px; } }
      #header .header__container .nav ul.navigation-main {
        width: auto;
        text-align: left; }
        @media (max-width: 768px) {
          #header .header__container .nav ul.navigation-main {
            display: none; } }
        #header .header__container .nav ul.navigation-main li.menu-left {
          float: left; }
        #header .header__container .nav ul.navigation-main li.menu-right {
          float: right; }
        #header .header__container .nav ul.navigation-main li.menu-right.desktop-menu {
          display: block; }
          @media (max-width: 768px) {
            #header .header__container .nav ul.navigation-main li.menu-right.desktop-menu {
              display: none; } }
        #header .header__container .nav ul.navigation-main li.mobile-menu {
          display: none; }
          @media (max-width: 768px) {
            #header .header__container .nav ul.navigation-main li.mobile-menu {
              display: block; } }
        #header .header__container .nav ul.navigation-main li {
          margin-bottom: 0px; }
          #header .header__container .nav ul.navigation-main li a {
            line-height: 40px;
            color: #343447;
            font-family: "Ubuntu", sans-serif;
            font-size: 16px;
            font-weight: 500;
            padding-left: 15px;
            padding-right: 15px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            @media (max-width: 1440px) {
              #header .header__container .nav ul.navigation-main li a {
                padding-left: 8px;
                padding-right: 8px;
                font-size: 15px; } }
            @media (max-width: 1280px) {
              #header .header__container .nav ul.navigation-main li a {
                padding-left: 10px;
                padding-right: 10px;
                font-size: 15px; } }
            @media (max-width: 980px) {
              #header .header__container .nav ul.navigation-main li a {
                padding-left: 5px;
                padding-right: 5px;
                font-size: 14px; } }
            @media (max-width: 768px) {
              #header .header__container .nav ul.navigation-main li a {
                font-size: 16px;
                padding-left: 0px !important; } }
          #header .header__container .nav ul.navigation-main li a:hover {
            color: #60b9be; }
          #header .header__container .nav ul.navigation-main li a::before {
            display: none; }
          #header .header__container .nav ul.navigation-main li ul {
            padding: 0px;
            float: left;
            width: 100%;
            background: #ffffff; }
            #header .header__container .nav ul.navigation-main li ul li {
              width: 100%;
              float: left;
              padding: 0px; }
              #header .header__container .nav ul.navigation-main li ul li a {
                width: 100%;
                line-height: normal;
                text-transform: none;
                padding: 10px 20px;
                font-size: 14px;
                letter-spacing: 0px;
                background: #ffffff;
                color: #343447;
                background: transparent;
                font-weight: 600;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
              #header .header__container .nav ul.navigation-main li ul li a:hover {
                color: #000000;
                text-decoration: underline; }
        #header .header__container .nav ul.navigation-main li.current-menu-item a {
          color: #60b9be;
          background: transparent; }
        #header .header__container .nav ul.navigation-main li.current-menu-item .menu-item-has-children a:hover::after {
          background: url(images/arrow-down-white.png) center center no-repeat;
          padding-left: 10px;
          font-size: 10px;
          background-size: 14px;
          background-position: 0px 0px; }
        #header .header__container .nav ul.navigation-main .menu-item-has-children a::after {
          content: "";
          width: 15px;
          height: 50px;
          margin-left: 5px;
          padding-right: 0;
          background: url(images/arrow-down.png) 0 0% no-repeat;
          padding-left: 10px;
          font-size: 10px;
          background-size: 14px;
          background-position: 0px 0px;
          float: right;
          margin-top: 14px; }
          @media (max-width: 768px) {
            #header .header__container .nav ul.navigation-main .menu-item-has-children a::after {
              margin-top: 0px;
              height: 30px;
              position: absolute; } }
        #header .header__container .nav ul.navigation-main li.current-menu-ancestor a {
          color: #60b9be;
          background: transparent; }
        #header .header__container .nav ul.navigation-main ul.sub-menu {
          float: left;
          margin-left: 10px;
          width: auto !important; }
          @media (max-width: 768px) {
            #header .header__container .nav ul.navigation-main ul.sub-menu {
              width: 100% !important; } }
          #header .header__container .nav ul.navigation-main ul.sub-menu li {
            float: left;
            width: 100%; }
            #header .header__container .nav ul.navigation-main ul.sub-menu li a {
              margin: 0px;
              float: left;
              width: 100%;
              background: #60b9be;
              color: #ffffff !important;
              line-height: 30px;
              font-size: 16px;
              font-weight: 500;
              font-family: "Ubuntu", sans-serif;
              border-top: 1px solid #ffffff;
              letter-spacing: 0px; }
              @media (max-width: 768px) {
                #header .header__container .nav ul.navigation-main ul.sub-menu li a {
                  padding-left: 0px; } }
            #header .header__container .nav ul.navigation-main ul.sub-menu li a:hover {
              text-decoration: none;
              color: #ffffff !important;
              background: #343447; }
            #header .header__container .nav ul.navigation-main ul.sub-menu li a::after {
              content: ""; }
          #header .header__container .nav ul.navigation-main ul.sub-menu li a::after {
            display: none; }
  #header .header__container.open .nav {
    margin-right: 0px;
    width: 100%;
    float: left;
    max-width: 100%;
    top: 20px;
    right: 0;
    position: fixed !important; }
    #header .header__container.open .nav ul.navigation-main {
      display: block;
      float: left;
      width: 100%;
      top: 45px;
      display: block;
      float: left;
      width: 100%;
      background: transparent;
      position: relative; }
      @media (max-width: 768px) {
        #header .header__container.open .nav ul.navigation-main {
          top: 33px; } }
      #header .header__container.open .nav ul.navigation-main .menu-item-has-children a::after {
        background: url(images/arrow-down-white.png) center center no-repeat !important;
        background-size: 14px !important; }
      #header .header__container.open .nav ul.navigation-main li {
        width: 100%;
        margin-bottom: 0px; }
        #header .header__container.open .nav ul.navigation-main li a {
          line-height: 25px;
          padding-left: 10px;
          padding-right: 10px;
          font-size: 15px;
          text-align: center;
          background: #60b9be;
          border-top: 1px solid #ffffff; }
          @media (max-width: 768px) {
            #header .header__container.open .nav ul.navigation-main li a {
              margin-left: 0px;
              margin-right: 0px;
              padding-right: 0px; } }
        #header .header__container.open .nav ul.navigation-main li a:focus {
          color: #ffffff; }
        #header .header__container.open .nav ul.navigation-main li ul {
          float: left;
          width: 100%;
          margin: 0px;
          border-top: 0px !important;
          position: relative;
          display: none; }
          #header .header__container.open .nav ul.navigation-main li ul li {
            float: left;
            width: 100%; }
            #header .header__container.open .nav ul.navigation-main li ul li a {
              float: left;
              width: 100%;
              background: #f1f1f1;
              border-top: 1px solid #ffffff; }
      #header .header__container.open .nav ul.navigation-main li.focus ul {
        display: none;
        z-index: 999;
        position: relative; }
      #header .header__container.open .nav ul.navigation-main li.open a {
        color: #ffffff; }
      #header .header__container.open .nav ul.navigation-main li.open ul {
        position: relative;
        display: block; }
        #header .header__container.open .nav ul.navigation-main li.open ul li a {
          color: #ffffff !important;
          background: #343447;
          line-height: 25px !important;
          border-left: 0px !important;
          border-right: 0px !important; }
  #header .header__container.open div#menu-toggle.open {
    top: 15px !important;
    right: 20px; }

.home #header .header__container {
  border-bottom: 0px; }

#header.header-scroll {
  float: left;
  width: 100%;
  position: fixed; }
  #header.header-scroll #top_account {
    display: block;
    z-index: 999; }
  #header.header-scroll .header__container {
    position: fixed;
    background: #ffffff;
    float: left;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(221, 221, 221, 0.4);
    box-shadow: 1px 1px 3px 1px rgba(221, 221, 221, 0.4); }
    #header.header-scroll .header__container .top_header {
      padding: 0px;
      border-bottom: 1px solid #dddddd; }
      @media (max-width: 768px) {
        #header.header-scroll .header__container .top_header {
          display: none; } }
    #header.header-scroll .header__container div#menu-toggle.open {
      top: 15px !important; }
  #header.header-scroll a#logo img {
    max-width: 230px; }
    @media (max-width: 580px) {
      #header.header-scroll a#logo img {
        max-width: 230px; } }

#menu-toggle {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: #60b9be;
  border-radius: 3px;
  float: right;
  right: 100px; }
  #menu-toggle:hover {
    background: #60b9be; }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #menu-toggle #hamburger span {
      width: 30px;
      height: 3px;
      position: relative;
      top: 9px;
      left: 7px;
      background: #ffffff;
      float: left;
      margin: 3px 0px; }
      #menu-toggle #hamburger span:nth-child(1) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      #menu-toggle #hamburger span:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      #menu-toggle #hamburger span:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #menu-toggle #cross span {
      width: 32px;
      height: 3px;
      position: relative;
      top: 9px;
      left: 7px;
      background: #ffffff;
      float: left;
      margin: 3px 0px; }
      #menu-toggle #cross span:nth-child(1) {
        height: 0%;
        width: 3px;
        position: absolute;
        top: 3px;
        left: 21px;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      #menu-toggle #cross span:nth-child(2) {
        width: 0%;
        height: 3px;
        position: absolute;
        left: 5px;
        top: 19px;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }

#menu-toggle.open {
  background: #60b9be; }
  #menu-toggle.open #hamburger span {
    width: 0%; }
    #menu-toggle.open #hamburger span:nth-child(1) {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    #menu-toggle.open #hamburger span:nth-child(2) {
      -webkit-transition-delay: .05s;
      -o-transition-delay: .05s;
      transition-delay: .05s; }
    #menu-toggle.open #hamburger span:nth-child(3) {
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; }
  #menu-toggle.open #cross span:nth-child(1) {
    height: 75%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  #menu-toggle.open #cross span:nth-child(2) {
    width: 75%;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s; }

@media (max-width: 768px) {
  ul#menu-primary {
    width: 100% !important;
    float: left !important;
    padding: 0px !important; }
    ul#menu-primary li {
      float: left;
      width: 100%;
      line-height: 0px; }
      ul#menu-primary li a {
        background: #252525;
        color: #ffffff !important;
        text-align: center;
        line-height: 25px !important;
        padding: 10px 0px;
        text-transform: uppercase !important; }
      ul#menu-primary li ul {
        display: none; }
    ul#menu-primary li.menu-item-has-children a {
      padding-right: 0 !important; }
    ul#menu-primary li.menu-item-has-children ul li a::before {
      display: none; }
    ul#menu-primary li.menu-item-has-children a::before {
      right: 30% !important;
      top: 22px !important;
      width: 30px;
      border: 10px;
      content: '';
      height: 30px;
      background: url(images/arrow-down.png) 50% 50% no-repeat;
      background-size: 15px;
      z-index: 999;
      position: absolute; } }
    @media (max-width: 768px) and (max-width: 768px) {
      ul#menu-primary li.menu-item-has-children a::before {
        right: 20% !important; } }

@media (max-width: 768px) {
    ul#menu-primary li.open ul {
      display: block !important;
      float: left;
      width: 100%;
      position: initial;
      margin: 0px !important; }
      ul#menu-primary li.open ul a {
        background: #131D42;
        line-height: 15px !important; } }

.inner-featured .inner-main-bg {
  width: 100%;
  margin: 0 auto; }

.inner-featured .inner-featured-bg {
  margin-top: 100px;
  min-height: 380px;
  background-size: cover; }
  @media (max-width: 1280px) {
    .inner-featured .inner-featured-bg {
      min-height: 330px; } }
  @media (max-width: 1069px) {
    .inner-featured .inner-featured-bg {
      min-height: 230px; } }
  .inner-featured .inner-featured-bg h1 {
    text-align: center;
    margin-top: 165px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Ubuntu", sans-serif; }
    @media (max-width: 1280px) {
      .inner-featured .inner-featured-bg h1 {
        margin-top: 60px;
        font-size: 48px; } }
    @media (max-width: 768px) {
      .inner-featured .inner-featured-bg h1 {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .inner-featured .inner-featured-bg h1 {
        font-size: 40px; } }

#header-socials {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-right: 45px; }
  @media (max-width: 768px) {
    #header-socials {
      display: none; } }
  #header-socials .social {
    text-align: center;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    #header-socials .social a.facebook {
      width: 35px;
      height: 35px;
      float: left;
      background: url(images/facebook-icon.png) 50% 50% no-repeat transparent;
      margin: 0px 5px;
      background-size: 25px;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #header-socials .social a.facebook:hover {
      background: url(images/facebook-icon.png) 50% 50% no-repeat #60b9be;
      background-size: 25px; }
    #header-socials .social a.instagram {
      width: 35px;
      height: 35px;
      float: left;
      background: url(images/instagram.png) 50% 50% no-repeat transparent;
      background-size: 25px;
      margin: 0px 5px;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #header-socials .social a.instagram:hover {
      background: url(images/instagram.png) 50% 50% no-repeat #60b9be;
      background-size: 25px; }
    #header-socials .social a.twitter {
      width: 35px;
      height: 35px;
      float: left;
      background: url(images/twitter.png) 50% 50% no-repeat transparent;
      background-size: 25px;
      margin: 0px 5px;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #header-socials .social a.twitter:hover {
      background: url(images/twitter.png) 50% 50% no-repeat #60b9be;
      background-size: 25px; }

/*--SEARCH BAR HEADER--*/
.searchbar {
  width: auto;
  height: 50px;
  position: fixed;
  float: right;
  top: 40px;
  right: 210px;
  min-width: 50px; }
  @media (max-width: 1280px) {
    .searchbar {
      top: 32px; } }
  @media (max-width: 768px) {
    .searchbar {
      display: none; } }

input#searchsubmit {
  display: none; }

.searchbox {
  background: #ffffff;
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1440px) {
    .searchbox {
      min-width: 50px; } }

.searchbox:hover {
  background: #ffffff; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #ffffff;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #ffffff; }

.searchbox-input::-webkit-input-placeholder {
  color: #ffffff; }

.searchbox-input:-moz-placeholder {
  color: #ffffff; }

.searchbox-input::-moz-placeholder {
  color: #ffffff; }

.searchbox-input:-ms-input-placeholder {
  color: #ffffff; }

.searchbox-icon i.fa.fa-search.fa-lg {
  margin-top: 45px; }

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: url(images/search.png) 50% 50% no-repeat #ffffff;
  background-size: 25px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#top_header {
  float: right;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 20px; }
  #top_header p {
    color: #ffffff;
    text-align: center;
    padding-top: 50px; }

.searchbox-open {
  width: 100%;
  position: relative;
  z-index: 99999;
  background: #ffffff; }

.searchbox-open input#s {
  color: #000000 !important;
  z-index: 99999;
  background: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid #000000; }

.searchbox-open #searchsubmit {
  float: right;
  position: relative;
  z-index: 9999;
  width: 90px;
  height: 50px;
  background-color: #60b9be;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.searchbox-open input#s {
  width: 300px;
  height: 50px;
  font-size: 17px;
  font-family: "Open Sans", Sans-serif;
  padding: 0;
  border: none;
  padding-left: 15px;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  background: #ffffff; }

.searchbox input[type=text], input[type=email], input[type=password] {
  width: 100%;
  height: 50px;
  line-height: 5px;
  padding: 0;
  border: none;
  font-size: 0px;
  background: #ffffff; }

.searchbox-open input[type=text], input[type=email], input[type=password] {
  font-size: 32px;
  background: #ffffff; }

.searchbar input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  color: #ffffff;
  background: transparent; }

a.cart {
  width: 50px;
  height: 50px;
  background: #dddddd;
  position: fixed;
  right: 25px;
  top: 40px;
  z-index: 99;
  background: url(images/cart.png) 50% 50% no-repeat transparent;
  background-size: 30px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1280px) {
    a.cart {
      right: 30px;
      top: 34px; } }
  @media (max-width: 768px) {
    a.cart {
      right: 80px; } }

a.cart:hover {
  background: url(images/cart.png) 50% 50% no-repeat transparent;
  background-size: 30px !important; }

.tatalcount {
  width: 18px;
  height: 18px;
  background: #60b9be;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  font-weight: bold !important;
  line-height: 18px;
  top: 8px;
  right: 8px; }

/*
Footer SCSS
*/
#footer {
  position: relative;
  z-index: 98;
  background: #ffffff;
  color: #000000;
  float: left;
  width: 100%;
  padding-bottom: 0;
  min-height: auto;
  background: #1d2426;
  min-height: 300px; }

#footer-sidebar {
  margin: 0 auto;
  float: left;
  width: 100%;
  border-bottom: 10px solid #60b9be; }
  @media (max-width: 1280px) {
    #footer-sidebar {
      padding-left: 0px; } }
  @media (max-width: 1069px) {
    #footer-sidebar {
      padding-left: 0px; } }
  @media (max-width: 768px) {
    #footer-sidebar {
      padding-left: 0px; } }
  #footer-sidebar p {
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: "Ubuntu", sans-serif; }
  #footer-sidebar a {
    text-decoration: none;
    font-size: 15px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #footer-sidebar a:hover {
    text-decoration: none;
    color: #60b9be; }
  #footer-sidebar h3.widget-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #60b9be;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #footer-sidebar ul {
    padding: 0px; }
    #footer-sidebar ul li {
      margin-bottom: 0px;
      padding: 0px; }
      #footer-sidebar ul li a {
        font-family: "Ubuntu", sans-serif;
        font-size: 15px;
        line-height: 28px;
        color: #000000;
        font-weight: 400;
        float: left;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #footer-sidebar ul li a:hover {
        color: #60b9be; }
  #footer-sidebar #footer-sidebar1 {
    width: 100%;
    float: left;
    background: transparent;
    padding: 50px 60px 30px;
    text-align: center; }
    #footer-sidebar #footer-sidebar1 img {
      max-width: 300px !important; }
      @media (max-width: 767px) {
        #footer-sidebar #footer-sidebar1 img {
          max-width: 200px !important; } }
    #footer-sidebar #footer-sidebar1 h3.widget-title {
      color: #ffffff;
      padding-left: 10px;
      font-size: 20px; }
    #footer-sidebar #footer-sidebar1 li {
      margin-bottom: 0px;
      padding: 0px 5px; }
  #footer-sidebar #footer-sidebar2 {
    width: 100%;
    float: left;
    padding: 50px;
    padding-right: 30px;
    padding-top: 20px; }
    @media (max-width: 767px) {
      #footer-sidebar #footer-sidebar2 {
        padding: 0px;
        margin-bottom: 25px; } }
    #footer-sidebar #footer-sidebar2 ul {
      float: none;
      margin: 0 auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 767px) {
        #footer-sidebar #footer-sidebar2 ul {
          margin-bottom: 25px; } }
      #footer-sidebar #footer-sidebar2 ul li {
        float: left;
        width: auto; }
        @media (max-width: 767px) {
          #footer-sidebar #footer-sidebar2 ul li {
            width: 100%;
            text-align: center; } }
        #footer-sidebar #footer-sidebar2 ul li a {
          margin: 0px 25px;
          color: #ffffff;
          text-transform: uppercase;
          font-size: 17px;
          font-family: "Ubuntu", sans-serif !important;
          letter-spacing: 1px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (max-width: 767px) {
            #footer-sidebar #footer-sidebar2 ul li a {
              padding-left: 0px;
              margin-left: 0px; } }
        #footer-sidebar #footer-sidebar2 ul li a:hover {
          color: #60b9be; }
    #footer-sidebar #footer-sidebar2 strong {
      width: 60px;
      float: left;
      line-height: 30px;
      font-weight: normal; }
      @media (max-width: 768px) {
        #footer-sidebar #footer-sidebar2 strong {
          float: none; } }
  #footer-sidebar #footer-socials {
    float: left;
    width: 100%;
    padding-bottom: 50px; }
    #footer-sidebar #footer-socials .social {
      text-align: center;
      margin: 0 auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      #footer-sidebar #footer-socials .social a.facebook {
        width: 50px;
        height: 50px;
        float: left;
        background: url(images/facebook-icon.png) 50% 50% no-repeat #60b9be;
        margin: 0px 10px;
        background-size: 40px;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #footer-sidebar #footer-socials .social a.facebook:hover {
        background: url(images/facebook-icon.png) 50% 50% no-repeat #ffffff;
        background-size: 40px; }
      #footer-sidebar #footer-socials .social a.instagram {
        width: 50px;
        height: 50px;
        float: left;
        background: url(images/instagram.png) 50% 50% no-repeat #60b9be;
        background-size: 45px;
        margin: 0px 10px;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #footer-sidebar #footer-socials .social a.instagram:hover {
        background: url(images/instagram.png) 50% 50% no-repeat #ffffff;
        background-size: 45px; }
      #footer-sidebar #footer-socials .social a.twitter {
        width: 50px;
        height: 50px;
        float: left;
        background: url(images/twitter.png) 50% 50% no-repeat #60b9be;
        background-size: 40px;
        margin: 0px 10px;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #footer-sidebar #footer-socials .social a.twitter:hover {
        background: url(images/twitter.png) 50% 50% no-repeat #ffffff;
        background-size: 40px; }
  #footer-sidebar #copy {
    float: left;
    width: 100%;
    background-color: #60b9be; }
    #footer-sidebar #copy .site-copy {
      float: left;
      width: 100%;
      height: 35px; }
      @media (max-width: 1069px) {
        #footer-sidebar #copy .site-copy {
          height: auto; } }
    #footer-sidebar #copy .copyright {
      margin-left: 17px;
      padding: 10px 0px; }
      @media (max-width: 767px) {
        #footer-sidebar #copy .copyright {
          margin-left: 0px; } }
      #footer-sidebar #copy .copyright a {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #footer-sidebar #copy .copyright a:hover {
        color: #343447; }
      #footer-sidebar #copy .copyright p.copy {
        font-family: "Ubuntu", sans-serif;
        float: left;
        width: 33.333%;
        text-align: left;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 0px; }
        @media (max-width: 768px) {
          #footer-sidebar #copy .copyright p.copy {
            width: 100%;
            text-align: center;
            font-size: 14px; } }
      #footer-sidebar #copy .copyright span.by {
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        float: left;
        width: 33.333%;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 0px; }
        @media (max-width: 768px) {
          #footer-sidebar #copy .copyright span.by {
            width: 100%;
            text-align: center;
            font-size: 14px; } }
        #footer-sidebar #copy .copyright span.by a:hover {
          color: #343447; }
      #footer-sidebar #copy .copyright span.terms {
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        float: right;
        width: 33.333%;
        text-align: right;
        color: #ffffff;
        margin-bottom: 0px; }
        @media (max-width: 768px) {
          #footer-sidebar #copy .copyright span.terms {
            width: 100%;
            text-align: center;
            font-size: 14px; } }
        #footer-sidebar #copy .copyright span.terms a {
          color: #ffffff;
          line-height: 26px; }
        #footer-sidebar #copy .copyright span.terms a:hover {
          color: #343447; }
        #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 {
          float: right; }
          @media (max-width: 768px) {
            #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 {
              float: none;
              text-align: center; } }
          #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 li {
            padding-top: 0px;
            margin-top: 0px; }
            @media (max-width: 768px) {
              #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 li {
                text-align: center;
                width: 100%; } }
            #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 li a {
              font-family: "Ubuntu", sans-serif;
              font-size: 15px;
              color: #ffffff;
              float: right;
              line-height: 26px;
              margin-left: 0px; }
              @media (max-width: 768px) {
                #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 li a {
                  float: none;
                  font-size: 14px;
                  text-align: center;
                  width: 100%; } }
            #footer-sidebar #copy .copyright span.terms ul#pwd_footer_v2 li a:hover {
              color: #343447; }
    #footer-sidebar #copy .pwd-footer-link {
      display: block;
      list-style: none outside none;
      padding: 0;
      margin: 0;
      float: none; }
      @media (max-width: 768px) {
        #footer-sidebar #copy .pwd-footer-link {
          width: 100%;
          float: none;
          text-align: center; } }
      #footer-sidebar #copy .pwd-footer-link li {
        display: block;
        margin-left: 5px;
        line-height: 0px;
        margin-bottom: 0px;
        float: left;
        margin-top: 4px; }
        @media (max-width: 580px) {
          #footer-sidebar #copy .pwd-footer-link li {
            float: none !important; } }
        #footer-sidebar #copy .pwd-footer-link li a {
          letter-spacing: 0px;
          float: left;
          width: auto;
          font-size: 11px;
          line-height: 22px;
          margin-left: 5px;
          padding-right: 20px; }

#newsletter {
  float: left;
  width: 100%;
  padding: 60px 0px;
  background: url(images/news_bg.png) 100% 80% no-repeat;
  background-size: 700px;
  border-top: 2px solid #7ec6d5; }
  @media (max-width: 768px) {
    #newsletter {
      background: url(images/news_bg.png) 100% 100% no-repeat;
      background-size: 300px;
      padding: 20px;
      padding-bottom: 40px; } }
  #newsletter span.title_area {
    float: left;
    width: 100%;
    padding-right: 30px; }
  #newsletter span.newsletter_form {
    float: left;
    width: 70%;
    padding-right: 0%; }
    @media (max-width: 767px) {
      #newsletter span.newsletter_form {
        width: 100%; } }
  #newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    height: 45px;
    border: 1px solid #000000;
    color: #000000;
    padding-left: 10px !important;
    font-size: 16px;
    border-radius: 0px;
    outline: none; }
  #newsletter .gform_wrapper .gform_footer {
    margin: 16px 0 0 0;
    clear: none;
    width: 50%;
    float: left;
    padding: 0px; }
  #newsletter .gform_wrapper ul li.gfield {
    margin-bottom: 0px !important; }
  #newsletter input#gform_submit_button_1 {
    width: 93%;
    height: 45px;
    border: 1px solid transparent;
    background: #60b9be;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif; }
  #newsletter select#input_1_3 {
    height: 45px;
    border: 1px solid #000000;
    color: #747474;
    padding-left: 10px !important;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 400;
    text-transform: capitalize; }
  #newsletter #gform_wrapper_1 {
    margin-top: -10px !important; }
  #newsletter .gform_wrapper .top_label .gfield_label, #newsletter .gform_wrapper legend.gfield_label {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500; }

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
  width: 16.666666%; }

v#instagram {
  float: left;
  width: 100%; }

/*
Woocommerce SCSS
*/
section#primary_product {
  float: left;
  width: 100%;
  padding: 30px 50px; }
  @media (max-width: 580px) {
    section#primary_product {
      padding: 30px; } }
  section#primary_product nav.woocommerce-breadcrumb {
    color: #60b9be;
    font-size: 14px;
    margin: 0px 10px; }
    section#primary_product nav.woocommerce-breadcrumb a {
      color: #000000; }
  section#primary_product h1 {
    text-transform: capitalize;
    font-size: 36px;
    margin-top: 35px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    line-height: 48px; }
  section#primary_product .blue_line {
    float: left;
    width: 150px;
    background: url(images/title_line.png) 0% 50% no-repeat;
    background-size: 100px;
    height: 20px;
    margin-bottom: 25px; }
  section#primary_product ul.products.columns-3 {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
  section#primary_product header.woocommerce-products-header {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto; }
  section#primary_product p.woocommerce-result-count {
    display: none; }
  section#primary_product form.woocommerce-ordering {
    display: none; }

ul.products li .button::before {
  display: none; }

ul.products li .button {
  background: #60b9be;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff !important;
  border-radius: 0px;
  padding: 15px 0px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  max-width: 200px !important;
  min-width: 200px !important;
  margin: 0px auto !important;
  line-height: 20px !important;
  margin-top: 20px !important;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

ul.products li .button:hover {
  background: #343447; }

ul.products li .woocommerce-loop-product__title {
  font-size: 22px !important; }

ul.products li .price {
  font-weight: bold !important; }

ul.products li .price .from {
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: #000000 !important;
  font-size: inherit !important; }

ul.products li mark {
  display: none; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  text-align: center;
  font-size: 22px; }

.woocommerce ul.products li.product .price {
  color: #343447; }

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
  text-align: center; }
  @media (max-width: 768px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
      width: 48.75%; } }
  @media (max-width: 580px) {
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
      width: 100%; } }

.tax-product_cat #primary_product {
  padding-bottom: 100px; }

.tax-product_cat .price::after {
  content: ' (with free shipping)';
  font-weight: 400; }

.single-product #primary_product {
  padding-bottom: 100px; }

.single-product .out-of-stock {
  color: #60b9be; }

.single-product a {
  color: #60b9be; }

.single-product .summary.entry-summary {
  padding-right: 15%; }

.single-product p.price {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #343447 !important;
  font-weight: bold;
  font-size: 22px !important; }

.single-product p.price::after {
  content: '(inc GST per carton)';
  font-size: 18px;
  margin-left: 10px;
  font-weight: 400 !important; }

.single-product .product {
  margin-top: 50px;
  margin-bottom: 100px; }
  .single-product .product .product_title {
    color: #60b9be; }

.single-product .quantity::before {
  content: 'Quantity';
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 10px;
  font-size: 14px; }

.single-product .quantity {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px; }
  .single-product .quantity .qty {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 17px;
    width: 175px; }

.single-product form.cart .button {
  float: left;
  margin-top: 50px;
  background: #60b9be !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 15px 25px;
  height: 45px;
  min-width: 200px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.single-product form.cart .button:hover {
  background: #343447 !important; }

.single-product .product_meta {
  display: none; }

.single-product h3 {
  font-size: 22px; }

.single-product b {
  float: left;
  width: 100%; }

.single-product .product_feature {
  line-height: 24px;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 20px; }
  .single-product .product_feature h3 {
    margin-bottom: 0px; }
  .single-product .product_feature p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px; }
  .single-product .product_feature b {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }

.single-product table {
  border-spacing: 0px;
  margin-bottom: 20px; }
  .single-product table tbody {
    float: left;
    width: 100%;
    border-top: 1px solid;
    border-spacing: 0px;
    margin-top: 5px; }
    .single-product table tbody tr {
      width: 100%;
      float: left;
      border-spacing: 0px; }
      .single-product table tbody tr td {
        float: left;
        width: 50%;
        font-size: 16px;
        border-spacing: 0px;
        padding: 2px 0px; }

.single-product table.variations {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .single-product table.variations tbody {
    float: left;
    width: 100%;
    border-top: 0px solid !important;
    border-spacing: 0px;
    margin-top: 5px; }
    .single-product table.variations tbody td {
      width: auto;
      min-width: 82px !important; }
    .single-product table.variations tbody label {
      padding-right: 0px;
      min-width: 100px;
      text-transform: uppercase;
      font-weight: 400 !important;
      margin-right: 10px;
      font-size: 14px;
      line-height: 48px; }
  .single-product table.variations label {
    min-width: 80px !important; }

.single-product select#size {
  border: 1px solid #dddddd; }

.single-product .woocommerce-variation-price {
  float: left;
  position: relative;
  margin-bottom: 25px; }
  .single-product .woocommerce-variation-price span.price {
    color: #343447 !important;
    font-weight: bold; }
  .single-product .woocommerce-variation-price span.price::after {
    content: ' (with free shipping)';
    font-weight: 400 !important;
    font-size: 16px; }

.outofstock-badge {
  display: none !important; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 48%;
  padding-left: 10%;
  margin-bottom: 25px !important; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
  border: 1px solid #f1f1f1; }

.woocommerce-notices-wrapper {
  margin-top: 50px !important; }

.woocommerce-message, .woocommerce-info {
  border: 1px solid #60b9be;
  border-top: 5px solid #60b9be;
  border-top-color: #60b9be;
  line-height: 34px;
  font-size: 17px;
  color: #343447; }
  .woocommerce-message a, .woocommerce-info a {
    color: #343447; }

.woocommerce-message::before, .woocommerce-info::before {
  color: #60b9be; }

a.button.wc-forward {
  background: #60b9be;
  text-transform: uppercase;
  border-radius: 0px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.button.wc-forward:hover {
  background: #343447;
  color: #ffffff; }

form.woocommerce-cart-form {
  margin-top: 50px;
  float: left;
  width: 100%; }
  form.woocommerce-cart-form a {
    color: #343447 !important;
    text-decoration: none; }

.woocommerce a.remove {
  color: #60b9be !important; }

.woocommerce a.remove:hover {
  background: #60b9be !important; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  background: #60b9be;
  text-transform: uppercase;
  border-radius: 0px;
  color: #ffffff;
  height: 40px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
  background: #343447;
  color: #ffffff; }

.cart_totals {
  margin-top: 50px;
  margin-bottom: 100px; }
  .cart_totals a {
    color: #60b9be; }
  .cart_totals .wc-proceed-to-checkout a {
    background-color: #60b9be !important;
    text-transform: uppercase;
    border-radius: 0px;
    color: #FFFFFE !important;
    font-size: 20px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .cart_totals .wc-proceed-to-checkout a:hover {
    background-color: #343447 !important;
    color: #ffffff; }

button#place_order {
  background-color: #60b9be !important;
  text-transform: uppercase;
  border-radius: 0px;
  color: #FFFFFE !important;
  font-size: 18px !important;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button#place_order:hover {
  background-color: #343447 !important;
  color: #ffffff; }

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 0px;
  line-height: 40px;
  border: 1px solid #dddddd; }

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 40px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #343447; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343447; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #343447; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #343447; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #343447; }

h3#order_review_heading {
  margin-top: 50px; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #eef0f1;
  border-radius: 0px;
  margin-bottom: 100px;
  padding: 30px; }

textarea#order_comments {
  height: 200px;
  padding: 10px; }

a.button.wc-backward {
  background: #60b9be;
  margin-bottom: 100px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.button.wc-backward:hover {
  color: #ffffff;
  background: #343447; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #60b9be;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #ffffff;
  background: #343447; }

.woocommerce-MyAccount-navigation ul {
  padding: 0px;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px; }
  .woocommerce-MyAccount-navigation ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px; }
    .woocommerce-MyAccount-navigation ul li a {
      width: 100%;
      float: left;
      text-decoration: none;
      text-transform: uppercase;
      background: #f1f1f1;
      color: #343447;
      padding: 10px;
      font-weight: bold;
      font-size: 17px; }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #60b9be;
    color: #ffffff; }

.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 100px; }

div#customer_login {
  margin-bottom: 100px;
  margin-top: 50px;
  float: left;
  width: 100%; }
  div#customer_login h2 {
    margin-bottom: 20px;
    float: left;
    width: 100%; }
  div#customer_login form.woocommerce-form.woocommerce-form-login.login {
    float: left;
    width: 100%; }
  div#customer_login form.woocommerce-form.woocommerce-form-register.register {
    float: left;
    width: 100%; }

.nav {
  width: 100%; }

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center; }
  .navigation-main ul {
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -999em;
    left: -999em; }
  .navigation-main li {
    display: inline-block;
    position: relative;
    text-align: left; }
    .navigation-main li.focus > ul, .navigation-main li:hover > ul {
      top: auto;
      left: auto; }
    .navigation-main li li {
      display: block; }
      .navigation-main li li.focus > ul, .navigation-main li li:hover > ul {
        left: 100%;
        top: 0; }
  .navigation-main a {
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 10px 15px; }
  .navigation-main .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: currentColor; }
  .navigation-main ul .menu-item-has-children > a::before {
    right: 2px;
    border-top-color: transparent;
    border-left-color: currentColor; }
  .navigation-main ul {
    background-color: black; }

.page__wrapper {
  width: 100%;
  color: #000000; }

#faqs .elementor-accordion .elementor-accordion-item {
  border: 0; }

#faqs .elementor-accordion .elementor-tab-title {
  margin-bottom: 5px; }

#faqs .elementor-accordion .elementor-tab-title.elementor-active::after {
  content: '';
  width: 150px;
  height: 20px;
  background: url(images/title_line.png) 0% 0% no-repeat;
  background-size: 90px !important;
  float: left;
  left: 0;
  position: absolute;
  margin-top: 37px;
  margin-left: 20px; }

#faqs .elementor-accordion .elementor-tab-content {
  border-top: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #353548; }
  #faqs .elementor-accordion .elementor-tab-content p {
    font-size: 17px;
    line-height: 22px;
    color: #353548; }

#faqs ol {
  font-size: 17px;
  line-height: 22px;
  color: #353548;
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 30px; }

#faqs ol li {
  font-size: 17px;
  line-height: 22px;
  color: #353548;
  counter-increment: my-awesome-counter; }

#faqs ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #343447;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px; }

#faqs ul {
  list-style: none;
  font-size: 17px;
  line-height: 22px;
  color: #353548; }
  #faqs ul li {
    font-size: 17px;
    line-height: 22px;
    color: #353548; }

#faqs ul li::before {
  content: "\2022";
  color: #343447;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

#blog .elementor-post__text {
  padding: 0px;
  margin-top: 0px;
  color: #343447;
  font-family: "Ubuntu", sans-serif; }

#blog .elementor-post__title a {
  color: #343447;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 25px; }

#blog .elementor-post__title a::after {
  content: '';
  width: 150px;
  height: 20px;
  background: url(images/title_line.png) 0% 0% no-repeat;
  background-size: 80px !important;
  float: left;
  left: 0;
  position: absolute;
  margin-top: 40px; }

#blog p {
  float: left;
  width: 100%;
  color: #343447;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 20px;
  margin-top: 25px; }

#blog .elementor-post__meta-data {
  padding: 0px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #dddddd;
  color: #343447;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 25px; }

#blog .elementor-post__read-more {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0px; }

#blog__page {
  float: left;
  width: 100%; }
  #blog__page .container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px; }
    @media (max-width: 980px) {
      #blog__page .container {
        padding: 20px; } }
  #blog__page .featured-image {
    margin-top: 50px;
    margin-bottom: 35px;
    width: 100%; }
    #blog__page .featured-image img {
      width: 100%; }
  #blog__page .blog_post {
    float: left;
    width: 100%;
    margin-bottom: 50px; }
  #blog__page .nav-links {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px; }
    #blog__page .nav-links .nav-previous {
      width: 50%;
      float: left; }
    #blog__page .nav-links .nav-previous::before {
      content: "<< ";
      font-family: "Ubuntu", sans-serif; }
    #blog__page .nav-links .nav-next {
      width: 50%;
      float: right;
      text-align: right; }
    #blog__page .nav-links .nav-next::after {
      content: " >>";
      font-family: "Ubuntu", sans-serif; }
    #blog__page .nav-links a {
      color: #343447;
      text-decoration: none;
      font-family: "Ubuntu", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #blog__page .nav-links a:hover {
      color: #60b9be; }

.page-template-internal-page #about ul {
  list-style: none;
  font-size: 17px;
  line-height: 22px;
  color: #353548;
  padding: 0px; }
  .page-template-internal-page #about ul li {
    line-height: 32px;
    color: #353548;
    background: url(images/check.png) 0% 50% no-repeat;
    background-size: 35px;
    padding-left: 60px;
    font-size: 22px; }

.page-template-internal-page #team h2 {
  margin-bottom: 0px;
  font-size: 37px; }

.page-template-internal-page #team h3 {
  font-size: 27px; }

.elementor-html .page-template-internal-page #about li {
  background: none;
  padding-left: 0px; }

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-9 10:43:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:26:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:30:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.scale-up-ver-center {
  -webkit-animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:43:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

/*
 Content SCSS
*/
html {
  scroll-behavior: smooth; }

#site {
  width: 100%;
  overflow: hidden; }

body {
  background: #ffffff; }

img {
  height: auto;
  max-width: 100%;
  width: auto; }

body.home {
  background: #ffffff; }

article {
  float: left;
  width: 100%; }
  @media (max-width: 1280px) {
    article {
      padding-top: 0px; } }
  @media (max-width: 768px) {
    article {
      padding-top: 0px; } }
  article a {
    text-decoration: underline; }
  article .columns-9 {
    padding-top: 5px; }
    article .columns-9 h2 {
      font-size: 28px; }
    article .columns-9 h3 {
      font-size: 22px; }
    article .columns-9 h4 {
      font-size: 18px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: url(images/select-down.png) 100% 50% #ffffff no-repeat;
  /* Add custom arrow */
  background-size: 30px;
  outline: none;
  border-radius: 0px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Open Sans", Sans-serif;
  text-transform: lowercase;
  padding-right: 30px;
  border: 0px; }

.elementor-heading-title {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 15px;
  float: left;
  width: 100%; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 15px;
  float: left;
  width: 100%; }

strong, b {
  font-weight: bold; }

h1, .h1 {
  text-transform: uppercase;
  width: 100%;
  float: left;
  font-size: 58px;
  line-height: 65px;
  font-weight: bold;
  letter-spacing: 1px !important;
  margin-bottom: 35px;
  font-family: "Ubuntu", sans-serif; }

h2, .h2 {
  width: 100%;
  font-size: 32px;
  font-weight: 600; }

h3, .h3 {
  width: 100%;
  font-size: 20px;
  font-weight: 600; }

h4, .h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: none; }

h5 {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: none; }

p, .p, li {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 400;
  line-height: 28px; }

#content {
  float: left;
  width: 100%; }

ul#breadcrumbs {
  float: left;
  width: 100%;
  padding-left: 20px !important; }
  ul#breadcrumbs li {
    float: left;
    font-size: 14px;
    color: #60b9be; }
    ul#breadcrumbs li a {
      float: left;
      font-size: 14px;
      color: #000000; }
  ul#breadcrumbs li.item-cat {
    margin-right: 10px; }
  ul#breadcrumbs li.separator.separator-home {
    margin: 0px 10px; }
  ul#breadcrumbs li.item-current {
    margin-left: 10px; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px; }
  @media (max-width: 1440px) {
    .container {
      max-width: 90%;
      width: 100%; } }
  @media (max-width: 1069px) {
    .container {
      width: 95%;
      max-width: 95%; } }
  @media (max-width: 980px) {
    .container {
      max-width: 95%;
      width: 100%; } }
  @media (max-width: 768px) {
    .container {
      padding: 30px 0px; } }

.gform_footer img {
  display: none; }

#btn_blue {
  color: #ffffff;
  background-color: #60b9be;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 25px 15px 25px;
  margin-top: 15px;
  cursor: pointer;
  min-width: 150px; }

#btn_blue:hover {
  background-color: #343447; }

#front__page {
  float: left;
  width: 100%;
  margin-top: 100px; }
  #front__page #homeslider .elementor-slide-heading {
    color: #343447;
    float: left;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-size: 58px;
    line-height: 64px; }
    @media (max-width: 768px) {
      #front__page #homeslider .elementor-slide-heading {
        font-size: 48px;
        line-height: 54px; } }
    @media (max-width: 767px) {
      #front__page #homeslider .elementor-slide-heading {
        font-size: 26px;
        line-height: 28px; } }
  #front__page #homeslider .elementor-slide-heading::before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(images/banner_heading1.png) 50% 50% no-repeat;
    background-size: 80px;
    margin-left: -80px;
    float: left;
    margin-top: -65px;
    position: absolute; }
  #front__page #homeslider .elementor-slide-description {
    font-family: "Ubuntu", sans-serif;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #343447;
    font-weight: 500;
    color: #343447; }
    @media (max-width: 767px) {
      #front__page #homeslider .elementor-slide-description {
        font-size: 14px; } }
    #front__page #homeslider .elementor-slide-description b {
      float: left;
      width: 100%;
      margin-top: 20px; }
  #front__page #homeslider .elementor-slide-description::after {
    content: "";
    width: 100px;
    height: 100px;
    background: url(images/banner_heading2.png) 50% 50% no-repeat;
    background-size: 80px;
    margin-right: -50px;
    margin-top: -25px;
    position: relative;
    float: right;
    margin-bottom: -80px; }
  #front__page #homeslider .elementor-slide-button {
    float: left;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif; }
    @media (max-width: 767px) {
      #front__page #homeslider .elementor-slide-button {
        margin-top: 0px; } }
  #front__page #homeslider .elementor-slide-button {
    background: #f8bf00;
    font-weight: 500;
    text-transform: uppercase; }
  #front__page #homeslider .elementor-slide-button:hover {
    background: #60b9be; }
  #front__page #homeslider .swiper-pagination {
    bottom: 10px;
    width: auto;
    right: 25px;
    left: auto; }
  #front__page #lupinlovers .img01 {
    position: absolute;
    width: auto !important;
    text-align: right;
    max-width: 500px !important;
    float: right;
    right: 40px;
    left: auto; }
    @media (max-width: 767px) {
      #front__page #lupinlovers .img01 {
        display: none; } }
  #front__page #lupinlovers .img02 {
    position: absolute;
    right: 0;
    left: 0px;
    width: auto !important;
    text-align: left;
    bottom: 47px;
    float: left;
    max-width: 200px !important; }
    @media (max-width: 767px) {
      #front__page #lupinlovers .img02 {
        max-width: 100px !important; } }
  #front__page #lupinlovers #lovers p {
    font-size: 15px;
    line-height: 22px; }

#single__contact a {
  color: #343447;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#single__contact a:hover {
  color: #60b9be; }

#single__contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 45px;
  border: 1px solid #dddddd; }

#single__contact .gform_wrapper textarea.medium {
  border: 1px solid #dddddd; }

#single__contact .gform_wrapper label.gfield_label, #single__contact .gform_wrapper legend.gfield_label {
  font-weight: 400; }

#reviews .elementor-text-editor p {
  padding: 0px 20px; }

#reviews .elementor-text-editor::before {
  content: '"';
  font-size: 35px;
  float: left;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  color: #000000;
  margin-top: -10px; }

#reviews .elementor-text-editor::after {
  content: '"';
  font-size: 35px;
  float: right;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  position: absolute;
  color: #000000;
  top: -10px;
  right: 20px; }

#error404page {
  text-align: center;
  padding: 150px 0px; }
  #error404page h1 {
    color: #60b9be;
    font-size: 150px;
    margin-bottom: 100px; }

.wpsl-search {
  background: #cfeef2 !important;
  padding: 10px; }

#wpsl-search-wrap {
  float: left;
  width: 100%;
  padding: 10px 20px 0px; }

#wpsl-search-wrap div label {
  float: left;
  margin-right: 10px;
  width: 200px;
  line-height: 35px; }

input#wpsl-search-btn {
  background: #60b9be !important;
  color: #ffffff;
  border: 0px !important;
  border-radius: 0px !important;
  text-transform: uppercase !important; }
