/*
Theme Name:     Inkable
Theme URI:      n/a
Template:       kadence
Author URI:     n/a
Description:    This is the child theme of Inkablelable website.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* This is the appearance > customize > custom css file */
.entry-content-wrap {
  padding: 0;
}
/* header */
.header-cart-total {
  position: relative;
  right: 18px;
  bottom: 12px;
}
/* footer */
#colophon {
  color: white;
}
#colophon p{
	margin: 0;
}
#colophon .site-top-footer-inner-wrap{
	position: relative;
}
#colophon .site-top-footer-inner-wrap p{
	font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
	width: 510px;
  margin: 0 auto;
	background: var(--global-palette1);
	z-index: 2;
	position: relative;
}
#colophon .site-top-footer-inner-wrap #block-11
{
	position: absolute;
  top: 27px;
  width: 100%;
}
#colophon #block-9 p{
	line-height: 1.4;
}
@media (max-width: 767px){
	#colophon .site-top-footer-inner-wrap p{
	font-size: 30px;
	width: auto;
}
#colophon .site-top-footer-inner-wrap #block-11
{
  top: 12px;
}
}
/* Single product page */
.kadence-product-gallery-thumbnails li{
	padding: 10px;
  border: 1px solid var(--global-palette1) !important;
  border-radius: 17px;
	margin-bottom: 3px !important;
}
.kadence-product-gallery-thumbnails li.splide__slide.is-active{
	padding: 10px;
  border: 1px solid var(--global-palette2) !important;
  border-radius: 17px;
	outline: 0 !important;
	outline-offset: 0 !important;
}
.kadence-product-gallery-thumbnails > div{
	width: 70%;
}
.kadence-product-gallery-thumbnails .splide__arrow--next{
	right: -30px !important;
}
.kadence-product-gallery-thumbnails .splide__arrow--prev{
	left: -30px !important;
}
.post-archive-hero-section{
	position: relative;
}
.post-archive-title .archive-title {
  font-size: 60px;
}
.post-archive {
  color: var(--wp--preset--color--theme-palette-1);
}
.post-archive article{
	box-shadow: none !important;
	display: flex;
  flex-direction: column;
}
.post-archive article .post-thumbnail {
  margin-bottom: 25px;
}
.post-archive article .more-link-wrap{
	display: flex;
}
.post-archive article .post-more-link {
  background: var(--wp--preset--color--theme-palette-2);
  color: white;
  padding: 15px 25px;
}
.post-archive article .entry-content-wrap{
	padding: 0;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
	height: 100%;
}
.post-archive article .entry-header, .post-archive article .entry-summary p{
	margin: 0;
}