@charset "UTF-8";
/*!
Theme Name: novel
Theme URI: http://underscores.me/
Author: A Novel Development
Author URI: https://www.nov.dev
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novel

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.

A Novel Development is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
#Slider
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

@import "url("https://p.typekit.net/p.css?s=1&k=vqb0xtl&ht=tk&f=26965.26966.26969.26970.26979.26980.26983.26984.26993.26994.26997.26998.42292.42293.42296.42297&a=84047576&app=typekit&e=css")";
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bourbon.io
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  margin: 30px 0;
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Graphie", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Graphie", sans-serif;
}

h1,
h2,
h3 {
  font-size: 2.375rem;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  h1,
h2,
h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 2.375rem;
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.875rem;
  color: #FAEF53;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  h5 {
    font-size: 1.625rem;
  }
}

h6 {
  font-weight: 500;
  font-size: 1.625rem;
}
h6 a {
  color: inherit;
}

.underline::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #FAEF53;
  margin: 20px auto 30px;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 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: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #fff;
  border: 0;
  height: 1px;
  margin: 2rem 0;
}
hr.color--grey {
  background-color: #454545;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

p:last-of-type {
  margin: 0;
}

p.font-medium {
  font-weight: 500;
}

img.responsive {
  width: 100%;
  height: auto;
}

img.restrain {
  max-height: 95px;
  width: auto !important;
}

img.greyscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

img.object-fit {
  height: 100%;
  object-fit: cover;
}

.background--off-white {
  background-color: #FAFAFA;
  position: relative;
}
.background--off-white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: 100%;
  background-color: #FAFAFA;
}
.background--off-white::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100vw;
  background-color: #FAFAFA;
}

a:hover, a:focus, a:active {
  color: inherit;
}

.youtube--responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube--responsive iframe,
.youtube--responsive object,
.youtube--responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gform_confirmation_message {
  margin-top: 40px;
  margin-bottom: 60px;
}

.border--blue {
  border: 1px solid #FAEF53;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.color--white {
  color: #fff;
}

.color--blue {
  color: #FAEF53;
}

.color--grey {
  color: #454545;
}
.color--grey a {
  color: inherit;
}

.btn.btn--nov {
  font-weight: 500 !important;
  border-radius: 0 !important;
  text-transform: none;
  background-color: transparent;
}
.btn.btn--nov.btn--white, .btn.btn--nov.btn--blue-solid {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn--nov.btn--white::after, .btn.btn--nov.btn--blue-solid::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../img/arrow-right--white.svg");
  background-size: cover;
  margin-left: 15px;
  vertical-align: center;
  margin-bottom: -2px;
}
.btn.btn--nov.btn--white:hover, .btn.btn--nov.btn--white:active, .btn.btn--nov.btn--white:focus, .btn.btn--nov.btn--blue-solid:hover, .btn.btn--nov.btn--blue-solid:active, .btn.btn--nov.btn--blue-solid:focus {
  background-color: rgba(250, 239, 83, 0.2);
}
.btn.btn--nov.btn--blue-solid {
  background-color: rgba(250, 239, 83, 0.8);
}
.btn.btn--nov.btn--blue-solid:hover, .btn.btn--nov.btn--blue-solid:active, .btn.btn--nov.btn--blue-solid:focus {
  background-color: #FAEF53;
}
.btn.btn--nov.btn--orange {
  position: relative;
  background-color: #f28528 !important;
  border: 1px solid #f28528 !important;
  color: #fff;
  padding-right: 45px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn.btn--nov.btn--orange::before, .btn.btn--nov.btn--orange::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  background-size: cover;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.btn.btn--nov.btn--orange::before {
  background-image: url("../img/arrow-right--white.svg");
}
.btn.btn--nov.btn--orange::after {
  opacity: 0;
  background-image: url("../img/arrow-right--orange.svg");
}
.btn.btn--nov.btn--orange:hover, .btn.btn--nov.btn--orange:active, .btn.btn--nov.btn--orange:focus {
  background-color: #fff !important;
  color: #f28528 !important;
}
.btn.btn--nov.btn--orange:hover::before, .btn.btn--nov.btn--orange:active::before, .btn.btn--nov.btn--orange:focus::before {
  opacity: 0;
}
.btn.btn--nov.btn--orange:hover::after, .btn.btn--nov.btn--orange:active::after, .btn.btn--nov.btn--orange:focus::after {
  opacity: 1;
}
.btn.btn--nov.btn--blue {
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 2px solid #000;
  color: #000 !important;
  padding: 10px;
  width: 100%;
  font-size: 1.5rem;
}
.btn.btn--nov.btn--blue::before, .btn.btn--nov.btn--blue::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  background-size: cover;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.btn.btn--nov.btn--blue.btn--clean {
  padding-right: 25px;
}
.btn.btn--nov.btn--blue.btn--clean::before, .btn.btn--nov.btn--blue.btn--clean::after {
  content: none;
}

p.icon__shipping {
  padding: 10px 0 15px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
}
p.icon__shipping::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.25em;
  background-image: url("../img/free-shipping.svg");
  background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
p.icon__shipping.icon__shipping--blue::before {
  background-image: url("../img/free-shipping--blue.svg");
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-weight: 500;
  background-color: #FAEF53;
  color: #fff;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus {
  background-color: rgba(250, 239, 83, 0.8);
}

/*--------------------------------------------------------------
# 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: 0.6em 1em 0.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;
}

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

.woocommerce-input-wrapper {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 31px;
  border-color: #ccc;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 textarea,
.wpcf7 select,
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=url],
.woocommerce form .form-row input[type=password],
.woocommerce form .form-row input[type=search],
.woocommerce form .form-row input[type=number],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=range],
.woocommerce form .form-row input[type=date],
.woocommerce form .form-row input[type=month],
.woocommerce form .form-row input[type=week],
.woocommerce form .form-row input[type=time],
.woocommerce form .form-row input[type=datetime],
.woocommerce form .form-row input[type=datetime-local],
.woocommerce form .form-row input[type=color],
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background-color: #fff;
  width: 100%;
  padding: 5px 8px;
  text-indent: 5px;
  border-radius: 1px;
  border-color: #ccc;
}
.wpcf7 select,
.woocommerce form .form-row select {
  background-image: url("../img/select__icon.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 textarea,
.woocommerce form .form-row textarea {
  height: 160px;
}
.wpcf7 input[type=submit],
.woocommerce form .form-row input[type=submit] {
  font-size: 1.125rem;
}
.wpcf7 label,
.woocommerce form .form-row label {
  width: 100%;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.wpcf7 label span.color--red,
.woocommerce form .form-row label span.color--red {
  color: #dc3232;
}
.wpcf7 label .wpcf7-form-control-wrap,
.woocommerce form .form-row label .wpcf7-form-control-wrap {
  display: block;
}
@media only screen and (min-width: 576px) {
  .wpcf7 form.wpcf7-form p,
.woocommerce form .form-row form.wpcf7-form p {
    height: 80px;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(2n+1),
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(2n+1) {
    width: 50%;
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(2n+2),
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(2n+2) {
    width: 50%;
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(5),
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(5) {
    clear: both;
    width: 100%;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(6),
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(6) {
    clear: both;
    width: 100%;
    margin: 0;
    height: auto;
  }
}
.wpcf7 form.wpcf7-form p:nth-of-type(7),
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(7) {
  height: auto;
}
.wpcf7 form.wpcf7-form p:nth-of-type(8),
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(8) {
  clear: both;
  position: relative;
  margin: 0;
}
.wpcf7 form.wpcf7-form p:nth-of-type(8) .ajax-loader,
.woocommerce form .form-row form.wpcf7-form p:nth-of-type(8) .ajax-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.wpcf7 .wpcf7-not-valid-tip,
.woocommerce form .form-row .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  text-transform: initial;
  font-size: 0.75rem;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  clear: both !important;
}

.grecaptcha-badge {
  display: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-toggler {
  border: 0;
  color: transparent;
  margin: 8px 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
  border: 0;
  outline: none;
}
.navbar-toggler .nov__menu--icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .nov__menu--icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler .nov__menu--icon span:nth-child(1) {
  top: 0px;
}
.navbar-toggler .nov__menu--icon span:nth-child(2), .navbar-toggler .nov__menu--icon span:nth-child(3) {
  top: 10px;
}
.navbar-toggler .nov__menu--icon span:nth-child(4) {
  top: 20px;
}
.navbar-toggler .nov__menu--icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.navbar-toggler .nov__menu--icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler .nov__menu--icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler .nov__menu--icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.menu-main-menu-container {
  margin: 15px auto 0;
}

ul#main-menu {
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  ul#main-menu {
    display: block !important;
  }
}
ul#main-menu > li {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  ul#main-menu > li {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul#main-menu > li {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  ul#main-menu > li {
    display: block;
    padding: 15px 0;
    font-size: 1.125rem;
  }
}
ul#main-menu > li a {
  color: #fff;
  padding: 10px;
  position: relative;
  text-transform: capitalize;
  --moz-transition: all 300ms linear;
  --o-transition: all 300ms linear;
  transition: all 300ms linear;
}
ul#main-menu > li a:hover, ul#main-menu > li a:focus {
  font-weight: 700;
}
ul#main-menu > li a::before {
  content: attr(title);
  display: block;
  font-weight: 700;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
ul#main-menu > li.current_page_item a, ul#main-menu > li.active a {
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  nav.navbar {
    padding: 0;
  }
}
/**
	With the Navwalker..
 */
