/*!
Theme Name: Creative Tune
Theme URI: https://www.creativetune.com.au
Author: Wayne Chandra
Author URI: https://www.waynechandra.com
Description: Creative Tune Bootstrap 4.1.3 WordPress Theme for Australian Fine Jewellery
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creativetune
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i|Rubik:400,400i,700,700i&display=swap);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

::selection {
  background: #25414f; }

::-moz-selection {
  background: #25414f; }

body::selection {
  background: #25414f; }

body::-moz-selection {
  background: #25414f; }

p::selection {
  background: #25414f;
  color: #fff; }

p::-moz-selection {
  background: #25414f;
  color: #fff; }

span::selection {
  background: #25414f;
  color: #fff; }

span::-moz-selection {
  background: #25414f;
  color: #fff; }

a::selection {
  background: #25414f;
  color: #fff; }

a::-moz-selection {
  background: #25414f;
  color: #fff; }

h1::selection {
  background: #25414f;
  color: #fff; }

h1::-moz-selection {
  background: #25414f;
  color: #fff; }

h2::selection {
  background: #25414f;
  color: #fff; }

h2::-moz-selection {
  background: #25414f;
  color: #fff; }

h3::selection {
  background: #25414f;
  color: #fff; }

h3::-moz-selection {
  background: #25414f;
  color: #fff; }

h4::selection {
  background: #25414f;
  color: #fff; }

h4::-moz-selection {
  background: #25414f;
  color: #fff; }

h5::selection {
  background: #25414f;
  color: #fff; }

h5::-moz-selection {
  background: #25414f;
  color: #fff; }

h6::selection {
  background: #25414f;
  color: #fff; }

h6::-moz-selection {
  background: #25414f;
  color: #fff; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4E5356;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.2em;
  letter-spacing: -1px; }

h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 27.2px;
      font-size: 1.7rem;
      line-height: 1.15; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 25.6px;
      font-size: 1.6rem;
      line-height: 1.1; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 22.4px;
      font-size: 1.4rem; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 19.2px;
      font-size: 1.2rem; } }

h2 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 22.4px;
      font-size: 1.4rem; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 19.2px;
      font-size: 1.2rem; } }

h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.1; }

h4 {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.1 !important; }

h5 {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 0.9; }

h6 {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 0.8; }

p {
  margin-bottom: 1.3em; }

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

blockquote {
  border-left: 12px solid #0A0A0A;
  padding-left: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3; }

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

.text-uppercase {
  text-transform: uppercase; }

.text-underline {
  text-decoration: underline !important; }

.text-bold {
  font-weight: 700 !important; }

.text-light {
  font-weight: 300 !important; }

.text-normal {
  font-weight: 400 !important; }

.text-small {
  font-size: 0.85em !important; }

.super-lead {
  font-size: 28.8px;
  font-size: 1.8rem; }

.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6em !important;
  font-weight: 400 !important; }
  @media (max-width: 991px) {
    .lead {
      font-size: 17.6px;
      font-size: 1.1rem; } }
  @media (max-width: 768px) {
    .lead {
      font-size: 16.8px;
      font-size: 1.05rem; } }
  @media (max-width: 576px) {
    .lead {
      font-size: 16px;
      font-size: 1rem; } }

.text-drop-shadow {
  text-shadow: 2px 2px 8px #000; }

.text-white {
  color: #ffffff; }

.text-yellow {
  color: #333333; }

.text-red {
  color: red !important; }

.text-black {
  color: #0A0A0A; }

@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center; }

  .text-sm-left {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .text-xs-center {
    text-align: center; } }
.alt-text {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300 !important; }

.font-small {
  font-size: 80%; }

/*--------------------------------------------------------------
# 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. */
  background-size: auto 1000px;
  background-repeat: repeat; }

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

ul, ol {
  margin: 0 0 2em 10px;
  list-style-type: circle; }
  ul li, ol li {
    margin-bottom: 10px; }

ul {
  list-style-type: circle; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 20px;
  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; }

