/**
 * Theme
 */
/* line 8, scss/_colors.scss */
.darkred {
  color: #4B0202;
}
/* line 10, scss/_colors.scss */
.darkred * {
  color: #4B0202;
}

/* line 13, scss/_colors.scss */
.lightyellow {
  color: #FDF2C4;
}
/* line 15, scss/_colors.scss */
.lightyellow * {
  color: #FDF2C4;
}

/* line 18, scss/_colors.scss */
.mustard {
  color: #FFA81E;
}
/* line 20, scss/_colors.scss */
.mustard * {
  color: #FFA81E;
}

/* line 23, scss/_colors.scss */
.green {
  color: #66BB6A;
}
/* line 25, scss/_colors.scss */
.green * {
  color: #66BB6A;
}

/* line 28, scss/_colors.scss */
.grey {
  color: #404040;
}
/* line 30, scss/_colors.scss */
.grey * {
  color: #404040;
}

/* line 1, scss/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 13, scss/_reset.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 22, scss/_reset.scss */
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.
 */
/* line 35, scss/_reset.scss */
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.
 */
/* line 46, scss/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  text-align: left;
  direction: ltr;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 60, scss/_reset.scss */
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.
 */
/* line 69, scss/_reset.scss */
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.
 */
/* line 79, scss/_reset.scss */
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.
 */
/* line 89, scss/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 100, scss/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 117, scss/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 121, scss/_reset.scss */
sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 144, scss/_reset.scss */
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.
 */
/* line 160, scss/_reset.scss */
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.
 */
/* line 170, scss/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 190, scss/_reset.scss */
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.
 */
/* line 202, scss/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 213, scss/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 224, scss/_reset.scss */
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.
 */
/* line 237, scss/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 245, scss/_reset.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 264, scss/_reset.scss */
[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.
 */
/* line 274, scss/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 283, scss/_reset.scss */
[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.
 */
/* line 292, scss/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 312, scss/_reset.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 323, scss/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 331, scss/_reset.scss */
[hidden] {
  display: none;
}

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

/* line 352, scss/_reset.scss */
html h1, body h1 {
  font-size: 48px;
}
/* line 353, scss/_reset.scss */
html h2, body h2 {
  font-size: 42px;
}
/* line 354, scss/_reset.scss */
html h3, body h3 {
  font-size: 36px;
}

/* line 357, scss/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 361, scss/_reset.scss */
p {
  margin-bottom: 1.5em;
}

/* line 365, scss/_reset.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 369, scss/_reset.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 373, scss/_reset.scss */
address {
  margin: 0 0 1.5em;
}

/* line 377, scss/_reset.scss */
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;
}

/* line 389, scss/_reset.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 395, scss/_reset.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 400, scss/_reset.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 405, scss/_reset.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 412, scss/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 416, scss/_reset.scss */
*,
*: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;
}

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

/* line 428, scss/_reset.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 435, scss/_reset.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 439, scss/_reset.scss */
ul {
  list-style: disc;
}

/* line 443, scss/_reset.scss */
ol {
  list-style: decimal;
}

/* line 447, scss/_reset.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 453, scss/_reset.scss */
dt {
  font-weight: bold;
}

/* line 457, scss/_reset.scss */
dd {
  margin: 0 1.5em 1.5em;
}

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

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

/* line 473, scss/_reset.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 481, scss/_reset.scss */
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;
}

/* line 496, scss/_reset.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 503, scss/_reset.scss */
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;
}

/* line 513, scss/_reset.scss */
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;
  -webkit-border-radius: 3px;
  padding: 3px;
}

/* line 536, scss/_reset.scss */
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;
}

/* line 555, scss/_reset.scss */
select {
  border: 1px solid #ccc;
}

/* line 559, scss/_reset.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 569, scss/_reset.scss */
a {
  color: royalblue;
}

/* line 573, scss/_reset.scss */
a:visited {
  color: purple;
}

/* line 577, scss/_reset.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}

/* line 581, scss/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 585, scss/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 592, scss/_reset.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

/* line 599, scss/_reset.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 606, scss/_reset.scss */
.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;
}

/* line 615, scss/_reset.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

/* line 620, scss/_reset.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* line 625, scss/_reset.scss */
.main-navigation ul ul a {
  width: 200px;
}

/* line 629, scss/_reset.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* line 634, scss/_reset.scss */
.main-navigation li {
  float: left;
  position: relative;
}

/* line 639, scss/_reset.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  /* line 651, scss/_reset.scss */
  .menu-toggle {
    display: none;
  }

  /* line 654, scss/_reset.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 659, scss/_reset.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 666, scss/_reset.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 673, scss/_reset.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 685, scss/_reset.scss */
.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. */
}

/* line 698, scss/_reset.scss */
.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. */
/* line 721, scss/_reset.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 728, scss/_reset.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 734, scss/_reset.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 740, scss/_reset.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 750, scss/_reset.scss */
.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;
}

/* line 767, scss/_reset.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 779, scss/_reset.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

/* line 784, scss/_reset.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 794, scss/_reset.scss */
.sticky {
  display: block;
}

/* line 798, scss/_reset.scss */
.post,
.page {
  margin: 0 0 1.5em;
}

/* line 803, scss/_reset.scss */
.updated:not(.published) {
  display: none;
}

/* line 807, scss/_reset.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 813, scss/_reset.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 821, scss/_reset.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 825, scss/_reset.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 833, scss/_reset.scss */
.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. */
/* line 840, scss/_reset.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 847, scss/_reset.scss */
.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. */
/* line 857, scss/_reset.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 864, scss/_reset.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 871, scss/_reset.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 876, scss/_reset.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 882, scss/_reset.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 886, scss/_reset.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 893, scss/_reset.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 897, scss/_reset.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 904, scss/_reset.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 908, scss/_reset.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

/* line 912, scss/_reset.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 916, scss/_reset.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 920, scss/_reset.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 924, scss/_reset.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 928, scss/_reset.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 932, scss/_reset.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 936, scss/_reset.scss */
.gallery-caption {
  display: block;
}

