/*!
Theme Name: rezina
Theme URI: http://underscores.me/
Author: whhroo
Author URI: https://www.linkedin.com/in/petru-orbu-0137a4200/
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: rezina
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.

rezina 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/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
html {
    overflow-x: hidden;
}

.breadcrumbs__container {
    width: 100%;
}

.wp-block-table table thead th {
    width: 100%;
}

.has-text-color a {
    color: inherit !important;
    text-decoration: underline;
}

#wpcf7-f950-o1 {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#wpcf7-f950-o1 form label {
    margin-bottom: 20px;
}

@media (max-height: 640px) {
    .menu-item .sub-menu {
        height: 420px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.single-jobs ol, .single-jobs ul{
	padding-left: 25px;
	margin: 20px 0
}

.single-jobs ol li{
	list-style: numbers;
}

.single-jobs ol li, .single-jobs ul li{
	margin-bottom: 10px;
}

figure.wp-block-gallery{
	width: 100%;
	margin-top:65px;
}

.button__gray.big{
	display: flex;
	align-items:center;
	justify-content: center;
}

.wp-block-file * + .wp-block-file__button {
    padding: 5px 8px;
    height: fit-content;
    background-color: rgb(211, 211, 211);
}

.wp-block-file {
    display: flex;
    align-items: center;
}

.wp-block-file a{
	font-size: 14px;
}

.documents-item__info time{
	margin-left: auto;
	color:#C3C4CD;
}
