/*!
Theme Name: Auctioneer Software
Theme URI: http://underscores.me/
Author: Auctioneer Software
Author URI: http://spectrumnetdesigns.com
Description: Auctioneer Software
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: auctioneer-software
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.

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

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

.wrapper {
  width: 100%;
  max-width: 1420px;
  padding: 0 10px;
  margin: auto; }

#content {
  min-height: 75vh;
  padding-top: 100px; }

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

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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

.wpcf7-form-control {
  width: 100%; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

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

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

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

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

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

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

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

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

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

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*---------------------------------------------------------------
# Page Sections
---------------------------------------------------------------*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

.fadeOutDown {
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-fill-mode: both; }

.fadeInDown {
  animation-name: fadeInDown;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: both; }

.fadeOutUp {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-fill-mode: both; }

body > #page > header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px 0px #eaeaea;
  -moz-box-shadow: 0px 5px 5px 0px #eaeaea;
  box-shadow: 0px 5px 5px 0px #eaeaea;
  background: #fff;
  z-index: 9999; }
  body > #page > header .upper-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px; }
    body > #page > header .upper-head .right-cart:hover .header-quickcart {
      display: inline-block; }
      body > #page > header .upper-head .right-cart:hover .header-quickcart p {
        margin: 0; }
    body > #page > header .upper-head .header-quickcart ul.woocommerce-mini-cart.cart_list.product_list_widget {
      list-style: none outside;
      padding: 0;
      margin: 0; }
      body > #page > header .upper-head .header-quickcart ul.woocommerce-mini-cart.cart_list.product_list_widget li {
        padding: 4px 0;
        margin: 0;
        list-style: none; }
        body > #page > header .upper-head .header-quickcart ul.woocommerce-mini-cart.cart_list.product_list_widget li a {
          display: block;
          font-weight: 700; }
        body > #page > header .upper-head .header-quickcart ul.woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
          height: 1em;
          width: 1em;
          text-align: center;
          line-height: 1;
          border-radius: 100%;
          color: red !important;
          text-decoration: none;
          font-weight: 700;
          border: 0; }
        body > #page > header .upper-head .header-quickcart ul.woocommerce-mini-cart.cart_list.product_list_widget li img {
          float: right;
          margin-left: 4px;
          width: 32px;
          height: auto;
          box-shadow: none;
          max-width: 100%; }
    body > #page > header .upper-head .right-cart {
      width: 33.3%;
      justify-content: flex-end;
      display: flex;
      position: relative;
      padding: 35px 0;
      margin: 0; }
      body > #page > header .upper-head .right-cart i {
        margin-left: 30px; }
      body > #page > header .upper-head .right-cart .header-quickcart {
        position: absolute;
        background-color: #fff;
        top: 100px;
        padding: 10px 25px;
        border: 1px solid;
        z-index: 99;
        font-size: 14px;
        display: none;
        width: 350px; }
        body > #page > header .upper-head .right-cart .header-quickcart .woocommerce-mini-cart__buttons.buttons a {
          margin-right: 25px;
          margin-bottom: 25px; }
        body > #page > header .upper-head .right-cart .header-quickcart .woocommerce-mini-cart__buttons a.button {
          font-size: 100%;
          margin: 10px;
          margin-left: 0px;
          line-height: 1;
          cursor: pointer;
          position: relative;
          text-decoration: none;
          overflow: visible;
          padding: .618em 1em;
          font-weight: 700;
          border-radius: 3px;
          left: auto;
          color: #515151;
          background-color: #ebe9eb;
          border: 0;
          display: inline-block;
          background-image: none;
          box-shadow: none;
          text-shadow: none; }
  body > #page > header nav #menu-button > a {
    background: url("../auctioneer/img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    width: 200px;
    transition: all 0.5s ease;
    display: block; }
    body > #page > header nav #menu-button > a span {
      display: none; }
  body > #page > header nav #cssmenu > ul > li.active > a {
    border-bottom: 3px solid #092467; }
  body > #page > header nav #cssmenu > ul li:hover > a {
    border-bottom: 3px solid #8fc74b; }
  body > #page > header nav #cssmenu ul ul li.active a {
    background-color: #2e6da4;
    color: #fff; }
  body > #page > header nav #cssmenu > ul > li.logo a {
    border: none; }
  body > #page > header nav li.logo {
    padding: 15px 0;
  }
  body > #page > header nav li.logo a {
    background: url("../auctioneer/img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    width: 400px;
    transition: all 0.5s ease; }
    body > #page > header nav li.logo a span {
      display: none; }

body > #page > header.shrink nav li.logo a {
  height: 50px;
  width: 200px;
  transition: all 0.5s ease; }

@media screen and (max-width: 1200px) and (min-width: 950px) {
  body > #page > header nav #cssmenu > ul > li > a {
    padding: 5px;
    font-size: 14px; }
  body > #page > header nav li.logo a {
    width: 250px; } }
@media screen and (max-width: 950px) {
  body > #page > header nav li.logo {
    display: none; } }
@media screen and (max-width: 650px) {
  body > #page > header .upper-head {
    flex-direction: column; }
    body > #page > header .upper-head .right-cart {
      width: auto; } }
footer {
  background-color: #fff;
  color: #030404; }
  footer a, footer a:hover, footer a:visited, footer a:active {
    color: #337ab7; }
  footer .talk-footer > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #092467;
    color: #ffffff;
    padding: 30px; }
    footer .talk-footer > div p {
      border-right-color: #8fc74b;
      font-size: 3rem;
      font-style: italic;
      border-right-width: 4px;
      border-right-style: solid;
      margin: 0;
      line-height: 7rem;
      padding-right: 45px; }
    footer .talk-footer > div a {
      background-color: #8fc74b;
      color: #ffffff;
      margin-left: 45px;
      font-size: 1.2em;
      padding: 10px 35px;
      border-radius: 5px;
      text-decoration: none;
      width: 200px; }
  footer .lower-footer {
    text-align: center; }

@media screen and (max-width: 990px) {
  footer .upper-footer {
    flex-direction: column; } }
#post-page-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  flex: 1; }
  #post-page-container #blog-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: 1; }
    #post-page-container #blog-content article {
      margin: 20px 0;
      width: 48%;
      font-size: .8em; }
      #post-page-container #blog-content article .image-area {
        position: relative;
        min-height: 6em; }
        #post-page-container #blog-content article .image-area > a {
          display: block;
          height: 312px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        #post-page-container #blog-content article .image-area .meta {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          background-color: #000;
          color: #fff;
          padding: 5px;
          display: flex;
          justify-content: space-between;
          opacity: .75; }
          #post-page-container #blog-content article .image-area .meta h2 {
            margin: 0;
            font-weight: normal; }
          #post-page-container #blog-content article .image-area .meta a {
            color: #fff;
            text-decoration: none; }
          #post-page-container #blog-content article .image-area .meta time {
            background: #fff;
            color: #000;
            text-align: right;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 20px;
            padding: 0 20px;
            font-size: .8em;
            margin-left: 10px; }
            #post-page-container #blog-content article .image-area .meta time span {
              display: block; }
        #post-page-container #blog-content article .image-area > .social {
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: .75; }
          #post-page-container #blog-content article .image-area > .social img {
            width: 24px;
            height: 24px;
            margin: 0; }
      #post-page-container #blog-content article .entry-content {
        min-height: 100px; }
        #post-page-container #blog-content article .entry-content .post-thumbnail-container {
          max-width: 300px;
          height: 300px;
          margin-right: 20px; }
          #post-page-container #blog-content article .entry-content .post-thumbnail-container img {
            max-width: 300px;
            max-height: 300px;
            height: auto;
            width: auto;
            border: solid #d50000 2px; }
      #post-page-container #blog-content article h2 {
        font-weight: bold;
        margin: 0; }
      #post-page-container #blog-content article p {
        color: #7f7d7d;
        font-size: 15px;
        line-height: 2;
        margin: 1em 0; }
      #post-page-container #blog-content article a.button {
        padding: 10px 15px;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        max-width: 140px;
        text-align: center; }
      #post-page-container #blog-content article a.button.rounded {
        border-radius: 20px; }
      #post-page-container #blog-content article .background-main {
        background-color: #d50000;
        color: white;
        border: solid #d50000 2px; }
      #post-page-container #blog-content article .single-post-image-container img {
        max-width: 100%;
        width: auto;
        height: auto; }
    #post-page-container #blog-content article.post {
      width: 98%; }
      #post-page-container #blog-content article.post div.banner {
        display: flex;
        justify-content: center; }
    #post-page-container #blog-content #respond {
      background-color: white;
      padding: 25px; }
      #post-page-container #blog-content #respond #reply-title {
        font-size: 18px;
        color: #d50000; }
      #post-page-container #blog-content #respond p {
        font-size: 14px; }
      #post-page-container #blog-content #respond #commentform textarea {
        width: 95%;
        padding: 2.5%;
        background: #cccccc;
        border: none;
        margin: 2% 0; }
      #post-page-container #blog-content #respond p.form-submit {
        text-align: right; }
        #post-page-container #blog-content #respond p.form-submit .submit {
          width: auto;
          padding: 10px 15px;
          border-radius: 5px; }
      #post-page-container #blog-content #respond #commentform input#submit {
        color: white;
        border: none !important;
        background: #d50000;
        -webkit-appearance: none; }
      #post-page-container #blog-content #respond #commentform input[type=text] {
        width: 75%;
        background-color: #cccccc;
        padding: 10px;
        border-radius: 1px;
        border: none; }
      #post-page-container #blog-content #respond #commentform p.comment-form-author,
      #post-page-container #blog-content #respond #commentform p.comment-form-email,
      #post-page-container #blog-content #respond #commentform p.comment-form-url {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px; }
    #post-page-container #blog-content #comments {
      background-color: white;
      padding: 25px;
      margin-bottom: 25px; }
      #post-page-container #blog-content #comments #respond {
        padding: 0; }
      #post-page-container #blog-content #comments #comments-list {
        margin-bottom: 25px; }
        #post-page-container #blog-content #comments #comments-list .comments-title {
          color: #d50000;
          font-size: 18px;
          margin-bottom: 15px; }
        #post-page-container #blog-content #comments #comments-list .comment {
          margin: 25px 0 0; }
          #post-page-container #blog-content #comments #comments-list .comment .avatar {
            float: left;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            margin: 0 15px 0 0; }
          #post-page-container #blog-content #comments #comments-list .comment .children {
            margin-left: 25px; }
  #post-page-container .flexbox {
    display: flex; }
  #post-page-container .flexbox.flex-column {
    flex-direction: column; }
  #post-page-container .yellow {
    color: #d50000; }
  #post-page-container .dashicons {
    vertical-align: middle;
    font-size: 24px;
    height: 28px;
    width: 24px; }
  #post-page-container aside {
    list-style: none;
    margin: 20px 0 0 20px; }
    #post-page-container aside .widget {
      margin-bottom: 20px; }
      #post-page-container aside .widget h3 {
        margin-bottom: 20px;
        font-size: 18px;
        color: #d50000;
        font-weight: bold; }
      #post-page-container aside .widget > ul {
        background-color: #ececec;
        padding: 10px;
        box-shadow: 0 2px 6px 0 #c8cbc8;
        list-style: none; }
        #post-page-container aside .widget > ul li {
          margin: 10px; }
          #post-page-container aside .widget > ul li a {
            color: #747573;
            text-decoration: none; }
        #post-page-container aside .widget > ul li:before {
          content: '\f18e';
          font-family: 'FontAwesome',sans-serif;
          color: #d50000;
          margin-right: 15px; }
    #post-page-container aside .widget_search input[type="search"] {
      height: 40px;
      background-color: #ececec;
      color: #747573;
      border: none;
      padding-left: 15px; }
    #post-page-container aside .widget_search input[type="submit"] {
      font-family: FontAwesome;
      color: white;
      background-color: #d50000;
      border: none;
      height: 40px;
      font-size: 17px;
      margin-left: -5px;
      padding: 0 15px;
      position: relative;
      top: 1.5px; }

.single-post #post-page-container #blog-content {
  justify-content: initial; }
  .single-post #post-page-container #blog-content article.post {
    width: 100%;
    margin: initial; }
    .single-post #post-page-container #blog-content article.post div.banner {
      display: block; }

@media screen and (max-width: 750px) {
  #post-page-container #blog-content article.post {
    width: 95%; } }
/*
Theme Name: Auctioneer Software

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }
table.shop_table_responsive tbody th {
  display: none; }
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove:before {
    display: none; }
  table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      display: none; } }
/**
 * Products
 */
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em; }
    ul.products li.product .woocommerce-loop-product__title {
      font-size: 1rem; }
    ul.products li.product img {
      display: block; }
    ul.products li.product .button {
      display: block; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%; }

  .columns-2 ul.products li.product {
    width: 48.1%; }

  .columns-3 ul.products li.product {
    width: 30.7966666667%; }

  .columns-4 ul.products li.product {
    width: 22.15%; }

  .columns-5 ul.products li.product {
    width: 16.96%; }

  .columns-6 ul.products li.product {
    width: 13.4933333333%; } }