/* line 940, scss/_reset.scss */
.vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 944, scss/_reset.scss */
.vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 948, scss/_reset.scss */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 15px !important;
}

/**
 * Placeholders
 */
/* line 957, scss/_reset.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4B0202;
}

/* line 960, scss/_reset.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #4B0202;
}

/* line 963, scss/_reset.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #4B0202;
}

/* line 966, scss/_reset.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #4B0202;
}

@font-face {
  font-family: 'Spoiler';
  src: url("inc/fonts/FbSpoiler-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: 'Spoiler Light';
  src: url("inc/fonts/FbSpoiler-Light.otf");
  font-weight: lighter;
}
@font-face {
  font-family: 'Spoiler Bold';
  src: url("inc/fonts/FbSpoiler-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: 'Spoiler Black';
  src: url("inc/fonts/FbSpoiler-Black.otf");
  font-weight: bolder;
}
/* line 1, scss/_general.scss */
body, html {
  font-family: 'Spoiler';
  font-size: 24px;
  font-weight: normal;
}
/* line 5, scss/_general.scss */
body *, html * {
  font-family: 'Spoiler';
  font-size: 24px;
  font-weight: normal;
}

/* line 12, scss/_general.scss */
body {
  margin: 0 !important;
}

/* line 14, scss/_general.scss */
.error {
  color: red;
  border-color: red;
}

/* line 19, scss/_general.scss */
h1, h2, h3 {
  margin: 0;
}

/* line 23, scss/_general.scss */
a, a:active, a:visited {
  color: #4B0202;
}

/* line 25, scss/_general.scss */
#page {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* line 32, scss/_general.scss */
.container {
  width: 1432px;
  max-width: 100%;
  margin: 0 auto !important;
}

/* line 36, scss/_general.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

/* line 43, scss/_general.scss */
.text-pad-max p, .text-pad-max span, .text-pad-max a {
  max-width: 60%;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 51, scss/_general.scss */
.text-pad p, .text-pad span, .text-pad a {
  max-width: 80%;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 59, scss/_general.scss */
.sticky2 {
  position: fixed;
  max-width: 200px;
  max-height: 800px;
  top: 100px;
  background: #fff;
  overflow-y: auto;
}
/* line 67, scss/_general.scss */
.sticky2 .scroll {
  float: right;
  width: 100%;
  height: 100%;
}
/* line 71, scss/_general.scss */
.sticky2 .scroll > ul {
  float: right;
}

/* line 76, scss/_general.scss */
header .main-menu {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 70px;
  top: 0;
  right: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 9;
}
/* line 87, scss/_general.scss */
header .main-menu.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.5);
  box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.5);
}
/* line 95, scss/_general.scss */
header .main-menu.sticky ul li.current-menu-item a {
  color: #4B0202;
  background-color: #F4F4F4;
}
/* line 101, scss/_general.scss */
header .main-menu.sticky ul li a {
  display: block;
  padding: 0 15px;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
  color: #4B0202;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  transition: all .3s;
  -webkit-transition: all .2s;
}
/* line 112, scss/_general.scss */
header .main-menu.sticky ul li a:hover {
  color: #4B0202;
  background-color: #F4F4F4;
}
/* line 121, scss/_general.scss */
header .main-menu.sticky .menu-ext a {
  color: #4B0202 !important;
}
/* line 123, scss/_general.scss */
header .main-menu.sticky .menu-ext a span {
  background-color: #F4F4F4;
}
/* line 128, scss/_general.scss */
header .main-menu ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 136, scss/_general.scss */
header .main-menu ul li:first-child {
  margin-right: 0;
}
/* line 137, scss/_general.scss */
header .main-menu ul li:last-child {
  margin-left: 0;
}
/* line 140, scss/_general.scss */
header .main-menu ul li.current-menu-item a {
  color: #4B0202;
  background-color: #fff;
}
/* line 146, scss/_general.scss */
header .main-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
  color: #FDF2C4;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  transition: all .3s;
  -webkit-transition: all .2s;
}
/* line 157, scss/_general.scss */
header .main-menu ul li a:hover {
  color: #4B0202;
  background-color: #fff;
}
/* line 166, scss/_general.scss */
header .menu-ext {
  display: inline-block;
  width: auto;
  height: 70px;
  top: 40px;
  left: 0;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 9;
}
/* line 178, scss/_general.scss */
header .menu-ext #search {
  display: none;
  position: absolute;
  left: 0;
}
/* line 184, scss/_general.scss */
header .menu-ext .img-wrap {
  line-height: 45px;
}
/* line 187, scss/_general.scss */
header .menu-ext .img-wrap img {
  display: inline-block;
  margin: 0 auto;
}
/* line 194, scss/_general.scss */
header .menu-ext a span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #4B0202;
  background-color: #FDF2C4;
  border-radius: 26px;
  -webkit-border-radius: 26px;
}
/* line 204, scss/_general.scss */
header .menu-ext a:hover {
  color: #FDF2C4 !important;
  background-color: inherit !important;
}

/* line 213, scss/_general.scss */
.good-food img {
  width: 60px;
  height: 60px;
}
/* line 217, scss/_general.scss */
.good-food img.good-food-svg {
  width: 529px;
  height: 178px;
}

