/*!
Theme Name: BOL
Theme URI: https://www.recoded.agency/
Author: Recoded Agency
Author URI: https://www.recoded.agency/
Description: Description
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: bol
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.

BOL 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.header__logo {
	max-width: 161px;
}

.footer__mobile-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
	margin: 64px auto 43px;
}

.footer__mobile-logo a {
	display: flex;
	width: 100%;
}

.footer__mobile-logo img {
	display: flex;
	width: 100%;
	height: auto;
}

.header--mobile-phone {
	display: none !important;
	margin-left: 8px;
}

.header__contact-connect a:first-child .icon-mobile {
	display: none;
}

.vacancies__items .vacancies__item {
	transition: all 200ms ease-out;
}

.vacancies__items a:hover .vacancies__item {
	background: #c4d0df;
}

.mobile-contact-link {
	display: flex;
	margin-top: 30px;
	gap: 24px;
    max-width: 133px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 4px;
    background: #dc3b3b;
    color: #fff;
}

.mobile-contact-link:after {
	content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: url('assets/images/icons/ico-edit.svg') no-repeat center center / cover;
}


@media (max-width: 575px) {
	.header__logo {
		max-width: 108px;
	}

	.footer__marquee,
	.header__contact-connect a:last-child {
		display: none;
	}

	.footer__mobile-logo {
		width: 161px;
	}

	.header--mobile-phone {
		display: flex !important;
	}

	.header__contact-connect a:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
		background: none;
		width: 24px;
		height: 24px;
	}

	.header__contact-connect a:first-child svg {
		width: 100%;
		height: auto;
	}

	.header__contact-connect a:first-child .icon-mobile {
		display: flex;
	}
	
	.header__contact-connect a:first-child .icon-desktop {
		display: none;
	}

	.header__contact-connect a:first-child svg path {
		stroke: #333D4C;
	}

	.header__contact {
		gap: 16px;
	}
}