/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */

/* Roboto font lock: readable site text only; icon fonts are preserved below. */
body,
button,
input,
select,
textarea,
optgroup,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
blockquote,
figcaption,
label,
legend,
table,
th,
td,
.primary-desktop .sh-nav > li > a,
.sh-nav > li > a,
.sh-header-mobile-navigation li a,
.sh-button,
.vc_btn3,
.wpb_button,
.wpb_text_column,
.wpb_content_element,
.vc_custom_heading,
.sh-heading,
.sh-heading span,
.sh-titlebar .titlebar-title,
.sh-titlebar .title-level,
.sh-page-title,
.sh-blog-single-title,
.sh-portfolio-single-title,
.sh-section-title,
.sh-portfolio-title,
.sh-post-title,
.sh-team-name,
.sh-testimonials-name,
.sh-testimonials-quote,
.sh-counter-title,
.sh-iconbox-title,
.sh-pricing-title,
.sh-pricing-price,
.widget,
.widget-title,
.woocommerce,
.woocommerce-page {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

/* Restore icon font families after the broad Roboto override above. */
.fa,
[class^="fa-"],
[class*=" fa-"] {
	font-family: "FontAwesome" !important;
}

.fas,
.far {
	font-family: "Font Awesome 5 Free" !important;
}

.fas {
	font-weight: 900 !important;
}

.far {
	font-weight: 400 !important;
}

.fab {
	font-family: "Font Awesome 5 Brands" !important;
}

.ti,
[class^="ti-"],
[class*=" ti-"] {
	font-family: "themify" !important;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "simple-line-icons" !important;
}

.pe-7s,
[class^="pe-7s-"],
[class*=" pe-7s-"] {
	font-family: "Pe-icon-7-stroke" !important;
}

#ankla-custom-footer {
	all: initial;
	background-color: #262626;
	color: #d1d1d1;
	display: block;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
	padding: 60px 0 40px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}

#ankla-custom-footer,
#ankla-custom-footer * {
	box-sizing: border-box;
}

#ankla-custom-footer .ankla-container {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
	justify-items: center;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

#ankla-custom-footer .ankla-column {
	min-width: 0;
	width: 100%;
}

#ankla-custom-footer h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

#ankla-custom-footer p {
	color: #d1d1d1;
	margin: 0 0 10px;
}

#ankla-custom-footer a {
	color: #d1d1d1;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

#ankla-custom-footer a:hover,
#ankla-custom-footer a:focus {
	color: #ffffff;
	text-decoration: underline;
}

#ankla-custom-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ankla-custom-footer li {
	margin-bottom: 8px;
}

#ankla-custom-footer .ankla-contact-groups {
	display: grid;
	gap: 14px;
}

#ankla-custom-footer .ankla-contact-link {
	display: inline-block;
	white-space: nowrap;
}

#ankla-custom-footer .ankla-logos-row {
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	margin-top: 10px;
	width: 100%;
}

#ankla-custom-footer .ankla-logos {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	gap: 30px;
}

#ankla-custom-footer .ankla-logos img {
	display: block;
	height: auto;
	opacity: 0.9;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#ankla-custom-footer .logo-giva,
#ankla-custom-footer .logo-svensk {
	max-height: 48px;
}

#ankla-custom-footer .ankla-logos a:hover img,
#ankla-custom-footer .ankla-logos a:focus img {
	opacity: 1;
	transform: scale(1.05);
}

#ankla-custom-footer .ankla-copyright-bar {
	align-items: center;
	border-top: 1px solid #3d3d3d;
	color: #888888;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 20px;
	grid-column: 1 / -1;
	justify-content: center;
	margin-top: 30px;
	padding-top: 25px;
	width: 100%;
}

#ankla-custom-footer .ankla-copyright-text p {
	color: inherit;
	margin: 0;
}

#ankla-custom-footer .ankla-copyright-bar a {
	color: #d1d1d1;
}

#ankla-custom-footer .ankla-copyright-bar a:hover,
#ankla-custom-footer .ankla-copyright-bar a:focus {
	color: #ffffff;
}

#ankla-custom-footer .ankla-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#ankla-custom-footer .ankla-social-icons a {
	align-items: center;
	color: #d1d1d1;
	display: flex;
	font-size: 18px;
	height: 30px;
	justify-content: center;
	width: 30px;
}

#ankla-custom-footer .ankla-social-icons a:hover,
#ankla-custom-footer .ankla-social-icons a:focus {
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
}

@media (min-width: 768px) {
	#ankla-custom-footer .ankla-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	#ankla-custom-footer {
		text-align: left;
	}

	#ankla-custom-footer .ankla-container {
		gap: 60px;
		grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
		justify-items: start;
	}

	#ankla-custom-footer .ankla-logos-row {
		justify-content: flex-end;
	}

	#ankla-custom-footer .ankla-copyright-bar {
		flex-direction: row;
		justify-content: space-between;
	}
}