ul.dropdown-menu {
  position: static !important;
  width: 100%;
  border: 0;
  padding-left: 40px;
  float: none;
}
ul.dropdown-menu > li:not(:first-of-type) {
  margin-top: 10px;
}
ul.dropdown-menu a.dropdown-toggle + ul.dropdown-menu {
  position: static !important;
  width: 100%;
}

ul.social-menu--light,
ul.social-menu--dark {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.social-menu--light .nav-link,
ul.social-menu--dark .nav-link {
  padding: 5px;
}
@media only screen and (min-width: 1200px) {
  ul.social-menu--light .nav-link,
ul.social-menu--dark .nav-link {
    padding: 10px;
  }
}
ul.social-menu--light a,
ul.social-menu--dark a {
  font-size: 0;
  outline: none;
}
ul.social-menu--light a::before,
ul.social-menu--dark a::before {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  --moz-transition: all 300ms linear;
  --o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 992px) {
  ul.social-menu--light a::before,
ul.social-menu--dark a::before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.social-menu--light a::before,
ul.social-menu--dark a::before {
    width: 40px;
    height: 40px;
  }
}
ul.social-menu--light a:hover::before,
ul.social-menu--dark a:hover::before {
  transform: scale(1.15);
}

ul.social-menu--light a[href*=linkedin]::before {
  background-image: url("../img/social__linkedin.svg");
}
ul.social-menu--light a[href*=facebook]::before {
  background-image: url("../img/social__facebook.svg");
}
ul.social-menu--light a[href*=youtube]::before {
  background-image: url("../img/social__youtube.svg");
}
ul.social-menu--light a[href*=instagram]::before {
  background-image: url("../img/social__instagram.svg");
}
@media only screen and (max-width: 767px) {
  ul.social-menu--light {
    margin-top: 30px;
  }
  ul.social-menu--light a {
    margin: 0 15px;
  }
  ul.social-menu--light a::before {
    width: 40px;
    height: 40px;
  }
}

ul.social-menu--dark {
  margin-top: 20px;
}
ul.social-menu--dark a[href*=linkedin]::before {
  background-image: url("../img/social__linkedin--black.svg");
}
ul.social-menu--dark a[href*=facebook]::before {
  background-image: url("../img/social__facebook--black.svg");
}
ul.social-menu--dark a[href*=youtube]::before {
  background-image: url("../img/social__youtube--black.svg");
}
ul.social-menu--dark a[href*=instagram]::before {
  background-image: url("../img/social__instagram--black.svg");
}
@media only screen and (max-width: 575px) {
  ul.social-menu--dark a {
    margin: 0 15px;
  }
  ul.social-menu--dark a::before {
    width: 40px;
    height: 40px;
  }
}

.donate_menu {
  background: #fff;
  padding: 0.625rem 2.5rem;
  border-radius: 32px;
  font-size: 1.125rem;
  margin: 10px 0px;
  color: #FAEF53;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .donate_menu {
    font-size: 0.875rem;
    padding: 0.625rem 2.5rem;
  }
}

