@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap);
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

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

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

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

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

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

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yeseva One", serif !important;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  max-width: 135px;
}
@media only screen and (min-width: 640px) {
  .custom-logo-link {
    padding-top: 8px;
  }
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #027f34;
}
a:hover, a:focus, a:active {
  color: #027f34;
}
a:hover, a:active {
  outline: 0;
}

:focus-visible {
  outline: 0 !important;
  border-color: #027f34 !important;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
  color: revert !important;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #e5e5e5;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

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

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

figure {
  margin: 1em 0;
}

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 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 5px;
}
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: #111518;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  #primary.site-main {
    margin-bottom: 345px;
  }
}

img.border-class {
  position: absolute;
  bottom: -2px;
  transform: rotate(180deg);
}

.fas {
  font-size: 35px !important;
}

header#masthead.uk-sticky.uk-active {
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2588235294);
  z-index: 999;
}
header#masthead.uk-sticky.uk-active::after {
  background: url(/wp-content/themes/_vg/assets/images/header-shadow.png) no-repeat center top;
  bottom: -41px;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 42px;
  position: absolute;
}
header#masthead .menu-toggle {
  min-height: 76px;
  color: #027f34;
}
header#masthead .menu-toggle:hover {
  color: #999;
}

.home header#masthead {
  position: absolute;
}

footer#colophon {
  background-color: #111518;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  footer#colophon {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
  }
}
footer#colophon .footer-top {
  color: #8c8c8c;
}
footer#colophon .footer-top section h2 {
  color: #fff;
}
footer#colophon .footer-top ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
footer#colophon .footer-top ul li {
  border-bottom: 1px solid #232323;
  padding: 10px 10px 10px 0;
}
footer#colophon .footer-top ul li a {
  color: #8c8c8c;
}
footer#colophon .footer-top ul li:last-child {
  border-bottom: none;
}
footer#colophon .footer-top .footer-block-3 section ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
footer#colophon .footer-top .footer-block-3 section ul li {
  padding: 10px 10px 10px 20px;
}
footer#colophon .footer-top .footer-block-3 section ul li:first-child::before {
  content: "\f3c5";
}
footer#colophon .footer-top .footer-block-3 section ul li:nth-child(2) a::before {
  content: "\f095";
}
footer#colophon .footer-top .footer-block-3 section ul li:nth-child(3) a::before {
  content: "\f0e0";
}
footer#colophon .footer-top .footer-block-3 section ul li:first-child::before, footer#colophon .footer-top .footer-block-3 section ul li:nth-child(2) a::before, footer#colophon .footer-top .footer-block-3 section ul li:nth-child(3) a::before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
footer#colophon .footer-top .footer-block-3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  background: url(/wp-content/themes/_vg/assets/images/contact-details-map.png) no-repeat center center;
  opacity: 0.11;
}
footer#colophon .site-info {
  background-color: transparent;
  background-image: linear-gradient(275deg, #111518 39%, #027f34 100%);
}
footer#colophon .social-links a::before {
  display: inline-block;
  padding: 0 5px;
  font-family: FontAwesome;
  font-size: 25px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  color: #fff;
}
footer#colophon .social-links a[href*="facebook.com"]::before {
  content: "\f082";
}
footer#colophon .social-links a[href*="twitter.com"]::before {
  content: "\f099";
}
footer#colophon .social-links a[href*="plus.google.com"]::before {
  content: "\f0d4";
}
footer#colophon .social-links a[href*="pinterest.com"]::before {
  content: "\f0d3";
}
footer#colophon .social-links a[href*="youtube.com"]::before {
  content: "\f167";
}
footer#colophon .social-links a[href*="vimeo.com"]::before {
  content: "\f194";
}
footer#colophon .social-links a[href*="instagram.com"]::before {
  content: "\f16d";
}
footer#colophon .social-links a[href*="linkedin.com"]::before {
  content: "\f08c";
}
footer#colophon .social-links a[href*="rss.com"]::before {
  content: "\f143";
}
footer#colophon .social-links a[href*="dropbox.com"]::before {
  content: "\f16b";
}
footer#colophon .social-links a[href*="skype.com"]::before {
  content: "\f17e";
}
footer#colophon .social-links a[href*="strava.com"]::before {
  content: "\f428";
}
footer#colophon .social-links a[href*="tiktok.com"]::before {
  content: "\e07b";
}
footer#colophon .social-links a:hover[href*="facebook.com"]::before {
  color: #3b5998;
}
footer#colophon .social-links a:hover[href*="twitter.com"]::before {
  color: #3cf;
}
footer#colophon .social-links a:hover[href*="instagram.com"]::before {
  color: #369;
}
footer#colophon .social-links a:hover[href*="youtube.com"]::before {
  color: #c4302b;
}
footer#colophon .social-links a:hover[href*="strava.com"]::before {
  color: #fc4c02;
}
footer#colophon .social-links a:hover[href*="tiktok.com"]::before {
  color: #69c9d0;
}
footer#colophon .social-links a:hover[href*="linkedin.com"]::before {
  color: #0077b5;
}

