/** Shopify CDN: Minification failed

Line 47:0 Unexpected "}"
Line 94:26 Unexpected "2"

**/
/*
Add you custom CSS styles at this file.

1. Rename file from "custom-example.css" to "custom.css"
2. Enable custom CSS at general settings -> developer section
3. Write your awesome CSS styles here.
 */
  .header__tape--style-1 {
    background-color: #4fb2e4
  }

 .header__tape--style-2 {
    background-color: #d3242a
  }

  .shop-by-level-images {
  	float: left; width: 24%; margin: 1% 1% 0 0; background-color: #fff;
  }
  
  .premium-brushes-images {
  	float: left; width: 33%; padding: 1px; margin: 1px
  }
  
  .premium-brushes-images-2  {
  	float: left; width: 33%; padding: 1px; margin: 1px
  }
  
  .premium-brushes-images-2 img {
  	width: 100%; height: auto; max-width: 411px;
  padding: 10px 5px;
}
  
  .premium-brush-paragraph {
   font-size: 1.2vw; 
  }
  .contact-page-images {
    background-color: #fff; padding-bottom: 10px;
  }
  

}

  
@media only screen and (max-width: 768px)
{
  #shopify-section-footer > div > div.tt-footer.tt-footer__01 > div > div > div > div.col-lg-12 > div > div:nth-child(1) {
  width: 100%;
    display: flex;
    justify-content: center;
  }
  #story-flex-container {
    display: flex; flex-direction: row; width: 100%;
  }

  #copyright-logos {
   display: flex; flex-direction: column-reverse; width: 100%; 
  }

  #footer-logos {
    justify-content: center; flex-direction: row; flex-wrap: wrap; width: 100%; display: flex;
  }

  #footer-logos img {
    margin-right:5px;   padding-bottom: 10px  
  }
  
  #footer-logos img:last-child {
    margin-right:5px;  padding-bottom: 10px
  }
body > main > div > div > div > div > div.tt-listing-page__view-options.tt-vw-opt > div > div.col-xl-3.col-lg-4.col-md-2.col-xs-4 {
  padding-right: 5px!important;
  padding-left: 5px!important;
}

  .shop-by-level-images {
      width: 49%;
      float: left;
      margin: 1% 1% 0 0;
      background-color: #fff;
      padding: 10px 0px 10px 0px;
  }
  
  .premium-brushes-images {
		width: 100%; 
    	padding: 2px; 
    	margin: 2px;
  }
  .premium-brushes-images 2 {
		width: 100%; 
    	padding: 2px; 
    	margin: 2px;
  }
  
  .premium-brushes-images-2 img {
  	width: 100%; height: auto; max-width: 411px;
  padding: 10px 5px;
}
  
  .contact-page-images {
   	width: 100%; margin: 1%; background-color: #fff; padding-bottom: 10px;
  }

}

.shop-by-level-images img {
	width: auto; height: auto; max-width: 100%;
}

.premium-brushes-images img {
	width: 100%; height: auto; max-width: 100%;
  padding: 10px 5px;
}

.brush-lines-images img {
	width: 100%; height: auto; max-width: 100%;
}

/* BUTTONS */
.blue-btn {
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #4eb2e4;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.blue-btn a:visited, a:active, a:link {
  color: #4198c4;
}

.blue-btn:hover {
  background: #4198c4;
  text-decoration: none;
  color: #ffffff;
}

.red-btn {
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #d3242b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.red-btn:hover {
  background: #b51e24;
  text-decoration: none;
  color: #ffffff;
}

.gold-btn {
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #f7de46;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.gold-btn:hover {
  background: #d9c33c;
  text-decoration: none;
  color: #ffffff;
}

.grey-btn {
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  background: #949599;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.grey-btn:hover {
  background: #7a7b7f;
  text-decoration: none;
  color: #ffffff;
}
/* END BUTTONS */

/* START GRID */
.imggrid div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* or space-around */
}

.imggrid a {
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  text-decoration: none;
  color: black;
}

@media screen and (min-width: 50em) {
  .imggrid a {
    width: calc(25% - 6px);
  }
}

.imggrid figure {
  margin: 0;
  overflow: hidden;
}

.imggrid img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ccc;
}
/* END GRID */

/*****Freebie Friday*****/
.tt-header__tape-freebie-fridays {
  margin: 0 auto;
}
.tt-header__tape-freebie-fridays::before {
  background-image: url('/cdn/shop/files/kingart-freebie-fridays-box.png');
  width: 50px;
  height: 50px;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 999;
  top: 12px;
  background-size: cover;
}
.tt-header__tape-freebie-fridays .ff-text a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding-left: 65px;
}
.tt-header__tape-freebie-fridays .ff-text a span {
  font-weight: bold;
  text-transform: uppercase;
}
.tt-header__tape-social {
  margin-left: 80px !important;
}