/* line 224, scss/_general.scss */
.fruit_piece {
  position: relative;
}
/* line 227, scss/_general.scss */
.fruit_piece:before {
  content: '';
  position: absolute;
  width: 77px;
  height: 191px;
  right: 0;
  bottom: 17%;
  background: url("images/fruit_piece.png") no-repeat;
}
/* line 237, scss/_general.scss */
.fruit_piece:after {
  content: '';
  position: relative;
  width: 84px;
  height: 107px;
  right: 4%;
  bottom: 22%;
  background: url("images/veg.png") no-repeat;
}

/* line 248, scss/_general.scss */
.five-icons {
  margin-top: 80px;
}
/* line 251, scss/_general.scss */
.five-icons .wpb_single_image {
  margin-bottom: 0 !important;
}
/* line 254, scss/_general.scss */
.five-icons .wpb_single_image img {
  width: 96px;
  height: 91px;
}
/* line 260, scss/_general.scss */
.five-icons p {
  margin-top: 0;
  line-height: 27px;
}

/* line 266, scss/_general.scss */
.vc_images_carousel {
  direction: ltr;
  text-align: left;
}

/* line 271, scss/_general.scss */
.contact-form {
  position: relative;
  top: 579px;
}
/* line 275, scss/_general.scss */
.contact-form .wpcf7 {
  display: block;
  padding: 50px;
  text-align: center;
  background: #fff;
  background-size: 36.5% auto;
  background-position: bottom right;
  -webkit-box-shadow: 0 2px 3px 1px rgba(100, 100, 100, 0.35);
  box-shadow: 0 2px 3px 1px rgba(100, 100, 100, 0.35);
}
/* line 284, scss/_general.scss */
.contact-form .wpcf7 * {
  text-align: center;
}
/* line 287, scss/_general.scss */
.contact-form .wpcf7 form h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 293, scss/_general.scss */
.contact-form .wpcf7 form p {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
/* line 300, scss/_general.scss */
.contact-form .wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  max-width: 32%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 307, scss/_general.scss */
.contact-form .wpcf7 input[type="text"] {
  max-width: 100%;
  line-height: 55px;
  color: #4B0202;
  background: #EFEFEF;
}
/* line 314, scss/_general.scss */
.contact-form .wpcf7 input[type="submit"] {
  display: block;
  width: 365px;
  max-width: 100%;
  padding: 0;
  margin: 30px auto 0;
  font-size: 24px;
  line-height: 55px;
  color: #fff;
  background: #66BB6A;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 330, scss/_general.scss */
footer {
  display: block;
  width: 100%;
  height: 970px;
  text-align: center;
  background: url("images/footer-wave.svg") no-repeat bottom center;
  background-size: 100% auto;
}
/* line 338, scss/_general.scss */
footer .menu-ext {
  display: none !important;
}
/* line 340, scss/_general.scss */
footer .site-info {
  display: block;
  float: right;
  width: 100%;
  margin-top: 420px;
}
/* line 347, scss/_general.scss */
footer .footer-logo {
  display: block;
  margin-top: 250px;
}
/* line 352, scss/_general.scss */
footer .social-networks {
  display: block;
  width: 100%;
}
/* line 356, scss/_general.scss */
footer .social-networks a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 8px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* line 368, scss/_general.scss */
footer .footer-menu {
  display: block;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
/* line 374, scss/_general.scss */
footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 377, scss/_general.scss */
footer .footer-menu ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
/* line 381, scss/_general.scss */
footer .footer-menu ul li:first-child, footer .footer-menu ul li:last-child {
  margin: 0;
}
/* line 383, scss/_general.scss */
footer .footer-menu ul li a {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}
/* line 392, scss/_general.scss */
footer .copyright {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
}

/* line 401, scss/_general.scss */
.single .widget_recent_entries {
  padding-right: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 406, scss/_general.scss */
.single .widget_recent_entries h2 {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: bold;
}
/* line 412, scss/_general.scss */
.single .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 415, scss/_general.scss */
.single .widget_recent_entries ul li {
  list-style: none;
}
/* line 418, scss/_general.scss */
.single .widget_recent_entries ul li a {
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}
/* line 423, scss/_general.scss */
.single .widget_recent_entries ul li a:hover {
  text-decoration: underline;
  color: #4B0202;
}
/* line 432, scss/_general.scss */
.single .widget_tag_cloud {
  padding-right: 48px;
  margin-top: 65px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 438, scss/_general.scss */
.single .widget_tag_cloud h2 {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: bold;
}
/* line 444, scss/_general.scss */
.single .widget_tag_cloud .tagcloud {
  display: block;
  width: 100%;
}
/* line 448, scss/_general.scss */
.single .widget_tag_cloud .tagcloud a {
  font-size: 22px !important;
  line-height: 33px;
  text-decoration: none;
}
/* line 453, scss/_general.scss */
.single .widget_tag_cloud .tagcloud a:hover {
  text-decoration: underline;
  color: #4B0202;
}
/* line 458, scss/_general.scss */
.single .widget_tag_cloud .tagcloud a:after {
  content: ',';
}
/* line 463, scss/_general.scss */
.single .widget_tag_cloud .tagcloud a:last-child:after {
  content: '';
}

/* line 475, scss/_general.scss */
#content #main .vc_row h3 {
  margin: 40px 0 15px;
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
}
/* line 482, scss/_general.scss */
#content #main .vc_row p {
  font-size: 22px;
  line-height: 33px;
}
/* line 487, scss/_general.scss */
#content #main .vc_row blockquote {
  padding-right: 63px;
  margin: 22px 0 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 493, scss/_general.scss */
#content #main .vc_row blockquote p {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
}
/* line 500, scss/_general.scss */
#content #main .vc_row .border {
  padding-right: 15px;
  border-right: 4px solid #FFA81E;
}
/* line 504, scss/_general.scss */
#content #main .vc_row .border p {
  margin: 48px 0 0;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
}