.btn-black-outline {
  display: inline-block;
  padding: 8px 32px;
  background-color: transparent;
  color: #333333;
  text-align: center;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #333333;
  font-weight: 700; }
  .btn-black-outline:hover, .btn-black-outline:focus {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff !important; }
  .btn-black-outline:visited {
    color: #333333; }

.btn-tlc {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #0A0A0A;
  position: relative;
  padding-left: 0;
  width: auto;
  display: block;
  max-width: 150px;
  font-size: 14.4px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .btn-tlc:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #333333; }
  .btn-tlc:visited {
    color: #0A0A0A; }

.btn-tlc:after {
  position: absolute;
  content: '\f30b';
  color: #333333;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  margin-top: -12px;
  right: 0px; }

.btn-blue-pearl {
  display: inline-block !important;
  margin-top: 24px;
  padding: 10px 46px;
  border-radius: 22px;
  background-color: #31ACB7;
  color: #ffffff !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }
  .btn-blue-pearl:hover, .btn-blue-pearl:focus {
    background-color: #EACFE0;
    color: #ffffff !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #31ACB7;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  a:visited {
    color: #31ACB7;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #EACFE0;
    text-decoration: none; }
  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 {
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
  padding-top: 12px;
  align-items: baseline;
  background: black;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  align-items: center; }
  @media (max-width: 991px) {
    .navbar {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 576px) {
    .navbar {
      background-color: transparent !important; } }
  .navbar .navbar-brand {
    width: 120px;
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 36px; }
    @media (max-width: 1200px) {
      .navbar .navbar-brand {
        margin-top: 24px; } }
    @media (max-width: 1024px) {
      .navbar .navbar-brand {
        width: 100px; } }
    @media (max-width: 991px) {
      .navbar .navbar-brand {
        margin-top: 10px;
        margin-left: 16px; } }
  .navbar .creativetune-toggler {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 1em !important;
    margin-left: auto; }
    .navbar .creativetune-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
    @media (max-width: 991px) {
      .navbar .creativetune-toggler {
        margin-right: 16px; } }
  .navbar #main-menu ul#menu-primary-menu {
    margin-top: 0;
    margin-right: 0; }
    @media (max-width: 991px) {
      .navbar #main-menu ul#menu-primary-menu {
        border-bottom: 0;
        padding: 24px 18px;
        background-color: #0A0A0A; } }
    .navbar #main-menu ul#menu-primary-menu li {
      margin: 0 6px; }
      .navbar #main-menu ul#menu-primary-menu li a {
        font-size: 13.76px;
        font-size: 0.86rem;
        padding: 0.5em 1em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 1200px) {
          .navbar #main-menu ul#menu-primary-menu li a {
            padding: 0.5em 0.5em;
            font-size: 12.16px;
            font-size: 0.76rem; } }
        @media (max-width: 1024px) {
          .navbar #main-menu ul#menu-primary-menu li a {
            font-size: 11.52px;
            font-size: 0.72rem;
            padding: 0.5em 0.4em; } }
        @media (max-width: 991px) {
          .navbar #main-menu ul#menu-primary-menu li a {
            font-size: 13.76px;
            font-size: 0.86rem; } }
        .navbar #main-menu ul#menu-primary-menu li a:hover, .navbar #main-menu ul#menu-primary-menu li a:focus {
          color: #31ACB7;
          background-color: transparent; }
      .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        padding: 10px;
        border: 0;
        box-shadow: none;
        margin: 0; }
        .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a {
          color: #0A0A0A;
          padding: 12px !important;
          display: block; }
          .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:hover, .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:focus {
            background-color: transparent;
            color: #333333; }
    .navbar #main-menu ul#menu-primary-menu li.active a {
      color: #31ACB7;
      background-color: transparent; }
    .navbar #main-menu ul#menu-primary-menu li.mobile-menu {
      display: none; }
      @media (max-width: 991px) {
        .navbar #main-menu ul#menu-primary-menu li.mobile-menu {
          display: block; } }
  .navbar .header-contact-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 991px) {
      .navbar .header-contact-menu {
        display: none; } }
    @media (max-width: 768px) {
      .navbar .header-contact-menu {
        top: 25px;
        right: 70px; } }
    @media (max-width: 576px) {
      .navbar .header-contact-menu {
        right: 60px; } }
    .navbar .header-contact-menu li {
      display: inline-block;
      font-size: 14.4px;
      font-size: 0.9rem;
      margin: 0 12px; }
      @media screen and (max-width: 1320px) {
        .navbar .header-contact-menu li {
          margin: 0 6px; } }
      .navbar .header-contact-menu li a.top-bar-search {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #4E5356;
        border-radius: 50%;
        color: #fff !important;
        width: 32px;
        height: 32px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        .navbar .header-contact-menu li a.top-bar-search i {
          color: #ffffff;
          font-size: 11.2px;
          font-size: 0.7rem; }
        .navbar .header-contact-menu li a.top-bar-search:hover {
          background-color: #31ACB7;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      .navbar .header-contact-menu li a {
        color: #2f2f2f;
        font-weight: 600;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        .navbar .header-contact-menu li a:hover {
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          color: #333333; }
        @media (max-width: 320px) {
          .navbar .header-contact-menu li a {
            display: none; } }
      .navbar .header-contact-menu li a.book-now {
        margin: 0 6px;
        padding: 10px 16px;
        color: #fff;
        background-color: #333333;
        text-transform: uppercase;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        font-size: 13.6px;
        font-size: 0.85rem; }
        .navbar .header-contact-menu li a.book-now:hover {
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          background-color: #0A0A0A; }
        @media (max-width: 576px) {
          .navbar .header-contact-menu li a.book-now {
            padding: 8px 10px;
            margin: 0 3px;
            font-size: 11.2px;
            font-size: 0.7rem; } }

.navbar-default {
  border-radius: 0;
  background-color: #ffffff;
  border: 0;
  margin-top: 15px; }

#menu-primary-menu li.active > .dropdown-menu li a {
  color: #333333; }

#menu-primary-menu li.active > .dropdown-menu li a:hover,
#menu-primary-menu li.active > .dropdown-menu li a:focus {
  color: #31ACB7; }

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.content-padding {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .content-padding {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 576px) {
    .content-padding {
      padding-top: 32px;
      padding-bottom: 32px; } }

.overlay-page {
  position: relative; }

.overlay-page:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 0; }

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

.hentry {
  margin: 0 0 1.5em; }

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

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

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

.post-list .post-date {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0px; }

#primary .post-feature-img {
  height: 320px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
#primary .post-img {
  max-width: 480px; }
#primary .entry-meta {
  padding: 8px 0; }
  #primary .entry-meta .post-date {
    color: #31ACB7;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-style: italic; }
#primary h2 {
  margin-top: 24px;
  margin-bottom: 24px; }

.archive article {
  border-bottom: 1px dotted #efefef;
  padding-bottom: 32px; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary section {
  margin-bottom: 60px; }
  #secondary section h2 {
    font-size: 17.6px;
    font-size: 1.1rem;
    margin-top: 10px;
    text-transform: uppercase; }
  #secondary section h3 {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  #secondary section ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #secondary section ul li a {
      display: block;
      padding: 8px 0px 8px 0;
      color: #4E5356;
      position: relative;
      font-size: 15.2px;
      font-size: 0.95rem;
      border-bottom: 1px dotted #949494;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #secondary section ul li a:hover, #secondary section ul li a:focus {
        color: #31ACB7;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
  #secondary section input[type="search"] {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    padding: 8px 10px; }
  #secondary section #search-form input[type="search"] {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    padding: 8px 10px;
    width: 80%;
    height: 42px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  #secondary section #search-form .search-submit {
    background-color: #31ACB7;
    color: #ffffff;
    width: 18%;
    border: 0;
    height: 42px;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    #secondary section #search-form .search-submit:hover {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      background-color: #EACFE0; }

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

.img-100 {
  width: 100%; }

.img-70 {
  width: 70% !important; }

.img-center {
  margin: 0 auto !important; }

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

#home-page-slider {
  position: relative;
  width: 100%;
  height: auto; }
  #home-page-slider .homepage-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 95vh; }
    @media (max-width: 1024px) {
      #home-page-slider .homepage-slider {
        height: 75vh; } }
    @media (max-width: 768px) {
      #home-page-slider .homepage-slider {
        height: 100vh; } }
    #home-page-slider .homepage-slider .owl-stage-outer {
      overflow: hidden; }
      @media (max-width: 768px) {
        #home-page-slider .homepage-slider .owl-stage-outer {
          height: 100vh !important; } }
    #home-page-slider .homepage-slider .slider-item {
      display: block;
      width: 100%;
      position: relative; }
      #home-page-slider .homepage-slider .slider-item .slider-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 95vh;
        width: auto; }
        @media (max-width: 1024px) {
          #home-page-slider .homepage-slider .slider-item .slider-image {
            height: 75vh; } }
        @media (max-width: 768px) {
          #home-page-slider .homepage-slider .slider-item .slider-image {
            display: none; } }
      #home-page-slider .homepage-slider .slider-item .slider-image-mobile {
        display: none; }
        @media (max-width: 768px) {
          #home-page-slider .homepage-slider .slider-item .slider-image-mobile {
            display: block;
            width: 100%;
            height: 75vh;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; } }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .slider-item .slider-image-mobile {
            height: 100vh; } }
      #home-page-slider .homepage-slider .slider-item .slider-caption {
        left: 50%;
        top: 35%;
        position: absolute;
        z-index: 9;
        width: 36%;
        text-align: left; }
        @media (max-width: 1200px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            left: 45%;
            width: 40%; } }
        @media (max-width: 991px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            left: 30%;
            width: 58%; } }
        @media (max-width: 768px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            padding-top: 70%;
            width: 80%;
            left: 10%;
            text-align: center; } }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .slider-item .slider-caption {
            padding-top: 58%; } }
        #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
          font-weight: 700;
          font-size: 32px;
          font-size: 2rem;
          line-height: 1.05em;
          margin-bottom: 24px;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif; }
          @media (max-width: 991px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
              font-size: 28.8px;
              font-size: 1.8rem; } }
          @media (max-width: 768px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
              font-size: 22.4px;
              font-size: 1.4rem;
              color: #333333; } }
          @media (max-width: 576px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p.caption-heading {
              font-size: 17.6px;
              font-size: 1.1rem;
              color: #fff;
              display: block !important; } }
        #home-page-slider .homepage-slider .slider-item .slider-caption p {
          font-size: 16px;
          font-size: 1rem;
          color: #ffffff; }
          @media (max-width: 991px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p {
              font-size: 14.4px;
              font-size: 0.9rem; } }
          @media (max-width: 576px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption p {
              padding-left: 0; } }
        #home-page-slider .homepage-slider .slider-item .slider-caption a {
          display: inline-block !important;
          margin-top: 24px;
          padding: 10px 46px;
          border-radius: 22px;
          background-color: #31ACB7;
          color: #ffffff;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 700;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif; }
          #home-page-slider .homepage-slider .slider-item .slider-caption a:hover, #home-page-slider .homepage-slider .slider-item .slider-caption a:focus {
            background-color: #EACFE0;
            color: #fff;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
          @media (max-width: 991px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption a {
              font-size: 12.8px;
              font-size: 0.8rem;
              padding: 8px 18px; } }
          @media (max-width: 768px) {
            #home-page-slider .homepage-slider .slider-item .slider-caption a {
              margin-top: 8px; } }
    #home-page-slider .homepage-slider .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: 0;
      z-index: 12;
      display: flex;
      justify-content: space-between; }
      #home-page-slider .homepage-slider .owl-nav:hover, #home-page-slider .homepage-slider .owl-nav:focus {
        background: transparent; }
      #home-page-slider .homepage-slider .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        font-size: 12.8px;
        font-size: 0.8rem;
        padding: 14px;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 20px;
        color: #333333;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-nav .owl-prev:hover {
          background-color: rgba(49, 168, 183, 0.9);
          color: #ffffff;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .owl-nav .owl-prev {
            display: none; } }
      #home-page-slider .homepage-slider .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        font-size: 12.8px;
        font-size: 0.8rem;
        padding: 14px;
        width: 40px;
        height: 40px;
        margin: -20px 20px 0 0;
        color: #333333;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-nav .owl-next:hover {
          background-color: rgba(49, 168, 183, 0.9);
          color: #ffffff;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .owl-nav .owl-next {
            display: none; } }
    #home-page-slider .homepage-slider .owl-dots {
      position: absolute;
      bottom: 28px;
      width: 100%;
      z-index: 9; }
      @media (max-width: 576px) {
        #home-page-slider .homepage-slider .owl-dots {
          display: none; } }
      #home-page-slider .homepage-slider .owl-dots span {
        background-color: #ffffff !important;
        border: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-dots span:hover {
          background-color: #31ACB7 !important;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      #home-page-slider .homepage-slider .owl-dots .owl-dot.active span {
        background-color: #31ACB7 !important;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
  /* position: relative;
   overflow: hidden; */
  list-style-type: none; }