.tt-header.tt-header--build-03 .tt-header__content {
  min-height: 100px;
}
.tt-header__logo {
  min-width: 300px !important;
}
.tt-header__logo > .tt-logo {
  width: 100%;
}
.tt-logo img {
  width: 300px !important
}

body#our-artist-supporting-affiliations .container h1 {
  display: none;
}

/****** CHOOSING THE RIGHT BRUSH ******/
.brush-choose-box {
  width: 100%;
  border: 1px solid #000;
  margin-top: 40px;
}
.brush-choose-box .title {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  float: left;
  clear: both;
  padding: 5px 10px;
  font-weight: bold;
  width: 250px;
  text-align: center;
}
.brush-choose-box .one-half {
  padding: 40px 30px;
}
.brush-choose-box .one-half.last {
  padding: 0;
  float: right;
  margin-top: -25px;
}
.brush-choose-box .one-half.last img {
  float: right;
  width: 100%;
}


div.premium-brushes-images p a strong:hover {
  color: #4eb2e5;
}


#theme .tt-newsletter-popup {
    background-color: #000000;
      padding: 10px 60px;
}
.friday-popup .ttg-mb--30 {
    margin-bottom: 7px !important;
}
.friday-popup .tt-newsletter.tt-newsletter--style-02 input {
    background: transparent !important;
    border-color: #000 !important;
    width: 66%;
}
.friday-popup .tt-newsletter.tt-newsletter--style-02 .btn {
    background: #000 !important;
    border-color: #000 !important;
}

@media only screen and (max-width: 480px) {
  .tp-revslider-slidesli { display: none !important; }
  .tp-revslider-slidesli.active-revslide { display: inline-block !important; }
  
}

.product-collection__title a { 
	height: 80px;
}

/* Start:: pumpkin-blog CSS(RX) */
.pumpkin-blog-main .blogs {overflow: hidden;}
.pumpkin-blog-main .blogs__body .blogs-short-content {
    padding: 30px 0;
}
.pumpkin-blog-main .blogs__body h1 {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.pumpkin-blog-main .blogs__body .blog-editor-content, .pumpkin-blog-main .blogs__body .blog-editor-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}
.pumpkin-blog-main .blogs__body .blog-editor-content p {
  margin-bottom: 20px;
}
.pumpkin-blog-main .blogs__body .blog-editor-content p:last-child {
  margin-bottom: 0px;
}

