/*
Theme Name:     Two Steps Ahead
Theme URI:      https://hotdogmarketing.com
Template:       kadence
Author:         Hot Dog Marketing
Author URI:     https://hotdogmarketing.com
Description:    Official WordPress Theme for Two Steps Ahead Learning Center
Version:        1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

<html>
<head><title>401 Authorization Required</title></head>
<body>
<center><h1>401 Authorization Required</h1></center>
<hr><center>nginx</center>
</body>
</html>

/* Language Switcher */
.polylang_langswitcher {
	background: #F7CF0B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 15px 30px;
}
.lang-item:last-of-type {
	border-left: 3px solid #780C91;
	margin-left: 10px;
	padding-left: 10px;
}
.lang-item a {
	color: #780C91;
	font-size: 18px;
	font-weight: 800;
}
.lang-item a:hover,
.lang-item a:focus {
	color: #F86320;
}
.polylang_langswitcher {
	background: var(--global-palette2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 15px 30px;
}
.lang-item:last-of-type {
	border-left: 3px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}
.lang-item a {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}
.lang-item a:hover,
.lang-item a:focus {
	color: var(--global-palette5);
}