.lightbox-grid li {
  /*width: 18%;*/
  float: left;
  border: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 1; }

.lightbox-grid li:hover .background-image-holder {
  opacity: 0.1; }

.square-thumbs ul {
  margin: 0 !important;
  padding: 0 !important; }

.square-thumbs li {
  height: 220px;
  padding: 0 !important;
  margin: 0; }
  @media (max-width: 1200px) {
    .square-thumbs li {
      height: 180px; } }
  @media (max-width: 991px) {
    .square-thumbs li {
      height: 150px; } }

.feature-img {
  overflow: hidden !important;
  background: #31ACB7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px; }

.feature-img .fi-button {
  position: absolute;
  padding: 15px 0px;
  bottom: -40px;
  left: 0;
  padding: 0;
  z-index: auto;
  display: inline-block;
  height: auto;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99; }

.feature-img .fi-button i {
  color: #fff;
  font-size: 22px;
  opacity: 1; }

.feature-img:hover .fi-button, .lightbox-grid li:hover > .fi-button {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px); }

.background-image-holder .fadeIn {
  opacity: 1; }

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #333333;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1; }

.background-image-holder img {
  display: none; }

.lb-outerContainer {
  background: transparent !important; }

.lb-container {
  background-color: #fff;
  padding: 0 !important; }

.lightbox .lb-image {
  border-radius: 0 !important; }

.lb-dataContainer {
  background-color: #fff;
  border-radius: 0 !important; }

.lb-data .lb-details {
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 20px 0 !important; }

.lb-data .lb-caption {
  color: #cb171e !important; }

.lb-data .lb-closeContainer {
  display: none !important; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999; }
  .site-header .navbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    padding-top: 0; }
    @media (max-width: 991px) {
      .site-header .navbar {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        height: auto; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  background-color: #333333;
  padding-top: 80px;
  padding-bottom: 48px;
  font-weight: 400;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem; }
  #site-footer .footer-logo {
    max-width: 120px;
    display: inline-block;
    margin: 0 0 24px 0; }
  #site-footer .footer-contact {
    list-style-type: none; }
    #site-footer .footer-contact li {
      display: flex; }
      #site-footer .footer-contact li i {
        display: flex;
        align-items: center;
        width: 26px;
        height: 26px;
        color: #ffffff; }
      #site-footer .footer-contact li span {
        color: #fff; }
      #site-footer .footer-contact li a {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #site-footer .footer-contact li a:hover {
          color: #31ACB7;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      #site-footer .footer-contact li p {
        color: #fff; }
  #site-footer .footer-social {
    margin-top: 1.5em;
    margin-bottom: 2em;
    list-style-type: none;
    padding: 0; }
    #site-footer .footer-social li {
      display: inline-block;
      margin: 0 4px; }
      #site-footer .footer-social li a {
        color: #ffffff;
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #4E5356;
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        padding: 6px; }
        #site-footer .footer-social li a:hover, #site-footer .footer-social li a:focus {
          background-color: #31ACB7;
          color: #fff;
          opacity: 1; }
    #site-footer .footer-social li:first-child {
      margin-left: 0; }
  #site-footer h4 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5em; }
  #site-footer p {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #fff; }
  #site-footer .footer-menus {
    margin-top: 3.2em; }
    @media (max-width: 991px) {
      #site-footer .footer-menus {
        margin-top: 2.4em; } }
    @media (max-width: 768px) {
      #site-footer .footer-menus {
        margin-top: 1.3em; } }
  #site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #site-footer ul li {
      display: block;
      padding-left: 0px;
      margin-bottom: 6px; }
      #site-footer ul li a {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        font-size: 14.4px;
        font-size: 0.9rem; }
        #site-footer ul li a:hover {
          color: #31ACB7;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
  #site-footer a.book-now {
    margin-top: 16px;
    display: inline-block;
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
    padding: 10px 24px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    #site-footer a.book-now:hover {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      background-color: transparent;
      border: 1px solid #ffffff; }