#menu-item-613 a {
  background: #fff;
  border-radius: 32px;
  padding: 10px 40px !important;
  margin-left: 40px;
  font-weight: bold;
  color: #FAEF53 !important;
}
@media only screen and (max-width: 575px) {
  #menu-item-613 a {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #menu-item-613 {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  #menu-item-613 {
    display: block !important;
  }
}

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

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #fff;
  opacity: 0.75;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}

body.home .novel-slider,
body.home .slide {
  height: auto;
}

#hero .novel-slider {
  overflow-x: hidden;
  height: auto;
  width: 100%;
}
#hero .novel-slider .slide {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .novel-slider .slide.no-image {
  padding-top: 50px;
  height: auto;
}
#hero .novel-slider .slide.no-image h1.background__text--white,
#hero .novel-slider .slide.no-image p.background__text--white {
  background-color: #f6f6f6;
  box-shadow: 50px 0 0 #f6f6f6;
}
#hero .novel-slider .slide.no-image h1.background__text--white::before,
#hero .novel-slider .slide.no-image p.background__text--white::before {
  background-color: #f6f6f6;
}
#hero .novel-slider h1.background__text--white,
#hero .novel-slider p.background__text--white {
  position: relative;
  background-color: #fff;
  color: #FAEF53;
  font-weight: 700;
  font-size: 1.75rem;
  padding: 20px 0;
  display: inline-block;
  box-shadow: 50px 0 0 #fff;
}
@media only screen and (min-width: 992px) {
  #hero .novel-slider h1.background__text--white,
#hero .novel-slider p.background__text--white {
    font-size: 2.8125rem;
    padding: 20px 0;
  }
}
#hero .novel-slider h1.background__text--white::before,
#hero .novel-slider p.background__text--white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -100vw;
  background-color: #fff;
}
#hero .novel-slider h2.background__text--blue,
#hero .novel-slider p.background__text--blue {
  padding: 20px 0;
  background-color: rgba(250, 239, 83, 0.77);
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  text-transform: initial;
  box-shadow: 30px 0 0 rgba(250, 239, 83, 0.77), -30px 0 0 rgba(250, 239, 83, 0.77);
}
@media only screen and (min-width: 992px) {
  #hero .novel-slider h2.background__text--blue,
#hero .novel-slider p.background__text--blue {
    font-size: 1.875rem;
    padding: 20px 0;
  }
}
#hero .novel-slider .btn--nov {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #hero .novel-slider .btn--nov {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #hero .novel-slider .btn--nov {
    margin: 10px 0 10px 50px;
  }
}

