	/*
Theme Name: Fixtures 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=Agbalumo&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fira+Sans+Extra+Condensed: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=Geologica:wght,CRSV@100..900,0&family=Jockey+One&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Manrope:wght@200..800&family=Marcellus&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Rowdies:wght@300;400;700&family=Sora:wght@100..800&family=Urbanist:ital,wght@0,100..900;1,100..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-element.elementor-widget-image {
		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: 6px;
	}

	/* 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;
	}

	/* border radius */

	.wp-block-search .wp-block-search__input,
	body .wp-block-search .wp-block-search__button,
	body .twold-header-cart.header-navigation ul a.button,
	#search-drawer .drawer-inner input.search-field {
		border-radius: 0px;
	}

	/* archive search left sidebar */

	.wp-block-search .wp-block-search__input {
		padding: 0.84em 0.7em;
		border: 1px solid var(--global-palette6);
		color: var(--global-palette1);
		border-radius: 0px;
		background: transparent;
	}

	body .wp-block-search .wp-element-button.wp-block-search__button {
		color: var(--global-palette9);
		background: var(--global-palette2);
		border: 1px solid var(--global-palette2);
		border-radius: 0px;
	}

	body .wp-block-search .wp-element-button.wp-block-search__button:hover {
		box-shadow: none;
		color: var(--global-palette2);
		background: transparent;
		border: 1px solid var(--global-palette2);
	}

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

	/* 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;
	}

	/* button */
	body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
		font-size: 16px;
		line-height: 16px;
		text-transform: capitalize;
		font-weight: 700;
		color: var(--global-palette2);
		letter-spacing: 0;
		text-decoration: underline;
		font-family: 'Figtree';
	}

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

	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;
		}
	}

	/* blog page*/
	.reply .comment-reply-link,
	.reply .comment-reply-link:focus,
	.reply .comment-reply-link:hover {
		border: 1px solid var(--global-palette1);
		color: var(--global-palette1);
		border-radius: 0px;
	}

	.wp-block-latest-posts__featured-image img {
		border-radius: 0px;
	}

	.wp-site-blocks .post-thumbnail.twold-thumbnail-ratio-inherit img,
	#archive-container a.post-thumbnail {
		border-radius: 0px;
	}

	/* blog single */
	@media screen and (max-width: 767px) {
		#main .twold-thumbnail-position-behind {
			margin-bottom: -2.3em;
			height: 300px;
		}
	}

	#main .twold-thumbnail-position-behind .post-thumbnail-inner,
	#main .twold-thumbnail-position-behind .post-thumbnail-inner img {
		height: 100%;
	}

	/* 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: 180px;
	}

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

	/* header */
	header .mobile-toggle-open-container .menu-toggle-open:focus {
		color: var(--global-palette9) !important;
	}

	/* text br none */
	@media screen and (max-width: 519px) {
		.elementor-widget-text-editor br {
			display: none;
		}
	}

	/* slider */

	.content-container .content-wrap .elementor .elementor-widget-slider_revolution .wp-block-themepunch-revslider .sr7-staticslide .sr7-layer {
		display: none !important;
	}

	/* remote tab */
	.uc-items-wrapper .ue-item:last-child {
		border: none !important;
	}

	.uc-items-wrapper .ue-item.ue-item-active .ue-item-link .ue-item-title::before {
		content: '';
		display: inline-table;
		margin: 10px 5px 10px 0;
		width: 77px;
		height: 1px;
		background: var(--global-palette2);
	}

	/* blog */
	@media screen and (max-width: 767px) {

		.elementor-widget-ucaddon_post_grid .ue-woo-grid .ue-item,
		.elementor-widget-ucaddon_post_grid .ue-woo-grid .ue-item .uc_content {
			flex-direction: column !important;
			align-items: center;
			width: 100% !important;
			text-align: center;
		}

		.uc_post_grid_style_one .ue-item .uc_content .ue-meta-data {
			justify-content: center !important;
			display: block !important;
			margin-top: 30px;
		}
	}

	/* img-hover */
	.img-hover {
		position: relative;
		overflow: hidden;
	}

	.img-hover::before {
		position: absolute;
		top: 0;
		left: -86%;
		z-index: 1;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}

	.img-hover:hover::before {
		-webkit-animation: shine .75s;
		animation: shine .75s;
	}

	@-webkit-keyframes shine {
		100% {
			left: 125%;
		}
	}

	@keyframes shine {
		100% {
			left: 125%;
		}
	}

	/* contact from home*/
	.contact p {
		display: grid;
		gap: 10px;
	}

	.contact .cf-field,
	.contact .cf-textarea,
	.contact select,
	.contact .cf-field:focus,
	.contact .cf-textarea:focus,
	.contact select:focus {
		width: 100%;
		background: transparent;
		border: 1px solid var(--global-palette6);
		padding: 16px 20px;
		border-radius: 0;
	}

	.contact textarea {
		height: 160px;
	}

	.contact .cf-field::placeholder,
	.contact .cf-textarea::placeholder {
		color: var(--global-palette1);
	}

	.contact .cf-submit {
		width: 100%;
		height: 55px;
		padding: inherit;
	}

	.contact .wpcf7-spinner {
		display: none;
	}

	/* newsletter */
	.newsletter-form {
		width: 555px;
		position: relative;
		text-align: center;
		margin: auto;
	}

	.newsletter-form input[type="email"],
	.newsletter-form input[type="email"]:focus {
		padding: 15px 44px;
		width: 100%;
		color: var(--global-palette1);
		background: transparent;
		border: 1px solid var(--global-palette6);
	}

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

	.mc4wp-form .newsletter-form::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 65px;
		background-color: transparent;
		background-image: url(./assets/images/newsletter-icon.svg);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: 50%;
		width: 52px;
	}

	.newsletter-form input[type="submit"] {
		width: 155px;
		height: 55px;
		margin-top: 11px;
	}

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

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

	.mc4wp-response .mc4wp-alert {
		color: var(--global-palette1);
		margin-top: 15px;
		text-align: center;
	}

	/* header social */
	body .header-social-wrap .header-social-item {
		position: relative;
	}

	body .header-social-wrap .header-social-item::after {
		content: '';
		display: block;
		background-color: var(--global-palette1);
		width: 7px;
		height: 2px;
		position: absolute;
		top: 0;
		right: -10px;
		bottom: 0;
		margin: auto;
	}

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

	/* header html */

	.site-header-row-container-inner .site-top-header-inner-wrap .header-html-inner span {
		font-weight: 400;
		text-transform: lowercase;
	}

	/* header serch */
	.site-header-row-container-inner .site-header-main-section-right .search-form .search-field {
		padding: 0.8em 0.6em;
	}

	.search-form .search-submit[type="submit"]:hover~.twold-search-icon-wrap {
		color: var(--global-palette9);
	}

	.item-is-stuck .search-form input[type="search"],
	.item-is-stuck .search-form input.search-field {
		border: 1px solid #BB976DA1 !important;
	}

	.item-is-stuck .search-form .search-submit[type="submit"]~.twold-search-icon-wrap,
	.item-is-stuck .search-form .search-submit[type="submit"]:hover~.twold-search-icon-wrap,
	.item-is-stuck .header-item-search-bar form ::placeholder {
		color: #BB976DA1;
	}

	.item-is-stuck .header-item-search-bar form input.search-field {
		color: var(--global-palette1);
	}

	/* header resopnsive */
	@media (max-width: 1345px) and (min-width: 1025px) {
		.header-search-bar form {
			max-width: 100%;
			width: 100%;
		}

		.site-main-header-wrap .site-header-row-container-inner>.site-container {
			padding: 0px 10px 0px 10px;
		}

		.main-navigation .primary-menu-container>ul>li.menu-item>a {
			padding-left: 1em;
			padding-right: 1em;
		}
	}

	/* footer */

	@media (max-width: 1315px) and (min-width: 1025px) {
		.site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}

	.site-middle-footer-inner-wrap .site-footer-middle-section-2 .footer_title,
	.site-middle-footer-inner-wrap .site-footer-middle-section-2 .footer_title_last {
		font-weight: 700;
		text-transform: uppercase;
	}

	@media screen and (min-width: 720px) {
		.site-middle-footer-inner-wrap .site-footer-middle-section-2 .footer_title_last {
			margin-bottom: 25px !important;
		}
	}

	.site-footer-middle-section-3 ul li a::before,
	.site-footer-middle-section-4 .footer-social-wrap .social-label::before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 100px;
		margin-right: 10px;
		background: var(--global-palette2);
	}

	.site-footer-middle-section-4 .footer-social-wrap a.social-button .social-label {
		padding: 0;
	}

	.site-footer-middle-section-4 .social-show-label-true a.social-button {
		justify-content: start;
		width: 130px;
	}

	/* footer bottom */

	@media screen and (min-width: 720px) {
		.site-bottom-footer-wrap .site-footer-bottom-section-2 {
			margin-left: auto;
		}

		.site-bottom-footer-wrap .site-footer-bottom-section-2 ul {
			display: flex;
			gap: 20px;
		}

		.site-bottom-footer-wrap .site-footer-bottom-section-2 ul li:last-child::before {
			content: '';
			border-left: 2px solid var(--global-palette9);
			padding-left: 20px;
		}
	}

	/* video img */
	.video-img {
		animation: rotate-center 90s linear infinite;
	}

	@keyframes rotate-center {
		0% {
			transform: rotate(0);
		}

		100% {
			transform: rotate(360deg);
		}
	}

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