#sub-footer {
  background-color: #0A0A0A;
  padding-top: 12px;
  padding-bottom: 12px; }
  #sub-footer .row {
    align-items: center; }
  #sub-footer p.copyright {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0px;
    text-align: left; }
    @media (max-width: 768px) {
      #sub-footer p.copyright {
        text-align: center; } }
  #sub-footer .creativetune p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right; }
    @media (max-width: 768px) {
      #sub-footer .creativetune p {
        text-align: center; } }
  #sub-footer .creativetune .creativetune-logo {
    margin-left: 0.3em;
    max-width: 120px; }

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background-color: #333333;
  display: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 9.6px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase; }
  .topbutton i {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #ffffff;
    padding: 15px 17px 0px 17px; }
  .topbutton:hover, .topbutton:focus {
    background-color: #0A0A0A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pr-0 {
  padding-right: 0px; }

.pl-0 {
  padding-left: 0px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pr-10 {
  padding-right: 10px; }

.pl-10 {
  padding-left: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pr-20 {
  padding-right: 20px; }

.pl-20 {
  padding-left: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pr-30 {
  padding-right: 30px; }

.pl-30 {
  padding-left: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pr-40 {
  padding-right: 40px; }

.pl-40 {
  padding-left: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pr-50 {
  padding-right: 50px; }

.pl-50 {
  padding-left: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pr-60 {
  padding-right: 60px; }

.pl-60 {
  padding-left: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-70 {
  padding-left: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pr-80 {
  padding-right: 80px; }

.pl-80 {
  padding-left: 80px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pr-90 {
  padding-right: 90px; }

.pl-90 {
  padding-left: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-left: 110px; }

.mr-110 {
  margin-right: 110px; }

.pt-110 {
  padding-top: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pr-110 {
  padding-right: 110px; }

.pl-110 {
  padding-left: 110px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-left: 120px; }

.mr-120 {
  margin-right: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pr-120 {
  padding-right: 120px; }

.pl-120 {
  padding-left: 120px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-left: 130px; }

.mr-130 {
  margin-right: 130px; }

.pt-130 {
  padding-top: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pr-130 {
  padding-right: 130px; }

.pl-130 {
  padding-left: 130px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-left: 140px; }

.mr-140 {
  margin-right: 140px; }

.pt-140 {
  padding-top: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pr-140 {
  padding-right: 140px; }

.pl-140 {
  padding-left: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-left: 150px; }

.mr-150 {
  margin-right: 150px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pr-150 {
  padding-right: 150px; }

.pl-150 {
  padding-left: 150px; }

.mt-160 {
  margin-top: 160px; }

.mb-160 {
  margin-bottom: 160px; }

.ml-160 {
  margin-left: 160px; }

.mr-160 {
  margin-right: 160px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.pr-160 {
  padding-right: 160px; }

.pl-160 {
  padding-left: 160px; }

.mt-170 {
  margin-top: 170px; }

.mb-170 {
  margin-bottom: 170px; }

.ml-170 {
  margin-left: 170px; }

.mr-170 {
  margin-right: 170px; }

.pt-170 {
  padding-top: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.pr-170 {
  padding-right: 170px; }

.pl-170 {
  padding-left: 170px; }

.mt-180 {
  margin-top: 180px; }

.mb-180 {
  margin-bottom: 180px; }

.ml-180 {
  margin-left: 180px; }

.mr-180 {
  margin-right: 180px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pr-180 {
  padding-right: 180px; }

.pl-180 {
  padding-left: 180px; }

.mt-190 {
  margin-top: 190px; }

.mb-190 {
  margin-bottom: 190px; }

.ml-190 {
  margin-left: 190px; }

.mr-190 {
  margin-right: 190px; }

.pt-190 {
  padding-top: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.pr-190 {
  padding-right: 190px; }

.pl-190 {
  padding-left: 190px; }

.mt-200 {
  margin-top: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.ml-200 {
  margin-left: 200px; }

.mr-200 {
  margin-right: 200px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pr-200 {
  padding-right: 200px; }

.pl-200 {
  padding-left: 200px; }

@media screen and (max-width: 991px) {
  .pt-md-0 {
    padding-top: 0px !important; }

  .pr-md-0 {
    padding-right: 0px !important; }

  .pb-md-0 {
    padding-bottom: 0px !important; }

  .pl-md-0 {
    padding-left: 0px !important; }

  .mt-md-0 {
    margin-top: 0px !important; }

  .mr-md-0 {
    margin-right: 0px !important; }

  .mb-md-0 {
    margin-bottom: 0px !important; }

  .ml-md-0 {
    margin-left: 0px !important; }

  .pt-md-10 {
    padding-top: 10px !important; }

  .pr-md-10 {
    padding-right: 10px !important; }

  .pb-md-10 {
    padding-bottom: 10px !important; }

  .pl-md-10 {
    padding-left: 10px !important; }

  .mt-md-10 {
    margin-top: 10px !important; }

  .mr-md-10 {
    margin-right: 10px !important; }

  .mb-md-10 {
    margin-bottom: 10px !important; }

  .ml-md-10 {
    margin-left: 10px !important; }

  .pt-md-20 {
    padding-top: 20px !important; }

  .pr-md-20 {
    padding-right: 20px !important; }

  .pb-md-20 {
    padding-bottom: 20px !important; }

  .pl-md-20 {
    padding-left: 20px !important; }

  .mt-md-20 {
    margin-top: 20px !important; }

  .mr-md-20 {
    margin-right: 20px !important; }

  .mb-md-20 {
    margin-bottom: 20px !important; }

  .ml-md-20 {
    margin-left: 20px !important; }

  .pt-md-30 {
    padding-top: 30px !important; }

  .pr-md-30 {
    padding-right: 30px !important; }

  .pb-md-30 {
    padding-bottom: 30px !important; }

  .pl-md-30 {
    padding-left: 30px !important; }

  .mt-md-30 {
    margin-top: 30px !important; }

  .mr-md-30 {
    margin-right: 30px !important; }

  .mb-md-30 {
    margin-bottom: 30px !important; }

  .ml-md-30 {
    margin-left: 30px !important; }

  .pt-md-40 {
    padding-top: 40px !important; }

  .pr-md-40 {
    padding-right: 40px !important; }

  .pb-md-40 {
    padding-bottom: 40px !important; }

  .pl-md-40 {
    padding-left: 40px !important; }

  .mt-md-40 {
    margin-top: 40px !important; }

  .mr-md-40 {
    margin-right: 40px !important; }

  .mb-md-40 {
    margin-bottom: 40px !important; }

  .ml-md-40 {
    margin-left: 40px !important; }

  .pt-md-50 {
    padding-top: 50px !important; }

  .pr-md-50 {
    padding-right: 50px !important; }

  .pb-md-50 {
    padding-bottom: 50px !important; }

  .pl-md-50 {
    padding-left: 50px !important; }

  .mt-md-50 {
    margin-top: 50px !important; }

  .mr-md-50 {
    margin-right: 50px !important; }

  .mb-md-50 {
    margin-bottom: 50px !important; }

  .ml-md-50 {
    margin-left: 50px !important; } }
@media screen and (max-width: 768px) {
  .pt-sm-0 {
    padding-top: 0px !important; }

  .pr-sm-0 {
    padding-right: 0px !important; }

  .pb-sm-0 {
    padding-bottom: 0px !important; }

  .pl-sm-0 {
    padding-left: 0px !important; }

  .mt-sm-0 {
    margin-top: 0px !important; }

  .mr-sm-0 {
    margin-right: 0px !important; }

  .mb-sm-0 {
    margin-bottom: 0px !important; }

  .ml-sm-0 {
    margin-left: 0px !important; }

  .pt-sm-10 {
    padding-top: 10px !important; }

  .pr-sm-10 {
    padding-right: 10px !important; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .pl-sm-10 {
    padding-left: 10px !important; }

  .mt-sm-10 {
    margin-top: 10px !important; }

  .mr-sm-10 {
    margin-right: 10px !important; }

  .mb-sm-10 {
    margin-bottom: 10px !important; }

  .ml-sm-10 {
    margin-left: 10px !important; }

  .pt-sm-20 {
    padding-top: 20px !important; }

  .pr-sm-20 {
    padding-right: 20px !important; }

  .pb-sm-20 {
    padding-bottom: 20px !important; }

  .pl-sm-20 {
    padding-left: 20px !important; }

  .mt-sm-20 {
    margin-top: 20px !important; }

  .mr-sm-20 {
    margin-right: 20px !important; }

  .mb-sm-20 {
    margin-bottom: 20px !important; }

  .ml-sm-20 {
    margin-left: 20px !important; }

  .pt-sm-30 {
    padding-top: 30px !important; }

  .pr-sm-30 {
    padding-right: 30px !important; }

  .pb-sm-30 {
    padding-bottom: 30px !important; }

  .pl-sm-30 {
    padding-left: 30px !important; }

  .mt-sm-30 {
    margin-top: 30px !important; }

  .mr-sm-30 {
    margin-right: 30px !important; }

  .mb-sm-30 {
    margin-bottom: 30px !important; }

  .ml-sm-30 {
    margin-left: 30px !important; }

  .pt-sm-40 {
    padding-top: 40px !important; }

  .pr-sm-40 {
    padding-right: 40px !important; }

  .pb-sm-40 {
    padding-bottom: 40px !important; }

  .pl-sm-40 {
    padding-left: 40px !important; }

  .mt-sm-40 {
    margin-top: 40px !important; }

  .mr-sm-40 {
    margin-right: 40px !important; }

  .mb-sm-40 {
    margin-bottom: 40px !important; }

  .ml-sm-40 {
    margin-left: 40px !important; }

  .pt-sm-50 {
    padding-top: 50px !important; }

  .pr-sm-50 {
    padding-right: 50px !important; }

  .pb-sm-50 {
    padding-bottom: 50px !important; }

  .pl-sm-50 {
    padding-left: 50px !important; }

  .mt-sm-50 {
    margin-top: 50px !important; }

  .mr-sm-50 {
    margin-right: 50px !important; }

  .mb-sm-50 {
    margin-bottom: 50px !important; }

  .ml-sm-50 {
    margin-left: 50px !important; } }
/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container-lg {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .container-lg {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-lightgrey {
  background-color: #f4f4f4; }

.bg-light {
  background-color: #f6f6f5; }

.bg-white {
  background-color: #ffffff; }

.bg-grey {
  background-color: #b5b4b4; }

.overlay {
  position: relative; }

.overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.25;
  z-index: 0; }

.overlay-gradient {
  position: relative; }

.overlay-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 1;
  z-index: 0; }

.bg-lightblue {
  background-color: #0A0A0A; }
  .bg-lightblue h2, .bg-lightblue h3, .bg-lightblue h4 {
    color: #ffffff; }
  .bg-lightblue p {
    color: #ffffff; }

.width-1400 {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .width-1400 {
      padding-left: 15px;
      padding-right: 15px; } }

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
#home-ctas {
  padding-top: 32px;
  padding-bottom: 60px; }
  @media (max-width: 576px) {
    #home-ctas {
      padding-bottom: 32px; } }
  #home-ctas .cta {
    text-align: center; }
    @media (max-width: 576px) {
      #home-ctas .cta {
        margin-bottom: 32px; } }
    #home-ctas .cta .cta-img-wrapper {
      background-color: #333333;
      width: 100%;
      height: 340px;
      margin-bottom: 24px;
      overflow: hidden;
      position: relative;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #home-ctas .cta .cta-img-wrapper .cta-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      #home-ctas .cta .cta-img-wrapper span.cta-caption {
        position: absolute;
        bottom: -30px;
        width: 100%;
        left: 0;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        opacity: 0;
        font-weight: 700;
        font-size: 17.6px;
        font-size: 1.1rem;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      #home-ctas .cta .cta-img-wrapper:hover .cta-img {
        opacity: 0.3;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      #home-ctas .cta .cta-img-wrapper:hover span.cta-caption {
        -webkit-transform: translateY(-165px);
        -moz-transform: translateY(-165px);
        -ms-transform: translateY(-165px);
        transform: translateY(-165px);
        opacity: 1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
    #home-ctas .cta h2 {
      text-align: center;
      text-transform: uppercase; }
    #home-ctas .cta p {
      text-align: center;
      margin-bottom: 28px; }
    #home-ctas .cta a.cta-btn {
      background-color: transparent;
      text-transform: uppercase;
      font-weight: 700;
      color: #0A0A0A;
      position: relative;
      padding-left: 0;
      width: auto;
      display: block;
      max-width: 150px;
      margin: 0 auto;
      font-size: 14.4px;
      font-size: 0.9rem;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #home-ctas .cta a.cta-btn:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        color: #333333; }
    #home-ctas .cta a.cta-btn:after {
      position: absolute;
      content: '\f30b';
      color: #333333;
      font-family: 'Font Awesome 5 Pro';
      top: 50%;
      margin-top: -12px;
      right: 0px; }

#latest-news {
  padding-top: 80px;
  padding-bottom: 80px; }
  #latest-news h2 {
    text-transform: uppercase; }
  #latest-news .post-list h3 {
    font-size: 17.6px;
    font-size: 1.1rem; }
  #latest-news .post-list .post-feature-img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      #latest-news .post-list .post-feature-img {
        height: 280px; } }
    @media (max-width: 768px) {
      #latest-news .post-list .post-feature-img {
        height: 260px; } }
    @media (max-width: 576px) {
      #latest-news .post-list .post-feature-img {
        height: 240px; } }
  @media (max-width: 768px) {
    #latest-news .post-list {
      margin-bottom: 24px; } }

#product-categories {
  background-color: #efefef;
  padding-top: 80px;
  padding-bottom: 80px; }
  #product-categories h2 {
    text-transform: uppercase; }
  #product-categories .pro-cat-list-wrapper {
    margin: 32px 0; }
    #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper {
      display: block;
      position: relative;
      text-align: center;
      margin-bottom: 24px; }
      #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:hover h3 {
        color: #31ACB7;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper:hover .pro-cat-image {
        opacity: 0.7;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper h3 {
        color: #333333;
        font-weight: 700;
        font-size: 15.2px;
        font-size: 0.95rem;
        text-transform: uppercase;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        text-align: center;
        width: 100%;
        display: block; }
      #product-categories .pro-cat-list-wrapper .pro-cat-list .pro-cat-img-wrapper .pro-cat-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 auto 18px auto;
        overflow: hidden;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 768px) {
    .page-header {
      background-position: right center; } }
  .page-header .container {
    height: 360px;
    padding-top: 200px;
    text-align: right; }
    @media (max-width: 1920px) {
      .page-header .container {
        height: 340px;
        padding-top: 162px; } }
    @media (max-width: 1480px) {
      .page-header .container {
        height: 320px;
        padding-top: 150px; } }
    @media (max-width: 1200px) {
      .page-header .container {
        height: 260px;
        padding-top: 150px; } }
    @media (max-width: 576px) {
      .page-header .container {
        text-align: left; } }
    .page-header .container h1 {
      text-align: right;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 12px; }
      @media (max-width: 576px) {
        .page-header .container h1 {
          text-align: left; } }
    .page-header .container #crumbs {
      color: #fff; }
      .page-header .container #crumbs a {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        .page-header .container #crumbs a:hover {
          color: #EACFE0;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      @media (max-width: 576px) {
        .page-header .container #crumbs {
          display: none; } }

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.get-in-touch .gform_body input {
  border-radius: 0px !important;
  height: 42px;
  background-color: #fff;
  padding: 8px 20px !important;
  border: 0; }

.get-in-touch .gform_body ul {
  margin-bottom: 0 !important; }
  .get-in-touch .gform_body ul li {
    margin: 0 !important;
    background-image: none !important;
    padding-right: 0 !important; }

.get-in-touch .ginput_container_textarea {
  padding-top: 15px;
  border-radius: 0; }

.get-in-touch .gform_body textarea {
  padding: 15px 20px !important;
  height: 180px !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  background-color: #fff;
  border: 0; }

.get-in-touch #input_1_1 label {
  display: none; }
.get-in-touch #field_1_2 {
  padding-right: 8px !important; }
.get-in-touch #field_1_3 {
  padding-left: 8px !important; }

@media screen and (max-width: 640px) {
  .get-in-touch #field_1_2 {
    padding-right: 0px !important; }
  .get-in-touch #field_1_3 {
    padding-left: 0px !important; } }
.get-in-touch .gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
  padding-right: 0px !important; }
  @media (max-width: 768px) {
    .get-in-touch .gform_wrapper .gform_footer {
      padding-right: 0 !important; } }

