* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  background-color: #e5e7e7;
}
@font-face {
  font-family: "FuturaPTLight";

  src: url("../fonts/FuturaPTLight/FuturaPTLight.otf");

  src: url("../fonts/FuturaPTLight/FuturaPTLight.otf?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPTLight/FuturaPTLight.woff2") format("woff2"),
    url("../fonts/FuturaPTLight/FuturaPTLight.woff") format("woff"),
    url("../fonts/FuturaPTLight/FuturaPTLight.ttf") format("truetype"),
    url("../fonts/FuturaPTLight/FuturaPTLight.svg#FuturaPTLight") format("svg");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "FuturaPTHeavy";

  src: url("../fonts/FuturaPTHeavy/FuturaPTHeavy.otf");

  src: url("../fonts/FuturaPTHeavy/FuturaPTHeavy.otf?#iefix")
      format("embedded-opentype"),
    url("../fonts/FuturaPTHeavy/FuturaPTHeavy.woff2") format("woff2"),
    url("../fonts/FuturaPTHeavy/FuturaPTHeavy.woff") format("woff"),
    url("../fonts/FuturaPTHeavy/FuturaPTHeavy.ttf") format("truetype"),
    url("../fonts/FuturaPTHeavy/FuturaPTHeavy.svg#FuturaPTHeavy") format("svg");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}
@font-face {
  font-family: "QTSchoolCentury";

  src: url("../fonts/QTSchoolCentury/QTSchoolCentury.otf");

  src: url("../fonts/QTSchoolCentury/QTSchoolCentury.otf?#iefix")
      format("embedded-opentype"),
    url("../fonts/QTSchoolCentury/QTSchoolCentury.woff2") format("woff2"),
    url("../fonts/QTSchoolCentury/QTSchoolCentury.woff") format("woff"),
    url("../fonts/QTSchoolCentury/QTSchoolCentury.ttf") format("truetype"),
    url("../fonts/QTSchoolCentury/QTSchoolCentury.svg#QTSchoolCentury")
      format("svg");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "QTSchoolCentury";
}
p,
a,
button {
  font-family: "FuturaPTLight";
}
#footer h4 {
  font-family: "FuturaPTHeavy";
}
.artwork_details button a {
  font-family: "FuturaPTHeavy";
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 100% !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55) !important;
}
.navbarbg {
  background-color: #e5e7e7 !important;
}
.offcanvas-header {
  display: grid !important;
  justify-content: end !important;
  padding: 2rem 2rem !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #676565;
  border: 0;
  opacity: 0.65;
}

