/*
Theme Name: imta-theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: 'SVN PF Din Text Pro';
	src: url('../../fonts/SVN-PF-Din-Text-Pro-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Keep Flatsome icon fonts intact while using the local font for all site text. */
body,
button,
input,
select,
textarea,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, label, li, dt, dd, th, td, caption, legend, small, strong, em, b, blockquote, figcaption, .heading-font, .nav > li > a, .button, .widget-title, .price, .amount) {
	font-family: 'SVN PF Din Text Pro', Arial, sans-serif !important;
}


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* IMTA utility shortcodes: enforce a consistent Flatsome override. */
.imta-utility-action,
a.imta-utility-action,
button.imta-utility-action {
	align-items: center !important;
	color: #171717 !important;
	display: inline-flex !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	gap: 12px !important;
	letter-spacing: -0.45px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.imta-utility-action:hover,
.imta-utility-action:focus {
	color: #171717 !important;
	opacity: 0.8;
}

.imta-utility-action__icon {
	display: inline-flex !important;
	flex: 0 0 23px !important;
	height: 23px !important;
	width: 23px !important;
}

.imta-utility-action__icon svg {
	display: block;
	fill: none !important;
	height: 100%;
	stroke: currentColor !important;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
	width: 100%;
}

.imta-utility-action__label {
	white-space: nowrap;
}

@media (max-width: 549px) {

	.imta-utility-action,
	a.imta-utility-action,
	button.imta-utility-action {
		font-size: 14px !important;
		gap: 10px !important;
	}

	.imta-utility-action__icon {
		flex-basis: 21px !important;
		height: 21px !important;
		width: 21px !important;
	}
}


.imta-utility-search {
	display: inline-block;
	position: relative;
}

.imta-utility-search__toggle {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.imta-utility-search__form {
	background: #fff;
	border: 1px solid #d8d8d8;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
	display: none;
	left: 0;
	margin: 0;
	padding: 7px;
	position: absolute;
	top: calc(100% + 14px);
	width: min(320px, 88vw);
	z-index: 1000;
}

.imta-utility-search.is-open .imta-utility-search__form {
	display: flex;
}

.imta-utility-search__form input {
    border: 0;
    box-sizing: border-box;
    box-shadow: none;
    flex: 1;
    height: 40px;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0 10px;
}

.imta-utility-search__form input:focus {
	box-shadow: none;
	outline: none;
}

.imta-utility-search__form button {
	align-items: center;
	background: #171717;
	border: 0;
	color: #fff;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	margin: 0;
	padding: 10px;
	width: 40px;
}

.imta-utility-search__form button svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 18px;
}