.get-in-touch .gform_footer input[type=submit] {
  width: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em !important;
  height: 55px;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  background-color: #31ACB7 !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 20px;
  margin-top: 15px !important;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .get-in-touch .gform_footer input[type=submit]:hover {
    background-color: #0A0A0A !important;
    color: #ffffff; }

.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  opacity: 1;
  color: #999; }

/* Firefox 18- */
::-moz-placeholder {
  opacity: 1;
  color: #999; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #999; }

/* ie */
input:-moz-placeholder {
  color: #999; }

select:-moz-placeholder {
  color: #999; }

select::-webkit-input-placeholder {
  color: #999; }

text-area::-webkit-input-placeholder {
  color: #999; }

text-area:-moz-placeholder {
  color: #999; }

.enquiry .gform_body input {
  border-radius: 0px !important;
  height: 42px;
  background-color: #efefef;
  padding: 8px 20px !important;
  border: 0; }

.enquiry .gform_body ul {
  margin-bottom: 0 !important; }
  .enquiry .gform_body ul li {
    margin: 0 !important;
    background-image: none !important;
    padding-right: 0 !important; }

.enquiry .ginput_container_textarea {
  margin-top: 16px !important;
  border-radius: 0;
  border: 0;
  background-color: #efefef; }

.enquiry .gform_body textarea {
  padding: 15px 20px !important;
  height: 180px !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  background-color: #efefef;
  border: 0; }

.enquiry #input_1_1 label {
  display: none; }
.enquiry #field_1_2 {
  padding-right: 8px !important; }
  @media (max-width: 576px) {
    .enquiry #field_1_2 {
      padding-right: 0 !important; } }
.enquiry #field_1_3 {
  padding-left: 8px !important; }
  @media (max-width: 576px) {
    .enquiry #field_1_3 {
      padding-left: 0 !important; } }

.enquiry .gform_wrapper .gform_footer {
  padding: 0 !important; }

.enquiry .gform_footer input[type=submit] {
  width: auto !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em !important;
  height: 42px;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  background-color: #31ACB7 !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 32px !important;
  margin-top: 15px !important;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .enquiry .gform_footer input[type=submit]:hover {
    background-color: #333333 !important;
    color: #ffffff; }

@media screen and (max-width: 768px) {
  .enquiry {
    padding-top: 0px; } }
.certificate-form .gform_body ul li input {
  border-radius: 6px;
  background-color: #efefef;
  border: 0;
  height: 46px;
  padding: 8px 12px !important; }
.certificate-form .gform_body ul li .gfield_checkbox li input[type=checkbox] {
  height: 20px !important;
  margin-top: 3px !important; }
.certificate-form .gform_body ul li .gfield_radio li input[type=radio] {
  height: 20px !important;
  margin-top: 3px !important; }
.certificate-form .gform_footer input[type=submit] {
  width: auto !important;
  background-color: #31ACB7;
  color: #fff;
  text-transform: uppercase;
  border-radius: 24px;
  border: 0;
  height: 46px;
  padding: 12px 48px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .certificate-form .gform_footer input[type=submit]:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #EACFE0; }

/*--------------------------------------------------------------
# Full Width Section
--------------------------------------------------------------*/
.icon {
  padding: 0 1em; }
  .icon i {
    font-size: 72px;
    font-size: 4.5rem;
    color: #0A0A0A;
    margin-bottom: 8px; }

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }
  @media (max-width: 1024px) {
    .parallax {
      background-attachment: scroll;
      background-position: center top !important; } }

.ct-parallax {
  min-height: 480px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }

.internal-page-banner {
  height: 32vh;
  padding-top: 180px;
  min-height: 360px; }
  .internal-page-banner h1 {
    color: #ffffff;
    text-transform: uppercase; }

.not-found-page-banner {
  height: 55vh; }

.parallaw-wrapper h2 {
  color: #ffffff; }
.parallaw-wrapper p {
  color: #ffffff; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.map {
  display: block; }
  .map #wpgmza_map {
    float: none !important; }

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type="text"] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
#searchform button.search-submit {
  background-color: #0A0A0A;
  color: #ffffff;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  #searchform button.search-submit:hover, #searchform button.search-submit:focus {
    background-color: #333333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  #searchform button.search-submit i {
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff; }

/*--------------------------------------------------------------
# Pop Up Contact
--------------------------------------------------------------*/
.pop-up-contact {
  width: 150px;
  height: 48px;
  border-radius: 0;
  border: 0;
  background-color: #31ACB7;
  position: fixed;
  top: 35%;
  right: -52px;
  z-index: 99;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0;
  margin: 0px;
  text-transform: uppercase;
  color: #ffffff !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  @media (max-width: 768px) {
    .pop-up-contact {
      display: none; } }
  .pop-up-contact i {
    color: #ffffff;
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-right: 10px; }
    @media (max-width: 991px) {
      .pop-up-contact i {
        margin-right: 0; } }
  .pop-up-contact:hover, .pop-up-contact:focus {
    background-color: #333333; }

/*--------------------------------------------------------------
# Modal 
--------------------------------------------------------------*/
#get-in-touch .modal-dialog {
  margin-top: 5%; }
  #get-in-touch .modal-dialog .modal-content {
    border-radius: 0;
    background-color: #333333;
    border: 0; }
    #get-in-touch .modal-dialog .modal-content .modal-header {
      align-items: center;
      justify-content: center;
      border-bottom: 0; }
      #get-in-touch .modal-dialog .modal-content .modal-header .modal-title {
        color: #ffffff; }
      #get-in-touch .modal-dialog .modal-content .modal-header button.close {
        color: #ffffff; }
    #get-in-touch .modal-dialog .modal-content .modal-body {
      text-align: center; }
      #get-in-touch .modal-dialog .modal-content .modal-body h3 {
        color: #ffffff;
        text-transform: uppercase; }
      #get-in-touch .modal-dialog .modal-content .modal-body p {
        color: #ffffff; }

