/*
                              -
                             +Ns
                            +NMMs`
                           oNMMMMy`
                          sMMm/hMMh`
                        `sMMd. `hMMh`  .
                    .dy.yMMd.   `yMMh.om:
                   -mMMNMMh.     `yMMmMMN:
                  -mMMMMMd`       `yMMMMMN/
                 :mMMoyMMd.       `yMMdoNMN+
                :NMN+ `yMMd.     `yMMh. :NMN+
               /NMN+   `sMMd-   .hMMh`   :mMNo
         -+syyhNMN/      oMMmyyydMMy`     -mMMhyyy+-`
       .yNMmddNMMh`      -NMNmddNMMo       sMMNddmNNh-
      `dMN+`  .sMMs     .mMm:`  .yMMo     +MMh-` `:mMN-
      .MMm     .MMm     /MMy     -MMd     hMM:     sMM+
      `hMMs-..:hMNo     `dMN+...:hMN/     :NMd:...+NMm.
       `omNMNNMNd/       .smNNmNNNd:       :hNMNmNMmy.
         `:+o+/-           `:+o+/-           ./+o+:.

Theme Name: Thrive Custom
Author: Thrive web design - Alex Frith
Author URI: http://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Gravity forms
-------------------------------------------------------------- */
.ui-datepicker-trigger {
  border: none;
}
.gform-custom-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
body .signup-wrap .gform_wrapper {
  width: 50%;
}

.gform-custom-heading {
  width: 50%;
}

body .gform_wrapper {
  overflow: inherit;
  margin: 0 0;
  max-width: 100%;
}

body .gform_wrapper label {
  font-weight: 400;
}

body .gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  -moz-box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0.6rem 0.4rem !important;
  vertical-align: middle;
  font-weight: 300;
  -webkit-appearance: none;
  width: 100%;
}

.select2-container .select2-choice {
  padding: 0.5rem 0.4rem !important;
  border: 1px solid #e6e6e6;
  background: #fafafa;
}

body .gform_wrapper li {
  margin: 0 0 2% 0;
}

body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper textarea:focus {
  border: 1px solid #a3a3a3;
}

.gf_left_half {
  float: left;
  width: 49%;
}

.gf_right_half {
  float: right;
  width: 49%;
}

.hidden_label label {
  display: none;
}

/* Select Menu Custom */
select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url("images/select.png");
  background-color: #f3f3f3;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  line-height: 19px;
  padding: 0.8rem !important;
  border-radius: 0;
  width: 97.5%;
  font-weight: 300;
  margin: 1px 0 1rem 0 !important;
  color: #333333;
}

/* Placeholders */
form ::-webkit-input-placeholder {
  color: #a3a3a3;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 1;
}

form :-moz-placeholder {
  color: #a3a3a3;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 1;
}

form ::-moz-placeholder {
  color: #a3a3a3;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 1;
}

form textarea:-ms-input-placeholder {
  color: #a3a3a3;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 1;
}

form input:-ms-input-placeholder {
  color: #a3a3a3;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 1;
}

body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

/* Errors
----------------------------------------------------------------
*/
.validation_error {
  padding: 0 0 10px 0;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border: blue 1px solid !important;
}

.validation_message {
  color: #a3a3a3;
  font-size: 0.7rem;
}

.page-template-page-apply .validation_message {
color: red;
font-size: 1rem;
}

form.wcpv-shortcode-registration-form .form-row-wide input.inline {
  width: 15px !important;
  margin: 0 0.51rem;
}

/*art comp form*/
#gform_10 {
  width: 100%;
  margin: 2rem auto;
}

li#field_10_1 > label {
  font-size: 2rem !important;
}

#gform_fields_10 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gform_fields_10 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

#gform_fields_10 li {
  width: 49%;
}


.single-post .content .browse-artists {
  background-size: cover !important;
  padding: 3rem 0;
}

.single-post .content .browse-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post .content .browse-body h2 {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
}
.single-post .content .browse-logo {
  display: flex;
  justify-content: flex-start;
  margin: 15px 0;
}
.single-post .content .browse-logo img {
  /* max-width: 300px; */
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

.single-post .content .browse-features li {
  display: flex;
}

.single-post .content .browse-features li img {
  width: 50px;
  height: 50px;
}

.single-post .content .browse-artists-wrap {
  margin: 0px 40px;
}

.single-post .content a {
  max-height: 41px;
  height: auto;
}

.single-post .content .browse-features {
  display: block;
}

.single-post .content .browse-features ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.single-post .content .browse-features ul li {
  list-style: none;
  margin-top: 0px;
  align-items: center;
  margin-bottom: 10px;
}

.single-post .content .browse-features ul li span {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}

.single-post .content .browse-features img {
  margin: unset;
}

@media(max-width:991px){
  .gform-custom-wrap {
    display: block;
  }
  .gform-custom-heading {
    width: 100%;
    text-align: center;
  }
  body .signup-wrap .gform_wrapper {
    margin: 0 auto;
    width: 70%;
  }
  .signup-wrap h3{
    font-size: 1.9rem !important;
  }
  .single-post .content .browse-logo {
    display: block;
  }
  .single-post .content .browse-logo img{
    height: auto;
    width: auto;
    float: unset;
  }
  .single-post .content .browse-body {
    display: block;
  }
  .single-post .content .browse-features ul {
    display: table;
    padding-left: 0px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .single-post .content .browse-features ul li span{
    font-size: 27px;
  }
}

@media screen and (max-width: 750px) {

  #gform_fields_10 ul {
    display: block;
  }
  #gform_fields_10 li {
    width: 99%;
  }
}

#field_10_1 > label {
  margin-bottom: 2rem;
  display: block;
}

li#field_10_1 {
  width: 100%;
  outline: none;
}

li#field_10_1 li {
  outline: none;
}

li#field_10_1 label {
  font-size: 1.2rem;
  line-height: 1;
  outline: none;
  position: relative;
  top: -5px;
  font-size: 0.8rem;
  position: relative;
  top: -5px;
}

li#field_10_1 input {
  outline: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}

li#field_10_1 input:checked:after {
  outline: none;
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

li#field_10_1 input:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

li#field_10_1 input:active,
li#field_10_1 input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  outline: none;
}

li#field_10_5 {
  width: 100%;
}

li#field_10_5 > label {
  display: none;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 1.8rem;
  line-height: 1;
}

h2 {
  font-size: 1.6rem;
  line-height: 1;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.3rem;
  letter-spacing: -.08rem;
  line-height: 1.1;
}

h5 {
  font-size: 1.2rem;
  letter-spacing: -.05rem;
  line-height: 1.1;
}

h6 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.1;
}

blockquote {
  margin: 0;
  padding: 0;
}

