/*!
Theme Name: Newbridge
Theme URI: http://underscores.me/
Author: John Hobson
Author URI: http://damselflycreative.com
Description: Theme for projects by Damselfly Creative
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newbridge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Grid
# Vars & mixins
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*!
 * unlimitedGrid v2.4.2 | MIT License
 * Copyright (c) 2015-2017 Krzysztof Kula
 * - https://github.com/PixelT/unlimitedgrid
 * - http://pixelt.github.io/unlimitedGrid/
*/
.ug-cf::after {
  display: table;
  clear: both;
  content: "";
}

.ug-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.ug-row {
  margin-left: -15px;
  display: flex;
  flex-flow: row wrap;
}

[class*=ug-col] {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  flex: 1 1 100%;
  max-width: 100%;
}

.ug-col-1 {
  flex: 1 1 8.3333333333%;
  max-width: 8.3333333333%;
}

.ug-col-2 {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}

.ug-col-3 {
  flex: 1 1 25%;
  max-width: 25%;
}

.ug-col-4 {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}

.ug-col-5 {
  flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
}

.ug-col-6 {
  flex: 1 1 50%;
  max-width: 50%;
}

.ug-col-7 {
  flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
}

.ug-col-8 {
  flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
}

.ug-col-9 {
  flex: 1 1 75%;
  max-width: 75%;
}

.ug-col-10 {
  flex: 1 1 83.3333333333%;
  max-width: 83.3333333333%;
}

.ug-col-11 {
  flex: 1 1 91.6666666667%;
  max-width: 91.6666666667%;
}

.ug-col-12 {
  flex: 1 1 100%;
  max-width: 100%;
}

.ug-col-auto {
  width: auto;
  max-width: 100%;
  flex: none;
}

.ug-col-expand {
  flex: 1;
}

.ug-gutter-reset {
  margin-left: 0;
}
.ug-gutter-reset > [class*=ug-col] {
  padding-left: 0;
}

.ug-gutter-reset[class*=ug-block] > * {
  padding-left: 0;
}