/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      content: "";
      display: table;
      table-layout: fixed;
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: .5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.7966666667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }

.stock:empty:before {
  display: none; }
.stock.in-stock {
  color: #0f834d; }
.stock.out-of-stock {
  color: #e2401c; }

/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #000; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25; }
p.stars:hover a:before {
  content: "\53";
  color: #000;
  opacity: 1; }
p.stars.selected a.active:before {
  content: "\53";
  color: #000;
  opacity: 1; }
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25; }
p.stars.selected a:not(.active):before {
  content: "\53";
  color: #000;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3D9CD2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.required {
  color: red; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #0f834d;
  clear: both; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2; }

.woocommerce-error {
  background-color: #e2401c; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .woocommerce ul.products li.product:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .woocommerce ul.products li.product {
    text-align: center;
    margin: 1em 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .woocommerce ul.products li.product a {
      text-decoration: none; }
      .woocommerce ul.products li.product a img {
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
        box-shadow: none; }
    .woocommerce ul.products li.product span.onsale {
      margin: -.5em -.5em 0 0;
      min-width: 3.236em;
      font-weight: 700;
      position: absolute;
      text-align: center;
      background-color: #bf2d4a;
      color: #fff;
      font-size: .857em;
      z-index: 9;
      left: 5px;
      top: 15px;
      right: auto;
      border-radius: 3px;
      line-height: 2.5;
      min-height: 2.5em;
      padding: .1em 1em; }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
      padding: .5em 0;
      margin: 0;
      font-size: 1em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #bf2d4a; }
    .woocommerce ul.products li.product .price {
      color: #bf2d4a;
      display: block;
      margin-bottom: 18px;
      font-size: 16px;
      font-weight: bold; }
      .woocommerce ul.products li.product .price del {
        color: inherit;
        opacity: .5;
        display: inline-block; }
      .woocommerce ul.products li.product .price ins {
        display: block;
        margin-bottom: -13px;
        background: 0 0;
        font-weight: 700; }
    .woocommerce ul.products li.product .add_to_cart_button {
      font-size: 100%;
      margin: 0;
      line-height: 1;
      cursor: pointer;
      position: relative;
      text-decoration: none;
      overflow: visible;
      padding: .618em 1em;
      font-weight: 700;
      left: auto;
      border: 0;
      display: inline-block;
      background-image: none;
      box-shadow: none;
      text-shadow: none;
      width: 100%;
      box-sizing: border-box;
      border-radius: 0;
      margin-top: 1em;
      color: #515151;
      background-color: #ebe9eb; }

.woocommerce div.product {
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
  display: flex !important;
  flex-wrap: wrap; }
  .woocommerce div.product span.onsale {
    min-height: 50px;
    min-width: 50px;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #bf2d4a;
    color: #fff;
    font-size: .857em;
    z-index: 9; }
  .woocommerce div.product div.images {
    width: 48%;
    margin-bottom: 2em; }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
      -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
      transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
      margin: 0;
      padding: 0; }
  .woocommerce div.product div.summary {
    width: 48%;
    clear: none;
    margin-bottom: 2em;
    padding: 0 15px; }
    .woocommerce div.product div.summary .product_title {
      clear: none;
      margin-top: 0;
      padding: 0;
      font-size: 36px;
      color: #bf2d4a;
      border-bottom: 5px solid #bf2d4a;
      margin-bottom: 10px;
      padding-bottom: 15px !important; }
    .woocommerce div.product div.summary .price {
      color: #bf2d4a;
      font-size: 1.25em; }
  .woocommerce div.product form.cart, .woocommerce div.product .woocommerce-variation-add-to-cart {
    display: flex; }
    .woocommerce div.product form.cart .button.alt, .woocommerce div.product .woocommerce-variation-add-to-cart .button.alt {
      background-color: #bf2d4a;
      color: #fff; }
  .woocommerce div.product form.variations_form {
    flex-direction: column; }
    .woocommerce div.product form.variations_form table.variations td select {
      margin-right: 10px; }
    .woocommerce div.product form.variations_form table.variations td a.reset_variations:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f021";
      margin-right: .5407911001em; }
  .woocommerce div.product .wccpf-fields-group-1 {
    border: 1px solid #bf2d4a;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0; }
    .woocommerce div.product .wccpf-fields-group-1 .wcff-label.wcff-label-info {
      color: inherit;
      background: none;
      border: none;
      font-weight: bold;
      padding: 0;
      margin: 0; }
  .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper, .woocommerce div.product .related.products {
    width: 100%; }
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs, .woocommerce div.product .related.products ul.tabs {
      width: 100%;
      float: none;
      margin-right: 5.8823529412%;
      list-style: none;
      padding: 0 0 0 1em;
      margin: 0 0 1.618em;
      overflow: hidden;
      position: relative; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li, .woocommerce div.product .related.products ul.tabs li {
        border: 1px solid #d3ced2;
        background-color: #ebe9eb;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 4px 4px 0 0;
        margin: 0 -5px;
        padding: 0 1em; }
        .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a, .woocommerce div.product .related.products ul.tabs li a {
          display: inline-block;
          padding: .5em 0;
          font-weight: 700;
          color: #515151;
          text-decoration: none; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active, .woocommerce div.product .related.products ul.tabs li.active {
        background: #fff;
        z-index: 2;
        border-bottom-color: #fff; }
        .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a, .woocommerce div.product .related.products ul.tabs li.active a {
          color: inherit;
          text-shadow: inherit; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after,
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before, .woocommerce div.product .related.products ul.tabs li::after,
      .woocommerce div.product .related.products ul.tabs li::before {
        border: 1px solid #d3ced2;
        position: absolute;
        bottom: -1px;
        width: 0;
        height: 0;
        content: ' '; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before, .woocommerce div.product .related.products ul.tabs li::before {
        left: -6px;
        border-bottom-right-radius: 4px;
        border-width: 0 1px 1px 0;
        box-shadow: 2px 2px 0 #ebe9eb; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active::before, .woocommerce div.product .related.products ul.tabs li.active::before {
        box-shadow: 2px 2px 0 #fff; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after, .woocommerce div.product .related.products ul.tabs li::after {
        right: -6px;
        border-bottom-left-radius: 4px;
        border-width: 0 0 1px 1px;
        box-shadow: -2px 2px 0 #ebe9eb; }
      .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active::after, .woocommerce div.product .related.products ul.tabs li.active::after {
        box-shadow: -2px 2px 0 #fff; }
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before, .woocommerce div.product .related.products ul.tabs::before {
      position: absolute;
      content: ' ';
      width: 100%;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #d3ced2;
      z-index: 1; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 3px solid #bf2d4a;
  width: 100%;
  padding: 1em 2em 1em 3.5em;
  margin: 2em 0;
  position: relative;
  background-color: #f7f6f7 !important;
  color: #515151;
  list-style: none outside;
  word-wrap: break-word; }
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right;
    line-height: 1;
    cursor: pointer;
    padding: .618em 1em;
    font-weight: 700;
    color: #515151;
    background-color: #ebe9eb; }
  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: FontAwesome;
    content: '\f15c';
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #bf2d4a; }

.woocommerce-message::before {
  content: '\f058';
  font-family: FontAwesome;
  color: #bf2d4a; }

@media screen and (max-width: 768px) {
  .woocommerce div.product {
    flex-direction: column;
    align-items: center; }
    .woocommerce div.product div.images, .woocommerce div.product div.summary {
      width: 100%; }
      .woocommerce div.product div.images img, .woocommerce div.product div.summary img {
        margin: auto;
        display: block; } }
.woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-message {
  display: none; }
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
  width: 100%;
  max-width: 1420px;
  padding: 0 10px;
  margin: 50px auto; }
  .woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px; }
    .woocommerce-cart .woocommerce table.shop_table th, .woocommerce-checkout .woocommerce table.shop_table th {
      font-weight: 700;
      padding: 9px 12px; }
    .woocommerce-cart .woocommerce table.shop_table td, .woocommerce-checkout .woocommerce table.shop_table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 6px 12px;
      vertical-align: middle; }
      .woocommerce-cart .woocommerce table.shop_table td a.remove, .woocommerce-checkout .woocommerce table.shop_table td a.remove {
        display: block;
        font-size: 1.5em;
        height: 1em;
        width: 1em;
        text-align: center;
        line-height: 1;
        border-radius: 100%;
        color: red !important;
        text-decoration: none;
        font-weight: 700;
        border: 0; }
    .woocommerce-cart .woocommerce table.shop_table td.actions, .woocommerce-checkout .woocommerce table.shop_table td.actions {
      text-align: right; }
    .woocommerce-cart .woocommerce table.shop_table img, .woocommerce-checkout .woocommerce table.shop_table img {
      width: 50px; }
    .woocommerce-cart .woocommerce table.shop_table tfoot th, .woocommerce-checkout .woocommerce table.shop_table tfoot th {
      font-weight: 700;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout .woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 48%; }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-checkout .woocommerce .cart-collaterals .cart_totals tr th {
      border-top: 1px solid #ebe9eb; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
  background-color: #bf2d4a;
  color: #fff; }
.woocommerce-cart .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 {
  float: left;
  width: 48%; }
  .woocommerce-cart .col2-set .col-1 .woocommerce-billing-fields .form-row-first, .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .form-row-first {
    float: left; }
  .woocommerce-cart .col2-set .col-1 .woocommerce-billing-fields .form-row-last, .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .form-row-last {
    float: right; }
  .woocommerce-cart .col2-set .col-1 .woocommerce-billing-fields .form-row-wide, .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .form-row-wide {
    clear: both; }
  .woocommerce-cart .col2-set .col-1 .woocommerce-billing-fields .form-row label, .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .form-row label {
    display: block; }
  .woocommerce-cart .col2-set .col-1 .woocommerce-billing-fields .form-row input.input-text, .woocommerce-cart .col2-set .col-1 .woocommerce-billing-fields .form-row textarea, .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .form-row input.input-text, .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1; }
.woocommerce-cart .col2-set .col-2, .woocommerce-checkout .col2-set .col-2 {
  float: right;
  width: 48%; }
  .woocommerce-cart .col2-set .col-2 #ship-to-different-address, .woocommerce-checkout .col2-set .col-2 #ship-to-different-address {
    display: none; }
.woocommerce-cart .woocommerce-checkout-payment ul.payment_methods, .woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0; }
.woocommerce-cart .woocommerce-checkout-payment .place-order, .woocommerce-checkout .woocommerce-checkout-payment .place-order {
  padding: 10px;
  text-align: right; }
  .woocommerce-cart .woocommerce-checkout-payment .place-order button, .woocommerce-checkout .woocommerce-checkout-payment .place-order button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background-color: #bf2d4a; }

.my-account-page .woocommerce, .my-account-page .woocommerce .u-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .my-account-page .woocommerce .woocommerce-error, .my-account-page .woocommerce .u-columns .woocommerce-error {
    widows: 100%; }
  .my-account-page .woocommerce .u-column1, .my-account-page .woocommerce .u-columns .u-column1 {
    width: 30%; }
  .my-account-page .woocommerce .u-column2, .my-account-page .woocommerce .u-columns .u-column2 {
    width: 65%; }
  .my-account-page .woocommerce form.login, .my-account-page .woocommerce form.register, .my-account-page .woocommerce .u-columns form.login, .my-account-page .woocommerce .u-columns form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px; }
    .my-account-page .woocommerce form.login .form-row, .my-account-page .woocommerce form.register .form-row, .my-account-page .woocommerce .u-columns form.login .form-row, .my-account-page .woocommerce .u-columns form.register .form-row {
      padding: 3px;
      margin: 0 0 6px; }
      .my-account-page .woocommerce form.login .form-row label, .my-account-page .woocommerce form.register .form-row label, .my-account-page .woocommerce .u-columns form.login .form-row label, .my-account-page .woocommerce .u-columns form.register .form-row label {
        line-height: 2; }
      .my-account-page .woocommerce form.login .form-row .input-text, .my-account-page .woocommerce form.login .form-row textarea, .my-account-page .woocommerce form.register .form-row .input-text, .my-account-page .woocommerce form.register .form-row textarea, .my-account-page .woocommerce .u-columns form.login .form-row .input-text, .my-account-page .woocommerce .u-columns form.login .form-row textarea, .my-account-page .woocommerce .u-columns form.register .form-row .input-text, .my-account-page .woocommerce .u-columns form.register .form-row textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: 1; }
    .my-account-page .woocommerce form.login .terms, .my-account-page .woocommerce form.register .terms, .my-account-page .woocommerce .u-columns form.login .terms, .my-account-page .woocommerce .u-columns form.register .terms {
      position: relative;
      top: -55px; }
    .my-account-page .woocommerce form.login .season-ticket-holder, .my-account-page .woocommerce form.register .season-ticket-holder, .my-account-page .woocommerce .u-columns form.login .season-ticket-holder, .my-account-page .woocommerce .u-columns form.register .season-ticket-holder {
      position: relative;
      top: -40px; }
    .my-account-page .woocommerce form.login .woocommerce-Button, .my-account-page .woocommerce form.register .woocommerce-Button, .my-account-page .woocommerce .u-columns form.login .woocommerce-Button, .my-account-page .woocommerce .u-columns form.register .woocommerce-Button {
      position: relative;
      top: 75px;
      cursor: pointer; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 22%; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%; }

@media only screen and (max-width: 769px) {
  .my-account-page .woocommerce, .my-account-page .woocommerce .u-columns {
    flex-direction: column; }
    .my-account-page .woocommerce .u-column1, .my-account-page .woocommerce .u-column2, .my-account-page .woocommerce .u-columns .u-column1, .my-account-page .woocommerce .u-columns .u-column2 {
      width: 100%; } }
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  font-size: 17px;
  line-height: 26px; }

nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0, 0, 0, 0.1); }

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default; }

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px; }

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07); }

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px; }