#searchModal {
  background-color: rgba(0, 1, 23, 0.7); }
  #searchModal .modal-dialog .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: 0; }
    #searchModal .modal-dialog .modal-content .modal-header {
      border-bottom: 0; }
      #searchModal .modal-dialog .modal-content .modal-header h5 {
        color: #ffffff;
        text-transform: uppercase; }
      #searchModal .modal-dialog .modal-content .modal-header .close {
        color: #fff;
        text-shadow: none; }
    #searchModal .modal-dialog .modal-content .modal-body .widget {
      margin: 0; }
      #searchModal .modal-dialog .modal-content .modal-body .widget #search-form {
        width: 100% !important; }
        #searchModal .modal-dialog .modal-content .modal-body .widget #search-form .search-wrap {
          display: flex; }
          #searchModal .modal-dialog .modal-content .modal-body .widget #search-form .search-wrap input[type=search] {
            border-radius: 0;
            height: 48px;
            background-color: #fff;
            border: 0;
            width: 80%;
            padding: 8px 25px; }
          #searchModal .modal-dialog .modal-content .modal-body .widget #search-form .search-wrap .search-submit {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            width: 18%;
            height: 48px;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
            #searchModal .modal-dialog .modal-content .modal-body .widget #search-form .search-wrap .search-submit i {
              color: #fff;
              font-size: 28.8px;
              font-size: 1.8rem;
              transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease; }
            #searchModal .modal-dialog .modal-content .modal-body .widget #search-form .search-wrap .search-submit:hover i {
              color: #0A0A0A;
              transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease; }
    #searchModal .modal-dialog .modal-content .modal-body .widget_product_search {
      display: flex; }
      #searchModal .modal-dialog .modal-content .modal-body .widget_product_search #searchform {
        width: 100%; }
        #searchModal .modal-dialog .modal-content .modal-body .widget_product_search #searchform input[type="text"] {
          background-color: #efefef;
          border: 0;
          padding: 8px 12px;
          height: 45px;
          width: 85%;
          margin: 0;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
        #searchModal .modal-dialog .modal-content .modal-body .widget_product_search #searchform button.search-submit {
          background-color: #31ACB7;
          color: #ffffff;
          padding: 12px;
          border: 0;
          height: 45px;
          width: 15%;
          margin: 0;
          float: right;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
          #searchModal .modal-dialog .modal-content .modal-body .widget_product_search #searchform button.search-submit:hover, #searchModal .modal-dialog .modal-content .modal-body .widget_product_search #searchform button.search-submit:focus {
            background-color: #EACFE0;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
          #searchModal .modal-dialog .modal-content .modal-body .widget_product_search #searchform button.search-submit i {
            font-size: 16px;
            font-size: 1rem;
            color: #ffffff; }
      #searchModal .modal-dialog .modal-content .modal-body .widget_product_search .woocommerce-product-search {
        width: 100%; }
        #searchModal .modal-dialog .modal-content .modal-body .widget_product_search .woocommerce-product-search input.search-field {
          border-radius: 0;
          height: 48px;
          background-color: red;
          border: 0;
          width: 85%;
          padding: 8px 25px; }
        #searchModal .modal-dialog .modal-content .modal-body .widget_product_search .woocommerce-product-search button {
          background-color: transparent;
          border: 0;
          border-radius: 0;
          width: 13%;
          height: 48px;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
          #searchModal .modal-dialog .modal-content .modal-body .widget_product_search .woocommerce-product-search button i {
            color: #fff;
            font-size: 28.8px;
            font-size: 1.8rem;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
          #searchModal .modal-dialog .modal-content .modal-body .widget_product_search .woocommerce-product-search button:hover i {
            color: #333333;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