.logoimgblock {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aboutbg {
  background-image: url("../img/aboutbg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vanbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  top: 12%;
  position: relative;
  margin-bottom: 100px;
}
#footer {
  background-image: url("../img/footerbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f6f6f6;
}
.footer-social {
  padding: 0;
  line-height: 0;
  display: flex;
  margin: 0;
}
.footer-social li {
  display: inline-block;

}
.footer-social li a {
  color: #000;
  display: inline-block;
  padding: 0px 10px;
  font-size: 22px;
  margin-left: 10px;
}
.copyfooter {
  background-color: #fff;
  padding: 1rem 0 0;

}

.offcanvas-header {
  background-color: #e5e7e7;
}
.offcanvas-body {
  background-color: #e5e7e7;
  background-image: url("../img/headerbg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 40%;
}
.verticalline {
  border-left: 2px solid #959494;
  height: 30rem;
  position: relative;
  width: 0% !important;
}
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 26px;
}
.subscribe input,
.subscribe textarea {
  max-width: 225px;
  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  padding: 5px;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #000;
  background: transparent;
  margin-right: 1rem;
}
.clr_btn.subscribe {
  background-color: #000;
  color: #fff;
  padding: 0.32rem 1rem;
  border: none;
}
.contactbg {
  background-image: url("../img/contactbg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.forminput {
  display: block ruby;
}
.contactform button {
  display: block;
}
.formsg {
  max-width: 500px !important;
}
.sendbtn {
  color: #433633 !important;
  background-color: transparent !important;
}
.box h6 {
  line-height: 1.6rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-size: 8px;
}
.bg {
  background-image: url("../img/artistbg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.artistul {
  list-style: none;
  font-size: 1.1rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.artistul li a {
  text-decoration: none;
  color: #000;
}
.descolor {
  background-color: #7f4d01;
}
.descolor p {
  color: #f3eee7;
  min-width: min(40vw, 600px);
}
.descolor div {
  text-align: left;
  margin: 2rem 0rem auto 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.buttn {
  color: #000;
  background: transparent;
  border: none;
  padding: 0;
}
.buttn a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.wpcf7-form-control.has-spinner.wpcf7-submit.clr_btn {
  border: 1px solid !important;
  text-align: center !important;
  background-color: #e5e7e7 !important;
  color: #000 !important;
  padding: 0.32rem 1rem !important;
}

.wpcf7-form-control.has-spinner.wpcf7-submit.clr_btn:hover,
.wpcf7-form-control.has-spinner.wpcf7-submit.clr_btn:focus {
   background: #000!important;
   color: #e5e7e7!important;
}

.artwork_details h4 {
  font-weight: 400;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  width: 100% !important;
}
.slick-slide {
  background: #3a8999;
  color: white;

  font-size: 30px;
  font-family: "Arial", "Helvetica", sans-serif;
  text-align: center;
}

.slick-prev::before,
.slick-next::before {
  color: black;
}

.slick-slide:nth-child(odd) {
  background: #e84a69;
}

#slider {
  position: relative;
}
.navbar {
  z-index: 999;
}
#slider img {
  display: block;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.slick-prev {
  right: 107px !important;
  left: auto !important;
}
.slick-next {
  right: 66px !important;
}
.slick-prev,
.slick-next {
  z-index: 99 !important;
}

.topnav {
  overflow: hidden;
}
.gallery_box {
  padding: 0;
  display: flow-root;
  margin-bottom: -6.2rem;
}
.gallery_box li:nth-child(2n + 1) {
  height: auto;
}
.gallery_box li {
  width: 33.333333%;
  max-width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.gallery_box .box_data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.gallery_box li:nth-child(2n) {
  height: auto;
}
.artist_list {
  background-color: #ecd0b0;
}
.artist_list h2 {
  color: #433633;
  margin-top: 8rem;
}
.artist_list a {
  text-decoration: none;
}
.artistul li:hover {
  font-weight: bold;
}
.active {
  font-weight: bold;
}

.discover_btn {
  background-color: #000;
  padding: 14;
  margin: auto;
  margin-top: auto;
  display: block;
  color: white;
  border: none;
}
.subscribe1 {
  background-color: #000;
}
.newsletter {
  margin: 6rem 0 6rem 0;
}
.classplaceholderemail::placeholder {
  color: #fff;
}
.classplaceholderemail:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.classplaceholderemail::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.subscribe1 input {
  max-width: 225px;
  width: 100%;
  border: none;

  padding: 5px;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #fff;
  background: transparent;
  margin-right: 1rem;
}
.clr_btn.subscribe {
  background-color: #e5e7e7;
  color: #000;
  padding: 0.32rem 1rem;
  border: #707070;
  text-decoration: none;
}
.discover_btn {
  background-color: #433633;
  padding: 0.62rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
input {
  margin: 0;

  font: inherit;
  color: inherit;
}
.artist_row img {
  width: 100%;
}

header .item {
  height: 100vh;
  position: relative;
}
.item {
  align-items: center;
  color: white;
  display: flex;
  height: 200px;
  justify-content: center;
}

.pill {
  font-size:1.25rem;
  font-weight: 600;
  background: #ccc;
  border-radius: 50%;
  border:1px solid #aaa;
  position: relative;
  right: -20px;
}

.pill:empty {
  display:none;
}

header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 17%;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 90%;
  height: 100%;
  left: 7%;
  top: 0px;
  position: absolute;
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 50px;
  color: #fff;
  float: left;
  position: relative;
  display: grid;
  margin-left: -25%;
  text-align: left;
  line-height: 4rem;
}

header .item .cover .header-content h2 span {
  margin-top: 1.5rem;
  display: inline-block;
}

.patternbg2 {
  background-image: url("../img/patternn2.png");
  background-position: 0px -153px;
  background-repeat: no-repeat;
  background-size: contain;
}
.address {
  justify-content: end !important;
  display: grid !important;
}
.address h4 {
	font-size: 1.1rem;
}
#artistcarousal{
  display: none;
}
.artistimage{
  padding: 0;
  background: linear-gradient(to left, #e5e7e7 50%, #7f4d01 50%);
  float: right;
}


.contactadd{
  font-size: 1rem;
  font-weight: 600;
}

.coll a img:hover  {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
 .coll a img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.zoom a img:hover  {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
 .zoom a img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.navbar-brand img {
  max-height: 80px;
}

.navicon img {
  max-height: 25px;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  opacity: 1 !important;
  max-width: max-content;
}

#primary {
  width: 100% !important;
}

#secondary {
  display: none !important;
}

.ast-article-single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ast-article-single .summary.entry-summary {
  padding: 2rem;
}

.astra-shop-summary-wrap {
  padding: 0 10px 30px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--theme-primary-color);
  display: inline-grid;

  text-align: center;
  line-height: 1.7rem;
  width: 300px;
  background-color: #fff;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-decoration: none !important;
  background-color: black;

  margin: auto;
}

.astra-shop-summary-wrap a {
  text-decoration: none !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  display: inline-block !important;
}
woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  float: left !important;
}
.summary.entry-summary {
  float: right !important;
  margin: 10px !important;
}
.quantity {
  margin: 1rem 0 !important;
}
.single_add_to_cart_button.button.alt {
  background-color: #000 !important;
}
.product_meta {
  display: none !important;
}
#primary {
  margin: 0 !important;
}
.astra-shop-summary-wrap.price {
  text-align: center !important;
  margin: auto;
}
.ast-woo-product-category {
  display: none !important;
}
.woocommerce-loop-product__title {
  font-size: 22px !important;
}
.entry-header.ast-no-thumbnail.ast-no-meta {
  width: var(--theme-container-width, 1320px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1320px !important;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid #cbcbcb !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid #cbcbcb !important;
}
.cart-collaterals {
  margin-bottom: 2rem !important;
}
a {
  color: #000;
  text-decoration: none !important;
}
.entry-header.ast-no-thumbnail.ast-no-meta {
  width: var(--theme-container-width, 1320px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1320px !important;
}
.cart-collaterals {
  width: var(--theme-container-width, 1320px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1320px !important;
  margin-bottom: 2rem !important;
}
.wc-proceed-to-checkout {
  float: right !important;
}
.entry-content.clear {
  width: var(--theme-container-width, 1320px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1320px !important;
}
.woocommerce .cart-collaterals .cart_totals {
  float: right !important;
  width: 100% !important;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: 1px solid #aeaeae !important;
  border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid #c7c6c6 !important;
}
.woocommerce a.remove {
  color: #d54225 !important;
  border: 1px solid #d54225 !important;
}
/*.wpcf7 .wpcf7-form-control-wrap {
  width: 50% !important;
  display: block;
  float: left !important;
}*/
.wpcf7-form-control .has-spinner .wpcf7-submit .sendbtn {
  color: #433633 !important;
  background-color: transparent !important;
}
input[type="button"] {
  color: #433633 !important;
  background-color: transparent !important;
}
.header-content h3 {
  color: #fff !important;
}
#clear_button {
  color: #000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 300px;
  height: 300px !important;
  object-fit:cover;
}
.buttn12 {
  color: #000 !important;
  background: transparent !important;
  border: none !important;
}
#footer p {
  font-size: 1rem;
}
.descolor p {

 color: #f3eee7;
font-size: 18px;
line-height: 19px;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 41px !important;
}
.newsfollow h5 {
  font-family: "FuturaPTLight" !important;
}
.woocommerce-product-gallery {
  flex: 1;
}
.aboutbg p{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",  "Helvetica Neue", Arial, sans-serif,  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" ;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -1px;
  text-align: justify;
  max-width: 80ch;
}
.vanbox h3{
  font-size: 28px;
}
.coll {
  display: table-cell; /* Make elements inside the container behave like table cells */
  height: 850px;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper > div:nth-child(2), .product-type-simple .price { display: none; }


.product_artist {
  font-size: 2rem;
  font-weight: 600;
}

.product_title {
  font-size: 1.5rem;
}

.artwork_attributes{
  margin: 1rem 0;
}

.product_price {
	font-size: 1.25rem;
	font-weight: 600;
}

.artwork_attributes {
  list-style: none;
  line-height: 2rem;
  padding: 1rem 0 2rem 0;
  max-width: 400px;
  margin: 1.5rem 0;
}

.art_attribute_item {
	display: flex;
	justify-content: space-between;
}

.authentic_cert {
	margin: 1rem 0;
}

#post-9 {
  padding: 1rem;
}


#customer_details {
  margin: 0 auto;
  max-width: 600px;
  padding: 1rem;
  border-radius: 5px;
}

#customer_details .col-1 {
  width: 100% !important;
}

#customer_details .col-2 {
  width: 0;
  display: none;
}
.page-link.buttn22 {
  color: #000 !important;
  padding: 0.45rem 0.97rem !important;
  border: 1px solid #cecece !important;
}
.woocommerce {
  display: block !important;
  text-align: center !important;
  overflow-x: hidden;
}
.checkout.woocommerce-checkout {
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}

#order_review_heading{
  display: none;
}

.artist_bio {
  font-size: 1.25rem;
  text-align: justify;
  word-spacing: 1px;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #000;
  background: #fff;;
}

.woocommerce-form-login {
  max-width: 600px;
  margin: 0 auto!important;
}

li.disabled a{
	background: #ddd!important;
}
 .bg_trans1 {
 background-image: url(../img/landing_bg.jpg) !important;
    
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}
.filter {
  font-size: 18px !important;
}
.artworkfilter #clear_button{
  font-size: 18px !important;
padding-top: 0 !important;
}
.certificatep {
  font-size: 1.23rem;
}