blockquote p {
  color: #333333;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button, .woocommerce .cart table.shop_table td small.download-url, .woocommerce table.shop_table td .cart small.download-url,
.woocommerce .cart input.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
.woocommerce table.shop_table td small.download-url,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce .cart .button:hover, .woocommerce .cart table.shop_table td small.download-url:hover, .woocommerce table.shop_table td .cart small.download-url:hover,
.woocommerce .cart .button:focus, .woocommerce .cart table.shop_table td small.download-url:focus, .woocommerce table.shop_table td .cart small.download-url:focus,
.woocommerce .cart input.button:hover,
.woocommerce .cart input.button:focus,
.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.button:hover,
.woocommerce table.shop_table td small.download-url:hover,
.button:focus,
.woocommerce table.shop_table td small.download-url:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-outline,
.woocommerce .cart .button.button-outline, .woocommerce .cart table.shop_table td small.button-outline.download-url, .woocommerce table.shop_table td .cart small.button-outline.download-url,
.woocommerce .cart input.button.button-outline,
.woocommerce #payment #place_order.button-outline,
.woocommerce-page #payment #place_order.button-outline,
.woocommerce #respond input#submit.button-outline,
.woocommerce a.button.button-outline,
.woocommerce button.button.button-outline,
.woocommerce input.button.button-outline,
.button.button-outline,
.woocommerce table.shop_table td small.button-outline.download-url,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-outline:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-outline:focus,
.woocommerce .cart .button.button-outline:hover, .woocommerce .cart table.shop_table td small.button-outline.download-url:hover, .woocommerce table.shop_table td .cart small.button-outline.download-url:hover,
.woocommerce .cart .button.button-outline:focus, .woocommerce .cart table.shop_table td small.button-outline.download-url:focus, .woocommerce table.shop_table td .cart small.button-outline.download-url:focus,
.woocommerce .cart input.button.button-outline:hover,
.woocommerce .cart input.button.button-outline:focus,
.woocommerce #payment #place_order.button-outline:hover,
.woocommerce #payment #place_order.button-outline:focus,
.woocommerce-page #payment #place_order.button-outline:hover,
.woocommerce-page #payment #place_order.button-outline:focus,
.woocommerce #respond input#submit.button-outline:hover,
.woocommerce #respond input#submit.button-outline:focus,
.woocommerce a.button.button-outline:hover,
.woocommerce a.button.button-outline:focus,
.woocommerce button.button.button-outline:hover,
.woocommerce button.button.button-outline:focus,
.woocommerce input.button.button-outline:hover,
.woocommerce input.button.button-outline:focus,
.button.button-outline:hover,
.woocommerce table.shop_table td small.button-outline.download-url:hover,
.button.button-outline:focus,
.woocommerce table.shop_table td small.button-outline.download-url:focus,
button.button-outline:hover,
button.button-outline:focus,
input[type='button'].button-outline:hover,
input[type='button'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='submit'].button-outline:hover,
input[type='submit'].button-outline:focus {
  color: #ffffff !important;
  background-color: #a3a3a3;
  border-color: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-green,
.woocommerce .cart .button.button-green, .woocommerce .cart table.shop_table td small.button-green.download-url, .woocommerce table.shop_table td .cart small.button-green.download-url,
.woocommerce .cart input.button.button-green,
.woocommerce #payment #place_order.button-green,
.woocommerce-page #payment #place_order.button-green,
.woocommerce #respond input#submit.button-green,
.woocommerce a.button.button-green,
.woocommerce button.button.button-green,
.woocommerce input.button.button-green,
.button.button-green,
.woocommerce table.shop_table td small.button-green.download-url,
button.button-green,
input[type='button'].button-green,
input[type='reset'].button-green,
input[type='submit'].button-green {
  color: #6bb9a1;
  background-color: transparent;
  border-color: #6bb9a1;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-green:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-green:focus,
.woocommerce .cart .button.button-green:hover, .woocommerce .cart table.shop_table td small.button-green.download-url:hover, .woocommerce table.shop_table td .cart small.button-green.download-url:hover,
.woocommerce .cart .button.button-green:focus, .woocommerce .cart table.shop_table td small.button-green.download-url:focus, .woocommerce table.shop_table td .cart small.button-green.download-url:focus,
.woocommerce .cart input.button.button-green:hover,
.woocommerce .cart input.button.button-green:focus,
.woocommerce #payment #place_order.button-green:hover,
.woocommerce #payment #place_order.button-green:focus,
.woocommerce-page #payment #place_order.button-green:hover,
.woocommerce-page #payment #place_order.button-green:focus,
.woocommerce #respond input#submit.button-green:hover,
.woocommerce #respond input#submit.button-green:focus,
.woocommerce a.button.button-green:hover,
.woocommerce a.button.button-green:focus,
.woocommerce button.button.button-green:hover,
.woocommerce button.button.button-green:focus,
.woocommerce input.button.button-green:hover,
.woocommerce input.button.button-green:focus,
.button.button-green:hover,
.woocommerce table.shop_table td small.button-green.download-url:hover,
.button.button-green:focus,
.woocommerce table.shop_table td small.button-green.download-url:focus,
button.button-green:hover,
button.button-green:focus,
input[type='button'].button-green:hover,
input[type='button'].button-green:focus,
input[type='reset'].button-green:hover,
input[type='reset'].button-green:focus,
input[type='submit'].button-green:hover,
input[type='submit'].button-green:focus {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-green-bg,
.woocommerce .cart .button.button-green-bg, .woocommerce .cart table.shop_table td small.button-green-bg.download-url, .woocommerce table.shop_table td .cart small.button-green-bg.download-url,
.woocommerce .cart input.button.button-green-bg,
.woocommerce #payment #place_order.button-green-bg,
.woocommerce-page #payment #place_order.button-green-bg,
.woocommerce #respond input#submit.button-green-bg,
.woocommerce a.button.button-green-bg,
.woocommerce button.button.button-green-bg,
.woocommerce input.button.button-green-bg,
.button.button-green-bg,
.woocommerce table.shop_table td small.button-green-bg.download-url,
button.button-green-bg,
input[type='button'].button-green-bg,
input[type='reset'].button-green-bg,
input[type='submit'].button-green-bg {
  color: white;
  background-color: #6bb9a1;
  border-color: #6bb9a1;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-green-bg:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-green-bg:focus,
.woocommerce .cart .button.button-green-bg:hover, .woocommerce .cart table.shop_table td small.button-green-bg.download-url:hover, .woocommerce table.shop_table td .cart small.button-green-bg.download-url:hover,
.woocommerce .cart .button.button-green-bg:focus, .woocommerce .cart table.shop_table td small.button-green-bg.download-url:focus, .woocommerce table.shop_table td .cart small.button-green-bg.download-url:focus,
.woocommerce .cart input.button.button-green-bg:hover,
.woocommerce .cart input.button.button-green-bg:focus,
.woocommerce #payment #place_order.button-green-bg:hover,
.woocommerce #payment #place_order.button-green-bg:focus,
.woocommerce-page #payment #place_order.button-green-bg:hover,
.woocommerce-page #payment #place_order.button-green-bg:focus,
.woocommerce #respond input#submit.button-green-bg:hover,
.woocommerce #respond input#submit.button-green-bg:focus,
.woocommerce a.button.button-green-bg:hover,
.woocommerce a.button.button-green-bg:focus,
.woocommerce button.button.button-green-bg:hover,
.woocommerce button.button.button-green-bg:focus,
.woocommerce input.button.button-green-bg:hover,
.woocommerce input.button.button-green-bg:focus,
.button.button-green-bg:hover,
.woocommerce table.shop_table td small.button-green-bg.download-url:hover,
.button.button-green-bg:focus,
.woocommerce table.shop_table td small.button-green-bg.download-url:focus,
button.button-green-bg:hover,
button.button-green-bg:focus,
input[type='button'].button-green-bg:hover,
input[type='button'].button-green-bg:focus,
input[type='reset'].button-green-bg:hover,
input[type='reset'].button-green-bg:focus,
input[type='submit'].button-green-bg:hover,
input[type='submit'].button-green-bg:focus {
  color: #ffffff;
  background-color: #333333;
  border-color: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-clear,
.woocommerce .cart .button.button-clear, .woocommerce .cart table.shop_table td small.button-clear.download-url, .woocommerce table.shop_table td .cart small.button-clear.download-url,
.woocommerce .cart input.button.button-clear,
.woocommerce #payment #place_order.button-clear,
.woocommerce-page #payment #place_order.button-clear,
.woocommerce #respond input#submit.button-clear,
.woocommerce a.button.button-clear,
.woocommerce button.button.button-clear,
.woocommerce input.button.button-clear,
.button.button-clear,
.woocommerce table.shop_table td small.button-clear.download-url,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  margin: 0 0.5rem;
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-clear:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-clear:focus,
.woocommerce .cart .button.button-clear:hover, .woocommerce .cart table.shop_table td small.button-clear.download-url:hover, .woocommerce table.shop_table td .cart small.button-clear.download-url:hover,
.woocommerce .cart .button.button-clear:focus, .woocommerce .cart table.shop_table td small.button-clear.download-url:focus, .woocommerce table.shop_table td .cart small.button-clear.download-url:focus,
.woocommerce .cart input.button.button-clear:hover,
.woocommerce .cart input.button.button-clear:focus,
.woocommerce #payment #place_order.button-clear:hover,
.woocommerce #payment #place_order.button-clear:focus,
.woocommerce-page #payment #place_order.button-clear:hover,
.woocommerce-page #payment #place_order.button-clear:focus,
.woocommerce #respond input#submit.button-clear:hover,
.woocommerce #respond input#submit.button-clear:focus,
.woocommerce a.button.button-clear:hover,
.woocommerce a.button.button-clear:focus,
.woocommerce button.button.button-clear:hover,
.woocommerce button.button.button-clear:focus,
.woocommerce input.button.button-clear:hover,
.woocommerce input.button.button-clear:focus,
.button.button-clear:hover,
.woocommerce table.shop_table td small.button-clear.download-url:hover,
.button.button-clear:focus,
.woocommerce table.shop_table td small.button-clear.download-url:focus,
button.button-clear:hover,
button.button-clear:focus,
input[type='button'].button-clear:hover,
input[type='button'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='submit'].button-clear:hover,
input[type='submit'].button-clear:focus {
  color: white !important;
  background: rgba(0, 0, 0, 0.8);
  border-color: #000000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-black,
.woocommerce .cart .button.button-black, .woocommerce .cart table.shop_table td small.button-black.download-url, .woocommerce table.shop_table td .cart small.button-black.download-url,
.woocommerce .cart input.button.button-black,
.woocommerce #payment #place_order.button-black,
.woocommerce-page #payment #place_order.button-black,
.woocommerce #respond input#submit.button-black,
.woocommerce a.button.button-black,
.woocommerce button.button.button-black,
.woocommerce input.button.button-black,
.button.button-black,
.woocommerce table.shop_table td small.button-black.download-url,
button.button-black,
input[type='button'].button-black,
input[type='reset'].button-black,
input[type='submit'].button-black {
  color: #ffffff;
  background-color: #333333;
  border-color: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-black:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-black:focus,
.woocommerce .cart .button.button-black:hover, .woocommerce .cart table.shop_table td small.button-black.download-url:hover, .woocommerce table.shop_table td .cart small.button-black.download-url:hover,
.woocommerce .cart .button.button-black:focus, .woocommerce .cart table.shop_table td small.button-black.download-url:focus, .woocommerce table.shop_table td .cart small.button-black.download-url:focus,
.woocommerce .cart input.button.button-black:hover,
.woocommerce .cart input.button.button-black:focus,
.woocommerce #payment #place_order.button-black:hover,
.woocommerce #payment #place_order.button-black:focus,
.woocommerce-page #payment #place_order.button-black:hover,
.woocommerce-page #payment #place_order.button-black:focus,
.woocommerce #respond input#submit.button-black:hover,
.woocommerce #respond input#submit.button-black:focus,
.woocommerce a.button.button-black:hover,
.woocommerce a.button.button-black:focus,
.woocommerce button.button.button-black:hover,
.woocommerce button.button.button-black:focus,
.woocommerce input.button.button-black:hover,
.woocommerce input.button.button-black:focus,
.button.button-black:hover,
.woocommerce table.shop_table td small.button-black.download-url:hover,
.button.button-black:focus,
.woocommerce table.shop_table td small.button-black.download-url:focus,
button.button-black:hover,
button.button-black:focus,
input[type='button'].button-black:hover,
input[type='button'].button-black:focus,
input[type='reset'].button-black:hover,
input[type='reset'].button-black:focus,
input[type='submit'].button-black:hover,
input[type='submit'].button-black:focus {
  color: #a3a3a3;
  background-color: transparent;
  border-color: #a3a3a3;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white, .woocommerce-cart .wc-proceed-to-checkout .blog-signup form#gform_1 a.checkout-button#gform_submit_button_1, .blog-signup form#gform_1 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button#gform_submit_button_1, .woocommerce-cart .wc-proceed-to-checkout .signup-wrap #gform_1 a.checkout-button#gform_submit_button_1, .signup-wrap #gform_1 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button#gform_submit_button_1,
.woocommerce .cart .button.button-white,
.woocommerce .cart .blog-signup form#gform_1 .button#gform_submit_button_1, .blog-signup form#gform_1
.woocommerce .cart .button#gform_submit_button_1, .blog-signup form#gform_1 .woocommerce .cart table.shop_table td small#gform_submit_button_1.download-url, .blog-signup form#gform_1 .woocommerce table.shop_table td .cart small#gform_submit_button_1.download-url, .woocommerce .cart table.shop_table td .blog-signup form#gform_1 small#gform_submit_button_1.download-url, .woocommerce table.shop_table td .blog-signup form#gform_1 .cart small#gform_submit_button_1.download-url,
.woocommerce .cart .signup-wrap #gform_1 .button#gform_submit_button_1, .signup-wrap #gform_1
.woocommerce .cart .button#gform_submit_button_1, .signup-wrap #gform_1 .woocommerce .cart table.shop_table td small#gform_submit_button_1.download-url, .signup-wrap #gform_1 .woocommerce table.shop_table td .cart small#gform_submit_button_1.download-url, .woocommerce .cart table.shop_table td .signup-wrap #gform_1 small#gform_submit_button_1.download-url, .woocommerce table.shop_table td .signup-wrap #gform_1 .cart small#gform_submit_button_1.download-url, .woocommerce .cart table.shop_table td small.button-white.download-url, .woocommerce table.shop_table td .cart small.button-white.download-url,
.woocommerce .cart input.button.button-white,
.woocommerce .cart .blog-signup form#gform_1 input.button#gform_submit_button_1, .blog-signup form#gform_1
.woocommerce .cart input.button#gform_submit_button_1,
.woocommerce .cart .signup-wrap #gform_1 input.button#gform_submit_button_1, .signup-wrap #gform_1
.woocommerce .cart input.button#gform_submit_button_1,
.woocommerce #payment #place_order.button-white,
.woocommerce-page #payment #place_order.button-white,
.woocommerce #respond input#submit.button-white,
.woocommerce a.button.button-white,
.woocommerce .blog-signup form#gform_1 a.button#gform_submit_button_1, .blog-signup form#gform_1
.woocommerce a.button#gform_submit_button_1,
.woocommerce .signup-wrap #gform_1 a.button#gform_submit_button_1, .signup-wrap #gform_1
.woocommerce a.button#gform_submit_button_1,
.woocommerce button.button.button-white,
.woocommerce .blog-signup form#gform_1 button.button#gform_submit_button_1, .blog-signup form#gform_1
.woocommerce button.button#gform_submit_button_1,
.woocommerce .signup-wrap #gform_1 button.button#gform_submit_button_1, .signup-wrap #gform_1
.woocommerce button.button#gform_submit_button_1,
.woocommerce input.button.button-white,
.woocommerce .blog-signup form#gform_1 input.button#gform_submit_button_1, .blog-signup form#gform_1
.woocommerce input.button#gform_submit_button_1,
.woocommerce .signup-wrap #gform_1 input.button#gform_submit_button_1, .signup-wrap #gform_1
.woocommerce input.button#gform_submit_button_1,
.button.button-white,
.blog-signup form#gform_1 .button#gform_submit_button_1,
.blog-signup form#gform_1 .woocommerce table.shop_table td small#gform_submit_button_1.download-url,
.woocommerce table.shop_table td .blog-signup form#gform_1 small#gform_submit_button_1.download-url,
.signup-wrap #gform_1 .button#gform_submit_button_1,
.signup-wrap #gform_1 .woocommerce table.shop_table td small#gform_submit_button_1.download-url,
.woocommerce table.shop_table td .signup-wrap #gform_1 small#gform_submit_button_1.download-url,
.woocommerce table.shop_table td small.button-white.download-url,
button.button-white,
.blog-signup form#gform_1 button#gform_submit_button_1,
.signup-wrap #gform_1 button#gform_submit_button_1,
input[type='button'].button-white,
.blog-signup form#gform_1 input[type='button']#gform_submit_button_1,
.signup-wrap #gform_1 input[type='button']#gform_submit_button_1,
input[type='reset'].button-white,
.blog-signup form#gform_1 input[type='reset']#gform_submit_button_1,
.signup-wrap #gform_1 input[type='reset']#gform_submit_button_1,
input[type='submit'].button-white,
.blog-signup form#gform_1 input[type='submit']#gform_submit_button_1,
.signup-wrap #gform_1 input[type='submit']#gform_submit_button_1 {
  color: #000000;
  background-color: #ffffff;
  border-color: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white:hover, .woocommerce-cart .wc-proceed-to-checkout .blog-signup form#gform_1 a.checkout-button#gform_submit_button_1:hover, .blog-signup form#gform_1 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button#gform_submit_button_1:hover, .woocommerce-cart .wc-proceed-to-checkout .signup-wrap #gform_1 a.checkout-button#gform_submit_button_1:hover, .signup-wrap #gform_1 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button#gform_submit_button_1:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-white:focus, .woocommerce-cart .wc-proceed-to-checkout .blog-signup form#gform_1 a.checkout-button#gform_submit_button_1:focus, .blog-signup form#gform_1 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button#gform_submit_button_1:focus, .woocommerce-cart .wc-proceed-to-checkout .signup-wrap #gform_1 a.checkout-button#gform_submit_button_1:focus, .signup-wrap #gform_1 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button#gform_submit_button_1:focus,
.woocommerce .cart .button.button-white:hover,
.woocommerce .cart .blog-signup form#gform_1 .button#gform_submit_button_1:hover, .blog-signup form#gform_1
.woocommerce .cart .button#gform_submit_button_1:hover, .blog-signup form#gform_1 .woocommerce .cart table.shop_table td small#gform_submit_button_1.download-url:hover, .blog-signup form#gform_1 .woocommerce table.shop_table td .cart small#gform_submit_button_1.download-url:hover, .woocommerce .cart table.shop_table td .blog-signup form#gform_1 small#gform_submit_button_1.download-url:hover, .woocommerce table.shop_table td .blog-signup form#gform_1 .cart small#gform_submit_button_1.download-url:hover,
.woocommerce .cart .signup-wrap #gform_1 .button#gform_submit_button_1:hover, .signup-wrap #gform_1
.woocommerce .cart .button#gform_submit_button_1:hover, .signup-wrap #gform_1 .woocommerce .cart table.shop_table td small#gform_submit_button_1.download-url:hover, .signup-wrap #gform_1 .woocommerce table.shop_table td .cart small#gform_submit_button_1.download-url:hover, .woocommerce .cart table.shop_table td .signup-wrap #gform_1 small#gform_submit_button_1.download-url:hover, .woocommerce table.shop_table td .signup-wrap #gform_1 .cart small#gform_submit_button_1.download-url:hover, .woocommerce .cart table.shop_table td small.button-white.download-url:hover, .woocommerce table.shop_table td .cart small.button-white.download-url:hover,
.woocommerce .cart .button.button-white:focus,
.woocommerce .cart .blog-signup form#gform_1 .button#gform_submit_button_1:focus, .blog-signup form#gform_1
.woocommerce .cart .button#gform_submit_button_1:focus, .blog-signup form#gform_1 .woocommerce .cart table.shop_table td small#gform_submit_button_1.download-url:focus, .blog-signup form#gform_1 .woocommerce table.shop_table td .cart small#gform_submit_button_1.download-url:focus, .woocommerce .cart table.shop_table td .blog-signup form#gform_1 small#gform_submit_button_1.download-url:focus, .woocommerce table.shop_table td .blog-signup form#gform_1 .cart small#gform_submit_button_1.download-url:focus,
.woocommerce .cart .signup-wrap #gform_1 .button#gform_submit_button_1:focus, .signup-wrap #gform_1
.woocommerce .cart .button#gform_submit_button_1:focus, .signup-wrap #gform_1 .woocommerce .cart table.shop_table td small#gform_submit_button_1.download-url:focus, .signup-wrap #gform_1 .woocommerce table.shop_table td .cart small#gform_submit_button_1.download-url:focus, .woocommerce .cart table.shop_table td .signup-wrap #gform_1 small#gform_submit_button_1.download-url:focus, .woocommerce table.shop_table td .signup-wrap #gform_1 .cart small#gform_submit_button_1.download-url:focus, .woocommerce .cart table.shop_table td small.button-white.download-url:focus, .woocommerce table.shop_table td .cart small.button-white.download-url:focus,
.woocommerce .cart input.button.button-white:hover,
.woocommerce .cart .blog-signup form#gform_1 input.button#gform_submit_button_1:hover, .blog-signup form#gform_1
.woocommerce .cart input.button#gform_submit_button_1:hover,
.woocommerce .cart .signup-wrap #gform_1 input.button#gform_submit_button_1:hover, .signup-wrap #gform_1
.woocommerce .cart input.button#gform_submit_button_1:hover,
.woocommerce .cart input.button.button-white:focus,
.woocommerce .cart .blog-signup form#gform_1 input.button#gform_submit_button_1:focus, .blog-signup form#gform_1
.woocommerce .cart input.button#gform_submit_button_1:focus,
.woocommerce .cart .signup-wrap #gform_1 input.button#gform_submit_button_1:focus, .signup-wrap #gform_1
.woocommerce .cart input.button#gform_submit_button_1:focus,
.woocommerce #payment #place_order.button-white:hover,
.woocommerce #payment #place_order.button-white:focus,
.woocommerce-page #payment #place_order.button-white:hover,
.woocommerce-page #payment #place_order.button-white:focus,
.woocommerce #respond input#submit.button-white:hover,
.woocommerce #respond input#submit.button-white:focus,
.woocommerce a.button.button-white:hover,
.woocommerce .blog-signup form#gform_1 a.button#gform_submit_button_1:hover, .blog-signup form#gform_1
.woocommerce a.button#gform_submit_button_1:hover,
.woocommerce .signup-wrap #gform_1 a.button#gform_submit_button_1:hover, .signup-wrap #gform_1
.woocommerce a.button#gform_submit_button_1:hover,
.woocommerce a.button.button-white:focus,
.woocommerce .blog-signup form#gform_1 a.button#gform_submit_button_1:focus, .blog-signup form#gform_1
.woocommerce a.button#gform_submit_button_1:focus,
.woocommerce .signup-wrap #gform_1 a.button#gform_submit_button_1:focus, .signup-wrap #gform_1
.woocommerce a.button#gform_submit_button_1:focus,
.woocommerce button.button.button-white:hover,
.woocommerce .blog-signup form#gform_1 button.button#gform_submit_button_1:hover, .blog-signup form#gform_1
.woocommerce button.button#gform_submit_button_1:hover,
.woocommerce .signup-wrap #gform_1 button.button#gform_submit_button_1:hover, .signup-wrap #gform_1
.woocommerce button.button#gform_submit_button_1:hover,
.woocommerce button.button.button-white:focus,
.woocommerce .blog-signup form#gform_1 button.button#gform_submit_button_1:focus, .blog-signup form#gform_1
.woocommerce button.button#gform_submit_button_1:focus,
.woocommerce .signup-wrap #gform_1 button.button#gform_submit_button_1:focus, .signup-wrap #gform_1
.woocommerce button.button#gform_submit_button_1:focus,
.woocommerce input.button.button-white:hover,
.woocommerce .blog-signup form#gform_1 input.button#gform_submit_button_1:hover, .blog-signup form#gform_1
.woocommerce input.button#gform_submit_button_1:hover,
.woocommerce .signup-wrap #gform_1 input.button#gform_submit_button_1:hover, .signup-wrap #gform_1
.woocommerce input.button#gform_submit_button_1:hover,
.woocommerce input.button.button-white:focus,
.woocommerce .blog-signup form#gform_1 input.button#gform_submit_button_1:focus, .blog-signup form#gform_1
.woocommerce input.button#gform_submit_button_1:focus,
.woocommerce .signup-wrap #gform_1 input.button#gform_submit_button_1:focus, .signup-wrap #gform_1
.woocommerce input.button#gform_submit_button_1:focus,
.button.button-white:hover,
.blog-signup form#gform_1 .button#gform_submit_button_1:hover,
.blog-signup form#gform_1 .woocommerce table.shop_table td small#gform_submit_button_1.download-url:hover,
.woocommerce table.shop_table td .blog-signup form#gform_1 small#gform_submit_button_1.download-url:hover,
.signup-wrap #gform_1 .button#gform_submit_button_1:hover,
.signup-wrap #gform_1 .woocommerce table.shop_table td small#gform_submit_button_1.download-url:hover,
.woocommerce table.shop_table td .signup-wrap #gform_1 small#gform_submit_button_1.download-url:hover,
.woocommerce table.shop_table td small.button-white.download-url:hover,
.button.button-white:focus,
.blog-signup form#gform_1 .button#gform_submit_button_1:focus,
.blog-signup form#gform_1 .woocommerce table.shop_table td small#gform_submit_button_1.download-url:focus,
.woocommerce table.shop_table td .blog-signup form#gform_1 small#gform_submit_button_1.download-url:focus,
.signup-wrap #gform_1 .button#gform_submit_button_1:focus,
.signup-wrap #gform_1 .woocommerce table.shop_table td small#gform_submit_button_1.download-url:focus,
.woocommerce table.shop_table td .signup-wrap #gform_1 small#gform_submit_button_1.download-url:focus,
.woocommerce table.shop_table td small.button-white.download-url:focus,
button.button-white:hover,
.blog-signup form#gform_1 button#gform_submit_button_1:hover,
.signup-wrap #gform_1 button#gform_submit_button_1:hover,
button.button-white:focus,
.blog-signup form#gform_1 button#gform_submit_button_1:focus,
.signup-wrap #gform_1 button#gform_submit_button_1:focus,
input[type='button'].button-white:hover,
.blog-signup form#gform_1 input[type='button']#gform_submit_button_1:hover,
.signup-wrap #gform_1 input[type='button']#gform_submit_button_1:hover,
input[type='button'].button-white:focus,
.blog-signup form#gform_1 input[type='button']#gform_submit_button_1:focus,
.signup-wrap #gform_1 input[type='button']#gform_submit_button_1:focus,
input[type='reset'].button-white:hover,
.blog-signup form#gform_1 input[type='reset']#gform_submit_button_1:hover,
.signup-wrap #gform_1 input[type='reset']#gform_submit_button_1:hover,
input[type='reset'].button-white:focus,
.blog-signup form#gform_1 input[type='reset']#gform_submit_button_1:focus,
.signup-wrap #gform_1 input[type='reset']#gform_submit_button_1:focus,
input[type='submit'].button-white:hover,
.blog-signup form#gform_1 input[type='submit']#gform_submit_button_1:hover,
.signup-wrap #gform_1 input[type='submit']#gform_submit_button_1:hover,
input[type='submit'].button-white:focus,
.blog-signup form#gform_1 input[type='submit']#gform_submit_button_1:focus,
.signup-wrap #gform_1 input[type='submit']#gform_submit_button_1:focus {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-color: #000000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.center,
.woocommerce .cart .button.center, .woocommerce .cart table.shop_table td small.center.download-url, .woocommerce table.shop_table td .cart small.center.download-url,
.woocommerce .cart input.button.center,
.woocommerce #payment #place_order.center,
.woocommerce-page #payment #place_order.center,
.woocommerce #respond input#submit.center,
.woocommerce a.button.center,
.woocommerce button.button.center,
.woocommerce input.button.center,
.button.center,
.woocommerce table.shop_table td small.center.download-url,
button.center,
input[type='button'].center,
input[type='reset'].center,
input[type='submit'].center {
  margin: 0 auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-small,
.woocommerce .cart .button.button-small, .woocommerce .cart table.shop_table td small.button-small.download-url, .woocommerce table.shop_table td .cart small.button-small.download-url,
.woocommerce .cart input.button.button-small,
.woocommerce #payment #place_order.button-small,
.woocommerce-page #payment #place_order.button-small,
.woocommerce #respond input#submit.button-small,
.woocommerce a.button.button-small,
.woocommerce button.button.button-small,
.woocommerce input.button.button-small,
.button.button-small,
.woocommerce table.shop_table td small.button-small.download-url,
button.button-small,
input[type='button'].button-small,
input[type='reset'].button-small,
input[type='submit'].button-small {
  font-size: 0.7rem;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 0.8rem 1.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 0.8rem 1.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/*-- Edit  --*/
.edit_link {
  position: fixed;
  top: 150px;
  right: -1px;
  z-index: 99999;
  background-color: white;
  border: solid 1px #333333;
  border-right: none;
  padding: 10px 15px 10px 20px;
  display: inline-block;
  opacity: 0.5;
  font-size: 1.7rem;
  transition: all 0.2s ease;
  font-size: 0.5rem;
}

.edit_link:hover {
  opacity: 1;
}

.edit_link a {
  margin-left: 1em;
  color: #333333;
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 500;
}

.wrap, .wc-tabs-wrapper {
  max-width: 1245px;
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.fullwidth {
  overflow: hidden;
  width: 100%;
}

.content .wrap, .content .wc-tabs-wrapper,
.short,
.wc-tabs-wrapper {
  overflow: hidden;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.tight {
  overflow: hidden;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.one-half {
  overflow: hidden;
  width: 45%;
}

.one-third {
  overflow: hidden;
  width: 31%;
}

.one-quarter {
  overflow: hidden;
  width: 24%;
}

.one-fifth {
  overflow: hidden;
  width: 19%;
}

.flex-row, .three-pods .wrap, .three-pods .wc-tabs-wrapper, .three-pods .wrap .one-third, .three-pods .wc-tabs-wrapper .one-third, .filters ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*
---------------------------------------------------------
 */
body {
  padding: 121px 0 0 0 !important;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  transition-duration: 0.4s;
  background: #fff;
}

header.main .wrap, header.main .wc-tabs-wrapper {
  overflow: visible;
}

header.main .flex-row, header.main .three-pods .wrap, .three-pods header.main .wrap, header.main .three-pods .wc-tabs-wrapper, .three-pods header.main .wc-tabs-wrapper, header.main .three-pods .wrap .one-third, .three-pods .wrap header.main .one-third, header.main .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper header.main .one-third, header.main .filters ul, .filters header.main ul {
  justify-content: space-between;
}

header.solid {
  background: #fff;
}

header.solid input[type="search"] {
  background: #fff;
}

.mobile-nav {
  display: none;
}

.topnav {
  width: 100%;
  border-bottom: #f6f5f2 1px solid;
  position: relative;
  padding: 0.2rem 0;
  margin: 0 0 0.4rem 0;
  overflow: visible;
}

.topnav .wrap, .topnav .wc-tabs-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 1800px;
  overflow: visible;
}

.topnav .search {
  margin: 0;
  width: auto;
  z-index: 555;
  margin: 0 1rem;
  position: relative;
}

.topnav .search form {
  display: block;
}

.topnav .search .fa {
  display: none;
  cursor: pointer;
  color: #a3a3a3;
}

.topnav .search input[type="search"] {
  padding: 0 0.5rem;
  color: #333333;
  background: transparent;
  cursor: auto;
  border: none;
  border-bottom: 1px solid #a3a3a3;
  font-weight: 300;
  outline: none;
}

@media screen and (max-width: 900px) {
  .topnav .search input[type="search"] {
    width: 100px;
  }
}

.topnav .search input[type="search"]:focus {
  border-bottom: 1px solid #6bb9a1;
}

.topnav .search button {
  outline: none;
  width: 25px;
  text-align: center;
  height: 25px;
  padding: 0;
  color: #333333;
  border: none;
  background: transparent;
  opacity: 0.4;
}

.topnav .search button:before {
  content: "\f002";
  font-family: FontAwesome;
  top: 3px;
  left: 11px;
  color: #333333;
}

.topnav .search button:hover {
  opacity: 1;
}

.topnav .search input:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 300;
}

.topnav .search input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
}

.topnav .woo-tools {
  margin-top: -0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  color: #a3a3a3;
  position: relative;
}

.topnav .woo-tools a {
  color: #a3a3a3;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0 0.2rem;
  position: relative;
  top: -0.5rem;
}

.topnav .woo-tools a .basket {
  fill: #a3a3a3;
  width: 20px;
  height: 20px;
  margin: 0 0.5rem 0 0;
  padding: 0;
  position: relative;
  top: 0.3rem;
}

.topnav .woo-tools a:hover,
.topnav .woo-tools a:hover .basket {
  color: #000000;
  fill: #000000;
}

.topnav .woo-tools a.full {
  color: #6bb9a1;
  fill: #6bb9a1;
}

.topnav .woo-tools a.full .basket {
  color: #6bb9a1;
  fill: #6bb9a1;
}

.topnav .woo-tools .login-dropdown {
  position: absolute;
  top: 2.2rem;
  right: 0;
  background: #ffffff;
  z-index: 500;
  width: 250px;
  display: none;
}

.topnav .woo-tools .login-dropdown form {
  padding: 0.5rem 1rem 0 1rem;
  background: #f6f5f2;
  position: relative;
}

.topnav .woo-tools .login-dropdown form:after {
  bottom: 100%;
  left: 75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f6f5f2;
  border-width: 10px;
  margin-left: -10px;
}

.topnav .woo-tools .login-dropdown form .login-username,
.topnav .woo-tools .login-dropdown form .login-password {
  margin: 0;
  padding: 0 0 0.4rem 0 !important;
  position: relative;
}

.topnav .woo-tools .login-dropdown form .login-username label,
.topnav .woo-tools .login-dropdown form .login-username input,
.topnav .woo-tools .login-dropdown form .login-password label,
.topnav .woo-tools .login-dropdown form .login-password input {
  display: block;
  float: none !important;
  width: 100% !important;
}

.topnav .woo-tools .login-dropdown form .login-submit input {
  width: 100%;
}

.logo {
  width: 345px;
  height: 68px;
  display: block;
  margin: 0 2rem;
  z-index: 22;
  position: relative;
}

nav {
  overflow: visible;
  width: 90%;
  max-width: 1800px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0.2rem 0;
  margin: 0 auto;
}

nav ul {
  padding: 0 2rem;
  list-style: none;
  width: auto;
  display: flex;
  align-items: center;
}

nav ul li {
  margin: 0;
  position: relative;
}

nav ul li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  padding: 0.6rem;
  overflow: hidden;
}

nav ul li a:hover {
  color: #000000;
}

nav ul .button a, nav ul .woocommerce table.shop_table td small.download-url a, .woocommerce table.shop_table td nav ul small.download-url a {
  color: #ffffff !important;
  border: none !important;
  padding: 0.5rem;
}

.blog nav ul li.menu-item-21 > a,
.category nav ul li.menu-item-21 > a,
.single-post nav ul li.menu-item-21 > a,
.woocommerce nav ul li.menu-item-28 > a,
.woocommerce-page nav ul li.menu-item-28 > a,
.tax-wcpv_product_vendors nav ul li.menu-item-25 > a,
nav ul li.current_page_item > a,
nav ul li.current_page_parent > a,
.single-feature_artist nav ul li.menu-item-25 > a {
  border-bottom: 4px solid #000000;
  color: #000000;
}

.single-feature_artist nav ul li.menu-item-24 > a {
  border-bottom: 4px solid white;
}

.tax-wcpv_product_vendors nav ul li.menu-item-28 > a {
  border-bottom: none;
}

nav ul li.menu-item-37 a {
  border-bottom: none !important;
  color: #ffffff !important;
}

nav ul li ul,
nav ul li ul li ul {
  display: none;
}

nav ul li:hover > ul {
  display: block;
  z-index: 19999;
  top: 30px;
}

nav ul ul {
  display: block;
  margin: 0;
  padding: 0.4rem;
  position: absolute;
  width: 250px;
  z-index: 19999;
  background: #ffffff;
  overflow: visible;
  opacity: 0.99;
}

nav ul > ul:after {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}

nav ul ul li {
  display: block;
  float: none;
}

nav ul ul a {
  display: block;
  padding: 0.6rem 1rem;
  margin: 0;
  text-transform: none;
  border-bottom: 1px solid #e0dfde;
}

nav ul ul a:hover {
  background: #6bb9a1;
}

nav ul ul li.current_page_item a {
  background: none;
  color: #a3a3a3;
}

nav ul ul li:last-child a {
  border-bottom: none;
}

nav ul ul li:hover > ul {
  margin: 0;
  display: block;
  z-index: 19999;
  top: -6px;
  left: 250px;
}

nav ul ul ul:after {
  display: none;
}

#homeslider {
  position: relative;
  overflow: hidden;
}

#homeslider .flickity {
  display: none;
}

#homeslider .flickity-enabled {
  display: block;
}

#homeslider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

#homeslider .slide {
  width: 100%;
  height: 550px;
  background-size: cover !important;
  position: relative;
}

#homeslider .flickity-prev-next-button {
  background: none;
  color: #ffffff;
}

#homeslider .flickity-prev-next-button .arrow {
  fill: #ffffff;
}

#homeslider .flickity-page-dots {
  bottom: 15px;
  margin: 0 2rem 0 0;
  text-align: right;
}

#homeslider .flickity-page-dots .dot {
  background: #ffffff;
  opacity: 0.2;
}

#homeslider .flickity-page-dots .dot.is-selected {
  opacity: 0.7;
}

#homeslider .text-box {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 45%;
  height: auto;
  text-align: center;
  color: #ffffff;
}