.elementor .pre-heading {
  color: #31ACB7;
  font-size: 16.8px;
  font-size: 1.05rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px !important;
  font-weight: 700; }
.elementor .heading-style p {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem; }
.elementor .heading-style p:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #333333;
  right: -80px;
  top: 50%;
  margin-top: -1px; }
.elementor .heading-style h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #0A0A0A;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem; }
.elementor .list-icon ul li {
  margin-bottom: 1em; }
  .elementor .list-icon ul li p.list-heading {
    font-weight: 700;
    margin-bottom: 0.8em; }
.elementor .elementor-widget-button a {
  background-color: #31ACB7;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding: 12px 46px;
  border-radius: 22px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  display: inline-block; }
  .elementor .elementor-widget-button a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #EACFE0;
    color: #ffffff !important; }
.elementor .elementor-widget-icon-list ul li {
  padding: 4px 0; }
  .elementor .elementor-widget-icon-list ul li span.elementor-icon-list-icon {
    color: #333333;
    margin-right: 12px; }
.elementor .list-col-6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .elementor .list-col-6 ul li {
    width: 50%; }
    @media (max-width: 576px) {
      .elementor .list-col-6 ul li {
        width: 100%; } }
.elementor .list-col-4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .elementor .list-col-4 ul li {
    width: 33.333%; }
    @media (max-width: 768px) {
      .elementor .list-col-4 ul li {
        width: 50%; } }
    @media (max-width: 576px) {
      .elementor .list-col-4 ul li {
        width: 100%; } }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce .product h2 {
  margin-bottom: 16px; }
