/* 20230304060401 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/*Name: Mariana | Date: October 1, 2020 | Reason: hide invoice payment type icon | Begin. */
#gui-checkout-payment-methods > div.gui-payment-method-wrapper > div.gui-checkout-payment-provider.gui-payment-provider-invoice.first > div.gui-payment-methods > div > label > img {
  display:none;
}
/*Name: Mariana | Date: October 1, 2020 | End. */



.col-sm-6.col-md-6 h1 {
	font-size: 2rem;
}



.col-md-12.textcategory {
	margin-top: 2rem;
}


/* Artist In Residence Page */

/* .wrapper {
    position: relative;
}

.page-title.row.textpage .page-title-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color: #323232;
    background-image: url("https://cdn.shoplightspeed.com/shops/614863/files/53067211/totem-pole-1.jpg");
    background-size: cover;
    padding: 24vh 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

  .page-title.row.textpage .page-title-wrap .col-md-6 {
    width: initial;
    float: initial;
  }

  .page-title.row.textpage .page-title-wrap .col-md-6 h1 {
    color: white;
    font-size: 4rem;
  } */

  .page-title.row.textpage .col-md-12 {
    padding: 0;
    margin-top: 2rem;
  }

  .air-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }

  @media screen and (min-width:992px) {
    .air-content  {
      grid-template-columns: 1fr 2fr;
      grid-gap: 4rem;
    }
  }

  .left-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flext-start;
  /*   background-color: #323232; */
    background-image: url("https://cdn.shoplightspeed.com/shops/614863/files/53066809/group-1174.png");
    background-size: cover;
    color: white;
    padding: 4rem 2rem 3rem 2rem;
  }

  .left-content img {
    max-width: 50%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
  }

  @media screen and (min-width:992px) {
    .left-content img {
      max-width: 90%;
    }
  }

  .left-content .left-content-top {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .left-content .left-content-top h2 {
    margin: 0;
    font-weight: bold;
    font-size: 1.75rem;
  }

  .left-content .left-content-top .h2-border {
    border-bottom: 2px solid white;
    width: 60px;
    margin-bottom: 1.5rem;
  }

  .left-content .left-content-top h3 {
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-weight: 300;
  }

  .left-content .left-content-bottom {
    margin-top: 4rem;
  }

  .left-content .left-content-bottom .border-bottom {
    border-top: 2px solid rgba(255,255,255,0.4);
    margin-top: 0.5rem;
  }

  .left-content .left-content-bottom h4 {
    font-weight: 900;
    margin: 0;
  }

  .left-content .left-content-bottom h4:nth-of-type(2) {
    margin-top: 0.5rem;
  }

  .right-content .artist-bio-h2 {
    margin-bottom: 2rem;
    font-weight: bold;
  }

  .right-content p:nth-of-type(2) {
    padding: 1rem 0;
  }
