	/*
Theme Name: Luxe Stitch Child
Template: twold
Author: Twold WP
Description: The TwoldTheme is a sleek, performance-optimized WordPress theme designed to help you build stunning, lightning-fast websites with ease. Its intuitive drag-and-drop header and footer builder empowers users to craft custom layouts in minutes, while the expansive library of beautifully designed starter templates ensures a professional look for any project. With smart global controls for fonts and colors, customization is effortless. Whether you're creating an ecommerce store, an educational platform, or a business website, Twold seamlessly integrates with leading plugins, making it the ultimate toolkit for any web development need.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.9.1728562645
Updated: 2024-10-10 12:17:25

*/

	@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

	/* Theme customization starts here -------------------------------------------------------------- */


	/* titlle margin */

	.single-content h1.elementor-heading-title,
	.single-content h2.elementor-heading-title,
	.single-content h3.elementor-heading-title,
	.single-content h4.elementor-heading-title,
	.single-content h5.elementor-heading-title,
	.single-content h6.elementor-heading-title {
		margin: 0;
	}

	.single-content h1,
	.single-content h2,
	.single-content h3,
	.single-content h4,
	.single-content h5,
	.single-content h6 {
		margin: 0;
	}

	/* footer */

	.site-footer-section .widget-area ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	/* image carousal */

	.elementor-widget-image-carousel .swiper .swiper-slide figure {
		display: inline-block;
		text-align: center;
	}

	/* blog grid, slider, list hover */


	.elementor-widget-ucaddon_post_carousel .uc_image_carousel_placeholder:hover img,
	.loop-entry .post-thumbnail-inner:hover img,
	.uc_post_list_image img:hover {
		transform: scale(1.05);
	}

	.loop-entry .post-thumbnail-inner img,
	.uc_post_list_image img {
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.uc_post_list_image {
		overflow: hidden;
	}

	.blog .primary-sidebar input[type="search"]:focus {
		color: var(--global-palette1);
		border-color: var(--global-palette6);
	}

	/* Hover zoom - singleblog*/

	.hover-zoom .uc_post_list_image img:hover {
		transform: scale(1.05);
	}

	.hover-zoom .elementor-image-box-img {
		overflow: hidden;
	}

	.elementor-widget-image .elementor-widget-container {
		overflow: hidden;
	}

	/* archive conetnt left sidebar */

	body .wp-block-latest-posts__list li,
	body.search-results.content-style-unboxed .site .post-thumbnail,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
	.wp-block-latest-posts.wp-block-latest-posts__list {
		margin: 0;
	}

	.search-results.content-style-unboxed .entry-content-wrap {
		margin-block-start: 20px;
	}


	/* widget spacing */

	#secondary .woocommerce.widget_product_categories>ul li,
	.widget .tagcloud a,
	.widget li,
	#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
	.wp-block-tag-cloud .tag-cloud-link {
		padding-block: 10px;
	}

	/* input search border */

	.wp-block-search .wp-block-search__input,
	.wp-block-search .wp-block-search__input:focus,
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		box-shadow: none;
		color: var(--global-palette1);
		border: 1px solid var(--global-palette6);
		border-radius: 0px;
	}

	/* input border */

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		border: 1px solid var(--global-palette6);
		color: var(--global-palette1);
		background-color: transparent;
	}

	/* input radius */
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		border-radius: 0px;
	}



	/* archive search left sidebar */

	.wp-block-search .wp-block-search__input {
		border: 1px solid var(--global-palette6);
		color: var(--global-palette1);
		background: transparent;
	}

	body .wp-block-search .wp-element-button.wp-block-search__button {
		color: var(--global-palette9);
		background: var(--global-palette1);
	}

	/* search input */

	#search-drawer .drawer-inner input.search-field {
		border: none;
		border-bottom: 1px solid var(--global-palette9);
		border-radius: 0px;
		color: var(--global-palette9);
	}

	#search-drawer .drawer-inner .search-form input.search-field:focus {
		box-shadow: none;
		color: var(--global-palette9);
	}


	/* blog author */

	.wp-block-latest-posts__post-author,
	.wp-block-latest-posts__post-date {
		color: var(--global-palette1);
		font-size: 15px;
		font-weight: 400;
		text-transform: none;
	}

	.wp-block-search__button {
		border-radius: 0px;
	}

	.form-submit .submit:hover {
		background-color: transparent;
		color: var(--global-palette2);
	}

	/* blog sidebar date */
	.wp-block-latest-posts__post-author,
	.wp-block-latest-posts__post-date {
		color: var(--global-palette1);
		font-size: 16px;
		font-weight: 400;
		text-transform: none;
	}

	/* button */
	body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
		font-size: 18px;
		text-transform: capitalize;
		font-weight: 400;
		color: var(--global-palette1);
		line-height: 23px;
		text-decoration: underline;
		font-family: 'EB Garamond';
	}

	body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link:hover {
		color: var(--global-palette2);
	}

	body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .twold-svg-iconset {
		display: none;
	}

	@media screen and (max-width: 766px) {

		form.comment-form .comment-input-wrap .comment-form-author,
		form.comment-form .comment-input-wrap .comment-form-email,
		form.comment-form p.comment-form-float-label {
			margin: 0px;
		}
	}

	/* woo commerce */

	body #wrapper .woocommerce form .form-row input.input-text,
	body #wrapper .woocommerce form .form-row textarea,
	.woocommerce table.shop_table td .quantity.spinners-added,
	body.woocommerce-cart table.cart td.actions .coupon .input-text,
	body .select2-container--default .select2-selection--single,
	body .select2-dropdown,
	.woocommerce-billing-fields__field-wrapper,
	body .woocommerce-cart #payment ul.payment_methods li,
	body .woocommerce-checkout #payment ul.payment_methods li,
	#add_payment_method #payment ul.payment_methods li,
	body .select2-container--default .select2-search--dropdown .select2-search__field {
		border-radius: 0px;
	}

	.woocommerce-info .showcoupon,
	.woocommerce-info .showlogin {
		color: var(--global-palette1);
	}

	.woocommerce-info .showcoupon:hover,
	.woocommerce-info .showlogin:hover {
		color: var(--global-palette1);
	}

	.woocommerce-privacy-policy-link,
	.woocommerce-terms-and-conditions-link {
		color: var(--global-palette1);
		font-weight: 600;
	}

	/* cart plus minus */
	body .quantity.spinners-added input.minus:hover,
	body .quantity.spinners-added input.plus:hover {
		background: transparent;
		box-shadow: none;
		color: var(--global-palette1);
	}

	/* loader */
	.pageloader {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: url(assets/images/loader.gif) center no-repeat #fff;
		background-size: 110px;
	}

	/* comment */
	.comment-form .comment-form-comment textarea::placeholder,
	.comment-form .comment-input-wrap input::placeholder {
		color: var(--global-palette1);
	}

	.comment-form .comment-form-comment textarea:focus,
	.comment-form .comment-input-wrap input:focus {
		box-shadow: none;
	}

	.comment-form p.comment-form-float-label label.float-label,
	.comment-form .comment-input-wrap p label.float-label {
		color: var(--global-palette1);
	}

	.reply a.comment-reply-link {
		color: var(--global-palette1);
		border-color: var(--global-palette1);
	}

	/*-----------------------------------------------elemenor css-------------------------------------------------- */
	/* --------------- woocommerce css --------------- */

	body .woocommerce .woocommerce-info,
	.woocommerce ul.woocommerce-error {
		background: #deffd5;
		color: var(--global-palette3);
	}

	.woocommerce-info .showcoupon,
	.woocommerce-info .showlogin {
		color: var(--global-palette1);
	}

	.woocommerce-info .showcoupon:hover,
	.woocommerce-info .showlogin:hover {
		color: var(--global-palette1);
	}

	/* newsletter */
	.newsletter-form {
		width: 441px;
		position: relative;
	}

	.newsletter-form input[type="email"] {
		width: 100%;
		height: 4%;
		background-color: transparent;
		border-bottom: 1px solid var(--global-palette1);
		color: var(--global-palette1);
		padding: 7px;
		border-right: none;
		border-top: none;
		border-left: none;
		padding-inline: 0;
	}

	.newsletter-form input[type="email"]::placeholder,
	.newsletter-form textarea::placeholder {
		color: var(--global-palette1);
		text-transform: capitalize;
		text-align: left;
	}

	.mc4wp-form .newsletter-form input[type="submit"] {
		position: absolute;
		right: 0;
		font-size: 0;
		background-color: transparent;
		background-image: url(assets/images/newsletter-icon.svg);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: 50%;
		width: 20px;
		padding-left: 0px;
		padding-bottom: 0px;
		border: none;
	}

	.mc4wp-response {
		color: var(--global-palette1);
		margin-top: 10px;
		font-size: 15px;
		text-align: left;
	}

	@media screen and (max-width: 1794PX) {
		.newsletter-form {
			width: 100%;
		}
	}

	/* footer */

	.footer_gallery {
		display: flex;
	}

	body .footer-social-wrap .footer-social-item::after {
		content: '';
		display: block;
		background-color: var(--global-palette1);
		width: 7px;
		height: 2px;
		margin: 0 0 0 17px;
	}

	body .footer-social-wrap .footer-social-item:last-child::after {
		content: none;
	}

	.wp-block-gallery {
		gap: 0px !important;
	}

	.footer-widget-area .wp-block-gallery {
		flex-wrap: nowrap !important;
		margin: 0 0 !important;
	}



	@media screen and (max-width: 1794PX) {
		.footer-widget-area .wp-block-gallery {
			margin: auto;
			justify-content: center;
		}
	}

	@media screen and (max-width: 719PX) {
		.footer-widget-area .wp-block-gallery {
			flex-wrap: wrap !important;
		}

		body .footer-social-wrap .footer-social-item .social-label {
			font-size: 25px;
		}
	}

	@media screen and (min-width: 1265px) {
		.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
			grid-template-columns: minmax(0, 2fr) minmax(0, 3.7fr) minmax(0, 2fr);
		}
	}

	/* faq */
	.faq .elementor-widget-container .uc_container .uc_ac_box:last-child {
		margin-bottom: 0px;
	}

	/* img hover */
	.elementor-widget-image.img-hover .elementor-widget-container {
		float: none;
		display: flex;
		background-color: transparent;
		overflow: hidden;
	}

	.elementor-widget-image.img-hover .elementor-widget-container::after,
	.elementor-widget-image.img-hover .elementor-widget-container::before {
		position: absolute;
		content: '';
		background: rgba(255, 255, 255, .2);
		transition: all 0.7s ease-in-out;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0);
		display: block;
	}

	.elementor-widget-image.img-hover:hover .elementor-widget-container::after {
		width: 100%;
		height: 0;
		top: 50%;
		background: rgba(255, 255, 255, 0.1);
		bottom: 50%;
	}

	.elementor-widget-image.img-hover:hover .elementor-widget-container::before {
		width: 0;
		height: 100%;
		left: 50%;
		background: rgba(255, 255, 255, 0.1);
		right: 50%;
	}

	/* testimonial */

	body .icon_testimonal .uc_quote_item::after {
		content: '';
		display: block;
		background: url(./assets/images/quote-01.svg);
		width: 60px;
		height: 60px;
		position: absolute;
		bottom: 6em;
		top: 0;
		right: 34px;
		margin: auto;
	}

	body .icon_testimonal .uc_quote_item::before {
		content: '';
		display: block;
		background: url(./assets/images/quote-02.svg);
		width: 60px;
		height: 60px;
		position: absolute;
		bottom: 6em;
		top: 0;
		left: 34px;
		margin: auto;
	}

	@media screen and (max-width: 1200PX) {

		body .icon_testimonal .uc_quote_item::after,
		body .icon_testimonal .uc_quote_item::before {
			content: '';
			display: none;
		}

	}

	/* blog */

	#our-blog .ue-meta-data.ue-meta-date-time .ue-grid-item-meta-data {
		transform: rotate(90deg);
		position: absolute;
		max-width: fit-content;
		height: fit-content;
		font-size: 30px;
		font-weight: 400;
		text-transform: capitalize;
		font-family: 'EB Garamond';
		color: var(--global-palette9);
	}

	#our-blog .ue-meta-data.ue-meta-date-time .ue-grid-item-meta-data:first-child {
		top: 25%;
	}

	#our-blog .ue-meta-data.ue-meta-date-time .ue-grid-item-meta-data:last-child {
		bottom: 25%;
	}

	#our-blog .ue-meta-data.ue-meta-date-time {
		max-width: 80px;
		width: 100%;
		justify-content: center;
		background-color: var(--global-palette2);
	}

	#our-blog .ue-woo-grid .ue-item:nth-child(1) .ue-meta-data.ue-meta-date-time,
	#our-blog .ue-woo-grid .ue-item:nth-child(3) .ue-meta-data.ue-meta-date-time {
		background-color: var(--global-palette9);
	}

	#our-blog .ue-woo-grid .ue-item:nth-child(1) .ue-meta-data.ue-meta-date-time .ue-grid-item-meta-data,
	#our-blog .ue-woo-grid .ue-item:nth-child(3) .ue-meta-data.ue-meta-date-time .ue-grid-item-meta-data {
		color: var(--global-palette1);
	}


	#our-blog .ue-woo-grid .ue-item:nth-child(2) .uc_content {
		text-align: right;
		padding: 0em 2.5em 0em 6em;
	}

	#our-blog .ue-woo-grid .ue-item:nth-child(2) .ue-meta-data:not(.ue-meta-date-time) {
		justify-content: right;
	}

	#our-blog .uc_post_grid_style_one_image {
		width: 40.3% !important;
	}

	@media screen and (max-width: 1366px) and (min-width: 1200px) {
		#our-blog .ue-woo-grid .ue-item:nth-child(2) .uc_content {
			padding: 0em 2.5em 0em 4em;
		}
	}

	@media screen and (max-width: 1200px) and (min-width: 767px) {
		#our-blog .ue-woo-grid .ue-item:nth-child(2) .uc_content {
			padding: 2em 2em 2em 2em;
		}
	}

	@media screen and (max-width: 1024px) {
		#our-blog .ue-woo-grid .ue-item:nth-child(2) .uc_content {
			padding: 1.5em 0em 1.5em 0em;
		}
	}

	@media screen and (max-width: 1024px) {
		#our-blog .uc_post_grid_style_one_image {
			width: 100% !important;
		}

		#our-blog .uc_post_grid_style_one:not(.ue-list-view) .ue-item .uc_post_grid_style_one_image,
		#our-blog .uc_post_grid_style_one:not(.ue-list-view) .ue-item .uc_content {
			width: 100%;
		}

		#our-blog .uc_post_grid_style_one:not(.ue-list-view) .ue-item {
			display: grid;
		}

		#our-blog .ue-woo-grid .ue-item:nth-child(2) .uc_content {
			text-align: center;
		}

		#our-blog .ue-woo-grid .ue-item:nth-child(2) .ue-meta-data:not(.ue-meta-date-time) {
			justify-content: center;
		}

		#our-blog .ue-meta-data.ue-meta-date-time .ue-grid-item-meta-data {
			display: none;
		}
	}

	/* product lable */
	.sale_title .ue_woocommerce_product_label {
		rotate: -48deg;
	}

	.sale_title .ue-item {
		opacity: var(--global-palette9) !important;
	}

	/* maqree scrolling */

	.vertical-marqee .ue-marquee .ue-marquee-tag {
		transform: rotate(90deg);
	}

	.vertical-marqee .ue-marquee .ue-marquee-content {
		gap: 11.9em;
	}

	.vertical-marqee .ue_marq_text_wrap {
		margin-left: 10px;
	}

	@media screen and (max-width: 1828px) and (min-width: 1367px) {
		#slider_marquee.e-con-full {
			display: none;
		}

	}

	/* slider tab */
	.r-tabs-tab.r-tabs-state-default .ue_tab_icon {
		opacity: 0;
	}

	.r-tabs-tab.r-tabs-state-active .ue_tab_icon {
		opacity: 1;
	}

	.r-tabs-tab.r-tabs-state-default .ue_tab_icon {
		font-size: 0px !important;
	}

	.elementor-widget.elementor-widget-ucaddon_uc_bullet_tabs .r-tabs-tab:last-child .r-tabs-anchor {
		border: none;
	}

	/* count_border */

	.elementor-element .count_border .elementor-counter::after {
		content: '';
		display: block;
		border-right: 1px solid var(--global-palette3);
		rotate: 20deg;
		position: absolute;
		top: -15px;
		right: 0;
		bottom: 0;
		left: 16em;
		height: 155px;
	}

	@media screen and (max-width: 1200PX) {

		.elementor-element .count_border .elementor-counter::after {
			content: '';
			display: none	;
		}

	}

	/* logo hover */

	body .elementor-element .ue_ico_title_text_holder .ue-item-icon svg:hover{
		color: var(--global-palette1);
	}