body.single-product #hero .novel-slider .slide.no-image,
body.tax-product_cat #hero .novel-slider .slide.no-image {
  padding-top: 0;
  padding-bottom: 50px;
}

body.home #hero .novel-slider .slide {
  height: 600px;
}
@media only screen and (max-width: 767px) {
  body.home #hero .novel-slider .slide {
    height: 400px;
  }
}

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

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

.bypostauthor {
  display: block;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#content {
  position: relative;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.accent-info .ellipse--orange {
  position: relative;
  z-index: 1;
}
.accent-info .ellipse--orange::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url("../img/ellipse--orange.svg");
  background-size: cover;
  background-position: bottom center;
}

a.link-control {
  font-size: 0;
  position: relative;
  display: block;
}
a.link-control:not(:last-of-type) {
  margin-right: 10px;
}
a.link-control::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a.link-control.link-control__account::before {
  background-image: url("../img/link__account.svg");
}
a.link-control.link-control__login::before {
  background-image: url("../img/link__login.svg");
}
a.link-control.link-control__cart::before {
  background-image: url("../img/link__cart.svg");
}
a.link-control.link-control__cart {
  position: relative;
  padding-right: 50px;
}
a.link-control.link-control__cart span.total__items {
  z-index: 10;
  position: absolute;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  right: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  a.link-control.link-control__cart span.total__items {
    right: 20px;
    top: -20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  a.link-control.link-control__cart span.total__items {
    right: 20px;
    top: -20px;
  }
}
a.link-control.link-control__cart span.total__items::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(250, 239, 83, 0.8);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
a.link-control.link-control__cart span.total__items span.item-count {
  margin-top: 4px;
}

.header-bar {
  transition: all 0.6s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11111;
}
@media only screen and (max-width: 991px) {
  .header-bar {
    background: #FAEF53;
  }
}

.menu-bar {
  background-color: #FAEF53;
  padding: 0px;
  transition: all 0.6s;
}
@media only screen and (max-width: 767px) {
  .menu-bar {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
  }
}

.sticky-wrapper {
  z-index: 10000 !important;
  position: relative;
  height: auto !important;
  transition: all 0.6s;
}

.sticky-wrapper.is-sticky .accent-info {
  display: none;
}
.sticky-wrapper.is-sticky .header-bar {
  display: none;
  padding: 10px 0;
  transition: all 0.6s;
  background: white;
  box-shadow: -2px 0px 7px -3px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: -2px 0px 7px -3px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: -2px 0px 7px -3px rgba(0, 0, 0, 0.58);
}
@media only screen and (max-width: 991px) {
  .sticky-wrapper.is-sticky .header-bar {
    background: #FAEF53;
  }
}
.sticky-wrapper.is-sticky .header-bar p.color--grey {
  font-size: 14px;
}
.sticky-wrapper.is-sticky .menu-bar {
  padding: 0;
  transition: all 0.6s;
}
.sticky-wrapper.is-sticky .logo {
  text-align: center;
}
.sticky-wrapper.is-sticky .logo img {
  height: 60px;
  margin-top: 18px;
}
@media only screen and (max-width: 991px) {
  .sticky-wrapper.is-sticky .logo img {
    height: auto;
  }
}
.sticky-wrapper.is-sticky .call_text p {
  font-size: 10px;
}
.sticky-wrapper.is-sticky .call_text a {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sticky-wrapper.is-sticky .call_text {
    padding-top: 0rem !important;
  }
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}

.navbar-nav {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .navbar-nav {
    padding: 10px 0px;
  }
}
.navbar-nav li {
  align-items: center;
  padding: 0px 30px;
}
@media only screen and (max-width: 991px) {
  .navbar-nav li {
    font-size: 34px;
  }
}
.navbar-nav li a {
  color: #000 !important;
}

.navbar-toggler i {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler i {
    font-size: 30px;
  }
}

.logo_mob {
  position: absolute;
  z-index: 9999;
  padding: 40px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .logo_mob {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .logo_mob {
    width: 60%;
  }
}

.popup {
  display: none;
}
.popup .blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.popup .contents {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAEF53;
  padding: 50px;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 1000000;
}
@media only screen and (max-width: 991px) {
  .popup .contents {
    width: 80%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .popup .contents {
    width: 90%;
    padding: 20px;
  }
}
.popup.open {
  display: block;
}
.popup .form-group input[type=text], .popup .form-group input[type=tel], .popup .form-group input[type=email] {
  height: 60px;
}
.popup .form-group input[type=text], .popup .form-group input[type=tel], .popup .form-group input[type=email], .popup .form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0px;
  font-size: 24px;
}
.popup .form-group input[type=text]::placeholder, .popup .form-group input[type=tel]::placeholder, .popup .form-group input[type=email]::placeholder, .popup .form-group textarea::placeholder {
  color: #0000002e;
  text-transform: lowercase;
}
@media only screen and (max-width: 767px) {
  .popup .form-group input[type=text], .popup .form-group input[type=tel], .popup .form-group input[type=email], .popup .form-group textarea {
    font-size: 20px;
  }
}
.popup .form-group textarea {
  border: 2px solid #000;
  padding: 10px;
}

.CloseIcon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.CloseIcon i {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .CloseIcon i {
    font-size: 1.25rem;
  }
}
.CloseIcon span {
  vertical-align: top;
  margin-left: 3px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .CloseIcon span {
    display: none;
  }
}

.site-footer {
  background-color: #FAEF53;
  color: #fff;
}
.site-footer h6 {
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .site-footer .branches-container,
.site-footer .payment-container {
    font-size: 1.25rem;
  }
}
.site-footer .social-link__container a.social-link {
  font-size: 0;
}
.site-footer .social-link__container a.social-link:not(:last-of-type) {
  margin-right: 10px;
}
.site-footer .social-link__container a.social-link::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-footer .social-link__container a.social-link.social-link__facebook::before {
  background-image: url("../img/social__facebook.svg");
}
.site-footer .social-link__container a.social-link.social-link__facebook-messenger::before {
  background-image: url("../img/social__messenger.svg");
}
.site-footer .social-link__container a.social-link.social-link__youtube::before {
  background-image: url("../img/social__youtube.svg");
}
.site-footer ul#footer-menu {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  display: inline-block;
}
.site-footer ul#footer-menu li {
  display: inline-block;
  padding: 0;
}
.site-footer ul#footer-menu li:not(:last-of-type) > a::after {
  content: "∣";
  display: inline-block;
  margin: 0 10px;
}
.site-footer ul#footer-menu li a {
  color: #fff;
  padding: 0;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .site-footer ul#footer-menu li a {
    font-size: 0.75rem;
  }
}
.site-footer .site-info {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-info {
    font-size: 0.625rem;
  }
}
.site-footer .site-info a {
  color: #fff;
}