@media (min-width: 480px) {
  .ug-col-s-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-col-s-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-col-s-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-col-s-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-col-s-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-col-s-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-col-s-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-col-s-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-col-s-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-col-s-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-col-s-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-col-s-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .ug-col-s-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }
  .ug-col-s-expand {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .ug-col-m-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-col-m-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-col-m-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-col-m-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-col-m-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-col-m-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-col-m-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-col-m-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-col-m-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-col-m-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-col-m-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-col-m-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .ug-col-m-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }
  .ug-col-m-expand {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .ug-col-l-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-col-l-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-col-l-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-col-l-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-col-l-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-col-l-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-col-l-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-col-l-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-col-l-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-col-l-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-col-l-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-col-l-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .ug-col-l-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }
  .ug-col-l-expand {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .ug-col-xl-1 {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-col-xl-2 {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-col-xl-3 {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-col-xl-4 {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-col-xl-5 {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-col-xl-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-col-xl-7 {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-col-xl-8 {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-col-xl-9 {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-col-xl-10 {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-col-xl-11 {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-col-xl-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .ug-col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: none;
  }
  .ug-col-xl-expand {
    flex: 1;
  }
}
.ug-offset-1 {
  margin-left: 8.3333333333%;
}

.ug-offset-2 {
  margin-left: 16.6666666667%;
}

.ug-offset-3 {
  margin-left: 25%;
}

.ug-offset-4 {
  margin-left: 33.3333333333%;
}

.ug-offset-5 {
  margin-left: 41.6666666667%;
}

.ug-offset-6 {
  margin-left: 50%;
}

.ug-offset-7 {
  margin-left: 58.3333333333%;
}

.ug-offset-8 {
  margin-left: 66.6666666667%;
}

.ug-offset-9 {
  margin-left: 75%;
}

.ug-offset-10 {
  margin-left: 83.3333333333%;
}

.ug-offset-11 {
  margin-left: 91.6666666667%;
}

.ug-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .ug-offset-s-1 {
    margin-left: 8.3333333333%;
  }
  .ug-offset-s-2 {
    margin-left: 16.6666666667%;
  }
  .ug-offset-s-3 {
    margin-left: 25%;
  }
  .ug-offset-s-4 {
    margin-left: 33.3333333333%;
  }
  .ug-offset-s-5 {
    margin-left: 41.6666666667%;
  }
  .ug-offset-s-6 {
    margin-left: 50%;
  }
  .ug-offset-s-7 {
    margin-left: 58.3333333333%;
  }
  .ug-offset-s-8 {
    margin-left: 66.6666666667%;
  }
  .ug-offset-s-9 {
    margin-left: 75%;
  }
  .ug-offset-s-10 {
    margin-left: 83.3333333333%;
  }
  .ug-offset-s-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .ug-offset-m-1 {
    margin-left: 8.3333333333%;
  }
  .ug-offset-m-2 {
    margin-left: 16.6666666667%;
  }
  .ug-offset-m-3 {
    margin-left: 25%;
  }
  .ug-offset-m-4 {
    margin-left: 33.3333333333%;
  }
  .ug-offset-m-5 {
    margin-left: 41.6666666667%;
  }
  .ug-offset-m-6 {
    margin-left: 50%;
  }
  .ug-offset-m-7 {
    margin-left: 58.3333333333%;
  }
  .ug-offset-m-8 {
    margin-left: 66.6666666667%;
  }
  .ug-offset-m-9 {
    margin-left: 75%;
  }
  .ug-offset-m-10 {
    margin-left: 83.3333333333%;
  }
  .ug-offset-m-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .ug-offset-l-1 {
    margin-left: 8.3333333333%;
  }
  .ug-offset-l-2 {
    margin-left: 16.6666666667%;
  }
  .ug-offset-l-3 {
    margin-left: 25%;
  }
  .ug-offset-l-4 {
    margin-left: 33.3333333333%;
  }
  .ug-offset-l-5 {
    margin-left: 41.6666666667%;
  }
  .ug-offset-l-6 {
    margin-left: 50%;
  }
  .ug-offset-l-7 {
    margin-left: 58.3333333333%;
  }
  .ug-offset-l-8 {
    margin-left: 66.6666666667%;
  }
  .ug-offset-l-9 {
    margin-left: 75%;
  }
  .ug-offset-l-10 {
    margin-left: 83.3333333333%;
  }
  .ug-offset-l-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .ug-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .ug-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .ug-offset-xl-3 {
    margin-left: 25%;
  }
  .ug-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .ug-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .ug-offset-xl-6 {
    margin-left: 50%;
  }
  .ug-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .ug-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .ug-offset-xl-9 {
    margin-left: 75%;
  }
  .ug-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .ug-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.ug-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.ug-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.ug-pull-3 {
  position: relative;
  left: -25%;
}

.ug-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.ug-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.ug-pull-6 {
  position: relative;
  left: -50%;
}

.ug-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.ug-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.ug-pull-9 {
  position: relative;
  left: -75%;
}

.ug-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.ug-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.ug-pull-12 {
  position: relative;
  left: -100%;
}

.ug-pull-reset {
  left: 0;
}

@media (min-width: 480px) {
  .ug-pull-s-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .ug-pull-s-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .ug-pull-s-3 {
    position: relative;
    left: -25%;
  }
  .ug-pull-s-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .ug-pull-s-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .ug-pull-s-6 {
    position: relative;
    left: -50%;
  }
  .ug-pull-s-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .ug-pull-s-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .ug-pull-s-9 {
    position: relative;
    left: -75%;
  }
  .ug-pull-s-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .ug-pull-s-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .ug-pull-s-12 {
    position: relative;
    left: -100%;
  }
  .ug-pull-s-reset {
    left: 0;
  }
}
@media (min-width: 768px) {
  .ug-pull-m-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .ug-pull-m-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .ug-pull-m-3 {
    position: relative;
    left: -25%;
  }
  .ug-pull-m-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .ug-pull-m-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .ug-pull-m-6 {
    position: relative;
    left: -50%;
  }
  .ug-pull-m-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .ug-pull-m-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .ug-pull-m-9 {
    position: relative;
    left: -75%;
  }
  .ug-pull-m-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .ug-pull-m-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .ug-pull-m-12 {
    position: relative;
    left: -100%;
  }
  .ug-pull-m-reset {
    left: 0;
  }
}
@media (min-width: 992px) {
  .ug-pull-l-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .ug-pull-l-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .ug-pull-l-3 {
    position: relative;
    left: -25%;
  }
  .ug-pull-l-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .ug-pull-l-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .ug-pull-l-6 {
    position: relative;
    left: -50%;
  }
  .ug-pull-l-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .ug-pull-l-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .ug-pull-l-9 {
    position: relative;
    left: -75%;
  }
  .ug-pull-l-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .ug-pull-l-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .ug-pull-l-12 {
    position: relative;
    left: -100%;
  }
  .ug-pull-l-reset {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .ug-pull-xl-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .ug-pull-xl-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .ug-pull-xl-3 {
    position: relative;
    left: -25%;
  }
  .ug-pull-xl-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .ug-pull-xl-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .ug-pull-xl-6 {
    position: relative;
    left: -50%;
  }
  .ug-pull-xl-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .ug-pull-xl-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .ug-pull-xl-9 {
    position: relative;
    left: -75%;
  }
  .ug-pull-xl-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .ug-pull-xl-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .ug-pull-xl-12 {
    position: relative;
    left: -100%;
  }
  .ug-pull-xl-reset {
    left: 0;
  }
}
.ug-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.ug-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.ug-push-3 {
  position: relative;
  left: 25%;
}

.ug-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.ug-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.ug-push-6 {
  position: relative;
  left: 50%;
}

.ug-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.ug-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.ug-push-9 {
  position: relative;
  left: 75%;
}

.ug-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.ug-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.ug-push-12 {
  position: relative;
  left: 100%;
}

.ug-push-reset {
  left: 0;
}

@media (min-width: 480px) {
  .ug-push-s-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .ug-push-s-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .ug-push-s-3 {
    position: relative;
    left: 25%;
  }
  .ug-push-s-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .ug-push-s-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .ug-push-s-6 {
    position: relative;
    left: 50%;
  }
  .ug-push-s-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .ug-push-s-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .ug-push-s-9 {
    position: relative;
    left: 75%;
  }
  .ug-push-s-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .ug-push-s-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .ug-push-s-12 {
    position: relative;
    left: 100%;
  }
  .ug-push-s-reset {
    left: 0;
  }
}
@media (min-width: 768px) {
  .ug-push-m-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .ug-push-m-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .ug-push-m-3 {
    position: relative;
    left: 25%;
  }
  .ug-push-m-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .ug-push-m-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .ug-push-m-6 {
    position: relative;
    left: 50%;
  }
  .ug-push-m-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .ug-push-m-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .ug-push-m-9 {
    position: relative;
    left: 75%;
  }
  .ug-push-m-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .ug-push-m-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .ug-push-m-12 {
    position: relative;
    left: 100%;
  }
  .ug-push-m-reset {
    left: 0;
  }
}
@media (min-width: 992px) {
  .ug-push-l-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .ug-push-l-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .ug-push-l-3 {
    position: relative;
    left: 25%;
  }
  .ug-push-l-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .ug-push-l-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .ug-push-l-6 {
    position: relative;
    left: 50%;
  }
  .ug-push-l-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .ug-push-l-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .ug-push-l-9 {
    position: relative;
    left: 75%;
  }
  .ug-push-l-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .ug-push-l-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .ug-push-l-12 {
    position: relative;
    left: 100%;
  }
  .ug-push-l-reset {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .ug-push-xl-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .ug-push-xl-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .ug-push-xl-3 {
    position: relative;
    left: 25%;
  }
  .ug-push-xl-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .ug-push-xl-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .ug-push-xl-6 {
    position: relative;
    left: 50%;
  }
  .ug-push-xl-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .ug-push-xl-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .ug-push-xl-9 {
    position: relative;
    left: 75%;
  }
  .ug-push-xl-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .ug-push-xl-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .ug-push-xl-12 {
    position: relative;
    left: 100%;
  }
  .ug-push-xl-reset {
    left: 0;
  }
}
[class*=ug-hide] {
  display: block;
}

[class*=ug-show] {
  display: none;
}

@media (min-width: 480px) {
  .ug-show-s- {
    display: block;
  }
  .ug-hide-s- {
    display: none;
  }
}
@media (min-width: 768px) {
  .ug-show-m- {
    display: block;
  }
  .ug-hide-m- {
    display: none;
  }
}
@media (min-width: 992px) {
  .ug-show-l- {
    display: block;
  }
  .ug-hide-l- {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ug-show-xl- {
    display: block;
  }
  .ug-hide-xl- {
    display: none;
  }
}
[class*=ug-block] > * {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  flex: 1 1 100%;
  max-width: 100%;
}

ul[class*=ug-block],
ol[class*=ug-block] {
  list-style: none;
  padding-left: 0;
}

.ug-block-1 > * {
  flex: 1 1 8.3333333333%;
  max-width: 8.3333333333%;
}

.ug-block-2 > * {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}

.ug-block-3 > * {
  flex: 1 1 25%;
  max-width: 25%;
}

.ug-block-4 > * {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}

.ug-block-5 > * {
  flex: 1 1 41.6666666667%;
  max-width: 41.6666666667%;
}

.ug-block-6 > * {
  flex: 1 1 50%;
  max-width: 50%;
}

.ug-block-7 > * {
  flex: 1 1 58.3333333333%;
  max-width: 58.3333333333%;
}

.ug-block-8 > * {
  flex: 1 1 66.6666666667%;
  max-width: 66.6666666667%;
}

.ug-block-9 > * {
  flex: 1 1 75%;
  max-width: 75%;
}

.ug-block-10 > * {
  flex: 1 1 83.3333333333%;
  max-width: 83.3333333333%;
}

.ug-block-11 > * {
  flex: 1 1 91.6666666667%;
  max-width: 91.6666666667%;
}

.ug-block-12 > * {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .ug-block-s-1 > * {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-block-s-2 > * {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-block-s-3 > * {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-block-s-4 > * {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-block-s-5 > * {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-block-s-6 > * {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-block-s-7 > * {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-block-s-8 > * {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-block-s-9 > * {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-block-s-10 > * {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-block-s-11 > * {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-block-s-12 > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ug-block-m-1 > * {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-block-m-2 > * {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-block-m-3 > * {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-block-m-4 > * {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-block-m-5 > * {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-block-m-6 > * {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-block-m-7 > * {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-block-m-8 > * {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-block-m-9 > * {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-block-m-10 > * {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-block-m-11 > * {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-block-m-12 > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .ug-block-l-1 > * {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-block-l-2 > * {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-block-l-3 > * {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-block-l-4 > * {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-block-l-5 > * {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-block-l-6 > * {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-block-l-7 > * {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-block-l-8 > * {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-block-l-9 > * {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-block-l-10 > * {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-block-l-11 > * {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-block-l-12 > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .ug-block-xl-1 > * {
    flex: 1 1 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ug-block-xl-2 > * {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ug-block-xl-3 > * {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ug-block-xl-4 > * {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ug-block-xl-5 > * {
    flex: 1 1 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ug-block-xl-6 > * {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .ug-block-xl-7 > * {
    flex: 1 1 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ug-block-xl-8 > * {
    flex: 1 1 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ug-block-xl-9 > * {
    flex: 1 1 75%;
    max-width: 75%;
  }
  .ug-block-xl-10 > * {
    flex: 1 1 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ug-block-xl-11 > * {
    flex: 1 1 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ug-block-xl-12 > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Vars & mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  padding-top: 0;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25em;
  clear: both;
}

h1 {
  font-size: 28px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 8px;
  font-weight: normal;
}

p {
  margin: 0 0 10px;
}

.section-heading {
  position: relative;
  margin-bottom: 30px;
}
.section-heading h2 {
  color: #0066ff;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 8px;
  font-weight: normal;
}
.section-heading p {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .section-link {
    position: absolute;
    right: 0;
    top: 0;
  }
}
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

.woocommerce button.button.alt {
  background: #0066ff !important;
  font-weight: 500 !important;
}
.woocommerce button.button.alt:hover {
  opacity: 0.8;
  background: #005ea7 !important;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

.entry-content table {
  margin: 0 auto 30px;
  border-collapse: collapse;
}
.entry-content table tr th {
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.entry-content table tr td {
  padding: 10px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.btn {
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: none;
}
button.primary.solid, button.primary, button.solid, button,
input[type=button].primary.solid,
input[type=button].primary,
input[type=button].solid,
input[type=button],
input[type=reset].primary.solid,
input[type=reset].primary,
input[type=reset].solid,
input[type=reset],
input[type=submit].primary.solid,
input[type=submit].primary,
input[type=submit].solid,
input[type=submit],
.button.primary.solid,
.button.primary,
.button.solid,
.button,
.btn.primary.solid,
.btn.primary,
.btn.solid,
.btn {
  background-color: #0066ff;
  color: #fff;
}
button.primary.solid:hover, button.primary:hover, button.solid:hover, button:hover,
input[type=button].primary.solid:hover,
input[type=button].primary:hover,
input[type=button].solid:hover,
input[type=button]:hover,
input[type=reset].primary.solid:hover,
input[type=reset].primary:hover,
input[type=reset].solid:hover,
input[type=reset]:hover,
input[type=submit].primary.solid:hover,
input[type=submit].primary:hover,
input[type=submit].solid:hover,
input[type=submit]:hover,
.button.primary.solid:hover,
.button.primary:hover,
.button.solid:hover,
.button:hover,
.btn.primary.solid:hover,
.btn.primary:hover,
.btn.solid:hover,
.btn:hover {
  background-color: #9fc438;
}
button.primary.outline, button.outline,
input[type=button].primary.outline,
input[type=button].outline,
input[type=reset].primary.outline,
input[type=reset].outline,
input[type=submit].primary.outline,
input[type=submit].outline,
.button.primary.outline,
.button.outline,
.btn.primary.outline,
.btn.outline {
  border: 1px solid #0066ff;
  color: #0066ff;
}
button.primary.outline:hover, button.outline:hover,
input[type=button].primary.outline:hover,
input[type=button].outline:hover,
input[type=reset].primary.outline:hover,
input[type=reset].outline:hover,
input[type=submit].primary.outline:hover,
input[type=submit].outline:hover,
.button.primary.outline:hover,
.button.outline:hover,
.btn.primary.outline:hover,
.btn.outline:hover {
  border-color: #9fc438;
  color: #9fc438;
}
button.secondary.solid,
input[type=button].secondary.solid,
input[type=reset].secondary.solid,
input[type=submit].secondary.solid,
.button.secondary.solid,
.btn.secondary.solid {
  background-color: #9fc438;
  color: #fff;
}
button.secondary.solid:hover,
input[type=button].secondary.solid:hover,
input[type=reset].secondary.solid:hover,
input[type=submit].secondary.solid:hover,
.button.secondary.solid:hover,
.btn.secondary.solid:hover {
  background-color: #0066ff;
}
button.secondary.outline,
input[type=button].secondary.outline,
input[type=reset].secondary.outline,
input[type=submit].secondary.outline,
.button.secondary.outline,
.btn.secondary.outline {
  border: 2px solid #9fc438;
  color: #9fc438;
}
button.secondary.outline:hover,
input[type=button].secondary.outline:hover,
input[type=reset].secondary.outline:hover,
input[type=submit].secondary.outline:hover,
.button.secondary.outline:hover,
.btn.secondary.outline:hover {
  border-color: #0066ff;
  color: #0066ff;
}
button.light,
input[type=button].light,
input[type=reset].light,
input[type=submit].light,
.button.light,
.btn.light {
  font-weight: normal;
}
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white,
.button.white,
.btn.white {
  background-color: #fff;
  color: #0066ff;
}
button.white:hover,
input[type=button].white:hover,
input[type=reset].white:hover,
input[type=submit].white:hover,
.button.white:hover,
.btn.white:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  margin-left: -100%;
  background-color: #0066ff;
}
.mobile-menu ul {
  margin: 5px 15px;
  padding: 0;
  list-style-type: none;
}
.mobile-menu li {
  margin: 0;
  padding: 5px 0;
}
.mobile-menu a, .mobile-menu a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.mobile-menu a:hover, .mobile-menu a:visited:hover {
  color: #eee;
}
.mobile-menu .close-menu {
  position: absolute;
  padding: 5px;
  top: 5px;
  right: 10px;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.mobile-menu .close-menu:hover {
  color: #0066ff;
}

/* Small menu. */
.menu-toggle {
  float: right;
}
.menu-toggle i {
  transition: all ease-in-out 250ms;
}

@media screen and (min-width: 780px) {
  .mobile-menu {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: inline-block !important;
    margin-bottom: -6px;
    width: 100%;
  }
  ul.sub-menu {
    width: 200px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  position: relative;
  display: inline-block;
  background-color: #777;
  padding: 10px 15px;
  color: #fff;
}
.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  background-color: rgb(93.5, 93.5, 93.5);
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  padding-left: 25px;
}
.comment-navigation .nav-previous a:after,
.posts-navigation .nav-previous a:after,
.post-navigation .nav-previous a:after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 10px;
  top: 11px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  padding-right: 25px;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 11px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.slider-container {
  width: 100%;
  overflow: hidden;
}
.slider-container .slides .slide .overlay {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 50%;
}
.slider-container .slides .slide .overlay a {
  color: #fff;
}

body.blog {
  margin: 0;
}

.blog {
  margin-bottom: 30px;
}
.blog .about-us {
  margin-bottom: 10px;
}
.blog .about-us .panel {
  border: 1px solid #ccc;
}
.blog .about-us .panel h4 {
  border-bottom: 1px solid #ccc;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 10px;
}
.blog .about-us .panel .panel-content {
  padding: 10px;
}
.blog .about-us .panel .panel-content .panel-img {
  float: left;
  padding-right: 20px;
}
.blog .about-us .panel .panel-content img.img-custom {
  height: auto;
  float: left;
  padding-right: 10px;
}
.blog .about-us .panel .panel-content p {
  font-size: 15px;
}
.blog .latest-article {
  margin-bottom: 10px;
}
.blog .latest-article .panel {
  border: 1px solid #ccc;
}
.blog .latest-article .panel .panel-header h4 {
  border-bottom: 1px solid #ccc;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 10px;
}
.blog .latest-article .panel .panel-content .panel-product {
  border-bottom: 1px solid #ccc;
}
.blog .latest-article .panel .panel-content .panel-product .product-img {
  text-align: center;
  padding: 10px 10px 0;
}
.blog .latest-article .panel .panel-content .panel-product .product-img .img-custom {
  width: 200px;
}
.blog .latest-article .panel .panel-content .panel-product .product-name {
  padding: 10px;
}
.blog .latest-article .panel .panel-content .panel-product .product-name h5 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.blog .latest-article .panel .panel-content .panel-product .product-name h5 a {
  text-decoration: none;
}

.swiper {
  --swiper-navigation-size: 4em;
  --swiper-navigation-sides-offset: calc((var(--swiper-navigation-size) / 2) - var(--swiper-navigation-size));
  z-index: 0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.65);
  height: var(--swiper-navigation-size);
  width: var(--swiper-navigation-size);
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: calc(var(--swiper-navigation-size) / 2.2);
}
.swiper .swiper-button-prev {
  border-radius: 0 50% 50% 0;
  justify-content: flex-end;
  padding-right: calc(var(--swiper-navigation-size) / 5);
}
.swiper .swiper-button-next {
  border-radius: 50% 0 0 50%;
  justify-content: flex-start;
  padding-left: calc(var(--swiper-navigation-size) / 5);
}
.swiper:not(:hover) .swiper-button-prev {
  left: calc(-1 * var(--swiper-navigation-size));
}
.swiper:not(:hover) .swiper-button-next {
  right: calc(-1 * var(--swiper-navigation-size));
}
.swiper:not(:hover) .swiper-button-next,
.swiper:not(:hover) .swiper-button-prev {
  opacity: 0;
}

.home-slider {
  margin-top: 35px;
  /*
  .custom-slider {
    .slick-prev {
      left: 4px;
      z-index: 11;
    }

    .slick-next {
      right: 4px;
      z-index: 11;
    }

    // border: 1px solid $color__primary;
    .slick-prev:before,
    .slick-next:before {
      color: $color__text-black;
    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;

      img {
        max-width: none;
        width: 100%;
      }
    }

    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
  }*/
  /* .banner {
     padding-left: 15px;

     .banner-1 {
       margin-bottom: 30px;
     }

     @media only screen and (max-width: 768px) {
       padding-left: 0;
     }*/
}
.home-slider .header-buttons {
  font-size: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .home-slider .header-buttons {
    flex-direction: row;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.home-slider .slider-content {
  aspect-ratio: 95/50;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .slider-content > a {
  display: block;
}
.home-slider .slider-content img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.home-slider .overlay {
  position: absolute;
  height: auto;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  padding: 10px;
  color: #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.home-slider .overlay h2.slider-header {
  font-size: 26px;
  margin: 0;
}
.home-slider .overlay p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .home-slider {
    margin-top: 0px;
  }
  .home-slider .overlay {
    font-size: 14px;
  }
}

.buy-chip p {
  color: #666;
  font-size: 18px;
}
.buy-chip .buy-chip-inner {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buy-chip .buy-chip-inner .panel-header h2 {
  /* text-align: center; */
  text-transform: uppercase;
}
.buy-chip .buy-chip-inner .panel-header p {
  margin-bottom: 30px;
}
.buy-chip .box-inner {
  text-align: center;
  padding-top: 5px;
}
.buy-chip .box-inner h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: -4px auto 30px;
}

.featured {
  margin: 20px 0;
}
.featured .featured-inner {
  background-color: #f4f4f4;
  padding: 15px 25px;
  height: 100%;
}
.featured .featured-inner .featured-header {
  text-align: center;
}
.featured .featured-inner .panel {
  background: #fff;
  padding: 22px;
  text-align: center;
  height: 100%;
}
.featured .featured-inner .panel .panel-inner h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.featured .featured-inner .panel .panel-inner h2 a {
  color: #000;
  text-decoration: none;
}
.featured .featured-inner .panel .panel-inner p {
  font-size: 15px;
}
.featured .featured-inner .panel .panel-inner p a {
  color: #0066ff;
  text-decoration: none;
}
.featured .featured-inner .panel .panel-inner p a:hover {
  color: #005ea7;
}
.featured .featured-inner .panel .panel-inner .panel-button a {
  font-size: 13px;
  color: #fff;
  padding: 6px 10px;
  text-decoration: none;
}
.featured .featured-inner .panel .panel-inner .panel-button a.more-info {
  background: #9fc438;
}
.featured .featured-inner .panel .panel-inner .panel-button a.buy-more {
  background: #fc332f;
}
.featured .featured-inner .panel .panel-inner .panel-button a:hover {
  opacity: 0.8;
}

.latest-article {
  margin-bottom: 10px;
}
.latest-article .panel {
  border: 1px solid #ccc;
}
.latest-article .panel .panel-header h4 {
  border-bottom: 1px solid #ccc;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 10px;
}
.latest-article .panel .panel-content .panel-product {
  border-bottom: 1px solid #ccc;
}
.latest-article .panel .panel-content .panel-product .product-img {
  text-align: center;
  padding: 10px 10px 0;
}
.latest-article .panel .panel-content .panel-product .product-img .img-custom {
  width: 200px;
}
.latest-article .panel .panel-content .panel-product .product-name {
  padding: 10px;
}
.latest-article .panel .panel-content .panel-product .product-name h5 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.latest-article .panel .panel-content .panel-product .product-name h5 a {
  text-decoration: none;
}

.blocks {
  margin-bottom: 10px;
}
.blocks .block-1 {
  background: #9fc438;
  margin-bottom: 20px;
}
.blocks .block-1 button.block-btn {
  background: #fff;
  border-radius: 0;
}
.blocks .block-1 button.block-btn a {
  color: #9fc438;
  font-size: 14px;
  text-decoration: none;
}
.blocks .block-2 {
  background: #fc332f;
  margin-bottom: 35px;
}
.blocks .block-2 button.block-btn {
  background: #fff;
  border-radius: 0;
}
.blocks .block-2 button.block-btn a {
  color: #fc332f;
  font-size: 14px;
  text-decoration: none;
}
.blocks .panel {
  padding: 15px;
}
.blocks .panel .panel-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.blocks .panel .panel-content p {
  color: #fff;
  padding: 5px 0;
}
.blocks .panel .panel-content p a {
  color: #eee;
}
.blocks .panel .panel-content p a:hover {
  color: #fff;
}

.contact-form .form-inner .form-header h1 {
  font-size: 30px;
}
.contact-form .form-inner .form-header p {
  font-size: 18px;
}
.contact-form .form-inner .form-content .form-group {
  padding-bottom: 10px;
}
.contact-form .form-inner .form-content .form-group label {
  display: block;
  font-size: 18px;
  padding: 6px 0 10px;
}
.contact-form .form-inner .form-content .form-group .custom-input input {
  border-radius: 0px;
  width: 40%;
}
.contact-form .form-inner .form-content .form-group .custom-input textarea {
  width: 40%;
}
.contact-form .form-inner .form-content button.btn.btn-primary {
  font-weight: normal;
}
.contact-form .form-inner .form-content input {
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .contact-form .form-inner .form-content input {
    width: 41% !important;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form .form-inner .form-content input {
    width: 66% !important;
  }
}
@media only screen and (min-width: 1023px) {
  .contact-form .form-inner .form-content textarea {
    width: 41%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form .form-inner .form-content textarea {
    width: 66%;
  }
}
.contact-form .form-aside .form-artshop {
  padding: 10px 0;
}

.site-content div#primary {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.site-content div#primary main#main p.woocommerce-result-count {
  display: inline-block;
}
.site-content div#primary main#main form.woocommerce-ordering {
  float: right;
}
@media only screen and (max-width: 768px) {
  .site-content div#primary main#main form.woocommerce-ordering {
    float: none;
  }
}
.site-content div#primary main#main ul.products {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
}
.site-content div#primary main#main ul.products li {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
.site-content div#primary main#main ul.products li a {
  text-decoration: none;
  color: #333;
}
.site-content div#primary main#main ul.products li a:hover {
  opacity: 0.8;
}
.site-content div#primary main#main ul.products li a img {
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 0 5px;
}
.site-content div#primary main#main ul.products li a h2 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0 0;
}
.site-content div#primary main#main ul.products li a.button:hover {
  color: #fff;
  opacity: 0.8;
}
.site-content div#primary main#main ul.products li .star-rating {
  margin: 0 auto 10px;
}
.site-content div#primary main#main ul.products li span.price {
  text-align: center;
  display: block;
  margin: 10px 0;
  color: #000;
}
.site-content div#primary main#main ul.products li.featured {
  margin-top: 0;
}
.site-content div#primary main#main nav.woocommerce-pagination {
  clear: both;
  padding: 20px 0;
}
.site-content div#primary main#main nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  margin-left: auto;
}
.site-content div#primary main#main nav.woocommerce-pagination ul.page-numbers li {
  list-style-type: none;
  border: 1px solid #ccc;
  padding: 3px 8px;
}
.site-content div#primary main#main nav.woocommerce-pagination ul.page-numbers li a {
  text-decoration: none;
}
.site-content div#primary main#main nav.woocommerce-pagination ul.page-numbers li:hover {
  background: #f9f9f9;
}
.site-content div#primary main#main ul.products li a.product_type_simple {
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 5px 0 0;
  background: #06f;
  color: #fff;
}
.site-content div#primary main#main ul.products li a.product_type_simple:hover {
  background: #0a3069;
}
.site-content div#primary main#main ul.products li a.add_to_cart_button {
  width: 100%;
  display: block;
  float: none;
  background: #f00 !important;
  color: #fff;
}
.site-content div#primary main#main ul.products li a.add_to_cart_button:hover {
  opacity: 0.8;
}

.widget_categories .widget-title {
  font-size: 18px;
  padding: 7px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  color: #666;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_categories ul li {
  border-bottom: 1px solid #ddd;
}
.widget_categories ul li a {
  padding: 5px 4px;
  color: gray;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.widget_categories ul li a:hover {
  background-color: #2d67b2;
  color: #fff;
  text-decoration: none;
}
.widget_categories ul ul.children {
  display: none;
}

.productinfo-show-discounts span {
  display: inline-block;
  width: 80px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.multislider {
  margin: 20px 0;
  overflow: hidden;
}
.multislider .multi-slider .slick-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px;
  height: 100%;
  background-color: #0066ff;
  border-radius: 0;
  color: transparent;
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%;
  z-index: 1;
}
.multislider .multi-slider .slick-prev:before {
  display: none;
}
.multislider .multi-slider .slick-next {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  height: 100%;
  background-color: #0066ff;
  border-radius: 0;
  color: transparent;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%;
  z-index: 1;
}
.multislider .multi-slider .slick-next:before {
  display: none;
}
.multislider .multi-slider .slick-dots {
  bottom: 0 !important;
}
.multislider .multi-slider .slick-track {
  position: relative;
  top: 2px;
  left: 16px;
}
@media only screen and (max-width: 767px) {
  .multislider {
    margin: 0 0 13px;
  }
}

article.custom-article {
  padding: 10px;
}
article.custom-article .entry-header .entry-meta a {
  font-size: 15px;
  text-decoration: none;
}
article.custom-article h2 {
  font-size: 1.5rem;
}
article.custom-article h2 a {
  text-decoration: none;
}
article.custom-article img.attachment-post-thumbnail {
  width: 100%;
  padding: 15px 0 0;
}
article.custom-article .entry-content {
  margin: 5px 0;
}
article.custom-article .entry-content p {
  text-align: justify;
}

article.custom-article-detail .woocommerce.columns-2 {
  background: #f4f4f4;
  padding: 22px;
}
article.custom-article-detail ul.products li {
  padding: 20px !important;
  background: #fff !important;
  border: 0px !important;
  margin-bottom: 0 !important;
}

.about-us .about-heading h2 {
  font-size: 2rem;
}
.about-us .about-img figure figcaption {
  font-style: italic;
  font-size: 15px;
  line-height: 1;
}
.about-us .about-content p {
  padding-top: 10px;
  font-size: 18px;
}

.custom-article-category article {
  border-top: 1px solid #ccc;
  padding: 30px 0 15px;
}
.custom-article-category article .entry-header h1 {
  padding-left: 10px;
  margin: 10px 0;
}
.custom-article-category article .entry-header h2 {
  font-size: 2rem;
}
.custom-article-category article .entry-header .entry-meta {
  padding: 12px 0 18px;
}
.custom-article-category article a.post-thumbnail img {
  width: 100%;
}
.custom-article-category article .entry-content {
  margin: 0 13px;
}
.custom-article-category article footer.entry-footer .ug-push-m-1 {
  margin: 0;
  left: 0;
}
.custom-article-category article footer.entry-footer .ug-push-m-1 span.cat-links {
  padding-top: 15px;
  display: inline-block;
}
.custom-article-category a {
  text-decoration: none;
}
.custom-article-category h1.entry-title {
  padding-left: 15px;
}
.custom-article-category h1 {
  font-weight: 600;
  font-size: 2.2rem;
}
.custom-article-category h2 {
  font-size: 1.5rem;
}
.custom-article-category h2 a {
  text-decoration: none;
}
.custom-article-category article a:nth-child(2) img {
  width: 100%;
}

.custom-article-detail a {
  text-decoration: none;
}
.custom-article-detail .entry-header h1 {
  font-weight: 600;
}
.custom-article-detail .entry-content h2 {
  font-size: 25.008px;
  font-size: 1.563rem;
  margin-top: 1.5rem;
}
.custom-article-detail .entry-footer {
  border-top: 2px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.comments-area a {
  text-decoration: none;
}
.comments-area h2 {
  font-size: 1.5rem;
  padding: 5px;
}
.comments-area .comment-body .comment-meta b.fn {
  padding: 8px;
}
.comments-area .comment-respond {
  margin-bottom: 30px;
}
.comments-area input#submit {
  font-size: 15px;
  font-weight: 500;
}
.comments-area input[type=submit]:hover {
  background-color: #21759b;
}
.comments-area ol.comment-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.comments-area ol.comment-list li {
  padding-right: 10px;
  background-color: #F0F0F0;
}
.comments-area ol.comment-list li article {
  margin-bottom: 18px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comments-area ol.comment-list li article .comment-meta {
  width: 25%;
  position: relative;
}
.comments-area ol.comment-list li article .comment-meta .comment-author img {
  width: 50px;
}
.comments-area ol.comment-list li article .comment-meta .comment-author b {
  display: block;
  padding: 8px 0 0;
}
.comments-area ol.comment-list li article .comment-meta .comment-metadata a {
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  right: -130px;
  bottom: -6px;
}
.comments-area ol.comment-list li article .comment-content {
  width: 75%;
}
.comments-area ol.comment-list li article .reply a.comment-reply-link {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
}
.comments-area ol.comment-list li ol.children {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.comments-area ol.comment-list li ol.children li {
  background-color: #cccccc;
}
.comments-area ol.comment-list li ol.children li ol.children li {
  background-color: #bbbbbb;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header.site-header {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  /*form.header-form {
    margin-top: 25px;
  }*/
}
header.site-header .logo img {
  max-width: 170px;
}
@media only screen and (max-width: 480px) {
  header.site-header .logo img {
    max-width: 140px;
  }
}
header.site-header .secondary-nav {
  background-color: #86949f;
}
header.site-header .custom-header-input input[type=text] {
  width: 160px !important;
  border-radius: 0 !important;
  min-height: 45px;
  border: 1px solid #ccc;
  margin: 0 !important;
  text-transform: uppercase;
  padding-left: 10px;
}
header.site-header form.header-form input[type=image] {
  position: relative;
  opacity: 0.5;
  border: 1px solid #ccc;
  padding: 11px 10px;
  border-right: 0;
  float: left;
  top: auto;
  right: auto;
  width: 40px;
  left: auto;
  min-height: 45px;
}
header.site-header .text-center {
  text-align: center;
}
header.site-header .shopping-cart {
  float: right;
  border: 1px solid #ccc;
  padding: 7px;
}
header.site-header .shopping-cart a {
  color: #666;
  text-decoration: none;
}
header.site-header .shopping-cart a span.amount {
  display: inline-block;
  padding: 6px;
}
header.site-header span.cost {
  border-right: 1px solid #ccc;
  padding: 4px;
}
header.site-header .site-header-inner i.wpmenucart-icon-shopping-cart-0 {
  /*float: right;*/
  border-left: 1px solid #ccc;
  padding: 0 2px;
  font-size: 25px;
  color: #444;
}
header.site-header .site-header-inner .wrapper-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-search {
    order: 3;
  }
}
header.site-header .site-header-inner .wrapper-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-logo {
    order: 1;
    justify-content: flex-start;
  }
}
header.site-header .site-header-inner .wrapper-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-cart {
    order: 4;
  }
}
header.site-header .site-header-inner .wrapper-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-menu-toggle {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner nav.main-navigation {
    width: 100%;
    float: none;
    text-align: left;
    /*button.menu-toggle.button.solid.primary {
      float: left;
    }*/
  }
}
header.site-header .site-header-inner .site-branding {
  margin: 15px 0 0 15px;
  display: flex;
}
header.site-header .site-header-inner .main-navigation {
  align-self: flex-end;
  position: relative;
  justify-content: flex-end;
}
header.site-header .site-header-inner .main-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header .site-header-inner .main-navigation .menu-main-menu-container {
  width: 100%;
  background-color: #0066ff;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu {
  background: #0066ff;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu li a {
  padding: 9px 14px !important;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu li:last-child a {
  color: #fff;
  background: none !important;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu li:last-child a:hover {
  color: #fff;
  background: #005ea7 !important;
}
header.site-header .site-header-inner .main-navigation ul li a:hover {
  background: #005ea7;
}
header.site-header .site-header-inner .main-navigation ul li a:focus {
  background: #005ea7;
}
header.site-header .site-header-inner .main-navigation ul li a {
  padding: 12px 50px;
  color: #fff;
  height: 46px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1023px) {
  header.site-header button.menu-toggle.button.solid.primary {
    display: none;
  }
}
header.site-header .mobile-menu ul {
  margin: 5px 15px !important;
  padding: 0;
  list-style-type: none;
}
header.site-header li.menu-item-has-children a:after {
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
}
header.site-header li.menu-item-has-children a:after {
  content: "\f0d7";
}
header.site-header li.menu-item-has-children .sub-menu a:after {
  display: none;
}

@media (min-width: 768px) {
  .home header.site-header {
    background-color: transparent;
    padding-bottom: 0;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

figcaption {
  font-size: 13px;
  color: #444;
  font-style: italic;
  text-align: center;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #0066ff;
}
footer .footer-inner {
  background: #0066ff;
  padding: 30px;
}
footer .footer-inner .box-1 {
  text-align: center;
}
footer .footer-inner .box-1 p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
footer .footer-inner .box-1 .box-1-p {
  padding-top: 15px;
}
footer .footer-inner .panel {
  padding: 0 15px;
}
footer .footer-inner .panel h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
}
footer .footer-inner .panel p {
  color: #fff;
  font-size: 15px;
  text-align: justify;
}
footer .footer-inner .panel p a {
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  color: #fff !important;
}

header.site-header {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  /*form.header-form {
    margin-top: 25px;
  }*/
}
header.site-header .logo img {
  max-width: 170px;
}
@media only screen and (max-width: 480px) {
  header.site-header .logo img {
    max-width: 140px;
  }
}
header.site-header .secondary-nav {
  background-color: #86949f;
}
header.site-header .custom-header-input input[type=text] {
  width: 160px !important;
  border-radius: 0 !important;
  min-height: 45px;
  border: 1px solid #ccc;
  margin: 0 !important;
  text-transform: uppercase;
  padding-left: 10px;
}
header.site-header form.header-form input[type=image] {
  position: relative;
  opacity: 0.5;
  border: 1px solid #ccc;
  padding: 11px 10px;
  border-right: 0;
  float: left;
  top: auto;
  right: auto;
  width: 40px;
  left: auto;
  min-height: 45px;
}
header.site-header .text-center {
  text-align: center;
}
header.site-header .shopping-cart {
  float: right;
  border: 1px solid #ccc;
  padding: 7px;
}
header.site-header .shopping-cart a {
  color: #666;
  text-decoration: none;
}
header.site-header .shopping-cart a span.amount {
  display: inline-block;
  padding: 6px;
}
header.site-header span.cost {
  border-right: 1px solid #ccc;
  padding: 4px;
}
header.site-header .site-header-inner i.wpmenucart-icon-shopping-cart-0 {
  /*float: right;*/
  border-left: 1px solid #ccc;
  padding: 0 2px;
  font-size: 25px;
  color: #444;
}
header.site-header .site-header-inner .wrapper-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-search {
    order: 3;
  }
}
header.site-header .site-header-inner .wrapper-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-logo {
    order: 1;
    justify-content: flex-start;
  }
}
header.site-header .site-header-inner .wrapper-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-cart {
    order: 4;
  }
}
header.site-header .site-header-inner .wrapper-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner .wrapper-menu-toggle {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  header.site-header .site-header-inner nav.main-navigation {
    width: 100%;
    float: none;
    text-align: left;
    /*button.menu-toggle.button.solid.primary {
      float: left;
    }*/
  }
}
header.site-header .site-header-inner .site-branding {
  margin: 15px 0 0 15px;
  display: flex;
}
header.site-header .site-header-inner .main-navigation {
  align-self: flex-end;
  position: relative;
  justify-content: flex-end;
}
header.site-header .site-header-inner .main-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header .site-header-inner .main-navigation .menu-main-menu-container {
  width: 100%;
  background-color: #0066ff;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu {
  background: #0066ff;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu li a {
  padding: 9px 14px !important;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu li:last-child a {
  color: #fff;
  background: none !important;
}
header.site-header .site-header-inner .main-navigation ul.sub-menu li:last-child a:hover {
  color: #fff;
  background: #005ea7 !important;
}
header.site-header .site-header-inner .main-navigation ul li a:hover {
  background: #005ea7;
}
header.site-header .site-header-inner .main-navigation ul li a:focus {
  background: #005ea7;
}
header.site-header .site-header-inner .main-navigation ul li a {
  padding: 12px 50px;
  color: #fff;
  height: 46px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1023px) {
  header.site-header button.menu-toggle.button.solid.primary {
    display: none;
  }
}
header.site-header .mobile-menu ul {
  margin: 5px 15px !important;
  padding: 0;
  list-style-type: none;
}
header.site-header li.menu-item-has-children a:after {
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
}
header.site-header li.menu-item-has-children a:after {
  content: "\f0d7";
}
header.site-header li.menu-item-has-children .sub-menu a:after {
  display: none;
}

@media (min-width: 768px) {
  .home header.site-header {
    background-color: transparent;
    padding-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* header */

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