a.request-button {
  background-color: #bf2d4a;
  color: #fff;
  padding: 10px;
  border-radius: 3px; }

input.hidden {
  display: none; }

.woocommerce-pagination {
  margin-top: 1em; }

.woocommerce-pagination .page-numbers .current, .woocommerce-pagination .page-numbers li a:hover {
  padding: 3px 7px !important;
  background: #DDD !important;
  border: 1px solid #BBB !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:visited {
  display: inline !important;
  text-decoration: none !important;
  background: #EEE !important;
  color: #666 !important;
  padding: 3px 7px !important;
  border: 1px solid #DDD !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.woocommerce-pagination .page-numbers li {
  display: inline;
  margin: 2px; }

.woocommerce .woocommerce-pagination {
  width: 50%;
  float: left;
  text-align: left !important; }

#featured-image {
  height: 400px;
  color: #fff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #featured-image div {
    height: 100%; }
    #featured-image div div.title {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%;
      padding: 0 3em; }
  #featured-image div.gradient {
    background: -moz-linear-gradient(top, rgba(10, 108, 195, 0.7) 0%, rgba(4, 36, 77, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(10, 108, 195, 0.7) 0%, rgba(4, 36, 77, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(10, 108, 195, 0.7) 0%, rgba(4, 36, 77, 0.7) 100%);
    background-position: center center; }

.team-members {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .team-members div.member {
    width: 25%;
    text-align: center;
    margin-bottom: 40px; }
    .team-members div.member a img {
      width: 210px;
      height: 220px;
      height: 220px;
      border: 14px solid #fff;
      background: #ecebeb;
      border-radius: 50%;
      box-shadow: 0 0 5px;
      margin: auto;
      overflow: hidden; }
    .team-members div.member a img:hover {
      box-shadow: 0 0 10px #00095E; }
    .team-members div.member a h2 {
      color: #00095E;
      font-size: 20px;
      margin: 0; }
    .team-members div.member a h3 {
      text-transform: uppercase;
      font-size: 15px;
      margin-top: 0; }

.team-single {
  display: flex;
  justify-content: space-between; }
  .team-single .image {
    min-width: 400px;
    padding: 25px;
    margin: auto; }
  .team-single .content h2 {
    color: #00095E;
    margin-bottom: 0; }
  .team-single .content h3 {
    font-weight: bold;
    margin: 0; }
  .team-single .content .member-social-buttons {
    margin: 25px 0; }
    .team-single .content .member-social-buttons a {
      color: #fff;
      padding: 5px;
      background: #16a3d8;
      line-height: 1.3;
      text-align: center;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px; }

.page-template-payment .post-thumbnail, .page-template-payment .entry-header, .page-template-payment .widget-area{
  display: none;
}
  .page-template-payment #main-page{
    width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

#home-bg {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
  #home-bg > div { 
    /* centers the content */
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
    padding-top: 100px;
  }
    #home-bg > div > div {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%;
      padding: 0 3em;
    }
      #home-bg > div > div > img {
        max-height: 80%;
        max-width: 50%;
      }
      #home-bg > div > div > div {
        order: -1;
      }

.payment-form form{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
  .payment-form form h4{
    width: 100%;
  }
  .payment-form form .col-md-3.col-xs-12{
    width: 25%;
  }

  .payment-form form .col-md-9.col-xs-12{
    width: 75%;
  }      

@media screen and (max-width: 950px) {
  .team-members div.member {
    width: 230px; }

  .team-single {
    flex-direction: column; } }

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