/**
 * Theme Name:  VendyCloud
 * Description: Vendy Cloud — Ваш центр керування вендингом
 * Author:      Shershnyov.dev
 * Author URI:  https://shershnyov.dev/
 *
 * Version:     1.0
 */

@font-face {
  font-family: 'Segoe UI';
  src: url('/wp-content/themes/vendycloud/fonts/segoeuithibd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: static !important;
}

.content {
	width: 100%;
}

main {
	flex-grow: 1;
}

.section {
  padding: 60px 0;
}

.header.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header__container {
	gap: 20px;
}

.header__logo,
.footer__logo {
	width: 130px;
}

.header__logo img,
.footer__logo img {
	width: 100%;
}

@media (max-width: 768px) {
	.header__logo, 
	.footer__logo {
		width: 100px;
	}
	
	.header__container {
		flex-direction: column;
		align-items: unset;
	}
	
	.header-links {
		margin: 0 auto;
		order: 10;
	}
}

.header__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.header-langs {
	display: flex;
	align-items: center;
	
	border: 1px solid white;
	border-radius: 12px;
	overflow: hidden;
}

.header-langs a {
	display: block;
	padding: 6px 12px;
}

.header-langs li {
	display: flex;
	align-items: center;
}

.header-langs li.active a {
	background-color: rgb(255, 255, 255, 0.4)
}

.header-links {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}