/*!
Theme Name: gherdan&associates
Theme URI: http://underscores.me/
Author: Websenior
Author URI: http://websenior.ro
Description: Custom Wordpress theme 100% editable from admin part, bootstrap ready
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: gherdan-associates
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.

gherdan&associates 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/
*/
/* Critical CSS */
:root{
	--blue: #22225B;
	--red: #CF0F0F;
	--pink: #F7DFDF;
	--bg: #FBFBFB;
	--orange: #F99006;
	--lightgrey: #F9F9F9;
	--burgundy: #8E263B;
	--grey: #F9F9F9;
	--drkgrey: #00000021;
	--purple: #D4D4EF;
	--underline-intrinsic-width: 8;
	--underline-width: 12;
	--underline-color: #F7DFDF;
	--underline-color-red: #8E263B;
	--underline-cap-width: 4px;
	--underline-offset-y: -2px;
	--underline-padding-x: 0.12em;
	--cap-image-left: url(https://dreptulsportului.ro/wp-content/uploads/2022/05/Gherdan-Sports-Lawyers_white.svg);
	--cap-image-right: url(https://dreptulsportului.ro/wp-content/uploads/2022/05/Gherdan-Sports-Lawyers_white.svg);
}
/* Generic */
*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.site-main {
	padding-top: 100px;
}
/* Header */
.pll-parent-menu-item a img {
	width: 28px;
}
.site-branding {
	position: relative;
	top: 3px;
	max-width: 300px;
	width: 100%;
}
#topmaster {
	display: flex;
	justify-content: space-between;
}
.site-header {
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 21;
	top: 0;
	left: 0;
	box-shadow: 1px 1px 8px -3px rgb(0 0 0 / 20%);
}
.nav-menu,
.main-navigation ul#primary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.nav-menu li,
.main-navigation ul#primary-menu li {
	margin-left: 25px;
}
.nav-menu li a,
.main-navigation ul#primary-menu li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--blue);
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	padding: 0 5px 3px 5px;
}
.main-navigation ul#primary-menu li.current-menu-item a,
.main-navigation ul#primary-menu li.current-post-ancestor a,
.main-navigation ul#primary-menu li a:hover {
	color: var(--red);
}
#primary-menu li a:hover::before,
#primary-menu li a:focus::before,
#primary-menu li a:active::before,
#primary-menu li.current-menu-item a::before,
.main-navigation ul#primary-menu li.current-post-ancestor a::before {
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
#primary-menu li a::before {
	background-color: var(--red);
}
#footer-primary-menu li a::before {
	background-color: #fff;
}
#primary-menu li a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	width: 100%;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1);
	-moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1);
	-o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1);
	-ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.8s cubic-bezier(1, 0, 0, 1);
}
.menu-toggle {
	display: none;
	color: var(--blue);
	cursor: pointer;
	background: 0 0;
	outline: none;
	border: none;
	height: 36px;
	position: absolute;
	padding: 0 23px 0 0;
	z-index: 21;
	right: 25px;
	top: 10px;
}
.menu-toggle i,
.menu-toggle i:before {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 22px;
	background: var(--blue);
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-toggle i:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 15px;
	right: 0;
	background: var(--blue);
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-toggle i:before {
	top: -5px;
}
.menu-toggle i:after {
	bottom: -5px;
}
.menu-toggle.active i:before {
	top: 0;
}
.menu-toggle.active i:after {
	bottom: 0;
	width: 22px;
}
.menu-toggle.active i {
	background-color: transparent!important;
}
.menu-toggle.active i:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-toggle.active i:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.custom-logo-link img {
	width: 100%;
	height: auto;
	max-height: 55px;
}
.text-center {
	text-align: center;
}

/* Menu Primary */
.main-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* General tags */
.section-heading.h2,
.section-heading.h3,
.section-heading.h4,
.section-heading.h5,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 {
	font-size: 45px;
	line-height: 47px;
	font-family: 'EB Garamond', sans-serif;
	font-weight: 700;
	position: relative;
	display: inline;
	margin-bottom: 45px;
}
.h2,
.h3,
.h4,
.h5,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
h1,
h2,
h3,
h4,
h5 {
	font-size: 25px;
	line-height: 28px;
	font-family: 'EB Garamond', sans-serif;
	font-weight: 700;
	position: relative;
	display: inline;
	margin-bottom: 15px;
	margin-top: 20px;
}
.text-uppercase {
	text-transform: uppercase;
}
blockquote {
	margin-left: 0;
	margin-right: 0;
}
.with-bg {
	background: var(--bg);
}
.section-heading,
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 {
	--underline-width-scale: calc(var(--underline-width) / var(--underline-intrinsic-width));
	box-decoration-break: clone;
	background-repeat: no-repeat;
	background-position-x:
			calc(var(--underline-cap-width) * var(--underline-width-scale)),
			0,
			100%;
	background-position-y: calc(100% - var(--underline-offset-y) * -1);
	background-size:
			calc(100% - calc(var(--underline-cap-width) * var(--underline-width-scale) * 2)) calc(var(--underline-width) * 1px),
			auto calc(var(--underline-width) * 1px),
			auto calc(var(--underline-width) * 1px);
	--underline-width: 22px;
	--underline-offset-y: 38px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 5px;
}
.component-white .section-heading,
.archive .section-heading,
.blog .section-heading,
.single .entry-title,
.component-grey .section-heading,
.component-purple .section-heading,
.component-editor blockquote h1,
.component-editor blockquote h2,
.component-editor blockquote h3,
.component-editor blockquote h4,
.component-editor blockquote h5 {
	background-image:
			linear-gradient(180deg, var(--underline-color), var(--underline-color)),
			var(--cap-image-left),
			var(--cap-image-right);
}
.component-blue .section-heading {
	background-image:
			linear-gradient(180deg, var(--underline-color-red), var(--underline-color-red)),
			var(--cap-image-left),
			var(--cap-image-right);
}
.component-white .section-heading {
	color: var(--blue);
}
.component-grey {
	background-color: var(--lightgrey);
}
.component-blue .section-heading {
	color: #fff;
}
.component-grid {
	padding-top: 65px;
	padding-bottom: 65px;
}

.component-white .h1,
.component-white .h2,
.component-white .h3,
.component-white .h4,
.component-white .h5,
.blog .entry-title,
.archive .entry-title,
.single .entry-title,
.first-article p {
	color: var(--blue);
}
.component p {
	font-weight: 300;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4 !important;
}
.img-responsive {
	width: 100%;
	height: auto;
}
a.btn.btn-red:active,
a.btn.btn-red:hover {
	color: #fff;
}
.title a {
	text-decoration: none;
	color: inherit;
}

/* Componenta Staing Area Homepage */
.component-blue {
	background-color: var(--blue);
}
.middle h1,
.middle h2,
.middle h3,
.middle h4,
.middle h5,
.middle p {
	color: var(--orange);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
	margin-top: 5px;
}
.garamond {
	font-family: 'EB Garamond', sans-serif;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.top-part {
	font-size: 70px;
	font-family: 'EB Garamond', sans-serif;
	color: #fff;
	line-height: 1.15 !important;
	margin-bottom: 25px;
}
.top-part p,
.top-part h1,
.top-part h2,
.top-part h3,
.top-part h4,
.top-part h5 {
	font-size: 70px;
	font-family: 'EB Garamond', sans-serif;
	color: #fff;
	line-height: 1.15 !important;
	margin-bottom: 0;
	margin-top: 0;
}
.cta-container {
	margin-bottom: 15px;
}
.slide-content img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.owl-carousel.owl-home {
	width: 100%;
}
.slide-content img.top {
	object-position: top;
}
.slide-content img.center {
	object-position: center;
}
.slide-content img.bottom {
	object-position: bottom;
}
.component-staging-area,
.component-staging-area .slide-content {
	max-height: 700px;
	height: 70vh;
	width: 100%;
}
.component-staging-area .cta-container {
	margin-top: 40px;
}
.logo-white {
	display: none;
}
.with-bg {
	position: relative;
}
.with-bg:before,
.with-bg:after {
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
	width: 25%;
	background: var(--bg);
}
.with-bg:before {
	left: -10%;
}
.with-bg:after {
	right: -10%;
}
.single .row.with-bg {
	max-width: 990px;
	margin: 0 auto;
}
.single .with-bg:before {
	left: -25%;
}
.single .with-bg:after {
	right: -25%;
}
.pll-parent-menu-item .sub-menu {
	padding: 0;
	position: absolute;
	list-style: none;
	margin: 0;
	display: none;
}
.pll-parent-menu-item:hover .sub-menu {
	display: block;
}
.pll-parent-menu-item a:before {
	display: none !important;
}
.menu-opened-meta li.lang-item img {
	width: 22px;
	position: relative;
	margin-bottom: -5px;
}
.pll-parent-menu-item:hover a {
	color: inherit !important;
}
.pll-parent-menu-item .sub-menu li {
	margin: 0 !important;
}
.pll-parent-menu-item .sub-menu {
	position: absolute;
	list-style: none;
	margin-left: -6px;
	background: #eeeeee;
	padding: 6px 6px 0 6px;
}
.component-contact .featured-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	left: 0;
}
.has-breadcrumbs {
	position: absolute;
	top: 0;
	width: 100%;
}
.has-breadcrumbs.is-rel {
	position: relative;
	top: 12px;
}
.relative {
	position: relative;
}
.component-contact .featured-imag.center {
	object-position: center;
}
.component-contact .featured-imag.top {
	object-position: top;
}
.component-contact .featured-imag.bottom {
	object-position: bottom;
}
/* Media Queries */
@media(max-width: 1199px){
	.site-branding {
		max-width: 205px;
	}
}
@media(max-width: 991px){
	.component-editor blockquote h1,
	.component-editor blockquote h2,
	.component-editor blockquote h3,
	.component-editor blockquote h4,
	.component-editor blockquote h5 {
		font-size: 35px !important;
		line-height: 40px !important;;
	}
	blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
		--underline-offset-y: 30px;
		padding-bottom: 2px;
	}
	.intro-page-component.additional-padding-bottom {
		padding-bottom: 70px;
	}
	.intro-page-component .component-grid {
		padding-top: 35px;
	}
	.menu-toggle {
		display: block;
	}
	.site-main {
		padding-top: 60px;
	}
	.main-navigation ul#primary-menu {
		display: none;
	}
	.custom-logo-link img {
		max-height: 38px;
	}
	.site-header {
		height: 60px;
	}
	.component-staging-area .cta-container {
		margin-top: 25px;
		margin-bottom: 40px;
	}
	#topmaster { min-height: 38px;overflow: hidden; }
	.top-part p,
	.top-part h1,
	.top-part h2,
	.top-part h3,
	.top-part h4,
	.top-part h5 {
		font-size: 45px !important;
		line-height: 1.1 !important;
	}
	.section-heading {
		--underline-offset-y: 25px;
		padding-bottom: 2px;
	}
	.section-heading.h2,
	.section-heading.h3,
	.section-heading.h4,
	.section-heading.h5 {
		font-size: 30px;
		line-height: 35px;
	}
	.middle h1 {
		font-size: 16px;
	}
	.component-staging-area,
	.component-staging-area .slide-content {
		height: auto;
		min-height: 470px;
	}
	body .top-part {
		margin-top: 35px;
	}
	.component p {
		font-size: 16px;
	}
	body .component .additional-padding {
		padding-bottom: 10px;
	}
	.menu-open .site-branding {
		position: fixed;
		z-index: 2;
		top: 12px;
	}
	.menu-open .site-branding img.custom-logo{
		display: none;
	}
	.menu-open .site-branding img.logo-white{
		display: block;
	}
	.admin-bar.menu-open .site-branding {
		top: 57px;
	}
	#primary-menu.nav-menu {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		z-index: 1;
		width: 100%;
		height: 100%;
		padding-bottom: 50px !important;
		background: rgb(207 15 15 / 98%);
		left: 0;
		top: 0;
	}
	.pll-parent-menu-item {
		display: none;
	}
	.middle.col {
		text-align:center;
	}
	.main-navigation ul#primary-menu li a {
		color: #fff !important;
	}
	.menu-open .menu-toggle i,
	.menu-open .menu-toggle i:before,
	.menu-open .menu-toggle i:after {
		background: #fff;
	}
	.main-navigation ul#primary-menu li a::before {
		background-color: #fff;
	}
	.menu-open #primary-menu.nav-menu {
		display: flex;
	}
	.menu-open #primary-menu.nav-menu li {
		margin: 10px 0;
	}
	.site-branding {
		width: 210px;
	}
	.main-navigation ul#primary-menu li a {
		font-size: 18px;
	}
}

