/*!
Theme Name: F5 Hiring Solutions
Theme URI: #
Author: Vitali-DEV
Author URI: #
Description: F5
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: f5-hiring-solutions
Tags: f5-hiring-solutions

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #ffffff;
}
	
#preloader > img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
}
	 	 
header .header-wrapper .menu > ul > li.dropdown-menu {
	display: flex;
    align-items: center;
	cursor: pointer;
    padding: 10px 28px 10px 0;
    transition: all 0.5s ease;
}

header .header-wrapper .menu > ul > li.dropdown-menu::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(img/svg/menu-arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

header .header-wrapper .menu > ul > li .sub-menu > li > a::after {
	content: none;
}

@media (max-width: 766px) {
	header .header-wrapper .menu > ul > li.dropdown-menu {
		flex-direction: column;
		padding: 0;
	}
	header .header-wrapper .menu > ul > li.dropdown-menu::after {
		content: none;
	}
	header .header-wrapper .menu > ul > li.dropdown-menu a {
		padding: 0 28px 0 0;
		position: relative;
		display: flex;
		align-items: center;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	header .header-wrapper .menu > ul > li.dropdown-menu a::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 20px;
		background-image: url(img/svg/menu-arrow-down.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transition: all 0.5s;
	}
    body._touch header .header-wrapper .menu > ul > li.dropdown-menu._active a::after {
        transform: rotate(180deg);
    }
}

/* .top-contact .contact-wrapper .contact-form form [data-name="your-textarea"],
.top-contact .contact-wrapper .contact-form form [data-name="company"], */

.top-contact .contact-wrapper .contact-form form span {
	margin: 8px 0 20px 0;
	display: block;
}

.top-contact .contact-wrapper .contact-form form .wpcf7-not-valid-tip {
    font-size: 0.8125rem;
    margin: -10px 0 0 0 !important;
}

.top-contact .contact-wrapper .contact-form form textarea {
	resize: none;
}

.top-contact .contact-wrapper .contact-form form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px;
	font-size: 0.8125rem;
	line-height: 1rem;
	border-radius: 8px;
	border-color: #dc3232;
}

.top-contact .contact-wrapper .contact-form form.sent .wpcf7-response-output {
	border-color: #2DE379;
}

@media (max-width: 766px) {
	.top-contact .contact-wrapper .contact-form form span {
		margin: 8px 0 16px 0;
	}
	.top-contact .contact-wrapper .contact-form form .wpcf7-not-valid-tip {
		margin: -5px 0 0 0 !important;
	}
}

.hire-unit .unit-wrapper .unit-form form span {
	display: block;
	margin: 12px 0 24px 0;
}

.hire-unit .unit-wrapper .unit-form form [data-name="your-textarea"] {
	margin: 12px 0 53px 0;
}

.hire-unit .unit-wrapper .unit-form form .wpcf7-not-valid-tip {
	font-size: 0.8125rem;
    margin: 5px 0 0 0 !important;
}

.hire-unit .unit-wrapper .unit-form form .box .box-item .wpcf7-not-valid-tip {
    margin: 12px 0 0 0 !important;
}

.hire-unit .unit-wrapper .unit-form form .wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 10px;
	font-size: 0.8125rem;
	line-height: 1rem;
	border-radius: 8px;
	border-color: #dc3232;
}

.hire-unit .unit-wrapper .unit-form form.sent .wpcf7-response-output {
	border-color: #2DE379;
}

@media (max-width: 766px) {
	.hire-unit .unit-wrapper .unit-form .wpcf7 {
		width: 100%;
	}
	.hire-unit .unit-wrapper .unit-form form span {
		margin: 8px 0 24px 0;
	}
	.hire-unit .unit-wrapper .unit-form form [data-name="your-textarea"] {
		margin: 8px 0 48px 0;
	}
	.hire-unit .unit-wrapper .unit-form form input {
        font-family: "Roobert-Medium", sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1rem;
        padding: 12px 16px;
        height: 48px;
        margin: 8px 0 0 0;
    }
	.hire-unit .unit-wrapper .unit-form form input::placeholder {
		font-family: "Roobert-Medium", sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1rem;
	}
}

.extra-articles .extra-wrapper .extra-items .extra-item > a,
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a {
    width: 100%;
    height: 100%;
}