/* line 515, scss/_general.scss */
.price {
  color: #4B0202 !important;
}
/* line 517, scss/_general.scss */
.price * {
  color: #4B0202 !important;
}

/* line 1, scss/_errors.scss */
section.no-results.not-found {
  display: block;
  width: 100%;
  text-align: center;
}

/**
 * Responsive Design
 */
@media screen and (min-width: 2300px) {
  /* line 2, scss/responsive/_desktop.scss */
  div.main-banner {
    max-height: 1500px;
  }

  /* line 3, scss/responsive/_desktop.scss */
  div.three-blocks {
    min-height: 470px;
  }
}
@media screen and (min-width: 769px) {
  /* line 9, scss/responsive/_desktop.scss */
  .woocommerce ul.products:not(.slick-slider) li.product {
    width: 32%;
    margin: 0 0 2.992em 1.33%;
    clear: none !important;
  }
}
/* line 1, scss/responsive/_mobile.scss */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 1100px) {
  /* line 4, scss/responsive/_mobile.scss */
  .container {
    width: 95%;
  }

  /* line 10, scss/responsive/_mobile.scss */
  header .main-menu ul li a {
    padding: 0px 7px !important;
    font-size: 15px !important;
  }
  /* line 18, scss/responsive/_mobile.scss */
  header .menu-ext {
    top: 0;
  }
  /* line 22, scss/responsive/_mobile.scss */
  header .menu-ext a span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }

  /* line 32, scss/responsive/_mobile.scss */
  footer {
    height: 1000px;
  }
}
@media screen and (max-width: 768px) {
  /* line 39, scss/responsive/_mobile.scss */
  div.three-blocks .container {
    display: block;
  }
  /* line 42, scss/responsive/_mobile.scss */
  div.three-blocks .container .block {
    max-width: 90%;
    margin: 30px auto !important;
  }

  /* line 49, scss/responsive/_mobile.scss */
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 65px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.5);
    box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.5);
  }
  /* line 59, scss/responsive/_mobile.scss */
  .main-navigation .mobile-cart {
    float: left;
    margin-left: 10px;
    line-height: 65px;
  }
  /* line 64, scss/responsive/_mobile.scss */
  .main-navigation .mobile-cart > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FDF2C4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
  }

  /* line 76, scss/responsive/_mobile.scss */
  div.main-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: rgba(255, 255, 255, 0.85);
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  /* line 85, scss/responsive/_mobile.scss */
  div.main-menu.is-active {
    right: 0;
  }
  /* line 87, scss/responsive/_mobile.scss */
  div.main-menu ul.menu {
    display: block;
    position: static;
    margin-top: 75px;
  }
  /* line 92, scss/responsive/_mobile.scss */
  div.main-menu ul.menu li {
    display: block;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  /* line 98, scss/responsive/_mobile.scss */
  div.main-menu ul.menu li a {
    display: inline-block;
    width: auto !important;
    font-size: 20px !important;
    color: #4B0202;
  }

  /* line 108, scss/responsive/_mobile.scss */
  .hamburger-menu {
    display: block !important;
    position: fixed;
    top: 13px;
    right: 5px;
    padding: 0 5px;
    z-index: 1000;
  }
  /* line 118, scss/responsive/_mobile.scss */
  .hamburger-menu .hamburger.is-active .line {
    background-color: #4B0202;
  }
  /* line 122, scss/responsive/_mobile.scss */
  .hamburger-menu .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #4B0202;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 133, scss/responsive/_mobile.scss */
  .hamburger-menu .hamburger:hover {
    cursor: pointer;
  }
  /* line 137, scss/responsive/_mobile.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  /* line 141, scss/responsive/_mobile.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  /* line 148, scss/responsive/_mobile.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  /* line 156, scss/responsive/_mobile.scss */
  .testimonials-slider {
    height: 400px;
  }

  /* line 160, scss/responsive/_mobile.scss */
  .contact-form {
    top: 100px;
  }
  /* line 163, scss/responsive/_mobile.scss */
  .contact-form .wpcf7 {
    background-size: 100% auto;
  }
  /* line 167, scss/responsive/_mobile.scss */
  .contact-form .wpcf7 form h2 {
    line-height: 1.2;
  }
  /* line 168, scss/responsive/_mobile.scss */
  .contact-form .wpcf7 form p {
    display: block;
  }
  /* line 170, scss/responsive/_mobile.scss */
  .contact-form .wpcf7 form input[type="submit"] {
    margin: 0 auto;
  }
  /* line 174, scss/responsive/_mobile.scss */
  .contact-form .wpcf7 form .wpcf7-form-control-wrap {
    width: 365px;
    max-width: 100%;
    margin-bottom: 15px;
  }

  /* line 186, scss/responsive/_mobile.scss */
  #content #main .vc_row .half-half {
    height: 420px;
  }
  /* line 188, scss/responsive/_mobile.scss */
  #content #main .vc_row .half-half img {
    max-height: 420px;
  }
  /* line 191, scss/responsive/_mobile.scss */
  #content #main .vc_row p {
    font-size: 18px;
    line-height: 23px;
  }
  /* line 197, scss/responsive/_mobile.scss */
  #content #main .vc_row .vc-posts-grid .grid-item {
    width: 50%;
    height: auto;
  }

  /**
   * WooCommerce
   */
  /* line 209, scss/responsive/_mobile.scss */
  .products {
    padding-right: 0 !important;
  }
  /* line 212, scss/responsive/_mobile.scss */
  .products li.product {
    width: 100% !important;
    height: auto !important;
  }
  /* line 215, scss/responsive/_mobile.scss */
  .products li.product img {
    height: auto !important;
  }
  /* line 219, scss/responsive/_mobile.scss */
  .products.slick-slider li.product {
    max-width: 250px !important;
    height: 500px !important;
    margin: 0 15px !important;
  }

  /* line 227, scss/responsive/_mobile.scss */
  .fancybox {
    margin: 0 auto;
  }

  /* line 229, scss/responsive/_mobile.scss */
  .product-categories {
    display: none !important;
  }

  /* line 231, scss/responsive/_mobile.scss */
  .vc_col-sm-10,
  .vc_col-sm-9,
  .vc_col-sm-3,
  .half {
    width: 100% !important;
  }

  /* line 236, scss/responsive/_mobile.scss */
  .product-info {
    display: block !important;
    text-align: center;
  }

  /* line 241, scss/responsive/_mobile.scss */
  form.cart {
    justify-content: center;
  }

  /* line 244, scss/responsive/_mobile.scss */
  .woocommerce.columns-4 ul.products.columns-4:not(.slick-slider) {
    margin: 0 !important;
  }
  /* line 247, scss/responsive/_mobile.scss */
  .woocommerce.columns-4 ul.products.columns-4:not(.slick-slider) li.product {
    min-height: 500px;
    clear: none;
  }

  /* line 254, scss/responsive/_mobile.scss */
  footer {
    height: 620px;
  }
  /* line 256, scss/responsive/_mobile.scss */
  footer .footer-logo {
    margin-top: 15px;
  }
  /* line 257, scss/responsive/_mobile.scss */
  footer .footer-menu {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  /* line 262, scss/responsive/_mobile.scss */
  div.half-half {
    max-height: 300px;
  }
  /* line 264, scss/responsive/_mobile.scss */
  div.half-half img {
    max-height: 300px;
  }
  /* line 266, scss/responsive/_mobile.scss */
  div.half-half div.content {
    padding: 0 10px 0 5px;
  }
  /* line 267, scss/responsive/_mobile.scss */
  div.half-half div.content h3 {
    margin: 0 !important;
  }
  /* line 269, scss/responsive/_mobile.scss */
  div.half-half div.content p {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  /* line 279, scss/responsive/_mobile.scss */
  .product-info .half {
    float: right;
    height: auto !important;
    margin-bottom: 40px;
  }
  /* line 283, scss/responsive/_mobile.scss */
  .product-info .half .fancybox {
    max-height: 250px;
  }

  /* line 287, scss/responsive/_mobile.scss */
  footer {
    height: 600px;
    background-size: cover;
    background-position: center;
  }
  /* line 292, scss/responsive/_mobile.scss */
  footer .footer-logo {
    margin-top: 415px;
  }
  /* line 293, scss/responsive/_mobile.scss */
  footer .site-info {
    margin-top: 0;
  }

  /* line 298, scss/responsive/_mobile.scss */
  .woocommerce.columns-4 ul.products.columns-4 li.product {
    min-height: 500px;
  }

  /* line 304, scss/responsive/_mobile.scss */
  .vc-posts-grid {
    display: block !important;
  }
  /* line 306, scss/responsive/_mobile.scss */
  .vc-posts-grid .grid-item {
    width: 100% !important;
  }

  /* line 309, scss/responsive/_mobile.scss */
  .vc-post-image {
    height: auto !important;
  }

  /* line 310, scss/responsive/_mobile.scss */
  .vc_wp_posts, .vc_wp_tagcloud {
    display: none;
  }
}
/**
 * Visual Composer - Components
 */
/* line 2, scss/vc_components/_main_banner.scss */
.home .main-banner {
  background: #f17683;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f17683 0%, #f5b65e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f17683 0%, #f5b65e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f17683 0%, #f5b65e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17683', endColorstr='#f5b65e',GradientType=0 );
  /* IE6-9 */
}

/* line 11, scss/vc_components/_main_banner.scss */
.main-banner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 1286px;
  background: transparent;
  overflow: hidden;
}
/* line 21, scss/vc_components/_main_banner.scss */
.main-banner .bg-image {
  display: block;
  width: 100%;
  height: auto;
}
/* line 27, scss/vc_components/_main_banner.scss */
.main-banner .logo-image {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

/* line 1, scss/vc_components/_three_blocks.scss */
.three-blocks {
  display: block;
  width: 100%;
}
/* line 5, scss/vc_components/_three_blocks.scss */
.three-blocks .container {
  display: flex;
  justify-content: space-between;
}
/* line 8, scss/vc_components/_three_blocks.scss */
.three-blocks .container * {
  color: #fff;
}
/* line 10, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block {
  width: 100%;
  height: 375px;
  margin: 0 10px;
  background-size: cover !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 16, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block:first-child {
  margin-right: 0;
}
/* line 17, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block:last-child {
  margin-left: 0;
}
/* line 19, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block > div {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  padding: 0 45px;
}
/* line 25, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block > div * {
  line-height: 1;
}
/* line 26, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block > div .title {
  font-size: 22px;
}
/* line 27, scss/vc_components/_three_blocks.scss */
.three-blocks .container .block > div .description {
  font-size: 22px;
}

/* line 1, scss/vc_components/_slider.scss */
.image-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 330px;
  margin-top: 160px;
  overflow: hidden;
}
/* line 9, scss/vc_components/_slider.scss */
.image-slider.high {
  height: 730px;
  overflow: initial !important;
}
/* line 13, scss/vc_components/_slider.scss */
.image-slider.high li {
  margin: 0 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 19, scss/vc_components/_slider.scss */
.image-slider.high li, .image-slider.high li img {
  height: 730px;
  max-width: 1300px;
}
/* line 25, scss/vc_components/_slider.scss */
.image-slider h3 {
  margin-bottom: 35px;
  text-align: center;
}
/* line 30, scss/vc_components/_slider.scss */
.image-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 32, scss/vc_components/_slider.scss */
.image-slider img {
  float: right;
  width: auto;
  height: 100%;
}

/* line 1, scss/vc_components/_testimonials.scss */
.testimonials-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 330px;
  padding-top: 100px;
  margin-top: 165px;
  background: url("images/qoute.svg") no-repeat center -10%;
  background-size: 308px 285px;
  overflow: hidden;
}
/* line 11, scss/vc_components/_testimonials.scss */
.testimonials-slider * {
  text-align: center;
}
/* line 13, scss/vc_components/_testimonials.scss */
.testimonials-slider h3 {
  margin-bottom: 35px;
}
/* line 15, scss/vc_components/_testimonials.scss */
.testimonials-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 19, scss/vc_components/_testimonials.scss */
.testimonials-slider ul li p {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 35px;
  color: #4B0202;
}
/* line 28, scss/vc_components/_testimonials.scss */
.testimonials-slider ul li span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-family: 'Spoiler Light';
  color: #4B0202;
}