#homeslider .text-box h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

#homeslider .text-box .button, #homeslider .text-box .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td #homeslider .text-box small.download-url {
  margin: 0 0.5rem;
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

#homeslider .text-box .button:hover, #homeslider .text-box .woocommerce table.shop_table td small.download-url:hover, .woocommerce table.shop_table td #homeslider .text-box small.download-url:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #000000;
}

#homeslider .credit {
  font-style: italic;
  font-size: 0.8rem;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  color: #ffffff;
}

/* Globals
-------------------------------------------------------------
*/
.title {
  text-align: center;
  position: relative;
}

.title p {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #a3a3a3;
}

.title h2 {
  font-weight: 900;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  padding: 0;
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.padded {
  margin: 4rem 0;
}

.link {
  margin: 1rem 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  color: #a3a3a3;
  letter-spacing: 0.1rem;
  border-bottom: 3px solid #333333;
  padding: 0 0 0.2rem 0;
}

.link:hover {
  color: #000000;
  border-bottom: 3px solid #a3a3a3;
}

/* Home Content
-------------------------------------------------------------
*/
.three-pods .wrap, .three-pods .wc-tabs-wrapper {
  text-align: center;
  justify-content: space-around;
}

.three-pods .wrap .one-third, .three-pods .wc-tabs-wrapper .one-third {
  justify-content: flex-start;
  padding: 4rem 0;
}

.three-pods .wrap .one-third img, .three-pods .wc-tabs-wrapper .one-third img {
  width: 100%;
  max-width: 50px;
  display: block;
}

.three-pods .wrap .one-third p, .three-pods .wc-tabs-wrapper .one-third p {
  padding: 0 10% 0 2%;
  margin: 0;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font: 600 0.8rem/1 "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.new-art {
  text-align: center;
  overflow: visible;
  background: url(images/bg-new-art.jpg) top center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 2rem 0;
}

.new-art .min-logo {
  position: relative;
  top: -3.5rem;
  background: url(images/a-divider.png) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  display: block;
}

.new-art .slim-slider {
  overflow: hidden;
  width: 80%;
  padding: 0 10%;
  transition: none !important;
  display: none;
}

.new-art .slim-slider .new-product {
  width: 30%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  margin: 0 1.5%;
  transition: none !important;
}

.new-art .slim-slider .new-product img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.new-art .slim-slider .new-product span {
  font: 600 0.8rem/1 "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  margin: 0.4rem 0;
}

.new-art .slim-slider .new-product .cat {
  font: 600 0.8rem/1 "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.new-art .slim-slider .new-product .title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
  font-style: italic;
}

.new-art .slim-slider .new-product .more {
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
  font-weight: 400;
}

.new-art .slim-slider .flickity-prev-next-button {
  background: transparent !important;
}

.new-art .flickity-enabled {
  display: block;
}

.featured {
  margin: 4rem 0;
  text-align: center;
}

.featured .flex-row, .featured .three-pods .wrap, .three-pods .featured .wrap, .featured .three-pods .wc-tabs-wrapper, .three-pods .featured .wc-tabs-wrapper, .featured .three-pods .wrap .one-third, .three-pods .wrap .featured .one-third, .featured .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .featured .one-third, .featured .filters ul, .filters .featured ul {
  align-items: flex-start;
  flex-wrap: wrap;
}

.featured .flex-row .artists, .featured .three-pods .wrap .artists, .three-pods .featured .wrap .artists, .featured .three-pods .wc-tabs-wrapper .artists, .three-pods .featured .wc-tabs-wrapper .artists, .three-pods .wrap .featured .one-third .artists, .three-pods .wc-tabs-wrapper .featured .one-third .artists, .featured .filters ul .artists, .filters .featured ul .artists {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.featured .flex-row .artists .min240, .featured .three-pods .wrap .artists .min240, .three-pods .featured .wrap .artists .min240, .featured .three-pods .wc-tabs-wrapper .artists .min240, .three-pods .featured .wc-tabs-wrapper .artists .min240, .three-pods .wrap .featured .one-third .artists .min240, .three-pods .wc-tabs-wrapper .featured .one-third .artists .min240, .featured .filters ul .artists .min240, .filters .featured ul .artists .min240 {
  display: block;
  width: 100%;
  min-height: 160px;
  background: whitesmoke;
}

.featured .flex-row .artists img, .featured .three-pods .wrap .artists img, .three-pods .featured .wrap .artists img, .featured .three-pods .wc-tabs-wrapper .artists img, .three-pods .featured .wc-tabs-wrapper .artists img, .three-pods .wrap .featured .one-third .artists img, .three-pods .wc-tabs-wrapper .featured .one-third .artists img, .featured .filters ul .artists img, .filters .featured ul .artists img {
  width: 100%;
  display: block;
}

.featured .flex-row .artists .artist-info, .featured .three-pods .wrap .artists .artist-info, .three-pods .featured .wrap .artists .artist-info, .featured .three-pods .wc-tabs-wrapper .artists .artist-info, .three-pods .featured .wc-tabs-wrapper .artists .artist-info, .three-pods .wrap .featured .one-third .artists .artist-info, .three-pods .wc-tabs-wrapper .featured .one-third .artists .artist-info, .featured .filters ul .artists .artist-info, .filters .featured ul .artists .artist-info {
  text-align: center;
  position: relative;
  top: -35px;
  margin: 0;
  font-weight: 500;
}

.featured .flex-row .artists .artist-info .name, .featured .three-pods .wrap .artists .artist-info .name, .three-pods .featured .wrap .artists .artist-info .name, .featured .three-pods .wc-tabs-wrapper .artists .artist-info .name, .three-pods .featured .wc-tabs-wrapper .artists .artist-info .name, .three-pods .wrap .featured .one-third .artists .artist-info .name, .three-pods .wc-tabs-wrapper .featured .one-third .artists .artist-info .name, .featured .filters ul .artists .artist-info .name, .filters .featured ul .artists .artist-info .name {
  color: #000000;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.featured .flex-row .artists .artist-info .location, .featured .three-pods .wrap .artists .artist-info .location, .three-pods .featured .wrap .artists .artist-info .location, .featured .three-pods .wc-tabs-wrapper .artists .artist-info .location, .three-pods .featured .wc-tabs-wrapper .artists .artist-info .location, .three-pods .wrap .featured .one-third .artists .artist-info .location, .three-pods .wc-tabs-wrapper .featured .one-third .artists .artist-info .location, .featured .filters ul .artists .artist-info .location, .filters .featured ul .artists .artist-info .location {
  color: #000000;
  display: block;
}

.featured .flex-row .artists .artist-info img, .featured .three-pods .wrap .artists .artist-info img, .three-pods .featured .wrap .artists .artist-info img, .featured .three-pods .wc-tabs-wrapper .artists .artist-info img, .three-pods .featured .wc-tabs-wrapper .artists .artist-info img, .three-pods .wrap .featured .one-third .artists .artist-info img, .three-pods .wc-tabs-wrapper .featured .one-third .artists .artist-info img, .featured .filters ul .artists .artist-info img, .filters .featured ul .artists .artist-info img {
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin: 0 auto 0.5rem auto;
}

.featured .flex-row .artists:hover img, .featured .three-pods .wrap .artists:hover img, .three-pods .featured .wrap .artists:hover img, .featured .three-pods .wc-tabs-wrapper .artists:hover img, .three-pods .featured .wc-tabs-wrapper .artists:hover img, .three-pods .wrap .featured .one-third .artists:hover img, .three-pods .wc-tabs-wrapper .featured .one-third .artists:hover img, .featured .filters ul .artists:hover img, .filters .featured ul .artists:hover img {
  opacity: 0.8;
}

.featured .flex-row .artists:hover .name, .featured .three-pods .wrap .artists:hover .name, .three-pods .featured .wrap .artists:hover .name, .featured .three-pods .wc-tabs-wrapper .artists:hover .name, .three-pods .featured .wc-tabs-wrapper .artists:hover .name, .three-pods .wrap .featured .one-third .artists:hover .name, .three-pods .wc-tabs-wrapper .featured .one-third .artists:hover .name, .featured .filters ul .artists:hover .name, .filters .featured ul .artists:hover .name,
.featured .flex-row .artists:hover .location,
.featured .three-pods .wrap .artists:hover .location, .three-pods
.featured .wrap .artists:hover .location,
.featured .three-pods .wc-tabs-wrapper .artists:hover .location, .three-pods
.featured .wc-tabs-wrapper .artists:hover .location, .three-pods .wrap
.featured .one-third .artists:hover .location, .three-pods .wc-tabs-wrapper
.featured .one-third .artists:hover .location,
.featured .filters ul .artists:hover .location, .filters
.featured ul .artists:hover .location {
  color: #a3a3a3;
}

.blog-posts {
  padding: 0 0 2rem 0;
  background: url(images/bg-blog.jpg) top center no-repeat;
  background-size: cover !important;
  text-align: center;
}

.blog-posts .feed {
  display: flex;
  justify-content: space-between;
}

.blog-posts .feed .blog-post {
  display: flex;
  width: 32%;
  margin: 0;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  background: #ffffff;
  text-align: left;
}

.blog-posts .feed .blog-post .info {
  overflow: hidden;
  padding: 2rem 1.5rem;
  display: block;
  background: #ffffff;
  color: #a3a3a3;
}

.blog-posts .feed .blog-post .info h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1rem 0 2rem 0;
  color: #000000;
}

.blog-posts .feed .blog-post .info p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
}