.extra-articles .extra-wrapper .extra-items .extra-item > a .extra-item-box .extra-item-info,
.dispatch .dispatch-wrapper .dispatch-items .dispatch-item > a .dispatch-item-box .dispatch-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.top-contact .contact-wrapper .contact-form {
	background: transparent;
    border-radius: 0px;
    padding: 0;
}

.top-contact .contact-wrapper .contact-form .contact-form-box {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.top-contact .contact-wrapper .contact-form .contact-form-box .title {
	background: #2DE379;
	padding: 32px;
	border-radius: 20px;
}

.top-contact .contact-wrapper .contact-form .contact-form-box .main-form {
	background: #F0EFEB;
	padding: 32px;
	border-radius: 20px;
}

@media (max-width: 766px) {
	.top-contact .contact-wrapper .contact-form .contact-form-box .title {
		padding: 24px;
	}
	
	.top-contact .contact-wrapper .contact-form .contact-form-box .main-form {
		padding: 24px;
	}
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr {
	width: 100%;
}

/* new form */

.hire-unit .unit-wrapper .unit-form .search-container {
    position: relative;
    width: 100%;
	margin: 12px 0;
}

.hire-unit .unit-wrapper .unit-form .search-container > span {
	margin: 12px 0 0 0;
}

.hire-unit .unit-wrapper .unit-form .dropdown-content {
    position: absolute;
    background-color: #FFFFFF;
    max-height: 200px;
    width: 100%;
    border: 1px solid #CDCAC8;
	border-radius: 8px;
    z-index: 1;
    display: none;
    overflow-y: auto;
	padding: 16px;
	margin: 4px 0 0 0;
}

.hire-unit .unit-wrapper .unit-form .dropdown-content span {
    color: #595959;
    display: block;
    cursor: pointer;
	margin: 0;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 33px;
    border-radius: 6px;
    width: max-content;
	transition: background .5s ease;
}

.hire-unit .unit-wrapper .unit-form .dropdown-content span:hover {
    background: #EDEBEB;
}

.hire-unit .unit-wrapper .unit-form .selected-values {
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 8px;
	margin: 0 0 12px 0;
}

.hire-unit .unit-wrapper .unit-form .selected-values .value {
    display: flex;
    align-items: center;
    background-color: #595959;
    padding: 8px 12px;
    margin: 0;
    border-radius: 6px;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: center;
    color: #FFFFFF;
    gap: 12px;
	cursor: pointer;
}

.hire-unit .unit-wrapper .unit-form .selected-values .value .remove {
	width: 10px;
	height: 9px;
	background-image: url(../../uploads/2024/09/close-search-wh.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 766px) {
    .hire-unit .unit-wrapper .unit-form .search-container {
        margin: 8px 0 24px 0;
    }
	.hire-unit .unit-wrapper .unit-form .dropdown-content {
		padding: 8px;
	}
}

.hire-unit .unit-wrapper .unit-form form span,
.hire-unit .unit-wrapper .unit-form form [data-name="your-textarea"] {
    margin: 12px 0;
}

.hire-unit .unit-wrapper .unit-form form textarea {
	height: 150px;
}

@media (min-width: 1081px) {
    .hire-unit {
        height: 100%;
		min-height: 100vh;
		padding: 32px 0 22px 0;
    }
}

@media (min-width: 1081px) and (min-height: 700px) and (max-height: 900px)  {
	.hire-unit .unit-wrapper .unit-form form span,
	.hire-unit .unit-wrapper .unit-form form [data-name="your-textarea"],
	.hire-unit .unit-wrapper .unit-form .search-container {
		margin: 6px 0 12px 0;
	}
	.hire-unit .unit-wrapper .unit-form form select,
	.hire-unit .unit-wrapper .unit-form form input {
		height: 46px;
		margin: 0;
	}
	.hire-unit .unit-wrapper .unit-form form textarea {
		height: 80px;
	}
	.hire-unit .unit-wrapper .unit-form form .wpcf7-not-valid-tip,
	.hire-unit .unit-wrapper .unit-form form .box .box-item .wpcf7-not-valid-tip {
		margin: 5px 0 0 0 !important;
	}
	.hire-unit .unit-wrapper .unit-form form select {
		padding: 10px 48px 10px 24px;
	}
	.hire-unit .unit-wrapper .unit-form form input {
		padding: 10px 25px;
	}
	.hire-unit .unit-wrapper .unit-form form textarea {
		padding: 10px 24px;
	}
}

.article-content .content-wrapper > ol {
	padding: 0;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ol {
	padding: 0 0 0 25px;
    margin: 0 0 50px 0;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ol > li {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #1E1E1E;
    margin: 0 0 20px 0;
    list-style-type: decimal;
    list-style-position: outside;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ul > li > a,
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ol > li > a,
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > p > a {
	color: #2DE379;
    transition: text-decoration 0.5s ease;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ul > li > a:hover,
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ol > li > a:hover,
.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > p > a:hover {
	text-decoration: underline;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > p {
	font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
    color: #1E1E1E;
    margin: 0 0 20px 0;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > a {
	font-size: 1rem;
    line-height: 1.4375rem;
    text-align: left;
	color: #2DE379;
	margin: 0 0 20px 0;
    transition: text-decoration 0.5s ease;
}

.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > a:hover {
	text-decoration: underline;
}

.extra-content .content-wrapper > ol > li {
	font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
}

.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > img {
	max-width: 138px;
    max-height: 46px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 766px) {
	.dev-profile .profile-wrapper .box .content .profile-info .work-experience .experience-items .experience-item .item-descr > ol {
		margin: 0 0 24px 0;
	}
    .top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > a > img {
        max-width: 92px;
        max-height: 34px;
    }
}

.top-contact .contact-wrapper .contact-form .contact-form-box .main-form-ty .main-form-ty-box {
	background: #F0EFEB;
    padding: 32px;
    border-radius: 20px;
}

.top-contact .contact-wrapper .contact-form .contact-form-box .main-form-ty .main-form-ty-box > a {
	font-family: "Roobert-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: center;
    color: #FFFFFF;
    background: #1E1E1E;
    border: 1px solid #1E1E1E;
    border-radius: 8px;
    padding: 8px;
    min-width: 185px;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 0 0 auto;
    transition: background 0.5s ease, color 0.5s ease;
}

.top-contact .contact-wrapper .contact-form .contact-form-box .main-form-ty .main-form-ty-box > a:hover {
    background: transparent;
    color: #1E1E1E;
}

@media (max-width: 766px) {
    .top-contact .contact-wrapper .contact-form .contact-form-box .main-form-ty .main-form-ty-box {
        padding: 24px;
    }
	.top-contact .contact-wrapper .contact-form .contact-form-box .main-form-ty .main-form-ty-box > a {
		line-height: 1.625rem;
		padding: 5px;
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
}

.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .img {
    min-height: auto;
    max-height: unset;
	height: auto;
}

.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .img > img {
    height: auto;
    min-height: auto;
    max-height: unset;
    aspect-ratio: 1 / 1;
}

.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a {
    height: 100%;
}

.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name {
    margin-bottom: auto;
}

.community .tabs-wrapper .tab-container .tab-content .tab-wrapper .cards .card > a .card-box .name .last-work-place > img {
    object-fit: contain;
}

.partners-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 86px;
	overflow: hidden;
	padding: 0 0 0 40px;
}

.partners-title {
	max-width: 130px;
	min-width: 130px;
	width: 100%;
}
.partners-title > p {
	font-size: 1rem;
	line-height: 1.4375rem;
	text-align: left;
	color: #1E1E1E;
	margin: 0;
}

.partners-slider {
	padding: 0 !important;
	width: 100%;
	max-width: 1220px;
}

@media (min-width: 1280px) and (max-width: 1439px) {
	.partners-box {
		padding: 0;
	}
}

@media (min-width: 1080px) and (max-width: 1280px) {
	.partners-box {
		padding: 0;
	}
	
	.partners .partners-slider .slider-item {
		margin: 0 30px;
	}
}

@media (min-width: 766px) and (max-width: 1080px) {
	.partners-box {
		gap: 46px;
		padding: 0;
	}
}

@media (max-width: 766px) {
	.partners-box {
		gap: 30px;
		padding: 0;
    }
	.partners-title {
        max-width: 106px;
        min-width: 106px;
        margin: 0 0 0 24px;
	}
	.partners-title > p {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
	.partners .partners-slider .slider-item > a > img {
		max-width: 180px;
	}
}


@media (max-width: 376px) {
	.partners .partners-slider .slider-item {
        margin: 0 15px;
    }
	.partners .partners-slider .slider-item > a > img {
		max-width: 130px;
	}
}

.employees .employees-slider .slider-item > a .slider-item-box .descr .text .line > img {
    object-fit: contain;
}

.dev-profile .profile-wrapper .box .content .profile-info .items {
    align-items: center;
}

.dev-profile .profile-wrapper .box .content .profile-info .items .item:first-child {
	background: #F0EFEB;
    border-radius: 6px;
    padding: 16px;
}

@media (max-width: 766px) {
	.dev-profile .profile-wrapper .box .content .profile-info .items {
		align-items: flex-start;
	}
	
	.dev-profile .profile-wrapper .box .content .profile-info .items .item:first-child {
		width: 100%;
	}
}

/* Slider for home page */

.employees .employees-slider .slider-item > a .slider-item-box .descr .text .line {
    justify-content: flex-start;
}

.employees .employees-slider .slider-item > a .slider-item-box .descr .text .line > img {
    width: auto;
}

@media (max-width: 766px) {
    .top-banner .banner-wrapper .banner-images > img {
        height: auto;
    }
}

.partners .partners-slider .slider-item > img {
	max-height: 40px;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 766px) {
    .partners .partners-slider .slider-item > img {
        max-height: 22px;
        max-width: 180px;
    }
}

@media (max-width: 376px) {
    .partners .partners-slider .slider-item > img {
        max-width: 130px;
    }
}

@media (min-width: 1081px) and (max-width: 1601px) {
	.employees .employees-slider .slider-item > a .slider-item-box .descr .text > p {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.employees .employees-slider .slider-item > a .slider-item-box .descr .text > p > span {
		font-size: 0.9375rem;
		line-height: 1rem;
	}
	.employees .employees-slider .slider-item > a .slider-item-box .descr .text .divider {
		margin: 7px 0;
	}
}


/* Banner foe Home page */
.banner .banner-wrapper .banner-images {
    min-height: 690px;
    max-height: 690px;
	min-width: 640px;
}

.banner .banner-wrapper .banner-images > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	max-width: 100%;
    max-height: none;
    margin: 0;
}

.banner .banner-wrapper .banner-images .el-one {
    z-index: 1;
}

.banner .banner-wrapper .banner-images .el-three > img {
    display: block;
}

@media (min-width: 1080px) {
	.banner .banner-wrapper .banner-images .el-three {
		bottom: 1px;
	}
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .banner .banner-wrapper .banner-info > p {
		max-width: 400px;
	}
}

@media (min-width: 766px) and (max-width: 1080px) {
    .banner .banner-wrapper .banner-images {
		min-width: 100%;
        min-height: 500px;
        max-height: 615px;
    }
	.banner .banner-wrapper .banner-images > img {
		max-height: 615px;
	}
	.banner .banner-wrapper .banner-images .el-three {
		bottom: -1px;
	}
}

@media (max-width: 766px) {
    .banner .banner-wrapper .banner-images {
		min-width: 100%;
        min-height: 318px;
        max-height: 318px;
    }
	.banner .banner-wrapper .banner-images > img {
		max-height: 318px;
	}
	.banner .banner-wrapper .banner-images .el-three {
		bottom: -1px;
	}
}

@media (min-width: 1500px) {
	.banner .banner-wrapper .banner-info {
		padding: 50px 0 50px 80px;
	}
}

.top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > img {
	max-width: 138px;
    max-height: 46px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 766px) {
    .top-contact .contact-wrapper .contact-info .contact-box .contact-items .contact-item > img {
        max-width: 92px;
        max-height: 34px;
    }
}

@media (min-width: 766px) and (max-width: 1080px) {
    header .header-wrapper .menu>ul>li.dropdown-menu {
        flex-direction: column;
        padding: 0;
    }
	
	header .header-wrapper .menu>ul>li.dropdown-menu::after {
		content: none;
	}
	
	header .header-wrapper .menu>ul>li.dropdown-menu a {
        padding: 0 28px 0 0;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: all .5s ease;
    }
	
	header .header-wrapper .menu>ul>li.dropdown-menu a::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        background-image: url(img/svg/menu-arrow-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: all .5s;
    }
}