/*!
Theme Name: 3BW
Theme URI: http://underscores.me/
Author: Fernando Oliveira
Author URI: http://box37.com.br
Description: Tema 3BW
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 3bw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

3BW is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*========= CSS Imports ==========*/
@import 'assets/stylesheet/css/normalize.css';
@import 'assets/stylesheet/css/reset.css';
@import 'assets/stylesheet/css/swiper-bundle.min.css';
@import 'assets/stylesheet/css/index.css';

/* WPML language switcher. Kept deliberately neutral to fit desktop and mobile menus. */
.tbw-language-switcher {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
}

.tbw-language-switcher__link,
.tbw-language-switcher__current {
	display: inline-block;
	color: #fff;
	font-family: "DM Mono", monospace;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.tbw-language-switcher__current {
	border-bottom: 2px solid #09f;
}

.tbw-language-switcher__link:hover,
.tbw-language-switcher__link:focus-visible {
	color: #09f;
}

.tbw-language-switcher__link:focus-visible {
	border-radius: 2px;
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.header .tbw-language-switcher {
	margin-top: 14px;
}

.mobile-menu .tbw-language-switcher {
	margin-top: 28px;
}

@media (max-width: 760px) {
	.header .tbw-language-switcher {
		gap: 0.5rem;
		margin-top: 30px;
	}
}