.blog-posts .feed .blog-post .info p .date {
  letter-spacing: 0.2rem;
  color: #e0dfde;
}

.blog-posts .feed .blog-post img {
  margin: auto 0 0 0;
  display: block;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.blog-posts .button, .blog-posts .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .blog-posts small.download-url {
  margin: 2rem auto;
}

.giftvoucher .short, .giftvoucher .wc-tabs-wrapper {
  background: url(images/gift-voucher.jpg) right center no-repeat;
  background-size: cover;
  height: 200px;
  color: white;
}

.giftvoucher .short .info, .giftvoucher .wc-tabs-wrapper .info {
  margin: 2rem auto;
  width: 50%;
}

.giftvoucher .short h2, .giftvoucher .wc-tabs-wrapper h2 {
  text-transform: uppercase;
  line-height: 1.4 !important;
}

.home-social {
  margin: 4rem 0;
  text-align: center;
}

.home-social .options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #000000;
  width: 23%;
  height: 200px;
  text-align: center;
  color: #000000;
  font-weight: 500;
}

.home-social .options .fa {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}

.home-social .options .title {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}

.home-social .options .follow {
  padding: 0 0 0.2rem 0;
  border-bottom: 1px solid #000000;
}

.home-social .options:hover {
  color: #6bb9a1;
  border: 4px solid #6bb9a1;
}

.home-social .options:hover .follow {
  border-bottom: 1px solid #6bb9a1;
}

.home-social .shop-link {
  color: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  background: #000000;
}

.home-social .shop-link .title {
  font-size: 3rem;
  margin: 0;
}

.home-social .shop-link span {
  position: relative;
}

.home-social .shop-link img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.home-social .shop-link:hover img {
  opacity: 0.2;
}

.get-involved, .signup-wrap {
  background: url(images/get-involved.jpg) center center no-repeat;
  background-size: cover !important;
  padding: 3rem 0;
  margin: 0;
}

.get-involved .left, .signup-wrap .left {
  text-align: left;
  color: #ffffff;
}

.get-involved .left h2, .signup-wrap .left h2 {
  text-align: left;
  font: 500 2.6rem/1 "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding: 0;
}

.get-involved .left p, .signup-wrap .left p {
  font: 400 1.6rem/1 "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  margin: 0;
}

.home .logos {
    margin: 0 0 4rem;
}

.logos .wrap, .logos .wc-tabs-wrapper {
  padding: 2rem 0;
}

.logos .wrap .title, .logos .wc-tabs-wrapper .title {
  background: none;
}

.logos .wrap .logo-wrap, .logos .wc-tabs-wrapper .logo-wrap {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.logos .wrap .p-logo, .logos .wc-tabs-wrapper .p-logo {
  width: calc(20% - 2rem);
  text-align: center;
  margin: 1rem;
  height: 77px;
}

@media screen and (max-width: 900px) {
  .logos .wrap .p-logo, .logos .wc-tabs-wrapper .p-logo {
    width: calc(33.33% - 2rem);
  }
}

.logos .wrap a, .logos .wc-tabs-wrapper a {
  display: block;
  overflow: hidden;
  text-align: center;
}

.logos .wrap .fl-logo, .logos .wc-tabs-wrapper .fl-logo {
  max-width: 170px;
  max-height: 100%;
  display: block;
  overflow: hidden;
  background-size: cover !important;
  margin: 0 auto;
}

.landing {
  margin: 4rem 0;
}

a {
  text-decoration: none;
  outline: 0 !important;
}

a img,
img {
  border: none;
  outline: 0;
}

a,
input.button,
input[type="submit"],
input[type="button"],
input[type="text"],
.clickable,
a span,
a span span,
a span span span,
a h2,
a h3,
a svg,
a .fa {
  cursor: pointer !important;
  -webkit-appearance: none;
  transition: 0.5s;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.gform_anchor,
.anchor {
  display: block;
  position: relative;
  top: -220px;
  visibility: hidden;
}

hr {
  margin: 4rem 0 2rem 0;
  border: none;
  height: 1px;
  background: #e0dfde;
}

body {
  opacity: 1;
}

.wf-loading body {
  opacity: 0;
}

body,
input,
textarea,
select {
  color: #333333;
  position: relative;
  text-rendering: optimizeLegibility;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

/*
---------------------------------------------------
*/
.skinny-banner {
  width: 100%;
  background-size: cover !important;
  position: relative;
  overflow: visible;
  color: #fff;
  min-height: 289px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 0 5rem 0;
}

.skinny-banner h1 {
  font-weight: 600;
  text-align: left;
  padding: 2rem;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  color: #333333;
}

.banner {
  width: 100%;
  background-size: cover !important;
  position: relative;
  overflow: visible;
  color: #fff;
  min-height: 600px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 0 5rem 0;
  border-bottom: 8px solid #000000;
}

.banner .overlay {
  text-align: center;
  background: #f6f5f2;
  position: relative;
  bottom: -5rem;
}

.banner .overlay h1 {
  font-weight: 300;
  text-align: center;
  padding: 4rem;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a3a3a3;
  font-weight: 300;
}

.content h1 {
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content h2 {
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content a {
  color: #a3a3a3;
}

.content a:hover {
  color: #000000;
}

.content p,
.content li,
.content td {
  line-height: 1.6;
}

.center {
  text-align: center;
}

.section-title {
  margin: 0 0 2rem 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

blockquote {
  margin: 0;
  padding: 0;
  text-align: left;
}

blockquote p {
  color: #333333;
  font-size: 2rem !important;
  line-height: 1.2 !important;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* default Page.
-------------------------------------------------------------- */
.page-template-default .woopage {
  margin-bottom: 4rem;
}

.page-template-default .two-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem 0;
}

.page-template-default .two-col .one-half {
  width: 49.5%;
}

.page-template-default .gallery-wrap {
  margin: 2rem 0 4rem 0;
}

.page-template-default .gallery-wrap .title {
  font-size: 1.5rem;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a3a3a3;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}

.page-template-default .gallery-wrap .gallery-slider {
  display: none;
}

.page-template-default .gallery-wrap .gallery-slider .flickity-prev-next-button {
  background: #333333;
  color: #ffffff;
  padding: 0;
  opacity: 0.3;
}

.page-template-default .gallery-wrap .gallery-slider .flickity-prev-next-button .arrow {
  fill: #ffffff;
}

.page-template-default .gallery-wrap .gallery-slider .flickity-prev-next-button:hover {
  opacity: 0.8;
}

.page-template-default .gallery-wrap .flickity-enabled {
  display: block;
}

.page-template-default hr {
  height: 1px;
  background: #e0dfde;
  width: 100%;
  margin: 1rem 0;
}

/* About Page.
-------------------------------------------------------------- */
.about-pattern {
  background: url(images/bg-about-top.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.about, .contact, .member, .checklist, .faqs {
  background: url(images/bg-blog.jpg) center -95% no-repeat;
  background-size: 100% !important;
  overflow: visible;
  position: relative;
}

.about .wrap, .contact .wrap, .member .wrap, .checklist .wrap, .faqs .wrap, .about .wc-tabs-wrapper, .contact .wc-tabs-wrapper, .member .wc-tabs-wrapper, .checklist .wc-tabs-wrapper, .faqs .wc-tabs-wrapper {
  overflow: visible;
  position: relative;
}

.about .welcome, .contact .welcome, .member .welcome, .checklist .welcome, .faqs .welcome {
  position: relative;
  top: -20px;
}

.about .welcome h1, .contact .welcome h1, .member .welcome h1, .checklist .welcome h1, .faqs .welcome h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
}

.about .welcome p, .contact .welcome p, .member .welcome p, .checklist .welcome p, .faqs .welcome p {
  font: 500 1.3rem/1.3 "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about .two-col, .contact .two-col, .member .two-col, .checklist .two-col, .faqs .two-col {
  font-weight: 400;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0 0 0;
}

.about img, .contact img, .member img, .checklist img, .faqs img {
  width: 100%;
  height: auto;
  position: relative;
}

.how-it-works {
  text-align: center;
  padding: 4rem 0;
}

.how-it-works h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 0 2rem 0;
}

.how-it-works .one-third img {
  text-align: center;
  margin: 2rem 0;
}

.how-it-works .one-third h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}

.how-it-works .one-third p {
  text-align: left;
  font-size: 1rem;
}

.breakout-banner {
  padding: 6rem 0;
  color: #ffffff;
  background-size: cover !important;
  margin: 0 0 4rem 0;
}

.breakout-banner h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.breakout-banner p {
  margin: 1rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.banner-stripe {
  background: url(images/bg-blog.jpg) center center no-repeat;
  background-size: 100% !important;
  padding: 6rem 0 4rem 0;
}

.banner-stripe .two-col {
  align-items: flex-start;
  margin: 0 0 6rem 0;
}

.banner-stripe .two-col blockquote p {
  font-weight: 500;
  margin: 0 0 2rem 0;
}

.banner-stripe .two-col img {
  width: 100%;
  height: auto;
}

/* Contact Page.
-------------------------------------------------------------- */
.artists-list {
  background: url(images/bg-blog.jpg) center 90% no-repeat;
  background-size: 100% !important;
}

.artists-list h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin: 2rem 0;
}

.artists-list h2 {
  width: 100%;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin: 1rem 0;
  padding: 1rem 0;
  text-align: left;
  border-bottom: 1px solid black;
  align-items: flex-end;
}

.artists-list h2 small a {
  color: #6bb9a1;
  font-weight: bold;
  font-size: 0.7rem;
}

.artists-list h2 .name {
  display: none;
}

.artists-list .alpha-list a {
  color: #6bb9a1;
  font-weight: bold;
}

/* Contact Page.
-------------------------------------------------------------- */
.contact-pattern, .member-pattern {
  background: url(images/bg-contact-top.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.contact {
  background: url(images/bg-blog.jpg) center bottom no-repeat !important;
  background-size: 100% !important;
}

.contact .one-third h3 {
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.contact .two-third {
  width: 62%;
}

.contact #gform_fields_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact #gform_fields_2 li {
  width: 49%;
}

.contact #gform_fields_2 li:last-child {
  width: 100%;
}

.contact .button, .contact .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .contact small.download-url {
  min-width: 85px;
  width: 50%;
}

/* Member Page.
-------------------------------------------------------------- */
.member-pattern {
  background-position: center;
}

.member {
  background: url(images/bg-blog.jpg) center -400px no-repeat !important;
  background-size: 100% !important;
}

.member .member-welcome {
  top: 0;
}

.member .member-welcome h2 {
  font-size: 2rem;
  margin: 4rem 0 2rem 0;
}

.member img {
  width: auto;
}

.join-us h2 {
  text-transform: uppercase;
  margin: 4rem 0 2rem 0;
  font-weight: 600;
}

.join-us .three_columns {
  margin: 4rem 0;
}

.join-us .three_columns .one-third img {
  width: 100%;
  max-width: 90px;
  margin: 0 0 1rem 0;
}

.join-us .three_columns .one-third h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.join-us .three_columns .one-third p {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  max-width: 80%;
  padding: 0;
  margin: 0;
}

.start-selling {
  text-align: center;
  margin: 0 0 4rem 0;
}

.start-selling .one-third {
  margin: 0 auto;
  width: 33%;
}

.start-selling .one-third img {
  width: 100%;
  max-width: 90px;
  margin: 0;
}

.start-selling .one-third h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem 0;
  padding: 0;
}

.members-breakout-banner {
  margin: 0;
}

.members-breakout-banner h3 {
  font-weight: 500;
  margin: 0 0 2rem 0;
}

.checklist {
  background-position: 0 0;
  padding: 6rem 0;
}

.checklist h2 {
  text-transform: uppercase;
  margin: 0;
}

.checklist .two-col {
  width: 80%;
  margin: 0 auto;
}

.checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1rem 0;
}

.checklist ul li:before {
  content: "\f00c";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #6bb9a1;
}

.checklist .pricing {
  margin: 4rem 0 6rem 0;
  text-align: center;
}

.checklist .pricing .white {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 100%;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.checklist .pricing .white .price {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.checklist .pricing .white .description {
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
}

.checklist .pricing .two-col {
  padding: 0;
  position: relative;
  top: -30px;
  width: 100%;
}

.checklist .pricing .two-col .grey {
  width: 110px;
  height: 110px;
  background: #a3a3a3;
  border-radius: 100%;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.checklist .pricing .two-col .grey .price {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}

.checklist .pricing .two-col .grey .description {
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
}

.checklist .pricing small {
  width: 60%;
  margin: 0 auto;
  display: block;
  line-height: 1.4;
  color: #a3a3a3;
}

.seller-stories {
  text-align: center;
}

.seller-stories h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 6rem 0 2rem 0;
}

.seller-stories .flex-row, .seller-stories .three-pods .wrap, .three-pods .seller-stories .wrap, .seller-stories .three-pods .wc-tabs-wrapper, .three-pods .seller-stories .wc-tabs-wrapper, .seller-stories .three-pods .wrap .one-third, .three-pods .wrap .seller-stories .one-third, .seller-stories .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .seller-stories .one-third, .seller-stories .filters ul, .filters .seller-stories ul {
  text-align: left;
}

.seller-stories .flex-row blockquote, .seller-stories .three-pods .wrap blockquote, .three-pods .seller-stories .wrap blockquote, .seller-stories .three-pods .wc-tabs-wrapper blockquote, .three-pods .seller-stories .wc-tabs-wrapper blockquote, .three-pods .wrap .seller-stories .one-third blockquote, .three-pods .wc-tabs-wrapper .seller-stories .one-third blockquote, .seller-stories .filters ul blockquote, .filters .seller-stories ul blockquote {
  position: relative;
  padding: 2rem 0 1rem 0;
}

.seller-stories .flex-row blockquote:before, .seller-stories .three-pods .wrap blockquote:before, .three-pods .seller-stories .wrap blockquote:before, .seller-stories .three-pods .wc-tabs-wrapper blockquote:before, .three-pods .seller-stories .wc-tabs-wrapper blockquote:before, .three-pods .wrap .seller-stories .one-third blockquote:before, .three-pods .wc-tabs-wrapper .seller-stories .one-third blockquote:before, .seller-stories .filters ul blockquote:before, .filters .seller-stories ul blockquote:before {
  content: "\f10d";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #f6f5f2;
  font-size: 2rem;
}

.seller-stories .flex-row blockquote p, .seller-stories .three-pods .wrap blockquote p, .three-pods .seller-stories .wrap blockquote p, .seller-stories .three-pods .wc-tabs-wrapper blockquote p, .three-pods .seller-stories .wc-tabs-wrapper blockquote p, .three-pods .wrap .seller-stories .one-third blockquote p, .three-pods .wc-tabs-wrapper .seller-stories .one-third blockquote p, .seller-stories .filters ul blockquote p, .filters .seller-stories ul blockquote p {
  position: relative;
  display: inline;
  padding: 0 2rem 0 0;
}

.seller-stories .flex-row blockquote p:after, .seller-stories .three-pods .wrap blockquote p:after, .three-pods .seller-stories .wrap blockquote p:after, .seller-stories .three-pods .wc-tabs-wrapper blockquote p:after, .three-pods .seller-stories .wc-tabs-wrapper blockquote p:after, .three-pods .wrap .seller-stories .one-third blockquote p:after, .three-pods .wc-tabs-wrapper .seller-stories .one-third blockquote p:after, .seller-stories .filters ul blockquote p:after, .filters .seller-stories ul blockquote p:after {
  content: "\f10e";
  font-family: "fontawesome";
  position: absolute;
  bottom: 1rem;
  right: 0;
  display: block;
  color: #000000;
  font-size: 0.8rem;
}

.seller-stories .flex-row:nth-child(even), .seller-stories .three-pods .wrap:nth-child(even), .three-pods .seller-stories .wrap:nth-child(even), .seller-stories .three-pods .wc-tabs-wrapper:nth-child(even), .three-pods .seller-stories .wc-tabs-wrapper:nth-child(even), .seller-stories .three-pods .wrap .one-third:nth-child(even), .three-pods .wrap .seller-stories .one-third:nth-child(even), .seller-stories .three-pods .wc-tabs-wrapper .one-third:nth-child(even), .three-pods .wc-tabs-wrapper .seller-stories .one-third:nth-child(even), .seller-stories .filters ul:nth-child(even), .filters .seller-stories ul:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.seller-stories .flex-row:nth-child(even) blockquote p, .seller-stories .three-pods .wrap:nth-child(even) blockquote p, .three-pods .seller-stories .wrap:nth-child(even) blockquote p, .seller-stories .three-pods .wc-tabs-wrapper:nth-child(even) blockquote p, .three-pods .seller-stories .wc-tabs-wrapper:nth-child(even) blockquote p, .seller-stories .three-pods .wrap .one-third:nth-child(even) blockquote p, .three-pods .wrap .seller-stories .one-third:nth-child(even) blockquote p, .seller-stories .three-pods .wc-tabs-wrapper .one-third:nth-child(even) blockquote p, .three-pods .wc-tabs-wrapper .seller-stories .one-third:nth-child(even) blockquote p, .seller-stories .filters ul:nth-child(even) blockquote p, .filters .seller-stories ul:nth-child(even) blockquote p {
  text-align: right;
}

.seller-stories .flex-row p, .seller-stories .three-pods .wrap p, .three-pods .seller-stories .wrap p, .seller-stories .three-pods .wc-tabs-wrapper p, .three-pods .seller-stories .wc-tabs-wrapper p, .three-pods .wrap .seller-stories .one-third p, .three-pods .wc-tabs-wrapper .seller-stories .one-third p, .seller-stories .filters ul p, .filters .seller-stories ul p {
  font-size: 0.8rem;
}

.seller-stories .flex-row p .name, .seller-stories .three-pods .wrap p .name, .three-pods .seller-stories .wrap p .name, .seller-stories .three-pods .wc-tabs-wrapper p .name, .three-pods .seller-stories .wc-tabs-wrapper p .name, .three-pods .wrap .seller-stories .one-third p .name, .three-pods .wc-tabs-wrapper .seller-stories .one-third p .name, .seller-stories .filters ul p .name, .filters .seller-stories ul p .name {
  text-transform: uppercase;
}

.seller-stories .button, .seller-stories .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .seller-stories small.download-url {
  margin: 2rem 0;
}

.faqs {
  background-position: top right;
}

.faqs h3 {
  font-weight: 500;
  margin: 0.8rem 0;
}

.members-contact {
  background: #f6f5f2;
  padding: 4rem;
}

.members-contact h3 {
  font-weight: 500;
  margin: 0;
  font-size: 2.2rem;
}

.members-contact p {
  font-size: 1.5rem;
  margin: 0;
}

.members-contact p a {
  text-decoration: underline;
}

/* Apply Page.
-------------------------------------------------------------- */
.wcpv-shortcode-registration-success {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #000000;
  padding: 0;
  margin: 0;
}

.wcpv-shortcode-registration-success:before {
  content: "Success";
  font-size: 1.8rem;
  display: block;
}

/* Site Search Page.
-------------------------------------------------------------- */
.search-section {
  padding: 2rem 4rem 4rem 4rem;
}

.search-section h2 {
  padding: 0 0 2rem 0;
}

.search-section .products .artists .image-wrap .product-info .price {
    margin: 0;
}

.search .post-2675 {
  display: none;
}

.filters {
  padding: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
}

.filters .select-location {
  background: #a3a3a3;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  display: inline-block;
  margin: 0 1rem;
  min-width: 270px;
}

.filters .select-location a {
  color: #ffffff;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 0.9rem 1.8rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}

.filters .select-location a:hover {
  background: #333333;
}

.filters .select-location .choose {
  display: block;
}

.filters .select-location .choose:after {
  font-family: FontAwesome;
  content: "\f0d7";
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 10px;
}

.filters .select-location .links {
  display: none;
}

.tinvwl-table-manage-list {
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

.tinvwl-table-manage-list tr {
  border-bottom: 1px solid #a3a3a3;
}

.tinvwl-table-manage-list .product-thumbnail img {
  max-width: 150px;
}

.tinvwl-table-manage-list a {
  color: #6bb9a1;
}

.tinvwl-table-manage-list a:hover {
  color: #a3a3a3;
}

.tinv-wishlist .product-thumbnail .wp-post-image {
  max-width: 150px;
  height: auto;
}

.tinv-wishlist .social-buttons li a {
  color: #6bb9a1;
}

.tinv-wishlist .social-buttons li a:hover {
  color: #a3a3a3;
}

.flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.square {
  position: relative;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square--content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}

.header_pods .pod {
  margin: 0.4rem 1.5rem 0 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 20px;
  color: #a3a3a3;
}

.header_pods img {
  max-width: 20px;
  height: 20px;
  margin: 0 0.5rem;
}

@media screen and (max-width: 900px) {
  .header_pods {
    display: none;
  }
}

.Feed_section {
  margin: 4rem auto;
  text-align: center;
}

.Feed-card {
  width: calc(25% - 1rem);
  margin: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .Feed-card {
    width: calc(50% - 1rem);
  }
}

.Feed-card .button, .Feed-card .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .Feed-card small.download-url {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.5);
  border-color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .Feed-card .button, .Feed-card .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .Feed-card small.download-url {
    white-space: normal;
  }
}

.Feed-card .button:hover, .Feed-card .woocommerce table.shop_table td small.download-url:hover, .woocommerce table.shop_table td .Feed-card small.download-url:hover {
  color: #6bb9a1;
  background-color: rgba(51, 51, 51, 0.9);
  border: 1px solid #6bb9a1;
}

.Feed-card .credits {
  color: white;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  font-size: 0.8rem;
  text-shadow: 1px 1px 1px #a3a3a3;
}

@media screen and (max-width: 500px) {
  .Feed-card .credits {
    font-size: 8px;
  }
}

.Feed-button {
  margin: 2rem auto;
}

.feature-blog {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}

.feature-blog-post {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.feature-blog-post-title {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  color: #333333;
  text-transform: uppercase;
}

.featured-wrap {
  background: url(images/bg-new-art.jpg) top center no-repeat;
  background-size: cover !important;
}

.filters {
  text-align: center;
  padding: 2rem 0;
  color: #000000;
}

.filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.filters ul li {
  padding: 0 1.2rem;
}

.filters ul li a {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: .1rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filters ul li a:hover {
  color: #6bb9a1;
}

.filters .current-cat a {
  color: #6bb9a1;
}

.wrap-posts .feed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap-posts .feed .blog-list {
  display: flex;
  margin: 2rem 0;
  width: 49%;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  text-align: center;
}

.wrap-posts .feed .blog-list h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.5rem 0;
  color: #000000;
  letter-spacing: 0.1rem;
}

.wrap-posts .feed .blog-list img {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

.wrap-posts .feed .blog-list .link {
  display: inline;
  border: none;
  text-decoration: underline;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0;
}

.wrap-posts .feed .pos-0 {
  width: 100%;
  position: relative;
}

.wrap-posts .feed .pos-0 .box {
  position: absolute;
  background: #ffffff;
  top: 40%;
  right: 10%;
  padding: 2rem;
  width: 300px;
}

.wrap-posts .feed .pos-0 .box h3 {
  font-size: 1.6rem;
}

.wrap-posts .button, .wrap-posts .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .wrap-posts small.download-url {
  margin: 2rem auto;
}

.blog-signup {
  position: relative;
}

.blog-signup form#gform_1 {
  position: absolute;
  top: 20%;
  left: 18%;
  width: 65%;
}

.blog-signup form#gform_1 .gform_title {
  text-transform: none;
  font-weight: 600;
  font-size: 2.2rem;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.blog-signup form#gform_1 .gform_description {
  text-transform: none;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.blog-signup form#gform_1 input#input_1_1 {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 2rem 0 0 0;
}

.blog-signup form#gform_1 input#input_1_1::placeholder {
  color: #ffffff;
}

.blog-signup form#gform_1 input#input_1_2 {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
}

.blog-signup form#gform_1 input#input_1_2::placeholder {
  color: #ffffff;
}

.blog-signup form#gform_1 #gform_submit_button_1 {
  margin: 0;
  width: 98%;
}

.wp-pagenavi {
  margin: 2rem 0;
  text-align: center;
}

.wp-pagenavi .previouspostslink {
  float: left;
}

.wp-pagenavi .previouspostslink:before {
  content: "\f177";
  font-family: 'fontawesome';
  margin: 0 0.4rem;
}

.wp-pagenavi .nextpostslink {
  float: right;
}

.wp-pagenavi .nextpostslink:after {
  content: "\f178";
  font-family: 'fontawesome';
  margin: 0 0.4rem;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 2px;
  color: #333333;
  text-transform: uppercase;
  opacity: 0.6;
}

.wp-pagenavi a:hover {
  color: #6bb9a1;
}

.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 2px;
  color: #a3a3a3;
  text-transform: uppercase;
}

/*
Single post
-------------------------------------------------------------*/
.single-post {
  background: #f6f5f2;
}

.back-btn {
  display: block;
  margin: 2rem 0 1rem 0;
  color: #000000 !important;
}

.back-btn:before {
  content: "\f177";
  font-family: 'fontawesome';
  margin: 0 0.4rem;
}

.back-btn:hover {
  color: #6bb9a1 !important;
}

.hero {
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.hero .overlay {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .info {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  position: relative;
  margin: 15% auto;
  text-align: center;
  width: 100%;
}

.hero .info p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.hero .info h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0.5rem 0 2rem 0;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.hero .mini-logo {
  position: absolute;
  bottom: 0;
  left: 8.9%;
  width: 1000px;
  height: 50px;
  background: #ffffff url(images/a-divider.png) center top no-repeat;
}

.narrow {
  background: #ffffff;
  padding: 2rem 10%;
  position: relative;
  top: -2%;
  width: 80%;
}

.narrow.left blockquote p {
  width: 75%;
  font-weight: 500;
}

.narrow.right blockquote {
  overflow: hidden;
}

.narrow.right blockquote p {
  width: 75%;
  font-weight: 500;
  text-transform: uppercase;
  float: right;
  text-align: right;
}

.fullwidth-image {
  width: 100%;
  height: auto;
}

.post-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0 0;
}

.post-nav a {
  color: #000000;
  font-weight: 500;
  margin: 2rem;
}

.post-nav a:hover {
  color: #6bb9a1;
}

.post-nav .previous:before {
  content: "\f177";
  font-family: 'fontawesome';
  margin: 0 0.4rem;
}

.post-nav .next:after {
  content: "\f178";
  font-family: 'fontawesome';
  margin: 0 0.4rem;
}

.signup-wrap #gform_1 {
  /* display: flex;
  align-items: center; */
  width: 100%;
}

.signup-wrap #gform_1 .gform_heading {
  width: 50%;
}

.signup-wrap #gform_1 .gform_heading .gform_title {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  color: #ffffff;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.signup-wrap #gform_1 .gform_heading .gform_description {
  color: #ffffff;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.signup-wrap #gform_1 .gform_body {
  /* width: 30%; */
}