/* line 40, scss/vc_components/_testimonials.scss */
.slick-dots li {
  display: inline-block;
}
/* line 44, scss/vc_components/_testimonials.scss */
.slick-dots li.slick-active button {
  color: #66BB6A;
  background: #66BB6A;
}
/* line 50, scss/vc_components/_testimonials.scss */
.slick-dots li button {
  width: 18px;
  height: 18px;
  margin: 0 6px;
  font-size: 1px;
  color: #EFEFEF;
  background: #EFEFEF;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
}

/* line 1, scss/vc_components/_product_categories.scss */
.product-categories {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 7, scss/vc_components/_product_categories.scss */
.product-categories * {
  color: #4B0202;
}
/* line 9, scss/vc_components/_product_categories.scss */
.product-categories h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
/* line 15, scss/vc_components/_product_categories.scss */
.product-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 18, scss/vc_components/_product_categories.scss */
.product-categories ul li {
  float: right;
  width: 100%;
  list-style: none;
}
/* line 24, scss/vc_components/_product_categories.scss */
.product-categories ul li.active > a {
  font-weight: bold;
}
/* line 27, scss/vc_components/_product_categories.scss */
.product-categories ul li ul.sub {
  float: right;
  padding: 0 73px 0 0;
  margin: 0 0 18px 0;
}
/* line 33, scss/vc_components/_product_categories.scss */
.product-categories ul li ul.sub li a {
  font-size: 18px;
}
/* line 37, scss/vc_components/_product_categories.scss */
.product-categories ul li img {
  float: right;
}
/* line 39, scss/vc_components/_product_categories.scss */
.product-categories ul li a {
  position: relative;
  float: right;
  top: 6px;
  font-size: 19px;
  text-decoration: none;
  color: #4B0202;
}

/* line 1, scss/vc_components/_products_slider.scss */
.products-slider {
  margin-top: 200px;
}
/* line 4, scss/vc_components/_products_slider.scss */
.products-slider h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
  color: #4B0202;
}
/* line 12, scss/vc_components/_products_slider.scss */
.products-slider ul.products {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 16, scss/vc_components/_products_slider.scss */
.products-slider ul.products li.product {
  max-width: 300px;
  margin: 0 20px;
  list-style: none;
  clear: none !important;
}
/* line 22, scss/vc_components/_products_slider.scss */
.products-slider ul.products li.product img {
  width: 100%;
  height: 280px !important;
  margin-bottom: 0 !important;
}

/* line 1, scss/vc_components/_half_image_half_text.scss */
.half-half {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 550px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #796eff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #796eff 0%, #ed4758 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #796eff 0%, #ed4758 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #796eff 0%, #ed4758 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#796eff', endColorstr='#ed4758',GradientType=0 );
  /* IE6-9 */
}
/* line 15, scss/vc_components/_half_image_half_text.scss */
.half-half .image {
  position: relative;
  width: 50%;
  overflow: hidden;
}
/* line 20, scss/vc_components/_half_image_half_text.scss */
.half-half .image img {
  float: right;
  width: auto;
  max-width: none;
  height: 550px;
}
/* line 27, scss/vc_components/_half_image_half_text.scss */
.half-half .content {
  width: 50%;
  padding: 0 55px;
}
/* line 31, scss/vc_components/_half_image_half_text.scss */
.half-half .content > div {
  position: relative;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
}
/* line 37, scss/vc_components/_half_image_half_text.scss */
.half-half .content > div h3 {
  font-size: 36px;
  font-weight: bold;
  color: #FDF2C4;
}
/* line 43, scss/vc_components/_half_image_half_text.scss */
.half-half .content > div p {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}

/* line 1, scss/vc_components/_our_customers.scss */
.our-customers {
  display: block;
  width: 100%;
  margin-top: 100px;
}
/* line 6, scss/vc_components/_our_customers.scss */
.our-customers h2 {
  width: 100%;
  margin: 0 0 60px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #4B0202;
}
/* line 15, scss/vc_components/_our_customers.scss */
.our-customers ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 21, scss/vc_components/_our_customers.scss */
.our-customers ul li {
  width: 16%;
  padding: 0 4%;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 28, scss/vc_components/_our_customers.scss */
.our-customers ul li img {
  width: 100%;
  height: auto;
}

/* line 1, scss/vc_components/_post_image.scss */
.vc-post-image {
  display: block;
  width: 100%;
  height: 570px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 8, scss/vc_components/_post_image.scss */
.vc-post-image img {
  width: 100%;
  height: auto;
}

/**
 * WooCoomerce
 */
/* line 1, scss/woocommerce/_products.scss */
.products-logo {
  position: relative;
  top: -100px;
}

/* line 6, scss/woocommerce/_products.scss */
.product-notes {
  display: block;
  width: 100%;
}
/* line 10, scss/woocommerce/_products.scss */
.product-notes > span {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #4B0202;
}

/* line 21, scss/woocommerce/_products.scss */
.woocommerce .products {
  padding-right: 40px;
}
/* line 24, scss/woocommerce/_products.scss */
.woocommerce .products .atc {
  background: none;
}
/* line 26, scss/woocommerce/_products.scss */
.woocommerce .products li.product {
  position: relative;
  height: 490px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 35, scss/woocommerce/_products.scss */
.woocommerce .products li.product img {
  max-height: 263px;
  margin-bottom: 0 !important;
}
/* line 40, scss/woocommerce/_products.scss */
.woocommerce .products li.product h2 {
  width: 100%;
  padding: 5px 0 0 0 !important;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #4B0202;
}
/* line 50, scss/woocommerce/_products.scss */
.woocommerce .products li.product .price {
  display: block;
  width: 100%;
  font-size: 22px;
  text-align: center;
  color: #4B0202;
}
/* line 58, scss/woocommerce/_products.scss */
.woocommerce .products li.product input[type="number"] {
  text-align: center;
  color: #4B0202;
}
/* line 63, scss/woocommerce/_products.scss */
.woocommerce .products li.product span.label > * {
  font-weight: bold;
}
/* line 64, scss/woocommerce/_products.scss */
.woocommerce .products li.product select {
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 71, scss/woocommerce/_products.scss */
.woocommerce .products li.product button, .woocommerce .products li.product .single_add_to_cart_button {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #FFA81E;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
/* line 83, scss/woocommerce/_products.scss */
.woocommerce .products li.product button:hover, .woocommerce .products li.product .single_add_to_cart_button:hover {
  color: #fff;
  background: #FFA81E;
}

/* line 92, scss/woocommerce/_products.scss */
.product-info {
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 97, scss/woocommerce/_products.scss */
.product-info .half {
  width: 570px;
  max-width: 100%;
  height: auto;
}
/* line 101, scss/woocommerce/_products.scss */
.product-info .half:first-child {
  margin-left: 84px;
}
/* line 103, scss/woocommerce/_products.scss */
.product-info .half .fancybox {
  width: 570px;
  max-width: 100%;
  height: 380px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 111, scss/woocommerce/_products.scss */
.product-info .half img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 119, scss/woocommerce/_products.scss */
.product-info .half .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #4B0202;
}
/* line 122, scss/woocommerce/_products.scss */
.product-info .half .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
/* line 126, scss/woocommerce/_products.scss */
.product-info .half h1 {
  line-height: 1;
  font-weight: bold;
  color: #4B0202;
}
/* line 132, scss/woocommerce/_products.scss */
.product-info .half p {
  font-size: 22px;
  line-height: 24px;
  color: #404040;
}
/* line 138, scss/woocommerce/_products.scss */
.product-info .half .price {
  padding: 25px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
/* line 144, scss/woocommerce/_products.scss */
.product-info .half .price, .product-info .half .price > span {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  color: #4B0202;
}
/* line 151, scss/woocommerce/_products.scss */
.product-info .half form {
  display: block;
}
/* line 154, scss/woocommerce/_products.scss */
.product-info .half form .product-atts {
  display: block;
  width: 100%;
  padding: 10px 10px 15px;
  margin-bottom: 20px !important;
  background: #EBEBEB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 162, scss/woocommerce/_products.scss */
.product-info .half form .product-atts span.label > * {
  font-weight: bold;
}
/* line 163, scss/woocommerce/_products.scss */
.product-info .half form .product-atts select {
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 170, scss/woocommerce/_products.scss */
.product-info .half form button.single_add_to_cart_button {
  width: 100%;
  max-width: 287px;
  height: 57px;
  padding: 0;
  margin-right: 37px;
  line-height: 57px;
  font-size: 24px;
  color: #fff;
  background: #FFA81E;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* line 181, scss/woocommerce/_products.scss */
.product-info .half form button.single_add_to_cart_button:hover {
  background: #FFA81E;
}
/* line 184, scss/woocommerce/_products.scss */
.product-info .half form input[type="number"] {
  height: 57px;
  line-height: 57px;
}

/* line 192, scss/woocommerce/_products.scss */
.product-gallery {
  display: block;
  position: relative;
  float: right;
  width: 100%;
  margin-top: 22px;
  z-index: 2;
}
/* line 200, scss/woocommerce/_products.scss */
.product-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 203, scss/woocommerce/_products.scss */
.product-gallery ul li {
  display: inline-block;
  width: 93px;
  height: 93px;
  margin-left: 13px;
  list-style: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 212, scss/woocommerce/_products.scss */
.product-gallery ul li img {
  float: right;
  width: 100%;
  height: 100%;
}
/* line 216, scss/woocommerce/_products.scss */
.product-gallery ul li img:hover {
  cursor: pointer;
}

/* line 222, scss/woocommerce/_products.scss */
.atc {
  float: right;
  width: 100%;
  padding: 20px;
  background: #FDF2C4;
}
/* line 228, scss/woocommerce/_products.scss */
.atc .product-variation {
  float: right;
  max-width: 50%;
  padding-left: 40px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 236, scss/woocommerce/_products.scss */
.atc .product-variation select {
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 244, scss/woocommerce/_products.scss */
.product-bottom {
  float: right;
  width: 100%;
  margin-top: 40px;
}

/* line 1, scss/woocommerce/_cart.scss */
.woocommerce-message {
  display: none !important;
}

/* line 4, scss/woocommerce/_cart.scss */
.cart-page h1 {
  margin-bottom: 50px;
  font-weight: bold;
  color: #4B0202;
}
/* line 10, scss/woocommerce/_cart.scss */
.cart-page table.shop_table {
  border: none !important;
}
/* line 12, scss/woocommerce/_cart.scss */
.cart-page table.shop_table *:not(input):not(.actions) {
  text-align: right;
}
/* line 14, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #404040;
}
/* line 20, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr:first-child th {
  font-size: 16px;
  font-weight: bold;
}
/* line 28, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr > th {
  width: auto !important;
  max-width: 65%;
}
/* line 29, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr > td {
  width: auto !important;
  min-width: 35%;
}
/* line 31, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr th, .cart-page table.shop_table tr td {
  font-size: 32px;
  line-height: 35px;
  text-align: left;
}
/* line 36, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr th *, .cart-page table.shop_table tr td * {
  font-size: 32px;
  line-height: 35px;
}
/* line 42, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr td, .cart-page table.shop_table tr td * {
  font-weight: bold;
}
/* line 43, scss/woocommerce/_cart.scss */
.cart-page table.shop_table tr th, .cart-page table.shop_table tr th * {
  font-weight: normal;
}
/* line 47, scss/woocommerce/_cart.scss */
.cart-page table.shop_table .product-name a {
  font-size: 22px;
  text-decoration: none;
  color: #404040;
}
/* line 55, scss/woocommerce/_cart.scss */
.cart-page table.shop_table .product-thumbnail a {
  display: inline-block;
  width: 93px;
  height: 93px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 62, scss/woocommerce/_cart.scss */
.cart-page table.shop_table .product-thumbnail a img {
  float: right;
  width: 100%;
  height: 100%;
}
/* line 71, scss/woocommerce/_cart.scss */
.cart-page table.shop_table td.product-remove a.remove {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center !important;
  color: #404040 !important;
  border: 1px solid #404040;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* line 79, scss/woocommerce/_cart.scss */
.cart-page table.shop_table td.product-remove a.remove:hover {
  background: none;
}
/* line 81, scss/woocommerce/_cart.scss */
.cart-page table.shop_table td.product-remove a.remove span {
  display: block;
  position: relative;
  font-size: 28px;
  line-height: 25px;
  text-align: center !important;
}
/* line 92, scss/woocommerce/_cart.scss */
.cart-page button.button[name="update_cart"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 20px;
  line-height: 50px;
}
/* line 99, scss/woocommerce/_cart.scss */
.cart-page .cart_totals {
  max-width: 365px;
  margin-top: 50px;
}
/* line 102, scss/woocommerce/_cart.scss */
.cart-page .cart_totals * {
  color: #4B0202;
}
/* line 104, scss/woocommerce/_cart.scss */
.cart-page .cart_totals th {
  font-size: 32px !important;
  font-weight: normal !important;
}
/* line 110, scss/woocommerce/_cart.scss */
.cart-page .cart_totals .order-total th, .cart-page .cart_totals .order-total td, .cart-page .cart_totals .cart-subtotal th, .cart-page .cart_totals .cart-subtotal td {
  text-align: left !important;
}
/* line 113, scss/woocommerce/_cart.scss */
.cart-page .cart_totals h2 {
  display: none;
}
/* line 115, scss/woocommerce/_cart.scss */
.cart-page .cart_totals .checkout-button {
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 !important;
  font-weight: normal;
  background: #FFA81E !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 127, scss/woocommerce/_cart.scss */
.popup-background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
/* line 137, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  top: 15%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  padding: 30px 60px;
  background: #fff;
  border-top: 7px solid #ED4758;
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.35);
}
/* line 151, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  line-height: 0;
  color: #404040;
  cursor: pointer;
}
/* line 161, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup header {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
/* line 166, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup header * {
  color: #4B0202;
}
/* line 168, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup header > h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
}
/* line 176, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
/* line 178, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 input[type="text"], .popup-background .checkout-popup .wpcf7 textarea {
  float: right;
  padding: 20px;
  background-color: #EFEFEF;
  border: none;
}
/* line 184, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 textarea {
  float: right;
  width: 100%;
  max-height: 155px;
}
/* line 190, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 .custom-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* line 195, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 .custom-wrapper .wpcf7-form-control-wrap {
  width: 32%;
}
/* line 198, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 .custom-wrapper .wpcf7-form-control-wrap input[type="text"] {
  float: right;
  width: 100%;
}
/* line 205, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 p {
  text-align: center;
}
/* line 207, scss/woocommerce/_cart.scss */
.popup-background .checkout-popup .wpcf7 .wpcf7-submit {
  width: 310px;
  max-width: 100%;
  height: 70px;
  margin-top: 40px;
  font-size: 24px;
  color: #fff;
  background: #66BB6A;
  border: none;
}

/**
 * Blog
 */
/* line 1, scss/blog/_posts_grid.scss */
.vc-posts-grid {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 8, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item {
  width: 33.33%;
  height: 245px;
}
/* line 12, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .image {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}
/* line 19, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .image img {
  width: 100%;
  height: auto;
}
/* line 25, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content {
  display: block;
  width: 100%;
  height: auto;
  padding: 29px;
}
/* line 30, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content * {
  color: #404040;
}
/* line 32, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content span {
  font-size: 16px;
  line-height: 17px;
  color: #4B0202;
}
/* line 37, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
}
/* line 42, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content p, .vc-posts-grid .grid-item .content a {
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}
/* line 47, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content a.read-more {
  text-decoration: none;
}
/* line 49, scss/blog/_posts_grid.scss */
.vc-posts-grid .grid-item .content a.read-more:hover {
  text-decoration: underline;
}
