/*!
Theme Name: quinta
Theme URI: http://yellowoxmarketing.co.uk
Author: Yellow Box Marketing
Author URI: http://yellowoxmarketing.co.uk
Description: Yellow Box Marketing Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quinta

quinta 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.
*/
.lang-switcher {
    position: relative;
}

.lang-switcher select {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	/* height: 2.25em; */
	justify-content: flex-start;
	line-height: 1.5;
	/* padding-bottom: calc(0.375em - 1px);
	padding-left: calc(0.625em - 1px);
	padding-right: calc(0.625em - 1px);
	padding-top: calc(0.375em - 1px); */
	position: relative;
	vertical-align: top;
	background-color: white;
	border-color: #dbdbdb;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: none;
  border: 2px solid black;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  background-image: none;
	background: none;
	width:50px;
	-webkit-appearance: none !important;
}

.lang-switcher::after {
	border: 1px solid #0a0a0a;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: 0.5em;
	pointer-events: none;
	position: absolute;
	transform: rotate(-45deg);
	transform-origin: center;
	width: 0.5em;
	margin-top: -0.375em;
	right: 1.125em;
	top: 50%;
	z-index: 4;
}

@media (min-width: 992px) {
	.navbar .navbar-brand img {
		height: 50px !important;
	}
}