.signup-wrap #gform_1 .gform_body input#input_1_1 {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0.5rem 0 0 0;
  padding: 0.5rem !important;
}

.signup-wrap #gform_1 .gform_body input#input_1_1::placeholder {
  color: #ffffff;
}

.signup-wrap #gform_1 #gform_submit_button_1 {
  margin: 0;
  width: 100%;
}

.related {
  background: #f6f5f2 !important;
  padding: 4rem 0 0 0;
}

.instagram-banner {
  text-align: center;
  margin: 0;
}

.instagram-banner .insta-pic {
  height: 250px;
  width: 250px !important;
  display: block;
  background-size: cover !important;
}

.instagram-banner .instaslide {
  display: none;
}

.instagram-banner .instaslide.flickity-enabled {
  display: block;
}

.instagram-banner .instaslide a {
  transition: none !important;
}

.instagram-banner .button, .instagram-banner .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .instagram-banner small.download-url {
  margin: 1rem auto 1rem auto;
}

.profile-banner {
  background-size: cover !important;
  min-height: 400px;
  position: relative;
  overflow: visible;
}

.profile-banner .overlay {
  display: none;
  background: url(images/artist-banner-overlay.png) bottom right no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 400px;
}

.profile-banner .light-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(transparent), to(#ffffff));
  background: -webkit-radial-gradient(circle, transparent, #ffffff);
  background: -moz-radial-gradient(circle, transparent, #ffffff);
  background: -ms-radial-gradient(circle, transparent, #ffffff);
}

.profile-content {
  position: relative;
  top: -50px;
  z-index: inherit;
}

.profile-content .one-quater {
  width: 25%;
}

.profile-content .one-quater img {
  border-radius: 100%;
  max-width: 100px;
  height: auto;
}

.profile-content .one-quater .page-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 1rem 0 0.2rem;
  padding: 0;
  text-align: left;
}

.profile-content .one-quater .location {
  letter-spacing: 0.1rem;
}

.profile-content .one-quater p {
  margin: 0;
}

.profile-content .one-quater .description {
  margin: 1rem 0;
}

.profile-content .one-quater a {
  display: inline-block;
  color: #000000;
  font-size: 1.3rem;
  margin: 1rem 0.5rem 0 0;
}

.profile-content .one-quater a:hover {
  color: #a3a3a3;
}

.profile-content .one-quater .widget_area_email .native-select-all,
.profile-content .one-quater .widget_area_email .native_categorylist {
  display: none;
}

.profile-content .three-quaters {
  width: 70%;
  margin: 6rem 0 0 0;
}

.profile-content .three-quaters h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
}

.work-by h2 {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 1.6rem;
  margin: 1rem 0 3rem 0;
}

.tax-wcpv_product_vendors .woocommerce-pagination {
  display: none;
}

.works .product {
  width: 23%;
  overflow: hidden;
  margin: 0 2% 2rem 0;
  padding: 0;
}

.works .product a {
  color: #000000;
}

.works .product a img {
  width: 100%;
  height: auto;
}

.works .product a:hover {
  color: #a3a3a3;
}

.works .product a:hover img {
  opacity: 0.8;
}

.product-details .left-side {
  text-align: left;
}

.product-details .left-side span {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
}

.product-details .left-side h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-style: italic;
}

.product-details .left-side .link {
  text-transform: none;
  border-bottom: 1px solid #000000;
  letter-spacing: 0;
  margin: 0;
}

.product-details .left-side .link:hover {
  color: #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}

.product-details .right-side .price {
  margin: 0;
  padding: 0;
}

.product-details .right-side .amount {
  text-align: right;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.workshop {
  align-items: flex-start;
  margin: 1rem 0 2rem 0;
}

.workshop .left-side {
  position: relative;
  width: 70%;
  min-height: 400px;
  overflow: hidden;
  background-size: cover !important;
}

.workshop .left-side .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 80%;
  padding: 15% 5% 5% 5%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.workshop .left-side .overlay .date {
  font-style: italic;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.workshop .left-side .overlay h3 {
  font-size: 1.8rem;
  margin: 1rem 0;
  padding: 0;
}

.workshop .left-side .overlay h3 a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.workshop .left-side .overlay p {
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.workshop .left-side .overlay .location-social {
  width: 50%;
  float: right;
  text-align: right;
  margin: 10% 0 0 0;
}

.workshop .left-side .overlay .location-social .flex-row, .workshop .left-side .overlay .location-social .three-pods .wrap, .three-pods .workshop .left-side .overlay .location-social .wrap, .workshop .left-side .overlay .location-social .three-pods .wc-tabs-wrapper, .three-pods .workshop .left-side .overlay .location-social .wc-tabs-wrapper, .workshop .left-side .overlay .location-social .three-pods .wrap .one-third, .three-pods .wrap .workshop .left-side .overlay .location-social .one-third, .workshop .left-side .overlay .location-social .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .workshop .left-side .overlay .location-social .one-third, .workshop .left-side .overlay .location-social .filters ul, .filters .workshop .left-side .overlay .location-social ul {
  align-items: flex-end;
  justify-content: flex-end;
}

.workshop .left-side .overlay .location-social .flex-row a, .workshop .left-side .overlay .location-social .three-pods .wrap a, .three-pods .workshop .left-side .overlay .location-social .wrap a, .workshop .left-side .overlay .location-social .three-pods .wc-tabs-wrapper a, .three-pods .workshop .left-side .overlay .location-social .wc-tabs-wrapper a, .three-pods .wrap .workshop .left-side .overlay .location-social .one-third a, .three-pods .wc-tabs-wrapper .workshop .left-side .overlay .location-social .one-third a, .workshop .left-side .overlay .location-social .filters ul a, .filters .workshop .left-side .overlay .location-social ul a {
  margin: 0.5rem;
  color: #ffffff;
}

.workshop .left-side .overlay .location-social .flex-row a:hover, .workshop .left-side .overlay .location-social .three-pods .wrap a:hover, .three-pods .workshop .left-side .overlay .location-social .wrap a:hover, .workshop .left-side .overlay .location-social .three-pods .wc-tabs-wrapper a:hover, .three-pods .workshop .left-side .overlay .location-social .wc-tabs-wrapper a:hover, .three-pods .wrap .workshop .left-side .overlay .location-social .one-third a:hover, .three-pods .wc-tabs-wrapper .workshop .left-side .overlay .location-social .one-third a:hover, .workshop .left-side .overlay .location-social .filters ul a:hover, .filters .workshop .left-side .overlay .location-social ul a:hover {
  color: #6bb9a1;
}

.workshop .right-side {
  width: 26%;
}

.workshop .right-side h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.workshop .right-side h3 a {
  color: #000000;
}

.workshop .right-side h3 a:hover {
  color: #a3a3a3;
}

.workshop .right-side p {
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1.3;
}

.workshop .right-side .button, .workshop .right-side .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .workshop .right-side small.download-url {
  margin: 1.5rem 0 0 0;
}

.signup-wrap h3 {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  color: #ffffff;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.signup-wrap p {
  color: #ffffff;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

#hello #gform_6 label {
  display: none;
}

#hello #gform_6 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#hello #gform_6 li {
  width: 49%;
}

#hello #gform_6 #field_6_3 {
  width: 100%;
}

.gallery-slider {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  display: none;
}

.gallery-slider .slide {
  background-size: cover !important;
  height: 400px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.gallery-slider .slide .info {
  width: 25%;
  padding: 2% 4%;
  margin: 0 0 0 10%;
  background: rgba(255, 255, 255, 0.85);
}

.gallery-slider .slide .info .button, .gallery-slider .slide .info .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .gallery-slider .slide .info small.download-url {
  text-align: center;
  width: 60%;
}

.gallery-slider .flickity-prev-next-button {
  background: none;
}

.flickity-enabled {
  display: block;
}

.category-list {
  background: url(images/bg-blog.jpg) center 90% no-repeat;
  background-size: 100% !important;
  margin: 4rem 0;
}

.category-list .cat-image {
  background-size: cover !important;
  height: 350px;
  display: block;
  width: 100%;
}

.category-list .cat-link {
  display: block;
  width: 100%;
  margin: 1rem 0 2rem 0;
}

.category-list .cat-link span {
  display: block;
  color: #000000;
  text-align: center;
}

.category-list .cat-link .title {
  font-weight: 500;
  font-size: 1.3rem;
}

.category-list .cats:hover .cat-image {
  opacity: 0.8;
}

.category-list .cats:hover .cat-link span {
  color: #a3a3a3;
}

.category-list .pos-0 .cats:nth-child(1) {
  width: 30%;
}

.category-list .pos-0 .cats:nth-child(2) {
  width: 67%;
}

.category-list .pos-1 {
  flex-direction: row-reverse;
}

.category-list .pos-1 .cats:nth-child(1) {
  width: 30%;
}

.category-list .pos-1 .cats:nth-child(2) {
  width: 67%;
}

.post-type-archive .artists-list {
  background: none;
}

.post-type-archive .signup-wrap {
  background: url(images/get-involved2.jpg) center center no-repeat;
}

.category-page {
  background: url(images/bg-blog.jpg) center 90% no-repeat;
  background-size: 100% !important;
}

.page-title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2rem;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  color: #333333;
}

.back-to-shop {
  color: #000000;
}

.back-to-shop:hover {
  color: #a3a3a3;
}

.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: stretch;
  justify-content: flex-start;
  margin: 1rem 0;
  padding: 0;
}

.products .artists {
  width: 23%;
  overflow: hidden;
  margin: 0 2% 2rem 0;
  padding: 0;
  position: relative;
  align-items: stretch;
}

.products .artists .artist-logo {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.products .artists .sold {
  color: white !important;
  text-transform: uppercase;
  background: #f56559;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: 0.6rem;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.products .artists .image-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.products .artists .image-wrap .product-info {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  font-size: 1.5rem;
  z-index: 0;
  color: #333333;
  border: #f6f5f2 1px solid;
  height: 100%;
}

.products .artists .image-wrap .product-info .price {
  font-size: 1rem;
}

.products .artists .image-wrap .product-info .dollar {
  color: #6bb9a1;
}

.products .artists .image-wrap .product-info .product-title {
  font-style: italic;
  display: block;
  line-height: 1;
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
}

.products .artists .image-wrap .product-info .name {
  font-size: 1rem;
  margin: 0;
  display: block;
}

.products .artists .image-wrap .product-info .button, .products .artists .image-wrap .product-info .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .products .artists .image-wrap .product-info small.download-url {
  margin-top: auto;
}

.products .artists img {
  width: 100%;
  display: block;
}

.products .artists .artist-info {
  text-align: center;
  position: relative;
  top: -35px;
  margin: 0;
  font-weight: 500;
  z-index: 3;
}

.products .artists .artist-info .name {
  color: #000000;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.products .artists .artist-info .location {
  color: #000000;
  display: block;
}

.products .artists .artist-info img {
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin: 0 auto 0.5rem auto;
}

.products .artists:last-child {
  margin: 0 0 2rem 0;
}

.products .artists.outofstock .image-wrap .product-info .button, .products .artists.outofstock .image-wrap .product-info .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .products .artists.outofstock .image-wrap .product-info small.download-url {
  display: none !important;
}

.product_meta {
  margin: 2rem 0;
}

.product_meta span {
  display: block;
  font-weight: 600;
  margin: 0 0 0.4rem 0;
}

.product_meta a {
  font-weight: 400;
  color: #333333;
}

.product_meta a:hover {
  color: #6bb9a1;
}

li.outofstock {
  display: none;
}

#work-sold li.outofstock {
  display: block !important;
  position: relative;
}

#work-sold li.outofstock:before {
  display: block;
  content: "Sold";
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.51rem;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  z-index: 2;
}