.main-navigation ul {
  list-style: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_parent > a {
  color: #fbcdd0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

ul.nav-menu li a {
  color: #027f34;
  text-transform: capitalize;
}
ul.nav-menu li a.active {
  font-weight: 800;
}
ul.nav-menu li a:hover {
  color: #fbcdd0;
}

.vg-transparent-bg {
  background-color: transparent;
}

#site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#site-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-logo {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero-content {
  min-height: 640px;
}

@media (max-width: 640px) {
  .hero-content {
    min-height: 380px;
  }
}
.vg-title {
  line-height: 1.8;
}
.vg-title::after {
  content: "";
  width: 65px;
  height: 5px;
  background: #027f34;
  display: block;
}

.sticky {
  display: block;
}

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

.see-all-link {
  font-size: 19px;
  color: #027f34;
}
.see-all-link .arrow-icon {
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.see-all-link .arrow-icon svg {
  width: 25px;
}
.see-all-link:hover .arrow-icon {
  transform: translateX(5px);
}

.home .vg-mission-vision-block .vg-secondary-bg {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.home .vg-image-content-block {
  padding-top: 0;
}
.home .vg-image-content-block .uk-box-shadow-medium.uk-border-rounded {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.home .vg-testimonial-block li a {
  border-color: #027f34;
}
.home .vg-testimonial-block li a:hover {
  background-color: #027f34;
}
.home .vg-testimonial-block li.uk-active a {
  background-color: #027f34;
}
.home .call-to-action-block {
  position: relative;
}
.home .call-to-action-block::before, .home .call-to-action-block::after {
  content: "";
  background-image: url(/wp-content/themes/_vg/assets/images/ripped-paper-border.png);
  height: 99px;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
}
.home .call-to-action-block::before {
  top: 0;
  background-repeat: no-repeat;
}
.home .call-to-action-block::after {
  bottom: 0;
  transform: rotate(180deg);
}
.home .call-to-action-block .block-container {
  background-image: none;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  margin: 150px 0;
}
.home .call-to-action-block .block-container h2.section-title {
  color: inherit;
}

/**
	Home page
**/
a.the-title h4 {
  color: #027f34;
  margin-bottom: 0;
  padding: 8px 0;
}

span.cat {
  background: #027f34;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  margin-top: -30px;
}

.blog-item img {
  transition: all 400ms ease-in-out;
}
.blog-item:hover img {
  transform: scale(1.1);
}

/**
	Blog page
**/
.block-container {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
.block-container .post-thumbnail .img-container::after {
  content: " ";
  position: absolute;
  height: 4px;
  width: 30%;
  background-color: #027f34;
  left: 0;
  bottom: 35px;
  display: block;
  z-index: 1;
  transition: all 0.6s;
}
.block-container .post-thumbnail .save-post-btn {
  cursor: pointer;
}
.block-container .grid-image img {
  height: 250px;
}
.block-container img {
  border-radius: 10px 10px 0 0;
  position: relative;
  display: block;
  z-index: 1;
  transition: all 400ms ease-in-out;
}
.block-container:hover img {
  transform: scale(1.1);
}
.block-container:hover .img-container::after {
  width: 100%;
}
.block-container span.post-category {
  background: #027f34;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  z-index: 1;
  left: 10px;
}
.block-container span.post-category a {
  color: #fff;
}
.block-container h2 {
  font-size: 20px;
}
.block-container h2 a {
  color: #027f34;
}

/**
	Article Page
**/
.single .article-sidebar .tags span.vg-tags {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #111518;
  border-radius: 3px;
  text-transform: none;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}
.single .article-sidebar .vg-social-sharing ul li {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 10px;
}

.article-sidebar span.uk-badge,
.archive-sidebar span.uk-badge {
  font-size: medium;
  background: #027f34;
}

ul.uk-slider-nav li a {
  background: #027f34 !important;
}
ul.uk-slider-nav li.uk-active a {
  width: 25px;
  border-radius: 35px;
}

/**
	Archive Page
**/
.archive-sidebar ul li.category-item {
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5;
}
.archive-sidebar ul li.category-item a {
  padding: 10px 0;
  color: #666;
}
.archive-sidebar ul li.category-item a:hover {
  color: #027f34;
  text-decoration: none;
}
.archive-sidebar ul li.category-item:last-child {
  border-bottom: none;
}
.archive-sidebar ul li.category-item.active a {
  color: #027f34;
}

/**
	My account
**/
#my-account .woocommerce-info {
  border-top-color: #027f34;
}
#my-account .woocommerce-info::before {
  color: #027f34;
}
#my-account :focus-visible {
  outline: 0;
  border-color: #027f34;
}
#my-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
#my-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#my-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px 10px 45px;
  display: block;
  position: relative;
  color: #027f34;
  transition: 0.1s ease-in-out;
}
#my-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: FontAwesome;
  left: 16px;
  position: absolute;
}
#my-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #027f34;
  color: #fff;
  text-decoration: none;
}
#my-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #027f34;
}
#my-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f624";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f07a";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-articles a::before {
  content: "\f164";
}
#my-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-books a::before {
  content: "\f02d";
}

.vg-logged-out-account li a {
  font-size: large;
  font-weight: 600;
}
.vg-logged-out-account li.uk-active a {
  border-color: #027f34;
  color: #027f34;
}

/**
	Footer
**/
.site-footer form.mailpoet_form {
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
.site-footer input.mailpoet_submit {
  cursor: pointer;
}

/**
	Scroll up
**/
#topcontrol .fa {
  border-radius: 50%;
  box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 50px;
  z-index: 999;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #027f34 50%, #fbcdd0 50%);
}
#topcontrol .fa:hover {
  color: #027f34;
  background-position: -200% 100%;
  border-radius: 5px;
}

button.single_add_to_cart_button.button.alt,
.woocommerce span.onsale,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.wc-forward,
button.button {
  background: #027f34 !important;
  color: #fff !important;
}

.woocommerce-message {
  border-top-color: #027f34;
}

.woocommerce-message::before,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #027f34;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #027f34;
  color: #fff;
  border-radius: 5px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16) !important;
  border: 1px solid #ccc !important;
}

.woocommerce ul.order_details {
  margin: 0 auto 40px;
}

.jWSwi_R_Xl7kPjUhuQoo._igrKj_5lj_5nWQu8DPw {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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;
}
.screen-reader-text:focus {
  background-color: #dbdbdb;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #027f34;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

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