@media(max-width: 767px){
	body .btn {
		font-size: 16px;
		padding: 8px 20px;
	}
}

@media(max-width: 485px) {
	.benefits .col-lg-3 {
		min-height: 335px;
	}
}

.social-widget {
	padding-top: 25px;
}
ul.noul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-widget li a {
	text-decoration: none;
	color: #fff;
	font-size: 27px;
	margin: 0 7px;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
}
.social-widget li a:hover {
	background-color: var(--blue);
}
.section-intro {
	max-width: 990px;
	margin: 40px auto 25px auto;
	width: 100%;
}
.component .additional-padding {
	padding-bottom: 70px;
}

.page-intro p {
	font-size: 18px;
	line-height: 26px;
}
.component-white .page-intro {
	color: #000;
}
.component-white p#breadcrumbs,
.component-white p#breadcrumbs a {
	color: #8787ac;
	font-weight: 400;
}
.page-intro {
	color: #fff;
	padding-top: 25px;
}
.breadcrumbs {
	margin: 0;
}
p#breadcrumbs {
	font-size: 12px;
	color: var(--purple);
	line-height: 16px;
}
.with-bg p#breadcrumbs,
.with-bg p#breadcrumbs a {
	color: #9393a7;
}
p#breadcrumbs a {
	color: var(--purple);
	text-decoration: none;
}
.intro-page-component,
.z-p {
	position: relative;
}
.z-p {
	z-index: 1;
}
.bradcrumbs-area {
	margin-bottom: 20px;
}
.intro-page-component .featured-image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* Critical CSS END */
.menu-open .site-header {
	background-color: transparent;
}
.menu-opened-meta .social-widget {
	padding-top: 20px;
	padding-bottom: 15px;
}
.menu-opened-meta {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--blue);
	z-index: 992;
	display: none;
}
.menu-open .menu-opened-meta {
	display: block;
}
.menu-opened-meta .social-widget li a {
	font-size: 35px;
}
.languages-menu-open {
	background-color: var(--purple);
}
.languages-menu-open ul.noul.d-flex,
.languages-menu-open ul li {
	width: 100%;
}
.languages-menu-open ul li {
	border-right: 1px solid var(--blue);
}
.languages-menu-open ul li:last-child {
	border: 0 none;
}
.languages-menu-open ul li a {
	display: table;
	width: 100%;
}
.languages-menu-open ul li a {
	padding: 10px 12px;
	font-weight: 500;
	text-decoration: none;
	color: var(--blue);
	font-size: 17px;
}
.languages-menu-open ul li.current-lang a {
	background-color: #fff;
	color: var(--red);
}
/* CTA buttons */
.btn,
.wpcf7-submit {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 25px;
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.wpcf7-submit {
	border: 0 none;
	text-transform: uppercase;
	padding: 9px 30px;
}
.wpcf7-not-valid-tip {
	font-size: 13px;
	font-weight: 500;
}
.wpcf7-submit:hover {
	background: #fff;
	color: var(--blue);
}
.btn.btn-fs-20 {
	font-size: 20px;
}
.btn-color-red {
	color: var(--red);
}
.btn-color-blue {
	color: var(--blue);
}
.btn-red,
.bg-red,
.component-red,
.wpcf7-submit {
	background: rgb(248,46,46);
	background: linear-gradient(90deg, rgba(248,46,46,1) 0%, rgba(207,15,15,1) 50%, rgba(177,19,19,1) 100%);
}
.btn-blue {
	background: var(--blue);
	transition: 0.3s ease;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background: #fff;
	color: var(--blue);
}
.component-purple {
	background-color: var(--purple);
}
.btn.btn-red:hover:after,
.btn.btn-white:hover:after {
	opacity: 1;
}
.btn.btn-underline {
	padding: 0;
	text-transform: uppercase;
	font-family: 'EB Garamond', sans-serif;
	font-weight: 600;
	border-radius: 0;
}
.btn.btn-underline:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: var(--red);
}
.btn span {
	position: relative;
	z-index: 1;
}
.btn-red:after {
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: 0.3s ease-in-out;
	background: rgb(248,46,46);
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(177,19,19,1) 0%, rgba(207,15,15,1) 50%, rgba(248,46,46,1) 100%);
}
.btn-white:after {
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: 0.3s ease-in-out;
	background: rgb(248,46,46);
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(177,19,19,1) 0%, rgba(207,15,15,1) 50%, rgba(248,46,46,1) 100%);
}
.btn-white.text-blue:after {
	background: var(--blue);
}
.btn-white {
	background: #fff;
}
.btn-white span,
.btn-underline.color-red {
	color: var(--red);
}
.btn-white.text-blue span {
	color: var(--blue);
}
.btn.btn-white:hover span {
	color: #fff;
}
.component-blue.component,
.component-red.component {
	color: #fff;
}