.single div.product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.single div.product .image-description {
  width: 60%;
}

.single div.product #wooswipe {
  margin: 0 0 1rem 0;
}

.single div.product #wooswipe img {
  width: 100%;
  height: auto;
}

.single div.product .summary {
  width: 35%;
  text-align: left;
  margin: 0;
}

.single div.product .summary h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 0 0 0.2rem 0;
  padding: 0;
  text-align: left;
  font-style: italic;
}

.single div.product .summary .artist-name {
  display: block;
  margin: 0.3rem 0;
  font-size: 0.8rem;
  font-weight: 500;
}

.single div.product .summary .price {
  font-size: 1.5rem;
  font-weight: 600;
}

.single div.product .summary .price ins {
    text-decoration: none;
}

.single div.product .onsale {
    display: none;
}

.single div.product .summary h1 a,
.single div.product .summary h2 a,
.single div.product .summary h3 a,
.single div.product .summary h4 a,
.single div.product .summary p a {
  color: #6bb9a1;
}

.single div.product .summary h1 a:hover,
.single div.product .summary h2 a:hover,
.single div.product .summary h3 a:hover,
.single div.product .summary h4 a:hover,
.single div.product .summary p a:hover {
  color: black;
}

.single div.product .out-of-stock {
  color: #f56559 !important;
  text-transform: uppercase;
}

.single div.product .wcpv-sold-by-single {
  display: none;
}

.quantity {
  text-align: center;
  border: 1px solid #e0dfde;
  width: 50%;
  display: flex;
  margin: 0 0 0.5rem 0;
}

.quantity input {
  background: none;
  color: #333333;
  padding: 0.6rem 1rem !important;
  border: none;
}

.quantity .minus {
  border-right: 1px solid #e0dfde;
}

.quantity .minus:hover {
  color: #ffffff;
  background: #333333;
}

.quantity .plus {
  border-left: 1px solid #e0dfde;
}

.quantity .plus:hover {
  color: #ffffff;
  background: #333333;
}

td .plusminusbutton {
  display: none !important;
  visibility: hidden;
}

.custom-meta {
  margin: 1rem 0;
}

.custom-meta .returns {
  display: block;
  margin: 0.3rem 0 1rem 0;
  font-size: 0.7rem;
  font-weight: 500;
  color: #333333;
}

.custom-meta .links {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
}

.custom-meta .links:before {
  content: "\f0da";
  font-family: "fontawesome";
  color: #000000;
  position: absolute;
  top: 30%;
  right: 0;
}

.custom-meta .links:hover {
  color: #a3a3a3;
}

.custom-meta .links:hover:before {
  color: #a3a3a3;
}

.tinvwl_add_to_wishlist_button {
  color: #f56559 !important;
  transition: all 0s;
}

.tinvwl_add_to_wishlist_button:hover {
  color: #555555 !important;
}

.vote {
  /*client request*/
  display: none !important;
  line-height: 1.4;
  margin: 2rem 0;
  color: #000000;
  font-weight: 500;
}

.vote a {
  display: inline-block;
  padding: 0 1.5rem !important;
  margin: 0 0.5rem !important;
  color: #f56559 !important;
}

.vote .red {
  color: #f56559 !important;
  text-transform: uppercase;
}

.share-this {
  display: block;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  color: #000000;
  font-weight: 500;
  display: flex;
}

.share-this p {
  padding: 0 1rem 0 0;
  cursor: pointer;
}

.share-this p:hover {
  color: #a3a3a3;
}

.share-this ul.share-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-this ul.share-buttons li {
  display: inline;
  margin: 0;
}

.share-this ul.share-buttons li a {
  display: inline-block;
  margin: 0 0.5rem;
  color: #000000;
}

.share-this ul.share-buttons li a:hover {
  color: #6bb9a1;
}

.wc-tabs-wrapper .tabs {
  display: none;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
  width: 60%;
  margin: 2rem 0;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}

.single-product .featured {
  margin: 0;
}

.other-angle-bg {
  background: url(images/bg-blog.jpg) center 50% no-repeat;
  background-size: 100% !important;
}

.other-angle-bg h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 3rem 0;
}

.other-angle-bg h2 .button, .other-angle-bg h2 .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .other-angle-bg h2 small.download-url {
  position: relative;
  top: -0.4rem;
  margin: 0 1rem;
}

.loading-info {text-align: center;}
.loading-info .error {display: none;}
.loading-info-sold-artwork {text-align: center;}
.loading-info-sold-artwork .error {display: none;}
#loadingmessage,#loadingmessage-soldout  {
  text-align: center;
  z-index: 999999;  
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}
#loadingmessage img,#loadingmessage-soldout img{
  height: 35px;
}
.unsold-artwork.error-visible , .sold-artwork.error-visible {
  display: none !important;
}
.unsold-artwork, .sold-artwork {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.unsold-artwork:focus, .sold-artwork:focus {
  border: 0px !important;
  border-radius: unset !important;
}
@media screen and (max-width: 720px) {
  .other-angle-bg h2 .button, .other-angle-bg h2 .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .other-angle-bg h2 small.download-url {
    top: 0;
    margin: 1rem;
  }
}

.other-angle-bg .artists .block {
  display: block;
}

.other-angle-bg .artists .small-link {
  font-size: 1rem;
  text-decoration: underline;
}

.other-angle-bg .slim-slider {
  position: relative;
  height: auto;
  display: none;
  width: 100%;
}

.other-angle-bg .slim-slider .flickity-viewport {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.other-angle-bg .slim-slider li {
  display: block;
  height: auto;
  position: relative;
  height: 100%;
}

.other-angle-bg .slim-slider li a {
  display: block;
}

.other-angle-bg .flickity-enabled {
  display: block;
}

.other-angle-bg .products .artists,
.other-angle-bg .products .artists:last-child {
  margin: 0 2% 0 0;
  height: auto;
}

.angle-bg {
  background: url(images/bg-blog.jpg) center 130% no-repeat;
  background-size: 100% !important;
  padding: 2rem 0 0 0;
}

@media screen and (max-width: 600px) {
  .angle-bg {
    padding: 0;
  }
}

.workshop-details {
  margin: 0 0 1rem 0;
}

.workshop-details p {
  margin: 0 0 0.5rem 0;
}

.workshop-details p .fa {
  width: 20px;
}

.workshop-details .social-links {
  justify-content: flex-start;
  align-items: center;
}

.workshop-details .social-links .flex-row a, .workshop-details .social-links .three-pods .wrap a, .three-pods .workshop-details .social-links .wrap a, .workshop-details .social-links .three-pods .wc-tabs-wrapper a, .three-pods .workshop-details .social-links .wc-tabs-wrapper a, .three-pods .wrap .workshop-details .social-links .one-third a, .three-pods .wc-tabs-wrapper .workshop-details .social-links .one-third a, .workshop-details .social-links .filters ul a, .filters .workshop-details .social-links ul a {
  margin: 0 0.5rem;
  color: #000000;
}

.workshop-details .social-links .flex-row a:hover, .workshop-details .social-links .three-pods .wrap a:hover, .three-pods .workshop-details .social-links .wrap a:hover, .workshop-details .social-links .three-pods .wc-tabs-wrapper a:hover, .three-pods .workshop-details .social-links .wc-tabs-wrapper a:hover, .three-pods .wrap .workshop-details .social-links .one-third a:hover, .three-pods .wc-tabs-wrapper .workshop-details .social-links .one-third a:hover, .workshop-details .social-links .filters ul a:hover, .filters .workshop-details .social-links ul a:hover {
  color: #6bb9a1;
}

.wc-bookings-booking-form {
  border: none !important;
  padding: 0 !important;
}

.wc-bookings-booking-form legend {
  display: none !important;
}

.wc-bookings-booking-form fieldset {
  border: none !important;
  margin: 0;
  padding: 0;
}

.wc-bookings-booking-form label {
  display: inline !important;
}

.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header,
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-next,
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-prev {
  background: #6bb9a1;
}

.virtual .custom-meta {
  display: none;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #6bb9a1 !important;
  background-image: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* Check out
-------------------------------------------------------*/
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto;
}

.woocommerce td.product-name {
  font-size: 1.3rem;
  font-weight: 400;
}

.woocommerce td.product-name dl.variation,
.woocommerce td.product-name dd,
.woocommerce td.product-name dt {
  margin: 0 0.2rem !important;
  padding: 0 !important;
  font-weight: 400 !important;
  color: #a3a3a3;
  font-size: 0.8rem;
}

.woocommerce-info .button, .woocommerce-info .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .woocommerce-info small.download-url {
  margin: 0 0.3rem !important;
}

.woocommerce-info .button:hover, .woocommerce-info .woocommerce table.shop_table td small.download-url:hover, .woocommerce table.shop_table td .woocommerce-info small.download-url:hover, .woocommerce-info .button:focus, .woocommerce-info .woocommerce table.shop_table td small.download-url:focus, .woocommerce table.shop_table td .woocommerce-info small.download-url:focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1rem 20%;
  background: #f6f5f2;
  border-top: #333333 2px solid;
  padding: 1rem !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  display: none;
}

.woocommerce form .form-row .required {
  color: #a3a3a3;
}

.woocommerce a.remove {
  color: #a3a3a3 !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: black;
}

.woocommerce th {
  background: #f6f5f2;
  color: #000000;
}

.woocommerce .col-1 fieldset {
  border: none;
  margin: 0;
  padding: 1rem;
}

.woocommerce .col-1 legend {
  font-weight: 600;
  margin: 0 0 0 -1rem;
}

.tax-product_cat .products li.product-category.mix {
  display: none;
}

.woocommerce-billing-fields {
  padding: 0 2rem;
}

.woocommerce-billing-fields h3,
.woocommerce-billing-fields h3.form-row-wide,
.woocommerce-billing-fields h3#order_review_heading {
  margin: 1rem 0 1rem -2rem;
  padding: 1rem 2rem;
  border-bottom: 3px solid #a3a3a3;
  background: #a3a3a3;
  color: #ffffff;
  position: relative;
}

h3#order_review_heading {
  margin: 1rem 0;
  padding: 1rem 2rem;
  border-bottom: 3px solid #a3a3a3;
  background: #a3a3a3;
  color: #ffffff;
}

#privacy-statement-accept_field legend {
  font-weight: 400;
}

.single_add_to_cart_button:disabled {
  opacity: 0.5;
}

form.woocommerce-checkout {
  margin: 0 0 4rem 0;
}

.woocommerce table.order_details {
  margin: 0 0 4rem 0 !important;
}

.woocommerce .product-name {
  font-style: italic;
}

.woo_pp_cart_buttons_div {
  display: none !important;
}

/* My account page
_________________________________________________________*/
.woocommerce-MyAccount-navigation {
  overflow: hidden;
  margin: 0 0 2rem 0;
  display: block;
  padding: 0 0 1rem 0;
  border-bottom: 2px solid #e0dfde;
}

.woocommerce-MyAccount-navigation a {
  color: #a3a3a3;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: #a3a3a3;
}

.woocommerce-MyAccount-orders {
  width: 100%;
}

.woocommerce-MyAccount-orders th {
  text-align: left;
}

.woocommerce-EditAccountForm fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.woocommerce-EditAccountForm legend {
  margin: 0;
  padding: 2rem 0;
  font-size: 1.3rem;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/*---- Responsive ----*/
@media screen and (max-width: 600px) {
  .woocommerce {
    /* make buttons full width, text wide anyway, improves effectiveness */
    /* keep coupon at 50% */
    /* clean up how coupon inputs display */
    /* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
  }
  .woocommerce table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .woocommerce table.shop_table,
  .woocommerce table.shop_table thead,
  .woocommerce table.shop_table tbody,
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td,
  .woocommerce table.shop_table tr {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
  }
  .woocommerce table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce table.shop_table {
    border: none;
  }
  .woocommerce table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
  }
  .woocommerce table.shop_table .order-total td {
    padding-left: 0;
    font-size: 1rem;
  }
  .woocommerce table.shop_table td {
    /* Behave like a "row" */
    position: relative;
    padding-left: 40% !important;
    /*
					Label the data
					*/
  }
  .woocommerce table.shop_table td.product-spacer {
    border-color: #fff;
    height: 10px;
  }
  .woocommerce table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .woocommerce table.shop_table td.product-remove {
    text-align: right;
    padding: 5px 0;
  }
  .woocommerce table.shop_table td.product-remove:before {
    content: "DELETE";
  }
  .woocommerce table.shop_table td.product-thumbnail {
    height: 150px;
    text-align: center;
  }
  .woocommerce table.shop_table td.product-thumbnail a {
    display: block;
    height: 100%;
  }
  .woocommerce table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }
  .woocommerce table.shop_table td.product-name:before {
    content: "PRODUCT";
  }
  .woocommerce table.shop_table td.product-price:before {
    content: "PRICE";
  }
  .woocommerce table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }
  .woocommerce table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }
  .woocommerce table.shop_table td.product-total:before {
    content: "TOTAL";
  }
  .woocommerce table.shop_table tr.cart-subtotal td,
  .woocommerce table.shop_table tr.shipping td,
  .woocommerce table.shop_table tr.total td,
  .woocommerce table.shop_table.order_details tfoot th,
  .woocommerce table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }
  .woocommerce table.shop_table table.shop_table tbody {
    padding-top: 10px;
  }
  .woocommerce table.shop_table .variation:after {
    content: '';
    display: block;
    clear: both;
  }
  .woocommerce .quantity {
    margin: 0;
  }
  .woocommerce table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 0 !important;
  }
  .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart table.shop_table td.actions small.alt.download-url, .woocommerce table.shop_table table.cart td.actions small.alt.download-url {
    float: left;
    margin-top: 10px;
  }
  .woocommerce table.cart td.actions div {
    margin-bottom: 10px;
  }
  .woocommerce .cart-collaterals:after {
    content: '';
    display: block;
    clear: both;
  }
  .woocommerce .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }
  .woocommerce .cart-collaterals .cart_totals th,
  .woocommerce .cart-collaterals .cart_totals td {
    border: 0 !important;
  }
  .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce .order_details ul,
  .woocommerce .order_details ul,
  .woocommerce .order_details,
  .woocommerce .order_details {
    padding: 0;
  }
  .woocommerce .order_details li,
  .woocommerce .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart table.shop_table td.actions small.download-url, .woocommerce table.shop_table #content table.cart td.actions small.download-url,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button, .woocommerce table.cart table.shop_table td.actions small.download-url, .woocommerce table.shop_table table.cart td.actions small.download-url,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input,
  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart table.shop_table td.actions small.download-url, .woocommerce table.shop_table #content table.cart td.actions small.download-url,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button, .woocommerce table.cart table.shop_table td.actions small.download-url, .woocommerce table.shop_table table.cart td.actions small.download-url,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input {
    width: 100%;
    font-size: 12px !important;
  }
  .woocommerce tfoot {
    display: block !important;
  }
  .woocommerce tfoot td {
    width: 100% !important;
    display: block !important;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart table.shop_table td.actions .coupon small.download-url, .woocommerce table.shop_table #content table.cart td.actions .coupon small.download-url,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart table.shop_table td.actions .coupon small.download-url, .woocommerce table.shop_table table.cart td.actions .coupon small.download-url,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart table.shop_table td.actions .coupon small.download-url, .woocommerce table.shop_table #content table.cart td.actions .coupon small.download-url,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart table.shop_table td.actions .coupon small.download-url, .woocommerce table.shop_table table.cart td.actions .coupon small.download-url,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input {
    width: 48%;
    font-size: 12px !important;
  }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon {
    margin-top: 1.5em;
  }
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }
}

