/*
Theme Name:     House of Quiet
Theme URI:      https://houseofquiet.pl
Template:       kadence
Author:         Anna Ciosek
Author URI:     https://houseofquiet.pl
Description:    A custom child theme for House of Quiet
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* GENERAL 
----------------------------------- */
::selection {
	background-color: var(--global-palette1);
	color: var(--global-palette9);
}

body {
	overflow-x: hidden;
}

@media (min-width: 768px) {
.two-col-layout {
	column-count: 2;
  column-gap: 40px;
}
}

.kb-button {
	transition: 0.3s;
}
.kb-button:hover {
	transform: translatey(-3px);
}

/* ====== HOQ ====== */

.hoq-small-text {
	font-size: 13px;
}

.scrolling-text {
–space: 2vw;
font-size: 2.5vw;
white-space: nowrap;
animation: marquee 50s infinite linear;
padding-left: var(–space);

&:after{
content: attr(data-text);
padding-left: var(–space);
}
}
@keyframes marquee {
0% {
transform: translateX(0)
}
100% {
transform: translateX(-50%)
}
}

/* Links */
.link-style-no-underline .entry-content p>a, .link-style-no-underline .entry-content strong>a, .link-style-no-underline .entry-content em>a, .link-style-no-underline .entry-content>ul a {
	background-color: var(--global-palette7);
	border-bottom: 1px solid;
}

.link-style-no-underline .entry-content p>a:hover, .link-style-no-underline .entry-content strong>a:hover, .link-style-no-underline .entry-content em>a:hover, .link-style-no-underline .entry-content>ul a:hover {
	background-color: var(--global-palette6);
}
/* End of Links */


/* Login form on support docs site */
.mara-login-form form {
	max-width:600px;
}
.mara-login-form .woocommerce h2 {
	display:none;
}
.mara-login-form .woocommerce-form {
	margin:0 auto !important;	
}

/* Lists */
article ol li, article ul li {
	margin-bottom:12px;
	padding-left:12px;
}




.on-top {
	position:relative;
	z-index:3;
}
.caption-link a {
	color: #4e4e4e;
}

/* Accordion */
button.kt-blocks-accordion-header {
	text-transform: none;
	letter-spacing:0;
}
.kt-blocks-accordion-title-wrap {
    padding-right: 40px;
}

.block-elem {
	display: block;
}

/* Footer padding for Full Width */
.site-footer-wrap .site-container {
	padding-left:80px;
	padding-right:80px;
}

.kt-blocks-carousel .slick-dots {
	bottom:-60px;
}




/* Mobile Menu */
.popup-drawer .mobile-drawer-content {
	padding: 0 4em 4em;
}


/* WooCommerce 
------------------------*/
:root {
    --global-gray-400: #cbcbcb;
    --global-gray-500: #A0a0a0;
}

.woocommerce .button {
    padding: 16px 32px !important;
	height:auto !important;
	line-height:1.4!important;
}

input#coupon_code.input-text {
	padding: 13px 5px !important;
	height: auto;
}
/* Review Cart */
#cart-drawer h2.side-cart-header {
	font-size: 30px;
}
.drawer-inner {
	padding-top:1em;
}
#cart-drawer .woocommerce ul.cart_list li a, 
#cart-drawer .woocommerce ul.product_list_widget li a {
	font-size: 1em;
	font-weight:400;
}

.woocommerce a.remove {
	color: var(--global-palette-highlight) !important;
}
.woocommerce.widget_shopping_cart .buttons a, .woocommerce .widget_shopping_cart .buttons a {
	margin-bottom:20px;
}
.woocommerce-mini-cart__total {
	padding: 40px 0 !important;
}
.woocommerce-mini-cart li {
	padding:20px 0 !important;
}

/* Single Product page inner wrap padding */
.woocommerce .kadence-woo-template-wrap.entry-content-wrap {
	padding:0 20px !important;
}

.addtocart-button button {
	width:100%;
}
.quantity {
	display: none;
}


/*FORMS */


/* submit-ticket-form */
.submit-ticket-form .kb-accept-form-field a {
	  order: 10;
    padding-left: 20px;
    font-size: 13px;
    margin-top: -5px;
}

.kadence-blocks-form-success {
    background: var(--global-palette8);
    border: 1px solid var(--global-palette8);
    color: var(--global-palette2);
	font-weight: 500;
}
.form-placeholder ::placeholder {
		color: var(--global-palette4);
}

/* Single Blog Post 
----------------------------------- */

.single-post .single-entry {
	max-width:710px;
	margin: 0 auto;
}
.single-post {
	font-size: 18px;
}
.entry-related .entry-related-carousel .entry {
	background-color: #ffffff00;
}
.entry-related-carousel h3.entry-title {
  font-size: 26px;
}
.entry-related-carousel .entry-title {
	margin-top:20px !important;
}

.entry-taxonomies a {
	font-weight: 600;
	letter-spacing: 0.2em;
}
.entry-taxonomies {
	margin: 30px 0 10px;
}
/* Blog Heading */
.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
	margin: 2em 0 1em;
}
.single-post h2 {
	margin-top: 120px;
	margin-bottom: 36px;
}
.single-post h2:before {
	
}


@media (min-width: 1025px) {
	.single-post h2 {
		font-size: 40px;
	}
}


.single-post h3,
.single-post h4 {
	font-weight: 400 !important;
}


/* END OF Blog Heading */




@media (min-width:768px) {
	.abs1 {
	position:absolute;
	width:180px;
	left:0;
	bottom:0
}
}
@media (max-width:767px) {
	.abs1 {
		display:none;
	}
}

/* COOKIES */
.cky-btn {
	letter-spacing: 0 !important;
}