/* Benefits */
.benefits i {
	font-size: 63px;
	color: var(--red);
}

/* roboto-300 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(''),
	url('fonts/roboto/roboto-v29-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/roboto/roboto-v29-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
	url('fonts/roboto/roboto-v29-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/roboto/roboto-v29-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: local(''),
	url('fonts/roboto/roboto-v29-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/roboto/roboto-v29-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* eb-garamond-regular - latin-ext_latin */
@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local(''),
	url('fonts/eb-garamond/eb-garamond-v24-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/eb-garamond/eb-garamond-v24-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-700 - latin-ext_latin */
@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local(''),
	url('fonts/eb-garamond/eb-garamond-v24-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/eb-garamond/eb-garamond-v24-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icommon/icomoon.eot');
	src:  url('fonts/icommon/icomoon.eot#iefix') format('embedded-opentype'),
	url('fonts/icommon/icomoon.ttf') format('truetype'),
	url('fonts/icommon/icomoon.woff') format('woff'),
	url('fonts/icommon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-logo-white:before {
	content: "\e900";
	color: #fff;
}
.icon-logo-blue .path1:before {
	content: "\e901";
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path2:before {
	content: "\e902";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path3:before {
	content: "\e903";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path4:before {
	content: "\e904";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path5:before {
	content: "\e905";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path6:before {
	content: "\e906";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path7:before {
	content: "\e907";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path8:before {
	content: "\e908";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path9:before {
	content: "\e909";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path10:before {
	content: "\e90a";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path11:before {
	content: "\e90b";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path12:before {
	content: "\e90c";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path13:before {
	content: "\e90d";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-logo-blue .path14:before {
	content: "\e90e";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path15:before {
	content: "\e90f";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path16:before {
	content: "\e910";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path17:before {
	content: "\e911";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path18:before {
	content: "\e912";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path19:before {
	content: "\e913";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path20:before {
	content: "\e914";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path21:before {
	content: "\e915";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path22:before {
	content: "\e916";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path23:before {
	content: "\e917";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path24:before {
	content: "\e918";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path25:before {
	content: "\e919";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path26:before {
	content: "\e91a";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path27:before {
	content: "\e91b";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path28:before {
	content: "\e91c";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path29:before {
	content: "\e91d";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path30:before {
	content: "\e91e";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path31:before {
	content: "\e91f";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path32:before {
	content: "\e920";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path33:before {
	content: "\e921";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path34:before {
	content: "\e922";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path35:before {
	content: "\e923";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path36:before {
	content: "\e924";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path37:before {
	content: "\e925";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path38:before {
	content: "\e926";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path39:before {
	content: "\e927";
	margin-left: -5.4697265625em;
	color: rgb(34, 34, 91);
}
.icon-logo-blue .path40:before {
	content: "\e928";
	margin-left: -5.4697265625em;
	color: rgb(204, 39, 39);
}
.icon-twitter-icon:before {
	content: "\e939";
}
.icon-email-icon:before {
	content: "\e93a";
}
.icon-youtube-icon:before {
	content: "\e93b";
}
.icon-call-icon:before {
	content: "\e93c";
}
.icon-star-icon:before {
	content: "\e93d";
	color: #ffc107;
}
.icon-google-plus:before {
	content: "\e929";
	color: #fff;
}
.icon-tenacitate:before {
	content: "\e92a";
}
.icon-orar:before {
	content: "\e92b";
	color: #fff;
}
.icon-quotes-1:before {
	content: "\e92c";
	color: #cf0f0f;
}
.icon-inovatie:before {
	content: "\e92d";
}
.icon-quotes-2:before {
	content: "\e92e";
	color: #cf0f0f;
}
.icon-location:before {
	content: "\e92f";
	color: #fff;
}
.icon-mailing:before {
	content: "\e930";
	color: #fff;
}
.icon-expertiza:before {
	content: "\e931";
	color: #d4d4ef;
}
.icon-mobile-phone:before {
	content: "\e932";
	color: #fff;
}
.icon-linkedin:before {
	content: "\e933";
	color: #fff;
}
.icon-contact:before {
	content: "\e934";
	color: #fff;
}
.icon-facebook:before {
	content: "\e935";
	color: #fff;
}
.icon-profesionalism:before {
	content: "\e936";
}
.icon-instagram:before {
	content: "\e937";
	color: #fff;
}
.icon-specializare:before {
	content: "\e938";
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}
.b-lazy.b-loaded {
	opacity: 1;
}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.bd-bottom hr {
	box-shadow: none;
	border-bottom: 1px solid #cecece;
	border-top: 0 none;
}
hr.wp-block-separator.is-style-wide {
	max-width: 1450px;
	width: 100%;
	border-bottom: 0 none;
	border-right: 0;
	border-left: 0;
	border-top: 1px solid #cecece;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.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;
}

.admin-bar .site-header {
	top: 30px;
}

.transition {
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}
.transition-fast {
	transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

/* Footer */
.site-footer {
	margin-top: 0;
	background: var(--blue);
	position: relative;
}
.site-footer .logo-container {
	max-width: 290px;
	margin: 0 auto;
}
.site-footer:before {
	content: "";
	position: absolute;
	width: 26%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--red);
	z-index: 0;
}
.site-footer .footer-fist-col {
	background-color: var(--red);
	position: relative;
	padding: 90px 40px 70px 0;
}
.footer-second-col {
	background-color: var(--blue);
	position: relative;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.footer-second-col {
	padding-top: 90px;
}
section#cta-section .section-heading {
	background: none;
}
.footer-second-col .footer-menu-primary a {
	text-transform: uppercase;
	font-size: 17px;

}
.footer-menu-primary .menu-item {
	margin-left: 25px;
}
.widget-footer-contact {
	margin-top: 35px;
}
.widget-footer-contact a i {
	position: absolute;
	left: 11px;
	font-size: 18px;
}
.widget-footer-contact a {
	border: 1px solid #fff;
	padding: 13px 13px 13px 43px;
	margin: 0 4px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 300;
}
.widget-footer-contact a:hover {
	background: #fff;
	color: var(--blue);
}
.widget-footer-contact a:hover i:before {
	color: var(--blue);
}
.footer-menu-primary li a {
	position: relative;
	padding: 2px 4px 4px 4px;
	font-weight: 400;
}
ul#footer-legal-menu li a {
	font-size: 14px;
	font-weight: 300;
	margin-left: 10px;
}
.footer-menu-secondary {
	padding-top: 30px;
}
span.edit-link a {
	color: #fff;
	text-decoration: none;
	padding: 5px 17px;
	display: table;
	font-size: 16px;
	font-weight: 600;
}
span.edit-link {
	position: fixed;
	bottom: 0;
	left: 0;
	background: var(--blue);
	text-decoration: none;
}
.admin-bar .site-main {
	padding-top: 100px;
}
html :where(.wp-block) {
	max-width: 100% !important;
}
/* Component duos */
.component-duos.left-grey:before,
.component-duos.right-grey:after {
	background: var(--lightgrey);
}
.component-duos.left-purple:before,
.component-duos.right-purple:after {
	background: var(--purple);
}
.component-duos.left-blue:before,
.component-duos.right-blue:after {
	background: var(--blue);
}
.component-duos.left-blue .duo-1 i:before,
.component-duos.left-blue .duo-2 i:before {
	color: var(--purple);
}
figure.post-thumbnail {
	margin: 0;
}
.first-article figure img {
	max-height: 491px;
	object-fit: cover;
	object-position: center;
}
.entry-title a {
	text-decoration: none;
	color: inherit;
}
.blog-item figure {
	margin: 0;
	position: relative;
}
.blog-item figure:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 86px 0 0;
	border-color: #fff transparent transparent transparent;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}
.with-bg .blog-item figure:before {
	border-color: var(--bg) transparent transparent transparent;
}
.with-bg .blog-item figure:after {
	border-color: transparent var(--bg) transparent transparent;
}
.blog-item:hover figure a:before {
	opacity: 1;
}
.blog-item:hover figure:before {
	border-width: 34px 42px 0 0;
}
.blog-item:hover figure:after {
	border-width: 34px 42px 0 0;
}
.blog-item figure a:before {
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(207 16 15 / 40%);
	height: 100%;
	width: 100%;
	opacity: 0;
}
.blog-item figure a {
	position: relative;
	display: flex;
}
.blog-item figure:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 86px 0 0;
	border-color: transparent #fff transparent transparent;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}
.pagination {
	margin-bottom: 43px;
}
.with-bg .pagination .active a {
	background: #fff;
}
.pagination .active a {
	background: var(--lightgrey);
	color: #000;
}
.pagination a {
	font-weight: 500;
	text-decoration: none;
	background: var(--blue);
	color: #fff;
	min-width: 38px;
	display: flex;
	height: 38px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	margin: 0 3px
}
.entry-meta,
.entry-meta a {
	font-size: 14px;
	color: var(--blue);
	text-decoration: none;
	font-weight: 400;
}
.text-right {
	text-align: right;
}
.nav-next, .nav-previous {
	background: var(--blue);
	padding:5px 7px;
	margin-bottom: 15px;
	border-radius: 6px;
}
.intro-page-component {
	overflow: hidden;
}
.posts-navigation {
	padding-top: 8px;
	margin-bottom: 20px;
}
.ct-lbl {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	color: var(--red);
	padding-bottom: 5px;
}
.nav-next a, .nav-previous a {
	font-size: 13px;
	line-height: 17px;
	max-width: 130px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
}
input::placeholder,
textarea::placeholder {
	color: rgb(34 34 91 / 54%);
}
@media(min-width: 991px){
	.hidden-md {
		display: none;
	}
}
@media(max-width: 991px){
	.hidden-sm {
		display: none;
	}
	.blog-item figure:before {
		border-width: 35px 44px 0 0;
	}
	.blog-item figure:after {
		border-width: 38px 48px 0 0;
	}
	.admin-bar .site-header {
		top: 45px;
	}
	.admin-bar .site-main {
		padding-top: 60px;
	}
	.entry-content p {
		font-size: 16px;
		line-height: 22px;
		word-break: break-word;
	}
	.h2, .h3, .h4, .h5, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, h1, h2, h3, h4, h5 {
		font-size: 21px;
		line-height: 25px;
	}
}
@media(max-width: 480px){
	.nav-next a, .nav-previous a {
		max-width: 100%;
	}
}
@media(max-width: 767px){
	.wp-block-columns.max-1300 {
		display: flex;
		flex-direction: column;
	}
	body .duo-1,
	body .duo-2 {
		min-height: 410px;
		padding-top: 92px;
	}
	body .team-member .title.h3 {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		margin-bottom: 0 !important;
	}
	body .member-occupation {
		font-size: 13px;
	}
	.row.with-bg:before,
	.row.with-bg:after {
		display: none;
	}
	.site-footer {
		margin-top: 0;
	}
	.site-footer:before {
		width: 100%;
		height: 215px;
	}
	.footer-fist-col .logo-container {
		max-width: 285px;
		margin: 0 auto;
		width: 100%;
	}
	.widget-footer-contact ul li a {
		width: 100%;
		text-align: center;
		max-width: 284px;
		margin: 0 auto 13px auto;
		display: table;
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.widget-footer-contact ul li {
		width: 100%;
	}
	.widget-footer-contact a i {
		position: relative;
		left: -5px;
		font-size: 18px;
		top: 3px;
	}
	.footer-second-col {
		padding-top: 45px;
	}
	.footer-menu-secondary li {
		text-align: center;
		padding-bottom: 5px;
	}
	#footer-primary-menu li a::before {
		display: none;
	}
	.footer-menu-secondary {
		padding-bottom: 30px;
	}
	.footer-second-col .footer-menu-primary li {
		margin-bottom: 9px;
	}
	.footer-menu-primary .menu-item {
		width: 40%;
	}
	.footer-second-col .footer-menu-primary a {
		font-size: 16px;
	}
}
@media(min-width: 1480px){
	.style-extended .expertise-content .btn {
		margin-top: 40px;
	}
}
@media(max-width: 1190px){
	.site-footer .footer-fist-col {
		padding: 50px 0 50px 0;
	}
	.site-footer:before {
		height: 214px;
		width: 100%;
	}
	.wp-block-column.has-mobile-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}
sup a {
	color: var(--red);
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-left: 3px;
}
.blog-item figure img {
	max-width: 100%;
	height: auto;
}
.page figure.aligncenter.size-full,
.page figure.aligncenter.size-full img {
	text-align: center;
	max-width: 100%;
	height: auto;
}
.wp-block-columns.max-1300 {
	max-width: 1291px;
	margin-left: auto;
	margin-right: auto;
	gap: 0;
}
.component-grid.remove-extra-padding-bottom {
	padding-bottom: 0;
}