.woocommerce .product p.price {
  color: #31ACB7 !important; }
.woocommerce .product .product_meta {
  font-size: 12.8px;
  font-size: 0.8rem; }
  .woocommerce .product .product_meta .sku_wrapper {
    display: block;
    font-weight: 700; }
    .woocommerce .product .product_meta .sku_wrapper .sku {
      font-weight: 400; }
  .woocommerce .product .product_meta .posted_in {
    display: block;
    font-weight: 700; }
    .woocommerce .product .product_meta .posted_in a {
      font-weight: 400; }
.woocommerce .product .onsale {
  border-radius: 3px;
  background-color: #31ACB7;
  text-transform: uppercase;
  padding: 0;
  width: 72px;
  font-size: 11.2px;
  font-size: 0.7rem; }
.woocommerce .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  margin-bottom: 0 !important; }
  .woocommerce .woocommerce-tabs ul.tabs:before {
    display: none;
    border: 0 !important; }
  .woocommerce .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background-color: #efefef !important;
    border-radius: 0 !important;
    padding: 4px 1.5em !important;
    margin: 0 !important; }
    .woocommerce .woocommerce-tabs ul.tabs li:before {
      display: none; }
    .woocommerce .woocommerce-tabs ul.tabs li:after {
      display: none; }
.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #efefef;
  padding: 2.5em 1.5em !important; }
.woocommerce .products {
  padding-top: 24px !important; }
  @media (max-width: 576px) {
    .woocommerce .products {
      padding-top: 12px !important; } }
  .woocommerce .products li {
    text-align: center; }
    .woocommerce .products li h2 {
      font-size: 14.4px;
      font-size: 0.9rem; }
    .woocommerce .products li span.price {
      color: #31ACB7 !important; }
    .woocommerce .products li a.button {
      background-color: #31ACB7;
      color: #fff;
      border-radius: 24px;
      padding: 12px 32px;
      display: inline-block;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      font-size: 13.6px;
      font-size: 0.85rem;
      text-transform: uppercase; }
      .woocommerce .products li a.button:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #333333; }
    .woocommerce .products li .onsale {
      border-radius: 3px;
      background-color: #31ACB7;
      text-transform: uppercase;
      padding: 0;
      width: 72px;
      font-size: 11.2px;
      font-size: 0.7rem; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
  background-color: #31ACB7; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-handle {
  background-color: #31ACB7; }
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #333333;
  border-radius: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #31ACB7; }
.woocommerce .woocommerce-ordering select {
  border: 0;
  background-color: #efefef;
  height: 42px; }

/*--------------------------------------------------------------
# Health Partners
--------------------------------------------------------------*/
#health-partners {
  background-color: #efefef;
  padding-top: 80px;
  padding-bottom: 80px; }
  #health-partners .health-provider-slider {
    overflow: hidden;
    padding-bottom: 60px; }
    #health-partners .health-provider-slider .owl-stage {
      display: flex;
      align-items: center; }
    #health-partners .health-provider-slider .slider-item img {
      max-width: 60%;
      margin: 0 auto; }
    @media (max-width: 576px) {
      #health-partners .health-provider-slider .slider-item {
        max-width: 80%; } }
    #health-partners .health-provider-slider .owl-nav {
      position: absolute;
      bottom: 5px;
      left: 50%;
      width: 30%;
      margin-top: 0;
      margin-left: -15%;
      display: flex;
      justify-content: center; }
      #health-partners .health-provider-slider .owl-nav:hover, #health-partners .health-provider-slider .owl-nav:focus {
        background: transparent; }
      #health-partners .health-provider-slider .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        font-size: 12.8px;
        font-size: 0.8rem;
        padding: 14px;
        width: 40px;
        height: 40px;
        margin: 0 4px;
        color: #2f2f2f;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #health-partners .health-provider-slider .owl-nav .owl-prev:hover {
          background-color: rgba(255, 255, 255, 0.6);
          color: #2f2f2f;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
      #health-partners .health-provider-slider .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        font-size: 12.8px;
        font-size: 0.8rem;
        padding: 14px;
        width: 40px;
        height: 40px;
        margin: 0 4px;
        color: #2f2f2f;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #health-partners .health-provider-slider .owl-nav .owl-next:hover {
          background-color: rgba(255, 255, 255, 0.8);
          color: #2f2f2f;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Stockist
--------------------------------------------------------------*/
#stockist .stockist-icon {
  margin: 0 0 32px 0; }
  #stockist .stockist-icon i {
    color: #ffffff;
    font-size: 51.2px;
    font-size: 3.2rem; }
#stockist h2 {
  color: #ffffff;
  text-transform: uppercase; }
#stockist p {
  color: #ffffff; }