#product-2675 td {
  display: block;
  width: 99.9%;
  clear: both;
}

#product-2675 .voucher-fields {
  width: 100%;
}

#product-2675 .voucher-fields .voucher-image-option {
  display: none;
}

#product-2675 .voucher-fields label {
  font-weight: 400;
}

#product-2675 .summary .price {
  display: none !important;
}

#product-2675 .summary .amount {
  font-size: 1rem;
}

#product-2675 .summary textarea {
  height: 44px;
}

.woocommerce table.shop_table td small.download-url {
  display: block;
  margin: 1rem 0;
}

@media handheld, only screen and (max-width: 500px) {
  .products .artists .image-wrap {
    display: block;
  }
  .products .artists .image-wrap .product-info {
    height: auto;
  }
}

.main-products form {
  margin: 0;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  max-width: 160px;
}

.main-products form select {
  font-size: 0.8rem;
  border: none;
}

.tax-wcpv_product_vendors .works form {
  display: none;
}

.wp-image-8719 {
  display: none;
}

.form-row {
  box-sizing: border-box;
}

.search-results .products .artists .artist-info {
  display: none;
}

div.product-type-variable .afterpay-payment-info {
  color: white !important;
  font-size: 0 !important;
}

div.product-type-variable .afterpay-payment-info strong,
div.product-type-variable .afterpay-payment-info .woocommerce-Price-amount,
div.product-type-variable .afterpay-payment-info a {
  color: white !important;
  font-size: 0 !important;
}

div.product-type-variable .afterpay-payment-info img {
  display: block;
}

div.product-type-variable .product_meta {
  display: none !important;
}

.afterpay-payment-info {
  font-size: 1rem !important;
}

.afterpay-payment-info strong,
.afterpay-payment-info .woocommerce-Price-amount {
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.hoverlay {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .hoverlay {
    display: inline-block !important;
    color: white !important;
    margin-top: 1rem !important;
  }
}

.woo-desktop {
  display: block;
}

.woo-mobile {
  display: none;
}

@media screen and (max-width: 820px) {
  .woo-desktop {
    display: none;
  }
  .woo-mobile {
    display: block;
  }
}

.variations_form table.variations {
  width: 100%;
}

.variations_form table.variations td.label {
  display: none;
}

.variations_form table.variations a {
  color: #a3a3a3;
}

.variations_form table.variations a:hover {
  color: #6bb9a1;
}

.woocommerce-variation-price {
  margin: 0 0 1rem 0;
  color: #6bb9a1;
}

.main-product-section {
  align-items: flex-start;
}

.main-product-section .sidebar {
  width: 20%;
  overflow: hidden;
  margin: 0 2rem 8rem 0;
}

.main-product-section .sidebar h3 {
  margin: 1rem 0 0.3rem 0;
}

.main-product-section .sidebar h4 {
  padding: 0.5rem;
  margin: 0;
  color: white;
  background: #6bb9a1;
  border-bottom: 1px solid white;
}

.main-product-section .sidebar h4:after {
  content: "+";
  float: right;
}

.main-product-section .sidebar h4:hover {
  opacity: 0.8;
}

.main-product-section .sidebar h4.open {
  background: #518091;
}

.main-product-section .sidebar h4.open:after {
  content: "x";
  float: right;
}

.main-product-section .sidebar h4.selected {
  background: #518091;
}

.main-product-section .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.main-product-section .sidebar ul .sub-menu {
  display: none;
}

.main-product-section .sidebar ul li {
  margin: 0 0 0.5rem 0;
}

.main-product-section .sidebar ul .indent {
  padding-left: 1rem;
  display: block;
  margin: 0;
}

.main-product-section .sidebar ul a {
  color: black;
}

.main-product-section .sidebar ul a:hover {
  color: #6bb9a1;
}

.main-product-section .sidebar ul li.current-menu-parent .sub-menu,
.main-product-section .sidebar ul li.current-menu-item .sub-menu,
.main-product-section .sidebar ul li.active .sub-menu {
  display: block;
  margin: 0.5rem 0 0 1rem;
  font-size: 0.7rem;
}

.main-product-section .sidebar ul li.current-menu-parent > a,
.main-product-section .sidebar ul li.current-menu-item > a,
.main-product-section .sidebar ul li.active > a {
  color: #6bb9a1;
}

.main-product-section .filter a:before {
  content: "\f096";
  font-family: "fontawesome";
  margin: 0 0.5rem 0 0.2rem;
}

.main-product-section .filter li.active > a:before,
.main-product-section .filter li.current-menu-parent > li.current-menu-item > a:before,
.main-product-section .filter li.current-menu-item > a:before {
  content: "\f046";
  font-family: "fontawesome";
  margin: 0 0.5rem 0 0.2rem;
}

.main-product-section .main-products {
  width: 100%;
}

.sidebar-open,
.sidebar-close {
  display: none;
  font-size: 0.5rem !important;
}

@media screen and (max-width: 850px) {
  .main-product-section {
    position: relative;
    display: block;
  }
  .main-product-section .sidebar {
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 650px) {
  .woo-style .page-title {
    padding: 0;
  }
}

/* Footer
--------------------------------------
*/
footer {
  padding: 0;
  margin: 2rem 0 0 0;
  background: #333333;
  color: #ffffff;
  /* Placeholders */
}

footer .footer-details {
  padding: 4rem 0 0 0;
  color: #ffffff;
}

footer .footer-details .wrap, footer .footer-details .wc-tabs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: visible;
}

footer .footer-details .wrap .one-third, footer .footer-details .wc-tabs-wrapper .one-third {
  overflow: visible;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

footer .footer-details .wrap p, footer .footer-details .wc-tabs-wrapper p {
  margin: 0 0 0.6rem 0;
  padding: 0;
}

footer .footer-details .wrap ul, footer .footer-details .wc-tabs-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
}

footer .footer-details .wrap ul li, footer .footer-details .wc-tabs-wrapper ul li {
  line-height: 1.4;
}

footer .footer-details .wrap ul li a, footer .footer-details .wc-tabs-wrapper ul li a {
  color: #ffffff;
  font-size: 1rem;
}

footer .footer-details .wrap ul li a:hover, footer .footer-details .wc-tabs-wrapper ul li a:hover {
  color: #6bb9a1;
}

footer .gift-link {
  display: block;
  background: url(images/gift-voucher-footer.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 150px;
  height: 81px;
  margin: 1rem auto;
}

footer #gform_wrapper_1 {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer #gform_wrapper_1 ul {
  columns: 1;
}

footer #gform_wrapper_1 li,
footer #gform_wrapper_1 div,
footer #gform_wrapper_1 input,
footer #gform_wrapper_1 textarea {
  margin: 0 !important;
  padding: 0 !important;
}

footer #gform_wrapper_1 input,
footer #gform_wrapper_1 textarea {
  margin: 0 0 0.3rem 0 !important;
  border: #000000 1px solid;
  background: #ffffff;
  padding: 0.5rem 0.8rem !important;
  width: 100% !important;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

footer #gform_wrapper_1 .gfield_error input {
  border: 1px solid #6bb9a1 !important;
  margin: 0.4rem 0 !important;
}

footer #gform_wrapper_1 .button, footer #gform_wrapper_1 .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td footer #gform_wrapper_1 small.download-url {
  margin: 1rem 0 0 0;
  width: 60% !important;
  padding: 0.4rem 0 !important;
  color: #000000;
  font-size: 0.8rem;
  background: #ffffff;
  font-weight: 500 !important;
}

footer #gform_wrapper_1 .button:hover, footer #gform_wrapper_1 .woocommerce table.shop_table td small.download-url:hover, .woocommerce table.shop_table td footer #gform_wrapper_1 small.download-url:hover {
  background: #000000;
  color: #ffffff;
}

footer ::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  letter-spacing: 0.1rem;
}

footer :-moz-placeholder {
  color: #ffffff;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  letter-spacing: 0.1rem;
}

footer ::-moz-placeholder {
  color: #ffffff;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  letter-spacing: 0.1rem;
}

footer textarea:-ms-input-placeholder {
  color: #ffffff;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  letter-spacing: 0.1rem;
}

footer input:-ms-input-placeholder {
  color: #ffffff;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  letter-spacing: 0.1rem;
}

.home footer {
  margin: 0;
}

.copyright {
  text-align: center;
  background: #333333;
  color: #ffffff;
  padding: 0 0 1.5rem 0;
}

.copyright .button-primary {
  border: white 1px solid;
}

.copyright p {
  margin: 0.4rem 0;
  padding: 0;
  color: #a3a3a3;
  font-size: 0.8rem;
  display: block;
  letter-spacing: 0.1rem;
}

.copyright a {
  color: #a3a3a3;
  display: inline;
  font-size: 0.8rem;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}

.copyright a:hover {
  color: #6bb9a1;
}

.copyright .social a {
  color: #ffffff;
  display: inline;
  text-decoration: none;
  margin: 0.4rem;
}

.copyright .social a:hover {
  color: #6bb9a1;
}

.copyright .social a .fa {
  font-size: 1.2rem;
  line-height: 2rem;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.top-animate {
  background: #a3a3a3 !important;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat !important;*/
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #a3a3a3 !important;
  /* background: url(../images/nav-bars-base.png) 0 0 no-repeat !important;*/
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 35px;
  height: 4px;
  background-color: #333333;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
}

.mid-menu {
  top: 15px;
  width: 35px;
  height: 4px;
  background-color: #333333;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
}

.bottom-menu {
  top: 25px;
  width: 35px;
  height: 4px;
  background-color: #333333;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
}

.menui {
  background: #333333;
  /*background: url(../images/nav-bars.png) 0 0 no-repeat;*/
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}

@media handheld, only screen and (max-width: 1230px) {
  .get-involved .button, .signup-wrap .button, .get-involved .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .get-involved small.download-url, .signup-wrap .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .signup-wrap small.download-url {
    display: block;
    margin: 1rem;
  }
  .topnav .wrap, .topnav .wc-tabs-wrapper,
  .topnav .wc-tabs-wrapper {
    width: 96%;
  }
  nav {
    display: none;
  }
  .logo {
    width: 228px;
    height: 45px;
    overflow: hidden;
    margin: 0.5rem 1rem;
  }
  .logo svg {
    width: 228px;
    height: 45px;
  }
  .open-nav {
    overflow: hidden;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav .icon {
    display: block;
    z-index: 999999999999;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 40px;
    right: 10px;
  }
  .mobile-nav .icon:hover {
    color: #3f2a2e;
  }
  .mobile-nav .mobile-menu {
    display: none;
  }
  .mobile-nav .mobile-menu {
    padding: 100px 0;
    margin: 0;
    list-style: none;
    z-index: 999999;
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    height: 100vh;
    list-style: none !important;
    overflow: hidden;
    overflow-y: scroll;
  }
  .mobile-nav .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav .mobile-menu > li {
    float: none !important;
    display: block !important;
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    width: 100% !important;
    text-align: center;
  }
  .mobile-nav .mobile-menu li a {
    display: block;
    padding: 0 0 1.5%;
    border-left: none;
    text-align: right;
    height: auto;
    width: auto;
    color: #a3a3a3;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
  }
  .mobile-nav li.button {
    background: none;
    border: none;
  }
  .mobile-nav .mobile-menu li a.on,
  .mobile-nav .mobile-menu li a:hover {
    color: #3f2a2e;
  }
  .section-three .wrap .right .title p, .section-three .wc-tabs-wrapper .right .title p {
    font-size: 1.5rem;
  }
}

@media handheld, only screen and (max-width: 1024px) {
  .giftvoucher .short, .giftvoucher .wc-tabs-wrapper {
    overflow: hidden;
    background: url(images/gift-voucher.jpg) right center no-repeat;
    background-size: 300%;
    height: auto;
    color: white;
  }
  .giftvoucher .short .info, .giftvoucher .wc-tabs-wrapper .info {
    margin: 2rem auto;
    width: 90%;
    text-align: center;
  }
  .giftvoucher .short h2, .giftvoucher .wc-tabs-wrapper h2 {
    text-transform: uppercase;
    line-height: 1.4 !important;
    font-size: 1.5rem;
  }
  .footer-details .one-third {
    width: 50%;
    margin: 0 0 2rem 0;
  }
  .footer-details .footer-nav {
    display: none;
  }
  .footer-details .footer-subscribe {
    text-align: right;
  }
  .one-third {
    width: 100%;
  }
  .one-third .gift-link {
    margin: 0 auto;
  }
  .wrap-posts .feed .blog-signup {
    display: none;
  }
  .wrap-posts .feed .blog-list {
    width: 100%;
  }
  .single div.product .button, .single div.product .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .single div.product small.download-url {
    width: auto;
  }
  .contact .two-col {
    flex-direction: column;
  }
  .contact .two-col .one-third,
  .contact .two-col .two-third {
    width: 100% !important;
    text-align: center;
  }
  .join-us .three_columns .one-third h3,
  .join-us .three_columns .one-third p {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .start-selling .one-third {
    margin: 0 auto;
    width: 100%;
  }
  .member .two-col {
    flex-direction: column;
  }
  .member .two-col .one-half {
    width: 100%;
  }
}

body .tm-freeshipping-banner {
  display: none !important;
}

@media handheld, only screen and (max-width: 820px) {
  #homeslider .slide {
    height: 350px;
  }
  #homeslider .text-box h1 {
    font-size: 2rem;
  }
  #homeslider .text-box .button, #homeslider .text-box .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td #homeslider .text-box small.download-url {
    margin: 0.51rem 0;
    width: 100%;
    font-size: 0.7rem;
  }
  .three-pods .wrap, .three-pods .wc-tabs-wrapper {
    flex-direction: column;
  }
  .three-pods .wrap .one-third, .three-pods .wc-tabs-wrapper .one-third {
    padding: 1rem 0;
    flex-direction: column;
  }
  .three-pods .wrap .one-third p, .three-pods .wc-tabs-wrapper .one-third p {
    text-align: center;
    margin: 1rem 0;
    padding: 0;
  }
  .blog-posts .feed .blog-post {
    width: 49%;
  }
  .blog-posts .feed .blog-post:nth-child(3) {
    display: none;
  }
  .home-social .options {
    width: 23%;
    height: 130px;
  }
  .home-social .options .title {
    display: none;
  }
  .get-involved .flex-row, .signup-wrap .flex-row, .get-involved .three-pods .wrap, .three-pods .get-involved .wrap, .signup-wrap .three-pods .wrap, .three-pods .signup-wrap .wrap, .get-involved .three-pods .wc-tabs-wrapper, .three-pods .get-involved .wc-tabs-wrapper, .signup-wrap .three-pods .wc-tabs-wrapper, .three-pods .signup-wrap .wc-tabs-wrapper, .get-involved .three-pods .wrap .one-third, .three-pods .wrap .get-involved .one-third, .signup-wrap .three-pods .wrap .one-third, .three-pods .wrap .signup-wrap .one-third, .get-involved .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .get-involved .one-third, .signup-wrap .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .signup-wrap .one-third, .get-involved .filters ul, .filters .get-involved ul, .signup-wrap .filters ul, .filters .signup-wrap ul {
    flex-direction: column;
  }
  .get-involved .flex-row .one-half, .signup-wrap .flex-row .one-half, .get-involved .three-pods .wrap .one-half, .three-pods .get-involved .wrap .one-half, .signup-wrap .three-pods .wrap .one-half, .three-pods .signup-wrap .wrap .one-half, .get-involved .three-pods .wc-tabs-wrapper .one-half, .three-pods .get-involved .wc-tabs-wrapper .one-half, .signup-wrap .three-pods .wc-tabs-wrapper .one-half, .three-pods .signup-wrap .wc-tabs-wrapper .one-half, .three-pods .wrap .get-involved .one-third .one-half, .three-pods .wrap .signup-wrap .one-third .one-half, .three-pods .wc-tabs-wrapper .get-involved .one-third .one-half, .three-pods .wc-tabs-wrapper .signup-wrap .one-third .one-half, .get-involved .filters ul .one-half, .filters .get-involved ul .one-half, .signup-wrap .filters ul .one-half, .filters .signup-wrap ul .one-half {
    width: 100%;
    text-align: center;
  }
  .get-involved .flex-row .one-half h2, .signup-wrap .flex-row .one-half h2, .get-involved .three-pods .wrap .one-half h2, .three-pods .get-involved .wrap .one-half h2, .signup-wrap .three-pods .wrap .one-half h2, .three-pods .signup-wrap .wrap .one-half h2, .get-involved .three-pods .wc-tabs-wrapper .one-half h2, .three-pods .get-involved .wc-tabs-wrapper .one-half h2, .signup-wrap .three-pods .wc-tabs-wrapper .one-half h2, .three-pods .signup-wrap .wc-tabs-wrapper .one-half h2, .three-pods .wrap .get-involved .one-third .one-half h2, .three-pods .wrap .signup-wrap .one-third .one-half h2, .three-pods .wc-tabs-wrapper .get-involved .one-third .one-half h2, .three-pods .wc-tabs-wrapper .signup-wrap .one-third .one-half h2, .get-involved .filters ul .one-half h2, .filters .get-involved ul .one-half h2, .signup-wrap .filters ul .one-half h2, .filters .signup-wrap ul .one-half h2 {
    text-align: center !important;
  }
  .featured .flex-row, .featured .three-pods .wrap, .three-pods .featured .wrap, .featured .three-pods .wc-tabs-wrapper, .three-pods .featured .wc-tabs-wrapper, .featured .three-pods .wrap .one-third, .three-pods .wrap .featured .one-third, .featured .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .featured .one-third, .featured .filters ul, .filters .featured ul {
    flex-wrap: wrap;
  }
  .featured .flex-row .one-quarter, .featured .three-pods .wrap .one-quarter, .three-pods .featured .wrap .one-quarter, .featured .three-pods .wc-tabs-wrapper .one-quarter, .three-pods .featured .wc-tabs-wrapper .one-quarter, .three-pods .wrap .featured .one-third .one-quarter, .three-pods .wc-tabs-wrapper .featured .one-third .one-quarter, .featured .filters ul .one-quarter, .filters .featured ul .one-quarter {
    width: 49%;
  }
  .products {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products .artists {
    width: 49%;
    margin: 0 0 1rem 0 !important;
  }
  .products .artists .image-wrap .hover {
    height: 100%;
  }
  .gallery-slider {
    margin: 0;
  }
  .gallery-slider .slide {
    height: 250px;
  }
  .gallery-slider .slide .info {
    width: 80%;
    padding: 10%;
    background: rgba(255, 255, 255, 0.5);
    height: 90%;
  }
  .gallery-slider .flickity-prev-next-button {
    display: none;
  }
  .filters {
    display: none;
  }
  .single div.product {
    flex-direction: column;
  }
  .single div.product .image-description {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .single div.product .summary {
    width: 100%;
  }
  .wc-tabs-wrapper .woocommerce-Tabs-panel {
    width: 100%;
  }
  .profile-banner {
    min-height: 200px;
  }
  .profile-content {
    flex-direction: column;
  }
  .profile-content .one-quater,
  .profile-content .three-quaters {
    width: 100%;
    margin: 0 0 2rem;
  }
}

@media handheld, only screen and (max-width: 720px) {
  .new-art .slim-slider .new-product .title {
    font-size: 1rem;
    margin: 0;
  }
  .featured .flex-row .artists .artist-info .name, .featured .three-pods .wrap .artists .artist-info .name, .three-pods .featured .wrap .artists .artist-info .name, .featured .three-pods .wc-tabs-wrapper .artists .artist-info .name, .three-pods .featured .wc-tabs-wrapper .artists .artist-info .name, .three-pods .wrap .featured .one-third .artists .artist-info .name, .three-pods .wc-tabs-wrapper .featured .one-third .artists .artist-info .name, .featured .filters ul .artists .artist-info .name, .filters .featured ul .artists .artist-info .name {
    font-size: 0.7rem;
    margin: 0;
  }
  .home-social {
    display: none;
  }
  footer .footer-details .wrap, footer .footer-details .wc-tabs-wrapper {
    flex-direction: column;
  }
  footer .footer-details .wrap .one-third, footer .footer-details .wc-tabs-wrapper .one-third {
    width: 100%;
    text-align: center;
  }
  footer .footer-details .wrap .one-third form, footer .footer-details .wc-tabs-wrapper .one-third form {
    margin: 0 auto;
    width: 80%;
  }
  footer .footer-details .wrap .one-third form input, footer .footer-details .wc-tabs-wrapper .one-third form input {
    width: 100% !important;
  }
  footer #gform_wrapper_1 .button, footer #gform_wrapper_1 .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td footer #gform_wrapper_1 small.download-url {
    width: 100% !important;
  }
  .about .two-col, .contact .two-col, .member .two-col, .checklist .two-col, .faqs .two-col,
  .contact .two-col,
  .member .two-col,
  .checklist .two-col,
  .faqs .two-col {
    flex-direction: column;
  }
  .about .two-col .one-half, .contact .two-col .one-half, .member .two-col .one-half, .checklist .two-col .one-half, .faqs .two-col .one-half,
  .contact .two-col .one-half,
  .member .two-col .one-half,
  .checklist .two-col .one-half,
  .faqs .two-col .one-half {
    width: 100%;
  }
  .how-it-works .flex-row, .how-it-works .three-pods .wrap, .three-pods .how-it-works .wrap, .how-it-works .three-pods .wc-tabs-wrapper, .three-pods .how-it-works .wc-tabs-wrapper, .how-it-works .three-pods .wrap .one-third, .three-pods .wrap .how-it-works .one-third, .how-it-works .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .how-it-works .one-third, .how-it-works .filters ul, .filters .how-it-works ul {
    flex-direction: column;
  }
  .how-it-works .flex-row .one-third p, .how-it-works .three-pods .wrap .one-third p, .three-pods .how-it-works .wrap .one-third p, .how-it-works .three-pods .wc-tabs-wrapper .one-third p, .three-pods .how-it-works .wc-tabs-wrapper .one-third p, .three-pods .wrap .how-it-works .one-third .one-third p, .three-pods .wc-tabs-wrapper .how-it-works .one-third .one-third p, .how-it-works .filters ul .one-third p, .filters .how-it-works ul .one-third p,
  .how-it-works .flex-row .one-third h3,
  .how-it-works .three-pods .wrap .one-third h3, .three-pods
  .how-it-works .wrap .one-third h3,
  .how-it-works .three-pods .wc-tabs-wrapper .one-third h3, .three-pods
  .how-it-works .wc-tabs-wrapper .one-third h3, .three-pods .wrap
  .how-it-works .one-third .one-third h3, .three-pods .wc-tabs-wrapper
  .how-it-works .one-third .one-third h3,
  .how-it-works .filters ul .one-third h3, .filters
  .how-it-works ul .one-third h3 {
    text-align: center;
  }
  .breakout-banner h3 {
    font-size: 1.5rem;
  }
  .breakout-banner p {
    line-height: 1;
    font-size: 1.2rem;
  }
  .breakout-banner .button, .breakout-banner .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .breakout-banner small.download-url {
    width: 80%;
    margin: 0.5rem 0;
  }
  .banner-stripe {
    padding: 0;
  }
  .banner-stripe .two-col {
    flex-direction: column;
  }
  .banner-stripe .two-col .one-half {
    width: 100%;
  }
  .banner-stripe .two-col .one-half p,
  .banner-stripe .two-col .one-half h3 {
    text-align: center;
  }
  .category-list .flex-row .cats, .category-list .three-pods .wrap .cats, .three-pods .category-list .wrap .cats, .category-list .three-pods .wc-tabs-wrapper .cats, .three-pods .category-list .wc-tabs-wrapper .cats, .three-pods .wrap .category-list .one-third .cats, .three-pods .wc-tabs-wrapper .category-list .one-third .cats, .category-list .filters ul .cats, .filters .category-list ul .cats {
    width: 49% !important;
  }
  .category-list .flex-row .cats .cat-image, .category-list .three-pods .wrap .cats .cat-image, .three-pods .category-list .wrap .cats .cat-image, .category-list .three-pods .wc-tabs-wrapper .cats .cat-image, .three-pods .category-list .wc-tabs-wrapper .cats .cat-image, .three-pods .wrap .category-list .one-third .cats .cat-image, .three-pods .wc-tabs-wrapper .category-list .one-third .cats .cat-image, .category-list .filters ul .cats .cat-image, .filters .category-list ul .cats .cat-image {
    background-size: cover !important;
    height: 200px;
    display: block;
    width: 100%;
  }
  .signup-wrap #gform_1 {
    flex-direction: column;
  }
  .signup-wrap #gform_1 .gform_heading {
    width: 100%;
    text-align: center;
  }
  .signup-wrap #gform_1 .gform_body {
    width: 80%;
  }
  .signup-wrap #gform_1 .gform_footer {
    width: 80%;
  }
  .wrap-posts .feed .pos-0 .box {
    position: relative;
    background: #ffffff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1rem;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
  }
  .join-us .three_columns {
    flex-direction: column;
    margin: 0;
  }
  .join-us .three_columns .one-third {
    margin: 0 0 1rem 0;
  }
  .seller-stories .flex-row, .seller-stories .three-pods .wrap, .three-pods .seller-stories .wrap, .seller-stories .three-pods .wc-tabs-wrapper, .three-pods .seller-stories .wc-tabs-wrapper, .seller-stories .three-pods .wrap .one-third, .three-pods .wrap .seller-stories .one-third, .seller-stories .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .seller-stories .one-third, .seller-stories .filters ul, .filters .seller-stories ul {
    flex-direction: column !important;
  }
  .seller-stories .flex-row .one-half, .seller-stories .three-pods .wrap .one-half, .three-pods .seller-stories .wrap .one-half, .seller-stories .three-pods .wc-tabs-wrapper .one-half, .three-pods .seller-stories .wc-tabs-wrapper .one-half, .three-pods .wrap .seller-stories .one-third .one-half, .three-pods .wc-tabs-wrapper .seller-stories .one-third .one-half, .seller-stories .filters ul .one-half, .filters .seller-stories ul .one-half {
    width: 96%;
  }
}