.bg-black {
  background: #000;
}

.foot_smile {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.how-container .how {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .how-container .how {
    margin-bottom: 50px !important;
  }
}
.how-container .how:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 40px;
  right: -10px;
  margin: auto;
  height: 25px;
  width: 25px;
  background-image: url("../img/arrow-right--grey.svg");
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .how-container .how:not(:last-of-type)::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 992px) {
  .left-third-container {
    z-index: 3;
    position: absolute;
    left: 0;
    width: 50%;
  }
}

.responsive-oembed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}
.responsive-oembed div.video__play,
.responsive-oembed div.video__pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.responsive-oembed div.video__play::before, .responsive-oembed div.video__play::after,
.responsive-oembed div.video__pause::before,
.responsive-oembed div.video__pause::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
.responsive-oembed div.video__play::before,
.responsive-oembed div.video__pause::before {
  width: 100%;
  height: 100%;
  background-color: rgba(250, 239, 83, 0.68);
}
.responsive-oembed div.video__play::after,
.responsive-oembed div.video__pause::after {
  width: 154px;
  height: 154px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 9;
}
.responsive-oembed div.video__play::before {
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.responsive-oembed div.video__play::after {
  background-image: url("../img/video__play.svg");
}
.responsive-oembed div.video__play:hover::before {
  opacity: 0.2;
}
.responsive-oembed div.video__pause {
  display: none;
}
.responsive-oembed div.video__pause::before, .responsive-oembed div.video__pause::after {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.responsive-oembed div.video__pause:hover::before, .responsive-oembed div.video__pause:hover::after {
  opacity: 1;
}
.responsive-oembed div.video__pause::after {
  background-image: url("../img/video__pause.svg");
  z-index: 5;
}
.responsive-oembed iframe,
.responsive-oembed object,
.responsive-oembed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products-container .product .brand__image {
  border: 1px solid #FAEF53;
  height: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-container .product .brand__image {
    height: 200px;
  }
}
.products-container .product .product__image a {
  display: block;
}
.products-container .product .product__link a.btn--blue-solid {
  background-color: #FAEF53;
  border-color: #FAEF53;
  color: #fff;
  display: block;
}
.products-container .product .product__link a.btn--blue-solid:hover, .products-container .product .product__link a.btn--blue-solid:active, .products-container .product .product__link a.btn--blue-solid:focus {
  background-color: rgba(250, 239, 83, 0.8);
}

.filter__header strong {
  font-size: 1.125rem;
}

.accordion__title {
  display: block;
  cursor: pointer;
  position: relative;
}
.accordion__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 8px;
  background-image: url("../img/caret--down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.accordion__title[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.filter__container {
  border-bottom: 2px solid rgba(250, 239, 83, 0.1);
}
.filter__container a {
  color: #454545;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.filter__container a:hover, .filter__container a:focus, .filter__container a:active {
  text-decoration: none;
}

strong.product__title {
  color: #454545;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: 500;
  color: #A5A5A5;
}

.product--listing .display-flag::before {
  content: none;
}

span.regular--price {
  text-decoration: line-through;
}

p.price {
  color: #A5A5A5;
  font-weight: 500;
}

.single-product__wrapper strong {
  font-weight: 600;
  font-size: 1.125rem;
}
.single-product__wrapper strong a {
  color: inherit;
}

body.single-product form.cart {
  margin: 0;
}
body.single-product form.cart h2.cart__buy-now {
  position: absolute;
  top: -0.6em;
  left: 0;
  display: inline-block;
  width: inherit;
}
body.single-product form.cart h2.cart__buy-now span {
  background-color: #fff;
  box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
}
body.single-product form.cart .quantity,
body.single-product form.cart .button {
  float: none !important;
}
body.single-product .shipping-information {
  font-size: 0.875rem;
}
body.single-product .single-product__content .desc strong {
  font-weight: 600;
}

.woocommerce-product-details__short-description {
  font-size: 1.125rem;
  color: #FAEF53;
}

.woocommerce div.product div.summary {
  margin: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 4em !important;
}

.entry-title {
  text-align: center;
}

.team-container .member .border-blue {
  border: 1px solid #FAEF53;
}
.team-container .member strong {
  font-size: 1.25rem;
}
.team-container .member p.contact__icon {
  position: relative;
  padding-left: 2em;
  margin: 0;
}
.team-container .member p.contact__icon a {
  color: inherit;
}
.team-container .member p.contact__icon::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.team-container .member p.contact__icon.icon-phone::before {
  background-image: url("../img/contact-icon__phone.svg");
}
.team-container .member p.contact__icon.icon-email::before {
  background-image: url("../img/contact-icon__email.svg");
}

.activeBanner {
  background-position: 50% 50% !important;
  height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .activeBanner {
    height: 700px;
  }
}
.activeBanner div {
  text-align: left;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .activeBanner div {
    text-align: center;
  }
}
.activeBanner div p {
  font-size: 5.625rem;
  color: black;
  font-family: "Graphie", sans-serif;
  width: 29%;
  text-shadow: none;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .activeBanner div p {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) {
  .activeBanner div p {
    font-size: 5rem;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .activeBanner div p {
    width: 100%;
    font-size: 3.125rem;
  }
}
.activeBanner .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #f1f1f1;
  width: 100%;
  opacity: 1;
  height: 100%;
}

hr.solid_blk {
  border-top: 2px solid #000;
  display: inline-block;
  width: 10%;
  padding: 3px;
  margin-left: 20px;
  background: transparent;
}

h3.smile_head {
  display: inline-block;
  vertical-align: top;
}

.aboutWrapper {
  background: #FAEF53;
}
.aboutWrapper .about_sec {
  padding: 190px;
}
@media only screen and (max-width: 2110px) {
  .aboutWrapper .about_sec {
    padding: 100px;
  }
}
@media only screen and (max-width: 1900px) {
  .aboutWrapper .about_sec {
    padding: 75px;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .aboutWrapper .about_sec {
    padding: 50px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1368px) {
  .aboutWrapper .about_sec {
    padding: 75px;
  }
}
@media only screen and (max-width: 1367px) and (min-width: 992px) {
  .aboutWrapper .about_sec {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .aboutWrapper .about_sec {
    padding: 20px;
  }
}
.aboutWrapper .about_sec p {
  font-size: 75px;
}
@media only screen and (max-width: 2110px) {
  .aboutWrapper .about_sec p {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1900px) {
  .aboutWrapper .about_sec p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .aboutWrapper .about_sec p {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1368px) {
  .aboutWrapper .about_sec p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1367px) and (min-width: 1110px) {
  .aboutWrapper .about_sec p {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1109px) and (min-width: 992px) {
  .aboutWrapper .about_sec p {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .aboutWrapper .about_sec p {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .aboutWrapper .about_sec p {
    font-size: 26px;
  }
}

.about_img {
  padding: 100px 0px;
}
@media only screen and (max-width: 767px) {
  .about_img {
    padding: 0px;
  }
}
.about_img img {
  width: 100%;
}
.about_img .abt_pad {
  padding-top: 200px;
}
@media only screen and (max-width: 2110px) {
  .about_img .abt_pad {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .about_img .abt_pad {
    padding-top: 60px;
  }
}

.tooth_img {
  position: absolute;
  top: 74%;
  left: 30%;
}
@media only screen and (max-width: 2110px) {
  .tooth_img {
    top: 72%;
    left: 20%;
  }
}
@media only screen and (max-width: 2000px) {
  .tooth_img {
    top: 67%;
    left: 16%;
  }
}
@media only screen and (max-width: 1900px) and (min-width: 1850px) {
  .tooth_img {
    top: 72%;
    left: 13.5%;
  }
}
@media only screen and (max-width: 1849px) and (min-width: 1800px) {
  .tooth_img {
    top: 74%;
    left: 13%;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1762px) {
  .tooth_img {
    top: 75%;
    left: 10%;
  }
}
@media only screen and (max-width: 1761px) and (min-width: 1700px) {
  .tooth_img {
    top: 68%;
    left: 8.5%;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1650px) {
  .tooth_img {
    top: 72%;
    left: 6.5%;
  }
}
@media only screen and (max-width: 1649px) and (min-width: 1600px) {
  .tooth_img {
    top: 70%;
    left: 4%;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .tooth_img {
    top: 72%;
    left: 18%;
  }
}
@media only screen and (max-width: 1410px) and (min-width: 992px) {
  .tooth_img {
    top: 72%;
    left: 12.5%;
  }
}
@media only screen and (max-width: 991px) {
  .tooth_img {
    top: 72%;
    left: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .tooth_img {
    top: 87%;
    left: -29%;
    width: 100%;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 992px) {
  .tooth_img img {
    width: 76%;
  }
}
@media only screen and (max-width: 991px) {
  .tooth_img img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .tooth_img img {
    width: 100%;
  }
}

.mb-per {
  margin-bottom: 20%;
}
@media only screen and (max-width: 2110px) {
  .mb-per {
    margin-bottom: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .mb-per {
    margin-bottom: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .mb-per-service {
    margin-bottom: 30%;
  }
}

.service .service_img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service .service_img {
    padding-left: 0px;
  }
}
.service .service_img img {
  width: 100%;
}
.service .service_img .service_tooth {
  position: absolute;
  right: -19%;
  top: 45%;
  width: 80%;
}
@media only screen and (max-width: 2110px) {
  .service .service_img .service_tooth {
    top: 40%;
    right: -8%;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1500px) {
  .service .service_img .service_tooth {
    top: 35%;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .service .service_img .service_tooth {
    top: 30%;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1250px) {
  .service .service_img .service_tooth {
    top: 25%;
  }
}
@media only screen and (max-width: 1249px) and (min-width: 992px) {
  .service .service_img .service_tooth {
    top: 22%;
  }
}
@media only screen and (max-width: 991px) {
  .service .service_img .service_tooth {
    right: -17%;
    top: 25%;
    width: 90%;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service .service_img .service_tooth {
    right: -20%;
    top: 74%;
    width: 100%;
    bottom: 0;
  }
}
.service .service_txt {
  padding: 200px 200px 200px 300px;
}
@media only screen and (max-width: 2110px) {
  .service .service_txt {
    padding: 100px;
  }
}
@media only screen and (max-width: 1449px) and (min-width: 992px) {
  .service .service_txt {
    padding: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .service .service_txt {
    padding: 0px 0px 0px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .service .service_txt {
    padding: 35px;
  }
}
.service .service_txt ul {
  list-style: none;
  margin: 60px 0px 0px 0px;
  padding: 0px;
  width: 80%;
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .service .service_txt ul {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .service .service_txt ul {
    width: 100%;
    margin: 0px;
  }
}
.service .service_txt ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.service .service_txt ul li:last-child {
  border: none;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 70px;
  position: relative;
  text-align: left;
  background: #FAEF53;
}
@media only screen and (max-width: 767px) {
  .testimonial4_slide {
    padding: 20px;
    width: 100%;
  }
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  margin: 40px 0 50px 0;
  height: 65px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonial4_slide p {
    font-size: 20px;
    line-height: 1.4;
    height: 110px;
  }
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .carousel-control-next.smile-re {
    top: auto;
    left: 50%;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-control-prev.smile-re {
    top: auto;
    right: 50%;
    left: auto;
  }
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .carousel-control-prev.smile-re, .carousel-control-next.smile-re {
    top: auto;
  }
}
.carousel-control-prev i, .carousel-control-next i {
  color: #000;
  font-size: 30px;
}

.main-testimonial {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .main-testimonial {
    width: 100%;
  }
}

/* ------testimonial  close-------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #FAEF53;
  cursor: pointer;
  padding: 20px;
  border-radius: 55px;
}
@media only screen and (max-width: 991px) {
  #myBtn {
    padding: 15px;
  }
}
#myBtn i {
  color: #000;
}
@media only screen and (max-width: 991px) {
  #myBtn p {
    display: none;
  }
}

ins {
  background: transparent;
}

video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1820px) {
  video {
    top: -7%;
    height: 115%;
  }
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-video {
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
.header-video a {
  padding: 10px 50px;
  text-shadow: none;
  border: 3px solid #000;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.exp_smile {
  right: -42%;
  top: -20%;
  position: absolute;
  transform: rotate(270deg);
  font-size: 10rem;
  color: #faee54;
}
@media only screen and (max-width: 2200px) {
  .exp_smile {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1650px) and (max-width: 1850px) {
  .exp_smile {
    font-size: 7rem;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1649px) {
  .exp_smile {
    font-size: 6.5rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .exp_smile {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1199px) {
  .exp_smile {
    font-size: 5rem;
    right: -48%;
  }
}
@media only screen and (max-width: 991px) {
  .exp_smile {
    right: -54%;
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 575px) {
  .exp_smile {
    right: -58%;
    font-size: 3.125rem;
  }
}

.charge-container .charge h5 {
  text-transform: uppercase;
  color: #454545;
  font-weight: 700;
}

.contact-container div.contact__phone {
  padding-left: 50px;
  position: relative;
}
.contact-container div.contact__phone::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background-image: url("../img/contact-page__phone.svg");
  background-size: cover;
}
.contact-container p.contact-page__icon {
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 30px;
  position: relative;
}
.contact-container p.contact-page__icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-container p.contact-page__icon.icon--location::before {
  background-image: url("../img/contact-page__location.svg");
}
.contact-container p.contact-page__icon.icon--email::before {
  background-image: url("../img/contact-page__email.svg");
}
.contact-container .map-iframe iframe {
  width: 100%;
}

.ahf_contact {
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
}
.ahf_contact h6 {
  color: #000;
}
.ahf_contact img {
  position: absolute;
  top: -40px;
  transform: rotate(2deg);
  opacity: 0.6;
  width: 100%;
}

.div_bg {
  background: #EFD4CA;
}

.social_media_ahf a i.fa {
  color: #000;
  font-size: 40px;
}

.motivation_text {
  margin-top: 130px;
}
.motivation_text ul {
  font-size: 30px;
  color: #FAEF53;
  font-weight: bold;
}

.smile_add {
  font-size: 36px;
  color: #000;
  margin-top: 33px;
}

.smile_phone a {
  font-size: 58px;
  color: #FAEF53;
  text-decoration: none;
}

.smile_fb a {
  color: #000;
  font-size: 56px;
  text-decoration: none;
}
.smile_fb a span {
  font-size: 18px;
  margin-left: 10px;
}

.business_hours h6 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.business_hours p {
  line-height: 32px;
}

.contact-left-panel {
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  .contact-left-panel {
    padding-left: 40px;
  }
}

.panel-container .panel .panel__image {
  position: relative;
}
.panel-container .panel .panel__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.panel-container .panel:nth-of-type(2n+1) .panel__image::after {
  background-color: rgba(55, 118, 187, 0.68);
}
.panel-container .panel:nth-of-type(2n+2) .panel__image::after {
  background-color: rgba(55, 118, 187, 0.9);
}

.article-category-container .panel--active {
  background-color: rgba(250, 239, 83, 0.28);
}
.article-category-container .panel h4 {
  font-size: 1.5rem;
}

span.filter {
  text-transform: uppercase;
}
span.filter:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1.5em;
  margin-right: 10px;
  background-image: url("../img/icon__filter.svg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.filter-articles {
  font-size: 0.875rem;
  color: #454545;
}

.featured-container h2 {
  font-size: 1.75rem;
  color: #454545;
}

.article__information h3 {
  text-transform: initial;
  font-size: 1.75rem;
}
.article__information a {
  text-decoration: none;
}

.article__image.video-resource {
  position: relative;
}
.article__image.video-resource::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95px;
  height: 95px;
  background-image: url("../img/video__play.svg");
  background-size: cover;
}

.display-flag {
  background-color: #FAEF53;
  color: #fff;
  padding: 10px 20px;
  left: 50px;
  top: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
}
.display-flag::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.display-flag.flag--article::before {
  background-image: url("../img/flag-article__article.svg");
}
.display-flag.flag--community::before {
  background-image: url("../img/flag-article__community.svg");
}
.display-flag.flag--resource::before {
  background-image: url("../img/flag-article__resource.svg");
}

ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.breadcrumbs li {
  font-size: 0.875rem;
  color: #454545;
  display: inline-block;
  text-transform: uppercase;
}
ul.breadcrumbs li a.home {
  font-size: 0;
}
ul.breadcrumbs li a.home::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("../img/article__home.svg");
  background-size: cover;
  background-position: center center;
  vertical-align: sub;
}
ul.breadcrumbs li:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
ul.breadcrumbs li a {
  color: inherit;
}

body.single-articles h1 {
  text-transform: initial;
}

span.reading-time,
span.watching-time {
  text-transform: uppercase;
}
span.reading-time::before,
span.watching-time::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  vertical-align: text-top;
}

span.reading-time::before {
  background-image: url("../img/article__read-time.svg");
}

span.watching-time::before {
  background-image: url("../img/article__watch-time.svg");
}

.content-container .brand-content h5 {
  text-transform: uppercase;
  color: #454545;
  font-weight: 700;
}

.what-we-do-content-block h2 {
  font-size: 1.375rem;
  font-weight: 500;
}

ul.services {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.services li {
  position: relative;
  padding: 15px 0 15px 50px;
}
ul.services li:first-of-type {
  padding-top: 0;
}
ul.services li:last-of-type {
  padding-bottom: 0;
}
ul.services li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/list__icon.svg");
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bottom-content-container .breakdown {
  font-size: 1.25rem;
}
.bottom-content-container .breakdown a {
  color: inherit;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-top: 20px;
  width: 100%;
  font-size: 1.875rem;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

ul.woocommerce-nav {
  margin: 0;
  padding: 0;
}
ul.woocommerce-nav li {
  list-style-type: none;
}

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