.pumpkin-blog-main .blogs__body .gray-bg-section {
  position: relative;width: 100%;padding: 30px 0;background: #f2f2f2;
}
.pumpkin-blog-main .blogs__body .gray-bg-section::before {
  content: "";position: absolute;top: 0;right: -100%;background-color: #F2F2F2;height: 100%;width: 100%;
}
.pumpkin-blog-main .blogs__body .gray-bg-section::after {
  content: "";position: absolute;top: 0;left: -100%;background-color: #F2F2F2;height: 100%;width: 100%;
}
.pumpkin-blog-main .blogs__body .gray-bg-section h2 {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    color: #000000;
}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li {
    display: flex;
    position: relative;
    flex: 0 0 auto;
    width: 50%;
    padding: 0px 0px 0px 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li a {color: #000000;}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li a:hover {color: #3D96FE;}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:not(:nth-last-child(-n+2)) {
    padding-bottom: 20px;
}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:before {
    content: "\1F58C";
    height: 28px;
    width: 48px;
    font-size: 20px;
    left: 0;
    margin-left: -48px;
    display: flex;
    background: transparent;
    color: #000000;
    filter: grayscale(1);
    flex: 0 0 auto;
    margin-right: 0;
}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:nth-child(odd) {
    border-right: 1px solid #000000;
    padding-right: 30px;
}
.pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:nth-child(even) {
    padding-left: 78px;
}

.pumpkin-blog-main .blogs__body .blog-article-main {
    padding: 15px 0;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box {
    padding: 15px;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    transition: all 0.2s ease-in-out;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner a.blog-article-img {
    padding-bottom: 10px;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner a.blog-article-img .rimage {
  padding-top: 300px !important;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner a.blog-article-img .rimage img {
  height: 300px;
  object-fit: cover;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner .blog-article-by,
.lightbox .image-gallery-outer .image-gallery-content .blog-article-by {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #817C7C;
    margin-bottom: 20px;
}
.lightbox .image-gallery-outer .image-gallery-content .blog-article-by {margin-bottom: 10px;}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner .blog-article-by a,
.lightbox .image-gallery-outer .image-gallery-content .blog-article-by a {
    color: #3D96FE;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    padding-left: 5px;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner .blog-article-short-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner:hover .blog-article-img img {
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}
.pumpkin-blog-main .blogs__body .pagination {
    margin: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
}
.pumpkin-blog-main .blogs__body .pagination.pagination__prev {padding-right: 0 !important;}
@media only screen and (max-width: 767px) {
  .pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li {width: 100%;}
  .pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:nth-child(even) {
    padding-left: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .pumpkin-blog-main .blogs__body h1 {font-size: 22px;}
  .pumpkin-blog-main .blogs__body .blog-editor-content, .pumpkin-blog-main .blogs__body .blog-editor-content p {font-size: 16px;}
  .pumpkin-blog-main .blogs__body .blog-editor-content p {margin-bottom: 16px;}
  .pumpkin-blog-main .blogs__body .gray-bg-section h2 {font-size: 20px;margin-bottom: 16px;}
  .pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li {padding: 0 0 0 30px;}
  .pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:before {width: 30px;margin-left: -30px;}
  .pumpkin-blog-main .blogs__body .blog-editor-content.gray-bg-section ul li:nth-child(even) {padding-left: 30px;}
  .pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner a.blog-article-img .rimage {padding-top: 200px !important;}
  .pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner a.blog-article-img .rimage img {height: 200px;}
  .pumpkin-blog-main .blogs__body .blog-article-main .blog-box .blog-box-inner .blog-article-by {margin-bottom: 10px;}
}
/* End:: pumpkin-blog CSS */
/* Start:: Styles for the lightbox */
body.lightbox-open {overflow: hidden;}
body.lightbox-open header,
body.lightbox-open .header__content--sticky {
    z-index: 2;
}
.lightbox {
    position: fixed; top: 50%; left: 50%; z-index: 1060; display: none; height: 100%; overflow: hidden; outline: 0; width: calc(100% - 30px); transform: translate(-50%, -50%);
}
.lightbox .image-gallery-outer {
  transform: none;
  height: calc(100% - 100px);
  max-width: 660px;
  margin: 50px auto;
  display: flex;
  position: relative;
  width: auto;
  pointer-events: none;
  background: #ffffff;
}
.lightbox .image-gallery-outer .image-gallery-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lightbox .image-gallery-outer .image-gallery-content .image-gallery img {
    max-width: 100%;
    max-height: 540px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery {
    padding-bottom: 2px;
    height: 71%;
    min-height: 300px;
    max-height: 540px;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper {padding-bottom: 30px;height: 100%;}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-next, 
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: #424240;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-next:after, 
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-prev:after {
  font-size: 20px;color: #ffffff;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-next {right: 0;}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-prev {left: 0;}

.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  height: 10px;width: 10px;transition: 0.3s ease-in-out all;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-pagination-bullet-active {
    background: #333333;
    width: 65px;
    height: 10px;
    border-radius: 10px;transition: 0.3s ease-in-out all;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery-text-content {
    height: 29%;
    min-height: 245px;  
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.lightbox .image-gallery-outer.content-without-slider .image-gallery-content,
.lightbox .image-gallery-outer.content-without-slider .image-gallery-content .image-gallery-text-content {
  max-height: 100%;height: 100%;
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery-text-content::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.lightbox .image-gallery-outer .image-gallery-content .image-gallery-text-content::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.50);; 
}
/* Handle */
.lightbox .image-gallery-outer .image-gallery-content .image-gallery-text-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.50); 
}
/* Handle on hover */
.lightbox .image-gallery-outer .image-gallery-content .image-gallery-text-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.50); 
}
.lightbox .image-gallery-outer .image-gallery-content .image-gallery-text-content * {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.lightbox  .close-button {
    position: absolute;
    top: -24px;
    right: -40px;
    font-size: 48px;
    text-decoration: none;
    color: #fff;
    pointer-events: all;
}

/* Styles for the overlay background */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 998;
}

@media only screen and (max-width: 767px) {
  .lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-next, 
  .lightbox .image-gallery-outer .image-gallery-content .image-gallery .swiper .swiper-button-prev {display: none;}
  .lightbox .close-button {
    top: -30px;
    right: -5px;
  }
}
/* End:: Styles for the lightbox */