@media handheld, only screen and (max-width: 600px) {
  .woocommerce table.shop_table {
    width: 98% !important;
  }
  .woocommerce table.shop_table td {
    position: relative;
    padding-left: 0;
    font-size: 1rem;
  }
  .woocommerce table.shop_table td:before {
    font-size: 0.7rem !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td strong,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td strong {
    display: block;
  }
  .woocommerce .woocommerce-message a.button {
    display: block !important;
    clear: both !important;
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

@media handheld, only screen and (max-width: 500px) {
  .about .welcome h1, .contact .welcome h1, .member .welcome h1, .checklist .welcome h1, .faqs .welcome h1,
  .contact .welcome h1,
  .member .welcome h1,
  .checklist .welcome h1,
  .faqs .welcome h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  #homeslider .slide {
    height: 350px;
  }
  #homeslider .text-box {
    top: 10%;
    left: 20%;
    width: 60%;
  }
  #homeslider .text-box h1 {
    font-size: 1.5rem;
  }
  #homeslider .text-box .button, #homeslider .text-box .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td #homeslider .text-box small.download-url {
    margin: 0.51rem 0;
    width: 100%;
    font-size: 0.7rem;
  }
  .new-art .slim-slider .new-product {
    width: 100%;
  }
  .blog-posts .feed {
    flex-direction: column;
  }
  .blog-posts .feed .blog-post {
    width: 100%;
    margin: 1rem 0;
  }
  .blog-posts .feed .blog-post:nth-child(3) {
    display: none;
  }
  .mobile-nav .icon {
    right: 0;
  }
  .get-involved .left h2, .signup-wrap .left h2 {
    font-size: 1.6rem;
  }
  .get-involved .left p, .signup-wrap .left p {
    font-size: 1rem;
  }
  .get-involved .button, .signup-wrap .button, .get-involved .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .get-involved small.download-url, .signup-wrap .woocommerce table.shop_table td small.download-url, .woocommerce table.shop_table td .signup-wrap small.download-url {
    font-size: 0.8rem;
  }
  .logo {
    width: 203px;
    height: 40px;
    overflow: hidden;
    margin: 0.8rem 1rem;
  }
  .logo svg {
    width: 203px;
    height: 40px;
  }
  .products .artists {
    width: 100%;
  }
  .wp-pagenavi {
    overflow: hidden;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    display: block;
    float: none;
  }
  .contact #gform_fields_2 li {
    width: 100%;
  }
}

@media handheld, only screen and (max-width: 400px) {
  .featured .flex-row .one-quarter, .featured .three-pods .wrap .one-quarter, .three-pods .featured .wrap .one-quarter, .featured .three-pods .wc-tabs-wrapper .one-quarter, .three-pods .featured .wc-tabs-wrapper .one-quarter, .three-pods .wrap .featured .one-third .one-quarter, .three-pods .wc-tabs-wrapper .featured .one-third .one-quarter, .featured .filters ul .one-quarter, .filters .featured ul .one-quarter {
    width: 100%;
  }
  .category-list .flex-row, .category-list .three-pods .wrap, .three-pods .category-list .wrap, .category-list .three-pods .wc-tabs-wrapper, .three-pods .category-list .wc-tabs-wrapper, .category-list .three-pods .wrap .one-third, .three-pods .wrap .category-list .one-third, .category-list .three-pods .wc-tabs-wrapper .one-third, .three-pods .wc-tabs-wrapper .category-list .one-third, .category-list .filters ul, .filters .category-list ul {
    flex-direction: column;
  }
  .category-list .flex-row .cats, .category-list .three-pods .wrap .cats, .three-pods .category-list .wrap .cats, .category-list .three-pods .wc-tabs-wrapper .cats, .three-pods .category-list .wc-tabs-wrapper .cats, .three-pods .wrap .category-list .one-third .cats, .three-pods .wc-tabs-wrapper .category-list .one-third .cats, .category-list .filters ul .cats, .filters .category-list ul .cats {
    width: 100% !important;
  }
}

/* Print Style
-------------------------------------------------------------- */
@media print {
  body {
    font-family: Helvetica, arial, sans-serif;
    line-height: 1.5;
    color: #000;
    background: #fff;
    text-align: center;
  }
  img {
    display: block;
    clear: both;
    margin: 10px auto;
    max-width: 469px;
  }
  a {
    color: #000;
  }
  div {
    margin: 0 !important;
  }
  table {
    border-collapse: collapse;
    border: 1px solid black;
  }
  td,
  th {
    width: auto !important;
    height: auto !important;
    overflow: hidden;
  }
  #printlogo,
  .phone,
  .wrap,
  .wc-tabs-wrapper {
    display: block;
    clear: both;
  }
  ul {
    list-style: disc;
  }
  ol {
    list-style: decimal;
  }
  li,
  p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
  }
  hr {
    border: none;
    background: none;
    margin: 12px 0 14px;
    border-bottom: 1px solid #cabfd6;
  }
  #access,
  .outer-footer,
  .outer-header {
    display: none !important;
  }
}

#kk-home {max-width:1280px;
width:90%;
text-align:center;
margin:50px auto 0px;}

#kk-home h1 {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
  margin: 30px 0 10px;
  font-size: 1.4rem;
    line-height: 1.2;
	color: #008080;
}

#cdscontainer {
  display: none;
}

#cdscontainer a {
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.4s ease-in-out;
}

#cdscontainer a:hover {
  color: #6BB9A1;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

#cdscontainer h2 {
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: 300!important;
  margin: 30px 0 10px!important;
  font-size: 1.4rem!important;
    line-height: 1.2!important;
	color: #008080!important;
	text-decoration:none!important;
	text-align:center!important;
	text-transform:none!important;
	    border-bottom: none!important;
	padding:none!important;
}

#cdscontainer {
  margin-bottom: 50px;
}

#show {
  color: #6BB9A1 !important;
}

.kk-footer-container {
  display: block;
  width: 100%;
}

.kk-footer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 50px 10px;
  width: 95%;
}

.kk-footer a {
  color: #fff !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.kk-footer a:hover {
  color: #6BB9A1 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.kk-footer > ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}

@media (max-width: 849px) {
  .kk-footer {
    padding: 20px 10px 0;
    text-align: center;
    display: block;
  }
}

.custom-dashboard--login {
  background: whitesmoke;
  padding: 100px 0;
}

.custom-dashboard--login .wrap, .custom-dashboard--login .wc-tabs-wrapper {
  max-width: 500px;
}

.form-artist-login .form-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 14px;
}

.form-artist-login .form-row label {
    width: 30%;
    min-height: 1px;
}

.form-artist-login .form-row input {
    width: 70%;
    min-height: 1px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.form-artist-login .form-row .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-artist-login .form-row .woocommerce-form-login__rememberme input {
    width: 20px;
}

.form-artist-login .form-row .woocommerce-form-login__submit {
    margin: 0 auto;
    border-color: #fff;
    margin-top: 20px;
    transform: translateX(-8px);
}

.form-artist-login .lost_password {
    display: none;
}

@media screen and (max-width: 400px) {
    .form-artist-login .form-row {
        flex-direction: column;
    }
    .form-artist-login .form-row input, .form-artist-login .form-row label {
        width: 100%;
    }
}

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



.vendor-holiday-alert {
    color: rgba(30, 128, 149, 0.8);
}

.vendor-holiday-alert a {
    color: #555 !important;
}

.vendor-holiday-alert a:hover {
    color: rgba(30, 128, 149, 0.8) !important;
}


/* Vendor Badges */
.vendor-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.vendor-badges .vendor-badges-col {
    margin: 5px 5px 5px 0;
    position: relative;
}

.vendor-badges .vendor-badges-col img {
    display: block;
    width: 30px !important;
}

.vendor-badges .vendor-badges-col .badge-tooltip {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 13px;
    line-height: 1.618;
    transform: translate(-50%, -135%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vendor-badges .vendor-badges-col .badge-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.vendor-badges .vendor-badges-col:hover .badge-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Artist Single Badges */
.vendor-badges.artist-single-badges {
    margin: 20px 0;
}

@media (max-width: 1100px) {
    .vendor-badges.artist-single-badges .vendor-badges-col .badge-tooltip {
        left: 0;
        transform: translate(0%, -135%);
    }
    .vendor-badges.artist-single-badges .vendor-badges-col .badge-tooltip:after {
        left: 10px;
        margin-left: 0;
    }
}

/* Artist Entry Badges */
.vendor-badges.artist-entry-badges {
    position: absolute;
    top: 5px;
    left: 10px;
}

.vendor-badges.artist-entry-badges .vendor-badges-col img {
    opacity: 1 !important;
}    

.vendor-badges.artist-entry-badges .vendor-badges-col .badge-tooltip {
    left: 0;
    transform: translate(0%, 140%);
}

.vendor-badges.artist-entry-badges .vendor-badges-col .badge-tooltip:after {
    top: -10px;
    left: 10px;
    margin-left: 0;
    border-color: transparent transparent #333 transparent;
}

div#shop-content {
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
}

.single-post .content p, .single-post .content li, .single-post .content td {
	font-size: 1.2rem;
    margin-top: 2rem;
}
.single-post .content {
	text-align: center;
}
.single-post .content h2 {
	text-transform: uppercase;
    font-weight: bold;
    color: #008080;
}
.single-post .content h3 {
	font-style: italic;
    color: #008080;
}

.single-post .content img {
    width: auto;
    height: auto;
    max-width: 70%;
	margin: auto;
}
.single-post .content .wp-caption {
	width: 100% !important;
	text-align: center;
}
@media (max-width: 950px) {
.single-post .content img {
    max-width: 100%;
}
}


/* admin toolbar css */
.admin-bar .topnav {
  display: none;
}

.admin-bar header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar .topnav, .admin-bar header{
    top: 45px !important;
  }
  #wpadminbar{
    position: fixed !important;
  }
}