#artist_image {
	float: right;
	object-fit: cover;
	height: 400px;
	width: 400px;
	position: fixed;
}

@media only screen and (max-width: 768px) {
  .artist_row img {
    width: 100%;
  }
  .subscribe.contactform {
  justify-content: center;
}
.checkout.woocommerce-checkout {
  display: block;
}
.folus{
  justify-content: center;
  }

  .patternbg2 {
    background-position: 0px -54px;
  }
  .artist_list h2 {
    margin-top: 2rem;
  }
  .coll{
    height: auto !important;
  }
  .discover_btn {
    margin-bottom: 1rem;
  }
  .newsletter {
    margin: auto;
  }
  .newsfollow {
    justify-content: center;
  }
  .footer-social {
    justify-content: center;
  }
  .artist_row{
    display: none;
  }
  .artistimage {

  background: linear-gradient(to left, #e5e7e7 0%, #7f4d01 0%);
 
}
  #artistcarousal{
  display: block;
  }
  #artistcarousal img{
    height: auto !important;
     width: 100% !important;
  }
  #footer {
  background-position: top;
  }
  #footer .address {
    padding-top: 0 !important;
  }
  #footer .address p {
    text-align: justify;
  }
  .verticalline {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
  }
  .subscribe form {
    padding: 0 !important;
    text-align: center;
  }
  .subscribe form div {
    justify-content: center;
  }
  .subscribe form > h5 {
    margin: 1rem !important;
  }
  .subscribe > div {
    text-align: center;
  }
  .subscribe .sendbtn {
    margin-top: 0 !important;
  }
  .filter {
    text-align: center;
  }
  .artworkfilter div {
    justify-content: center;
    display: flex;
    margin-top: .57rem;
  }
  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100% !important;
  }
  .box {
    display: none;
  }
  .bg img {
    width: 100% !important;
  }
  .logoimgblock img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .vanbox {
    top: 0;
  }
  .forminput {
    display: block;
  }
  .formsg {
    max-width: auto !important;
  }
  .contactusimg {
    display: none;
  }
  .contactadd {
    text-align: center;
  }
  .btnn {
    display: initial !important;
  }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100% !important;
  }
  .list {
  height: 300px;
  overflow-y: scroll !important;
  }

/*  .ast-article-single { 
    flex-direction: column; 
  }*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .coll {
  height: 454px;
    }
    .checkout.woocommerce-checkout {
  display: block;
}
#footer p {
 
  text-align: initial;
    }
    .patternbg2 {
  background-position: 0px -100px;
      }
      .artist_list h2 {
  margin-top: 4rem;
      }
      .artworkfilter #clear_button {
  font-size: 14px !important;
  
      }
      .nice-select {
        width: 80% !important;
      }
      img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100% !important;
    }
     .artistimage {

  background: linear-gradient(to left, #e5e7e7 0%, #7f4d01 0%);
 
    }
     .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100% !important;
}
}


/*  Addtional Styles added later   */
header .offcanvas-body .nav-link:hover {
	font-weight: 600;
	color: #000;
	transform: scale(1.15);
}	

.nice-select .list {
	overflow-y:scroll!important;
	max-height:400px;
}
