/*!/wp-content/themes/sofmedica/style.css*//*!
Theme Name: sofmedica
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: sofmedica
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.

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

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

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

/** Critical CSS **/
:root {
    --blue: #001B47;
    --accent: #51bbff;
    --gray: #b3bdd0;
    --intro: #f3f3f3;
    --graylighter: #f4f4f4;
    --graybrighter: #f7f7f7;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Header */
#masthead {
    z-index: 9999;
}

.site-header:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: var(--blue);
    z-index: -1;
}

.site-header {
    position: relative;
    z-index: 91;
}

.header-inner {
    width: 100%;
}

.menu-toggle {
    display: none;
}

#middlemaster {
    display: table;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
}

.bg-blue .nav-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 12px;
}

#languages-menu a {
    padding: 4px 15px;
    display: table;
    color: var(--gray);
}

#languages-menu .pll-parent-menu-item > a {
    color: #fff;
    font-size: 15px;
}

.lang-item a img,
.pll-parent-menu-item a img {
    width: 18px;
}

#primary-menu .pll-parent-menu-item a img {
    margin-bottom: -2px;
}

.pll-parent-menu-item > a > img {
    position: relative;
    top: 1px;
}

.social a {
    border-right: 1px solid #b3bdd029;
}

#languages-menu .fw-600 {
    font-weight: 400;
    border-right: 1px solid #b3bdd029;
    padding: 0px 15px;
}

#languages-menu .prevent a {
    color: #fff;
}

#site-branding {
    max-width: 350px;
}

.col-12.col-sm-6.business-logos {
    margin-left: 60px;
}
.col-12.col-sm-6.business-logos.d-flex.align-items-center.justify-content-end {
  justify-content: flex-start !important;
}
.col-12.col-sm-6.business-logos img.sfm {
  display: none;
}
/* Video component Full Width */
section#component-video-full-width .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

section#component-video-full-width .container video {
    width: 100%;
    object-position: center;
    object-fit: contain;
}

section#component-video-full-width .container .row .col-12,
section#component-video-full-width .container .row,
section#component-video-full-width .container p {
    padding: 0;
    margin: 0;
}

section#component-video-full-width {
    padding: 0;
    margin-top: -31px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb {
  color: var(--blue);
}
.cst-press-info {
  font-size: 15px;
}
@media(max-width: 991px) {
.mobile-hidden, .lang-ro .lg, .lang-en .lg-ro, .lang-bg .lg-ro, .lang-hr .lg-ro, .lang-hu .lg-ro, .lang-gr .lg-ro,
.lang-ro .lg-en, .lang-bg .lg-en, .lang-hr .lg-en, .lang-hu .lg-en, .lang-gr .lg-en,
.lang-en .lg-bg, .lang-en .lg-bg, .lang-hr .lg-bg, .lang-hu .lg-bg, .lang-gr .lg-bg,
.lang-en .lg-hr, .lang-bg .lg-hr, .lang-en .lg-hr, .lang-hu .lg-hr, .lang-gr .lg-hr,
.lang-en .lg-hu, .lang-bg .lg-hu, .lang-hr .lg-hu, .lang-en .lg-hu, .lang-gr .lg-hu,
.lang-en .lg-gr, .lang-bg .lg-gr, .lang-hr .lg-gr, .lang-hu .lg-gr, .lang-en .lg-gr {
  display: none;
}
 .desktop-hidden.external {
    background: var(--blue);
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--accent);
    margin-bottom: 0px;
    padding: 2px 0px 7px 0px;
  }
    section#component-video-full-width .container video {
        height: auto;
        object-fit: contain;
        margin-top: 40px;
    }
}

@media (min-width: 1199px) {
    section#component-video-full-width .container video {
        object-fit: cover !important;
        height: 650px;
    }

}

/* End of Video component Full Width */

@media(min-width: 1200px) {

    /* Sticky Header logic */
    .site-header.sticky .header-inner {
        position: fixed;
        z-index: 91;
        top: auto;
        transform: translate3d(0px, -110%, 0);

    }

    .site-header.animation .header-inner {
        transform: translate3d(0px, 0px, 0);
        transition: 0.3s ease-in-out;
    }

    body .site-header.sticky .header-inner {
        box-shadow: 1px 1px 15px -5px rgb(0 0 0 / 30%);
    }

    body .site-header.sticky .header-inner #bottomaster {
        position: fixed;
        top: 32px;
        right: 0;
        top: 0;
    }

    body .site-header.sticky div#site-branding {
        position: relative;
        z-index: 94;
    }

    body .site-header.sticky div#site-branding a {
        max-width: 170px;
        position: relative;
        top: 3px;
    }

    .site-header.sticky .header-inner #topmaster,
    body .site-header.sticky .header-inner .business-logos {
        display: none !important;
    }

    #topmaster .col-6 {
        min-width: 690px;
    }

    .slider-container {
        min-height: 577px;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 7px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        height: 7px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

/* Page generic */
.entry-header.top-page-header {
    padding: 60px 0 40px 0;
    margin-top: -29px;
    z-index: 0;
    position: relative;
    background-color: var(--intro);
}

.entry-header.top-page-header .entry-title {
    text-transform: uppercase;
    color: var(--blue);
    margin: 0;
    font-size: 41px;
    line-height: 46px;
    padding-bottom: 10px;
}

.subtitle {
    margin: 0;
    font-family: "Raleway", sans-serif;
    color: var(--blue);
    font-size: 20px;
    line-height: 24px;
}

.has-image {
    background-size: cover;
    background-position: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

/* Page Components */
/* Slider ACF Homepage */

@media screen and (min-width: 0px) and (max-width: 767px) {
.shockwaves-video iframe {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}

    #masthead #topmaster .row.d-flex.align-items-center.justify-content-end .col-9 {
  width: 100%;
}
    .owl-home .middle h2,
    .middle h3,
    .middle h4,
    .middle h5,
    .middle h1 {
        font-size: 25px;
    }

    .owl-home f.middle.col p {
        font-size: 16px;
    }

    .archive.category .half-events-col .wp-container-1 {
        padding-bottom: 40px;
    }

    .archive.category .col-12.col-lg-9.left-side-archive .row .post {
        max-width: 496px !important;
        margin: auto;
    }

    .half-events-col .col-event {
        max-width: 470px;
    }
    #colophon .title-container .title {
  font-size: 1.6em !important;
    }


}


.slide-content {
    position: relative;
    display: table;
    width: 100%;
}

.slide-content .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8%;
    padding-left: 11%;
    padding-right: 6%;
}

.slide-content .featured-image {
    position: relative;
    object-fit: cover;
    object-position: bottom;
    height: 575px;
}

.second-col .featured-image {
    position: relative;
    object-fit: cover;
    object-position: center;
    height: 575px;
    width: 100%;
}

.component {
    padding-top: 40px;
    padding-bottom: 40px;
}

.middle p {
    font-size: 18px;
    line-height: 1.8;
}

.top-part.intro {
    font-size: 25px;
    text-transform: uppercase;
}

.top-part p,
.top-part h1,
.top-part h2,
.top-part h3,
.top-part h4,
.top-part h5 {
    font-size: 25px;
    margin: 0;
}

.top-part {
    margin-bottom: 10px;
}

.middle h2,
.middle h3,
.middle h4,
.middle h5,
.middle h1 {
    font-weight: bold;
    font-size: 37px;
    line-height: 41px;
    color: var(--blue);
    margin: 0;
    background: -webkit-linear-gradient(45deg, #001B47, #04619b 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-col .feed-social .featured-image {
    margin-top: 15px;
    object-fit: contain !important;
    object-position: top !important;
    height: auto;
}

.top-post p {
    margin: 0;
}

.channel-id .featured-image {
    width: 50px;
    height: 50px !important;
    position: absolute;
    margin: 0 !important;
    left: 10px;
}

.channel-title {
    font-weight: bold;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
}

.channel-followers {
    font-size: 13px;
    color: #6b6a6a;
}

.channel-id {
    position: relative;
    padding-left: 70px;
}

.top-post p a.more {
    color: #949393;
}

.top-post p a.more:hover {
    text-decoration: underline;
}

.feed-social .social-container {
    overflow: scroll;
    height: 497px;
    padding-top: 25px;
}

.channel-title a {
    color: #454545;
}

.social-header a span {
    font-size: 16px;
    color: #000;
    text-transform: none;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-left: 10px;
}

.social-header a {
    max-width: 211px;
}

.social-header {
    background-color: var(--graylighter);
    padding: 40px 20px 13px 20px;
    margin-bottom: 0px;
}

.social-cols .title-container .title,
.contact-info-cols .title-container .title {
    font-size: 20px;
}
.lang-gr .social-cols .title-container .title,
.lang-gr .contact-info-cols .title-container .title {
  font-size: 18px;
}

.top-post {
    padding: 10px;
}

section#staging-area {
    padding-top: 0;
    margin-top: -27px;
}

/* Component image + text */
.dark.component {
    background-color: var(--blue);
}

.light.component {
    background-color: var(--graybrighter);
}

.dark .section-heading,
.dark .section-heading span,
.dark .section-content {
    color: #fff;
}

.dark .title-container .title span {
    color: #fff;
}

.dark .title-container .title:before {
    background: #fff;
}

.dark .title-container .title:after {
    background: var(--gray);
}

.text-uppercase {
    text-transform: uppercase;
}

/* Component navigation */
.component-navigation {
    padding-top: 45px;
    padding-bottom: 45px;
}

.item-inner {
    position: relative;
    min-height: 215px;
    padding: 40px;
}

@media(max-width: 575px) {
    ul#languages-menu {
        min-height: 34px;
    }

    .component-navigation > .row {
        margin: 10px;
    }

    .entry-title {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 5px;
    }

    .subtitle {
        font-size: 18px;
        line-height: 23px;
    }

    .entry-header.has-image {
        background-position: left;
    }

    #languages-menu a {
        padding: 4px 12px 6px 12px;
    }

    .site-footer #nav_menu-6 .widget-title::after,
.site-footer #nav_menu-12 .widget-title::after,
.site-footer #nav_menu-28 .widget-title::after,
.site-footer #nav_menu-18 .widget-title::after,
.site-footer #nav_menu-23 .widget-title::after,
.site-footer #nav_menu-42 .widget-title::after,
.site-footer #nav_menu-31 .widget-title::after,
.site-footer #nav_menu-32 .widget-title::after,
.site-footer #nav_menu-33 .widget-title::after,
.site-footer #nav_menu-35 .widget-title::after,
.site-footer #nav_menu-37 .widget-title::after,
.site-footer #nav_menu-43 .widget-title::after {
  top: -8px!important;
}
}

@media(min-width: 1921px) {

    .second-col .featured-image,
    .slide-content .featured-image {
        height: 670px;
    }

    .feed-social .social-container {
        height: 592px;
    }

    .site-header:after {
        width: 50%;
    }

    .middle.col {
        max-width: 880px;
    }
}

@media(min-width: 991px) {
    .editor-container {
        min-height: 370px;
    }

    #isle-academy .editor-container {
        min-height: 420px;
    }

    #isle-academy .image-container .featured-image {
        min-height: 520px;
    }
}

/* General styles */
.max-fhd {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.noul,
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-blue {
    background-color: var(--blue);
}


.lang-gr .main-navigation.clip-path::before {
  width: 500px;
  height: 220px;
  top: -159px;
}
.lang-gr .sticky .main-navigation.clip-path::before {
  height: 221px;
}
.main-navigation.clip-path::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    height: 187px;
    width: 438px;
    left: -40px;
    background: var(--blue);
    top: -125px;
}

@media (min-width: 992px) and (max-width: 1699px) {
.main-navigation.clip-path::before {
    left: -80px!important;

}
.sticky #middlemaster {
  padding: 8px 0;
}
.main-navigation.clip-path::before {
    top: -130px!important;
}
}

.btn {
    display: inline-block;
    width: auto;
    align-self: flex-start;
    padding: 11px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.btn span,
.send-btn .btn.btn-blue:hover .wpcf7-submit,
.btn.btn-blue:hover #submit {
    position: relative;
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
}

.cta-container span.icon {
    padding-right: 5px;
}

.single.single-products .editor-container p, .single.single-products .section-editor p {
    text-align: justify;
}
.single.single-products.lang-bg p, .single.single-products.lang-gr p {
    text-align: left;
}

.btn.btn-blue {
    background: var(--blue);
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    color: var(--blue);
}

.btn.btn-gray-v2 {
    background: #e3e3e3;
    color: var(--blue);
}

.btn.btn-inline {
    padding: 2px;
}

.btn.btn-inline:hover span,
.btn.btn-inline:hover {
    color: var(--accent) !important;
}

.btn.btn-arrow {
    font-size: 14px;
    text-transform: none;
    color: var(--blue);
    font-weight: normal;
    padding: 2px 28px 2px 0;
    font-family: 'Raleway', sans-serif;
}

.btn.btn-arrow i {
    position: absolute;
    right: -20px;
    top: 3px;
}

#primary-menu .pll-parent-menu-item {
    display: none;
}

.sticky #primary-menu .pll-parent-menu-item {
    display: block;
}

.sticky #primary-menu .pll-parent-menu-item:hover .dropdown-menu.sub-menu,
.sticky #primary-menu #menu-item-22171:hover .dropdown-menu.sub-menu {
    right: 0px;
    left: auto;
}

.sticky .main-navigation #primary-menu .pll-parent-menu-item .sub-menu {
    flex-direction: column !important;
}

.sticky .main-navigation #primary-menu .pll-parent-menu-item .sub-menu li a {
    padding: 0px !important;
}

.sticky .main-navigation #primary-menu .pll-parent-menu-item .sub-menu li {
    padding: 10px 0px;
}

.sticky .main-navigation #primary-menu .pll-parent-menu-item .sub-menu {
    padding: 20px 35px;
    max-width: 172px;
}

/* Critical CSS END */


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

#languages-menu .sub-menu a {
    color: var(--blue);
}

#languages-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background: var(--gray);
    margin-top: -2px;
    min-width: 119px;
    padding: 4px;
    box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 30%);
}

#languages-menu .pll-parent-menu-item.active .sub-menu {
    display: block;
}

#languages-menu a:hover {
    color: #fff;
}

#languages-menu .sub-menu li a {
    border-bottom: 1px solid #8892a6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 9px;
}

#languages-menu .sub-menu li:last-child a {
    border: 0;
}

#languages-menu .sub-menu li a:hover {
    color: #478ab6;
}

#languages-menu > .pll-parent-menu-item {
    position: relative;
}

#languages-menu a i {
    position: relative;
    top: 2px;
}

#languages-menu > .pll-parent-menu-item:after {
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #fff;
    top: 12px;
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926";
}

#primary-menu li:hover a::before,
#primary-menu li:focus a::before,
#primary-menu li:active a::before,
#primary-menu li.current-menu-item a::before,
#primary-menu li.current-page-ancestor a::before,
#primary-menu li.current-menu-ancestor a::before,
.active .item-cat-container a::before,
.item-cat-container a:hover::before,
.item-cat-container a:focus::before,
.item-cat-container a:active::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,
#footer-primary-menu li a::before,
.item-cat-container a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    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);
}

#primary-menu li a::before,
.item-cat-container a::before {
    background-color: #0079c7;
}

.search-form-container {
    position: absolute;
    right: 0;
    margin-top: -2px;
    margin-right: 0;
    background: var(--gray);
    padding: 8px;
    display: none;
    z-index: 20;
    box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 30%);
}

.search-form-container form {
    display: flex;
}

.search-form-container form input[type="submit"] {
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
    padding: 1px 15px;
    margin-left: 5px;
}

.search-active .search-form-container {
    display: block;
}

.btn.btn-blue .wpcf7-submit,
.btn.btn-blue #submit {
    padding: 11px 16px;
    border: none !important;
    font-size: 15px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.send-btn .btn.btn-blue {
    height: 46px;
    padding: 0px;
}

.send-btn .btn.btn-blue:hover .wpcf7-submit,
.submit.btn.btn-blue:hover #submit {
    color: var(--blue);
}

.submit.btn.btn-blue {
    margin: 0px 0px 15px 15px !important;
    padding: 0px;
}

.component-documentation .btn.btn-gray-v2:before,
.btn.btn-blue:before,
.btn.btn-white:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 131%;
    height: 100%;
    z-index: 0;
    transform: translate3d(-100%, 0, 0) skewX(0deg);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    /* ease (default) */
}

.component-documentation .btn.btn-gray-v2:before,
.btn.btn-blue:before,
.btn.btn-white:before {
    background: var(--accent);
}

.component-documentation .btn.btn-gray-v2:before,
.btn.btn-blue:before,
.btn.btn-white:before {
    background: var(--accent);
}

.component-documentation .btn.btn-gray-v2:hover:before,
.component-documentation .btn.btn-gray-v2:focus:before,
.component-documentation .btn.btn-gray-v2:active:before,
.btn.btn-blue:hover:before,
.btn.btn-blue:focus:before,
.btn.btn-blue:active:before,
.btn.btn-white:hover:before,
.btn.btn-white:focus:before,
.btn.btn-white:active:before {
    transform: translate3d(0, 0, 0) skewX(29deg);
}

.component-documentation .btn.btn-gray-v2:hover span,
.component-documentation .btn.btn-gray-v2:hover,
.component-documentation .btn.btn-gray-v2:active span,
.component-documentation .btn.btn-gray-v2:active,
.component-documentation .btn.btn-gray-v2:focus span,
.component-documentation .btn.btn-gray-v2:focus,
.btn.btn-blue:hover span,
.btn.btn-blue:hover,
.btn.btn-blue:active span,
.btn.btn-blue:active,
.btn.btn-blue:focus span,
.btn.btn-blue:focus {
    color: var(--blue);
}

.btn.btn-white:hover span,
.btn.btn-white:hover,
.btn.btn-white:active span,
.btn.btn-white:active,
.btn.btn-white:focus span,
.btn.btn-white:focus {
    color: #fff;
}

.btn.btn-arrow:hover {
    color: var(--accent);
}

.section-content p {
    font-size: 18px;
}

.section-heading.title-container {
    margin-bottom: 30px;
}

.component.gray {
    background-color: var(--graybrighter);
}

.text-container {
    background: var(--graybrighter);
}

.title-container .title span {
    font-weight: 600;
    color: var(--blue);
}

.title-container .title {
    font-size: 29px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin-top: 0;
}

.title-container .title:before {
    content: "";
    position: absolute;
    width: 95px;
    height: 3px;
    background: var(--blue);
    bottom: -6px;
    left: 0;
    z-index: 1;
}

.title-container .title:after {
    content: "";
    position: absolute;
    width: 230%;
    max-width: 230px;
    height: 1px;
    background: #dbdbdb;
    bottom: -5px;
    left: 0;
}

/* Footer */
.site-footer {
    color: #fff;
    background-color: var(--blue);
}

.site-footer .footer-menu {
    background: #fff;
    color: #000;
    margin-top: 25px;
}
.site-footer .footer-menu a {
  font-size: 13px !important;
}
.col-12.footer-textarea {
    max-width: 980px;
    border-bottom: 1px solid #fff;
    margin: 25px auto 55px 0px;
    padding: 25px 0 10px 0;
}

.footer-textarea p {
    margin: 0;
    font-size: 18px;
}

.social-widget a {
    background: var(--blue);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray);
    margin-left: 5px;
    line-height: 1px;
}

.social-widget a:hover,
.social-widget a:active,
.social-widget a:focus {
    color: #fff;
}

#footer-menu a {
    color: #000;
}
#footer-menu li a {
    color: #000;
    margin: 0px;
}
#footer-menu li {
    color: #000;
    margin: 0 13px;
}

#footer-menu a:hover {
    color: var(--accent);
}

.widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.with-icon a {
    position: relative;
    padding-left: 25px;
    display: block;
}

.with-icon a i {
    position: absolute;
    left: 0;
    top: 3px;
}

.site-footer .menu a {
    color: #fff;
    font-size: 16px;
}

.site-footer .widget-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.site-footer .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}

.site-footer .menu a:hover {
    color: var(--gray);
}

.site-footer .widget .menu li {
    margin-bottom: 10px;
}

.copyright-line p {
    margin: 0;
    font-size: 13px;
}

input[type="search"] {
    -webkit-appearance: none;
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
}

.lang-item.current-lang {
    display: none;
}

a .title {
    color: #111;
}

.intro-container .title {
    color: #6a6a6a;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-comment textarea {
    border: 1px solid #ccc;
    min-height: 45px;
    padding: 5px 13px;
}

p.comment-form-author input:focus,
p.comment-form-email input:focus,
p.comment-form-comment textarea:focus {
    border-color: var(--accent);
    outline: none;
}

p.comment-form-comment textarea {
    resize: none;
    max-height: 150px;
}

span#authorsection,
span#emailsection,
span#commentsection {
    color: red;
    font-size: 14px;
}

footer#colophon {
    padding-top: 35px;
}

p.logged-in-as {
    padding: 15px 15px 0 15px;
}

p.form-submit {
    padding-top: 0;
}

.main-navigation li.dropdown-no {
    padding-right: 17px;
}

.main-navigation li.dropdown-no i.chevron-menu {
    position: absolute;
    right: 4px;
    top: 18px;
    height: 23px;
    width: 23px;
}

.icon-arrow-down.chevron-menu:after {
    position: absolute;
    right: 6px;
    font-size: 12px;
    color: #fff;
    top: 5px;
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e926";
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-height: 500px) and (max-width: 990px) {
    body nav#site-navigation {
        min-height: 250px;
        height: 260px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lang-bg .sticky .bg-blue .nav-menu a {
  font-size: 12px;
}


    .sticky #primary-menu .pll-parent-menu-item .sub-menu span span {
        display: inline-block;
        margin-left: 6px !important;
    }

    body .site-header.sticky div#site-branding a {
        max-width: 140px !important;
    }

    body .site-header.sticky div#site-branding {
        max-width: 175px !important;
    }

    body .main-navigation li.dropdown-no {
        padding-right: 10px;
    }

    body .main-navigation li.dropdown-no {
        padding-right: 15px;
    }

    body .main-navigation li.dropdown-no i.chevron-menu {
        right: -6px;
    }

    .editor-container {
        min-height: 420px !important;
    }

    #footer-menu a {
        font-size: 13px;
    }

    .left-side-archive .post .entry-title,
    .category-25 .left-side-archive .post .entry-title,
    .category-879 .left-side-archive .post .entry-title,
    .category-881 .left-side-archive .post .entry-title,
    .category-883 .left-side-archive .post .entry-title,
    .category-885 .left-side-archive .post .entry-title {
        height: 52px !important;
        overflow: hidden;
    }


/*--------------------------------------------------------------
# SFM 30 years

    body .bg-blue .nav-menu a {
        padding: 18px 3px 18px 7px;
    }
--------------------------------------------------------------*/



}

@media (min-width: 992px) and (max-width: 1299px) {
    .main-navigation.clip-path::before {
        top: -130px;
    }

    .bg-blue .nav-menu a {
        font-size: 12px;
    }
    .pll-parent-menu-item span span {
  display: inherit;
}
/*--------------------------------------------------------------
# SFM 30 years
    body .bg-blue .nav-menu a {
  padding: 18px 3px 18px 7px;
}
--------------------------------------------------------------*/
    body .main-navigation li.dropdown-no i.chevron-menu {
  right: -6px;
}

    #primary-menu .pll-parent-menu-item a img {
        margin-bottom: -4px;
    }

    .icon-arrow-down.chevron-menu::after {
        top: 3px;
    }

    /* Sticky Header logic */
    .site-header.sticky .header-inner {
        position: fixed;
        z-index: 91;
        top: auto;
        transform: translate3d(0px, -110%, 0);

    }

    .site-header.animation .header-inner {
        transform: translate3d(0px, 0px, 0);
        transition: 0.3s ease-in-out;
    }

    body .site-header.sticky .header-inner {
        box-shadow: 1px 1px 15px -5px rgb(0 0 0 / 30%);
    }

    body .site-header.sticky .header-inner #bottomaster {
        position: fixed;
        top: 32px;
        right: 0;
        top: 0;
    }

    body .site-header.sticky div#site-branding {
        position: relative;
        z-index: 94;
    }

    body .site-header.sticky div#site-branding a {
        max-width: 170px;
        position: relative;
        top: 3px;
    }

    .site-header.sticky .header-inner #topmaster,
    body .site-header.sticky .header-inner .business-logos {
        display: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1399px) {
    body .site-header.sticky #middlemaster .container {
        margin-left: 0px;
    }
        .bg-blue .nav-menu a {
        font-size: 13px;
    }
/*--------------------------------------------------------------
# SFM 30 years
    body .bg-blue .nav-menu a {
  padding: 18px 3px 18px 7px;
}
--------------------------------------------------------------*/
    body .main-navigation li.dropdown-no i.chevron-menu {
  right: -6px;
}
}


@media (min-width: 1400px) and (max-width: 1699px) {
    body .site-header.sticky #middlemaster .container {
        margin-left: 0px;
    }
        .bg-blue .nav-menu a {
        font-size: 15px;
    }
/*--------------------------------------------------------------
# SFM 30 years
    body .bg-blue .nav-menu a {
  padding: 18px 3px 18px 7px;
}
--------------------------------------------------------------*/
    body .main-navigation li.dropdown-no i.chevron-menu {
  right: -6px;
}
}

/* Media Queries */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .second-col .featured-image {
        object-position: bottom;
        height: 551px;
        width: 100%;
    }

    .home-staging-area .second-col .col-12 {
        min-height: 551px;
    }



}


@media (min-width: 1299px) and (max-width: 1399px) {
    .clip-path:before {
        width: 250px;
        left: -230px;
    }
}

@media(max-width: 1199px) {
    #footer-menu a {
        margin: 0 8px;
    }

    .social-header {
        padding: 15px 20px 13px 20px;
    }

}

@media(max-width: 991px) {
    #masthead #topmaster .row.d-flex.align-items-center.justify-content-end .col-9 {
        min-width: 350px;
    }

    .values-row.history-row .col-inner {
        margin-bottom: 25px !important;
    }
}

@media(min-width: 570px) and (max-width: 991px) {
    #masthead #topmaster .row.d-flex.align-items-center.justify-content-end .col-9 {
        width: 100% !important;
    }
    #topmaster {
  max-width: 100% !important;
width: 100% !important;
}

}


@media(min-width: 569px) and (max-width: 767px) {
    #masthead #topmaster .row.d-flex.align-items-center.justify-content-end .col-9 {
        width: 370px;
    }
}


@media(min-width: 569px) and (max-width: 991px) {

    #masthead #topmaster {
        margin-right: 0px;
    }

    #masthead #topmaster .social.prevent a {
        border-right: none !important;
    }

    #masthead #topmaster .hidden-mobile {
        display: none;
    }
}


@media(max-width: 991px) {
    .gr-footer-cols .col-12.col-md-6.col-sm-6.first-col {
  margin-bottom: 40px;
}
.gr-footer-cols .col-12.col-md-6.col-sm-6.first-col, .gr-footer-cols .col-12.col-md-6.col-sm-6.second-col {
  min-width: 100%!important;
  text-align: center;
  justify-content: center;
  align-content: center;
}
.gr-footer-cols .section-editor, .gr-footer-cols .container .row, .gr-footer-cols .section-editor {
  justify-content: center !important;
    margin: 0px auto;
}

   .single-post blockquote::before {
  margin-left: -28px !important;
}

    #primary-menu li a::before,
    #footer-primary-menu li a::before {
        height: 2px;
        width: 11%;
    }

    .sticky #primary-menu .pll-parent-menu-item {
        display: none;
    }


    .menu-open {
        position: relative;
    }

    .menu-open:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 91;
    }

    .site-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 91;
        background-color: #fff;
        box-shadow: 1px 1px 13px -5px rgb(0 0 0 / 30%);
    }

    .site-main {
        margin-top: 90px;
    }
	  .single-products .site-main {
    margin-top: 110px;
  }
	.single-products .entry-header.top-page-header {
  padding-top: 80px;
}
    .lang-gr .site-main {
        margin-top: 146px;
    }

    .menu-toggle {
        color: var(--blue);
        cursor: pointer;
        background: 0 0;
        outline: none;
        border: none;
        height: 36px;
        padding: 0 23px 0 0;
        position: absolute;
        top: 42px;
        z-index: 12;
        display: block;
        right: 15px;
    }

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

    .menu-open nav#site-navigation {
        transform: translate3d(0, 0, 0);
    }

    nav#site-navigation {
        width: 100% !important;
        padding: 20px 15px;
        position: fixed;
        min-height: 400px;
        height: 400px;
        left: 0;
        z-index: 21;
        overflow-y: scroll;
        bottom: 0;
        transform: translate3d(0, 300%, 0);
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        /* ease (default) */
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
        /* ease (default) */
    }

    #site-navigation #primary-menu {
        margin: 30px 30px 0px 30px;
    }

    .main-navigation li {
        margin-bottom: 10px;
    }

    .bg-blue .nav-menu a {
        padding: 0 0 6px 0;
    }

    .footer-textarea p {
        font-size: 16px;
    }

    a.custom-logo-link {
        max-width: 185px;
    }

    .col-12.business-logos, .lang-gr .sticky .col-12.business-logos {
        display: none !important;
    }
     .lang-gr .col-12.business-logos {
    display: none !important;
    display: grid !important;
    justify-content: flex-start !important;
  }

    .main-navigation.clip-path:before {
        display: none;
    }

    .copyright-line {
        padding-top: 20px;
        text-align: center;
    }

    section#staging-area {
        margin-top: 0;
    }

    .main-navigation ul {
        flex: 100%;
    }

    body .main-navigation li.dropdown-no i.chevron-menu {
        background: var(--accent);
        top: 3px;
    }

    body .main-navigation li.dropdown-no.mega-menu {
        padding-right: 30px;
    }

    body .main-navigation ul li.mega-menu:hover > ul,
    body .main-navigation ul li.mega-menu.focus > ul {
        display: none;
    }

    body .bg-blue .nav-menu .sub-menu li.col-menu li {
        padding: 4px 0 4px 25px;
    }

    body .bg-blue .nav-menu .sub-menu li.col-menu li:before {
        left: 0;
        top: 8px;
    }

    body .main-navigation li.mega-menu > ul.sub-menu {
        padding: 7px 11px;
    }

    body .main-navigation ul ul {
        background: var(--blue) !important;
        box-shadow: none;
    }

    body .main-navigation ul ul a,
    .bg-blue .nav-menu .sub-menu li.col-menu li::before {
        color: #fff !important;
        font-size: 14px;
    }

    body .main-navigation ul li.mega-menu.active-submenu > ul.sub-menu {
        display: flex !important;
        left: 0;
        width: 100%;
        flex-direction: column;
        position: relative !important;
    }

    body .main-navigation ul li.mega-menu.active-submenu i.chevron-menu,
    body .main-navigation ul li.mega-menu.active-submenu i.chevron-menu:after,
    body .main-navigation ul li.mega-menu i.chevron-menu:after:focus,
    body .main-navigation ul li.mega-menu i.chevron-menu:after:active {
        color: #fff !important;
    }

    .main-navigation li.dropdown-no li.col-menu {
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
.col-md-12.captcha input {
    font-size: 1.1em!important;
}
.gr-footer-cols .col-12 {
  min-height: auto!important;
  padding: 0px;
}
.gr-footer-cols .container .row {
  margin: 0px auto !important;
}
    #footer-menu li {
    margin: 5px 5px;
    }
.site-footer .footer-menu .container {
  max-width: 100%;
}
    .middle h2,
    .middle h3,
    .middle h4,
    .middle h5,
    .middle h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .archive.category .delimiter.col-12 {
        display: none;
    }

    .top-part p,
    .top-part h1,
    .top-part h2,
    .top-part h3,
    .top-part h4,
    .top-part h5 {
        font-size: 22px;
    }

    .middle p {
        font-size: 18px;
        line-height: 1.5;
    }

    .hidden-mobile {
        display: none;
    }

    #colophon .container .row {
        margin: 0px 20px;
    }

    .title-container .title::after {
        width: 100% !important;
    }
    #component-products .product-meta .title-container .title::after {
  width: 900%!important;
}

    .resp-centered {
        width: 100%;
        text-align: center;
        float: left;
    }

    .resp-centered img {
        text-align: center !important;
        float: none;
        margin: auto;
    }

    .contact-cols .wp-block-column {
        width: 100%;
        padding: 0px 15px;
    }

    .contact-cols .wp-block-column section {
        padding-bottom: 20px;
    }

    .half-events-col,
    .contact-cols {
        flex-wrap: wrap !important;
    }

    .half-events-col .wp-block-column {
        max-width: 100%;
        width: 100%;
    }

    .half-events-col .col-event {
        width: 100% !important;
        height: 100% !important;
        max-height: 330px !important;
        min-height: 200px;
    }

    .half-events-col .wp-block-column:first-child .component.component-visual {
        padding-bottom: 0px;
    }

    .half-events-col .wp-block-column:last-child .component.component-visual {
        padding-top: 10px !important;
    }

    .half-events-col .col-event .col-inner {
        height: 100%;
        max-height: 330px;
        min-height: 200px;
    }

    .half-events-col a .col-inner {
        line-height: 1.3em;
    }

    .resp-grey-bg {
        background: var(--graybrighter);
    }

    .resp-no-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .category-25 .container-fluid.col-bg-archive,
    .category-879 .container-fluid.col-bg-archive,
    .category-881 .container-fluid.col-bg-archive,
    .category-883 .container-fluid.col-bg-archive,
    .category-885 .container-fluid.col-bg-archive {
        height: 530px!important;
    }


    .category-25 .container-fluid.col-bg-archive .wp-block-columns,
    .category-879 .container-fluid.col-bg-archive .wp-block-columns,
    .category-881 .container-fluid.col-bg-archive .wp-block-columns,
    .category-883 .container-fluid.col-bg-archive .wp-block-columns,
    .category-885 .container-fluid.col-bg-archive .wp-block-columns {
        height: 416px;
        display: flex !important;
        gap: 10px !important;
    }

    .social-cols .wp-container-7.wp-block-column,
    .contact-info-cols .wp-container-1.wp-block-column,
    .social-cols .wp-container-8.wp-block-column,
    .contact-info-cols .wp-container-2.wp-block-column {
        min-width: 100% !important;
    }

    .social-cols .wp-container-7.wp-block-column .component-visual,
    .social-cols .wp-container-8.wp-block-column .component-visual,
    .contact-info-cols .wp-container-1.wp-block-column .component-visual,
    .contact-info-cols .wp-container-2.wp-block-column .component-visual {
        padding: 0px !important;
    }

    .contact-info-cols .wp-container-1.wp-block-column,
    .social-cols .wp-container-8.wp-block-column {
        margin-top: -20px !important;
    }

    .social-cols {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .social-cols .social-widget {
        align-content: start;
        justify-content: start;
        display: flex;
    }

    .contact-info-cols.social-cols {
        padding-top: 40px;
    }

    .contact-info-cols .wp-container-2 .section-editor p {
        margin: -20px 0px 0px 0px;
    }
    .team-feat-img.alignrigt {
  float: none;
  text-align: center;
  margin: auto;
}
.single-team .team-feat-img.alignrigt {
  width: 100%;
  align-content: center;
  text-align: center;
  margin: 0px auto 20px auto!important;
  float: none!important;
}


}





@media(max-width: 330px) {
    #languages-menu > .pll-parent-menu-item {
        position: absolute;
        left: 27px;
    }
}

@media(max-width: 575px) {
    .slide-content .slider-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social a,
    #languages-menu li.menu-item-object-page {
        border-right: 1px solid var(--gray);
    }

    #languages-menu .prevent a {
        color: #fff;
    }

    #languages-menu li.menu-item-object-page a {
        font-size: 15px;
        line-height: 24px;
    }


    #languages-menu li:last-child a {
        padding-right: 5px;
    }

    #languages-menu a {
        padding: 4px 12px 6px 12px;
    }

    #footer-menu a {
        margin: 0;
    }

    .social.prevent a {
        border-right: 0;
    }

    .col-12.footer-textarea {
        margin: 0 auto 35px auto;
    }

    #languages-menu a {
        padding: 4px 15px 6px 15px;
    }

    #languages-menu > .pll-parent-menu-item:after {
        top: 13px;
    }

    .site-footer .widget-title:before {
        width: 100%;
        height: 1px;
        background: #fff3;
    }

    .site-footer .widget-title:after {
        font-family: flaticon !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e926";
        position: absolute;
        color: #fff;
        right: 9px;
        bottom: 6px;
        font-size: 15px;
    }

    .site-footer .widget-title {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 0;
        position: relative;
    }

    .site-footer .widget .menu {
        display: none;
        margin-top: 10px;
    }

    .site-footer .widget .active.menu {
        display: block;
    }

    .site-footer .widget {
        margin-bottom: 15px;
    }
}

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    text-decoration: none;
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *        `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
a.post-edit-link {
    position: fixed;
    background: var(--accent);
    color: var(--blue);
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 16px;
    z-index: 91;
    bottom: 0;
}

/* Typography
--------------------------------------------- */
body:not(.wp-admin),
button,
input,
select,
optgroup,
textarea {
    color: #111;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body:not(.wp-admin) {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: auto !important;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
}

#primary-menu li ul.sub-menu a::before {
    display: none;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation li.dropdown-no li.col-menu {
    flex: 31%;
}

.main-navigation ul li.mega-menu:hover > ul,
.main-navigation ul li.mega-menu.focus > ul {
    left: -383px;
    width: 760px;
}
.lang-ro .main-navigation ul li.mega-menu:hover > ul,
.lang-ro .main-navigation ul li.mega-menu.focus > ul {
    left: -333px;
    width: 830px;
}
.lang-bg .main-navigation ul li.mega-menu:hover > ul,
.lang-bg .main-navigation ul li.mega-menu.focus > ul {
    left: -421px;
    width: 760px;
}
.lang-hu .main-navigation ul li.mega-menu:hover > ul,
.lang-hu .main-navigation ul li.mega-menu.focus > ul {
  left: -454px;
  width: 800px;
}
.lang-gr .main-navigation ul li.mega-menu:hover > ul,
.lang-gr .main-navigation ul li.mega-menu.focus > ul {
    left: -412px;
    width: 820px;
}

.main-navigation ul li.mega-menu.single-col:hover > ul,
.main-navigation ul li.mega-menu.focus > ul {
    left: 0px;
    width: 260px;
}

.lang-ro  .main-navigation ul li.mega-menu.single-col:hover > ul,
.lang-gr  .main-navigation ul li.mega-menu.single-col:hover > ul,
.lang-gr  .main-navigation ul li.mega-menu.focus > ul {
    left: 0px;
    width: 315px;
}

.main-navigation ul li.mega-menu.single-col.bigger:hover > ul {
    left: 0px;
    width: 310px;
}
.lang-ro .main-navigation ul li.mega-menu.single-col.bigger:hover > ul {
    width: 350px;
}

.lang-gr .main-navigation ul li.mega-menu.single-col.bigger:hover > ul {
    width: 375px;
}

.main-navigation ul li.mega-menu.single-col.bigger ul a {
    width: 210px;
}
.lang-ro .main-navigation ul li.mega-menu.single-col.bigger ul a {
    width: 250px;
}
.lang-gr .main-navigation ul li.mega-menu.single-col.bigger ul a {
    width: 290px;
}
.main-navigation ul li.mega-menu.single-col li.dropdown-no {
    padding-right: 0px !important;
    width: 100%;
}

.bg-blue .nav-menu .current-menu-ancestor .sub-menu a {
    color: #000;
}

body .main-navigation ul ul a,
.bg-blue .nav-menu .sub-menu li.col-menu li::before {
    font-size: 14px;
}

.main-navigation li.dropdown-no > a.dropdown-item {
    display: none;
}

.main-navigation ul ul .col-menu ul {
    position: relative;
    left: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 0 none;
    box-shadow: none;
}

.main-navigation ul ul li:not(.mega-menu):hover > ul,
.main-navigation ul ul li:not(.mega-menu).focus > ul {
    display: block;
    left: auto;
}

.bg-blue .nav-menu .sub-menu li.col-menu a {
    padding: 0;
}

.bg-blue .nav-menu .sub-menu li.col-menu li:before {
    transition: 0.3s ease;
    font-family: 'flaticon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e922";
    position: absolute;
    left: 1px;
    top: 14px;
    width: 20px;
    height: 16px;
    color: var(--blue);
}

.main-navigation li.dropdown-no li.col-menu li:hover:before {
    transform: translate3d(5px, 0, 0);
}

.main-navigation li.mega-menu > ul.sub-menu {
    padding: 20px 35px;
}

.bg-blue .nav-menu .sub-menu li.col-menu li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.main-navigation ul ul a {
    width: 200px;
}
.lang-gr .main-navigation ul ul a, .lang-ro .main-navigation ul ul a {
    width: 210px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# 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;
}

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

/* 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;
}

html :where(.wp-block) {
    max-width: 100% !important;
}

/* raleway-regular - latin-ext_latin */
@font-face{font-family:'Raleway';font-style:normal;font-weight:400;src:local(''),
url('/wp-content/themes/sofmedica/fonts/raleway/raleway-v27-latin-ext_latin-regular.woff2') format('woff2'),
url('/wp-content/themes/sofmedica/fonts/raleway/raleway-v27-latin-ext_latin-regular.woff') format('woff');
font-display:swap;}

/* raleway-600 - latin-ext_latin */
@font-face{font-family:'Raleway';font-style:normal;font-weight:600;src:local(''),
url('/wp-content/themes/sofmedica/fonts/raleway/raleway-v27-latin-ext_latin-600.woff2') format('woff2'),
url('/wp-content/themes/sofmedica/fonts/raleway/raleway-v27-latin-ext_latin-600.woff') format('woff');
font-display:swap;}

/* raleway-800 - latin-ext_latin */
@font-face{font-family:'Raleway';font-style:normal;font-weight:800;src:local(''),
url('/wp-content/themes/sofmedica/fonts/raleway/raleway-v27-latin-ext_latin-800.woff2') format('woff2'),
url('/wp-content/themes/sofmedica/fonts/raleway/raleway-v27-latin-ext_latin-800.woff') format('woff');
font-display:swap;}

@font-face{font-family:'flaticon';src:url('/wp-content/themes/sofmedica/fonts/font-icon/flaticon.ttf') format('truetype'),
url('/wp-content/themes/sofmedica/fonts/font-icon/flaticon.woff') format('woff'),
url('/wp-content/themes/sofmedica/fonts/font-icon/flaticon.svg#flaticon') format('svg');font-weight:normal;font-style:normal;font-display:swap;}

[class^="flaticon-"],
[class*=" flaticon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'flaticon' !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;
}

.flaticon-book:before {
    content: "\e955";
}
.flaticon-Responsibilities-2:before {
    content: "\e94f";
}
.flaticon-neuro-care:before {
    content: "\e954";
}
.flaticon-Responsibilities:before {
    content: "\e950";
}

.flaticon-requirement:before {
    content: "\e951";
}

.flaticon-offer:before {
    content: "\e952";
}

.flaticon-Health-2:before {
    content: "\e953";
}

.flaticon-learning-and-development-2:before {
    content: "\e942";
}

.flaticon-learning-and-development:before {
    content: "\e943";
}

.flaticon-home-career:before {
    content: "\e944";
}

.flaticon-hybrid-work-2:before {
    content: "\e945";
}

.flaticon-hybrid-work:before {
    content: "\e946";
}

.flaticon-health:before {
    content: "\e947";
}

.flaticon-people:before {
    content: "\e948";
}

.flaticon-building:before {
    content: "\e949";
}

.flaticon-freelance:before {
    content: "\e94a";
}

.flaticon-clock:before {
    content: "\e94b";
}

.flaticon-recruitment:before {
    content: "\e94c";
}

.flaticon-connection:before {
    content: "\e94d";
}

.flaticon-recruiting:before {
    content: "\e94e";
}

.flaticon-check:before {
    content: "\e93f";
}

.flaticon-external-link:before {
    content: "\e940";
}

.flaticon-pdf:before {
    content: "\e941";
}

.flaticon-instagram:before {
    content: "\e93e";
}

.flaticon-facebook-app-symbol:before {
    content: "\e900";
}

.flaticon-cardiac-care:before {
    content: "\e901";
}

.flaticon-life-at-sofmedica-actualizat:before {
    content: "\e902";
}

.flaticon-contact-us:before {
    content: "\e903";
}

.flaticon-robotic-surgery:before {
    content: "\e904";
}

.flaticon-left-quote:before {
    content: "\e905";
}

.flaticon-our-leadership-actualizat:before {
    content: "\e906";
}

.flaticon-right-arrow-1:before {
    content: "\e907";
}

.flaticon-pin:before {
    content: "\e908";
}

.flaticon-mail:before {
    content: "\e909";
}

.flaticon-pulmonary-care:before {
    content: "\e90a";
}

.flaticon-need-help:before {
    content: "\e90b";
}

.flaticon-services-center .path1:before {
    content: "\e90c";
    color: rgb(0, 0, 0);
}

.flaticon-services-center .path2:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(1, 1, 1);
}

.flaticon-services-center .path3:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(29, 29, 29);
}

.flaticon-services-center .path4:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(141, 141, 141);
}

.flaticon-services-center .path5:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(62, 62, 62);
}

.flaticon-services-center .path6:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(168, 168, 168);
}

.flaticon-services-center .path7:before {
    content: "\e912";
    margin-left: -1em;
    color: rgb(114, 114, 114);
}

.flaticon-services-center .path8:before {
    content: "\e913";
    margin-left: -1em;
    color: rgb(107, 107, 107);
}

.flaticon-services-center .path9:before {
    content: "\e914";
    margin-left: -1em;
    color: rgb(79, 79, 79);
}

.flaticon-services-center .path10:before {
    content: "\e915";
    margin-left: -1em;
    color: rgb(90, 90, 90);
}

.flaticon-services-center .path11:before {
    content: "\e916";
    margin-left: -1em;
    color: rgb(82, 82, 82);
}

.flaticon-services-center .path12:before {
    content: "\e917";
    margin-left: -1em;
    color: rgb(88, 88, 88);
}

.flaticon-services-center .path13:before {
    content: "\e918";
    margin-left: -1em;
    color: rgb(87, 87, 87);
}

.flaticon-services-center .path14:before {
    content: "\e919";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.flaticon-services-center .path15:before {
    content: "\e91a";
    margin-left: -1em;
    color: rgb(52, 52, 52);
}

.flaticon-services-center .path16:before {
    content: "\e91b";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.flaticon-services-center .path17:before {
    content: "\e91c";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.flaticon-endoscopy:before {
    content: "\e91d";
}

.flaticon-arrow:before {
    content: "\e91e";
}

.flaticon-plus-icon:before {
    content: "\e91f";
}

.flaticon-email:before {
    content: "\e920";
}

.flaticon-crital-care:before {
    content: "\e921";
}

.flaticon-right-arrow:before {
    content: "\e922";
}

.flaticon-search-interface-symbol:before {
    content: "\e923";
}

.flaticon-youtube:before {
    content: "\e924";
}

.flaticon-product-info:before {
    content: "\e925";
}

.flaticon-down-arrow:before {
    content: "\e926";
}

.flaticon-surgical-care:before {
    content: "\e927";
}

.flaticon-latest-events-actualizat:before {
    content: "\e928";
}

.flaticon-services-center-actualizat .path1:before {
    content: "\e929";
    color: rgb(0, 0, 0);
}

.flaticon-services-center-actualizat .path2:before {
    content: "\e92a";
    margin-left: -1em;
    color: rgb(1, 1, 1);
}

.flaticon-services-center-actualizat .path3:before {
    content: "\e92b";
    margin-left: -1em;
    color: rgb(29, 29, 29);
}

.flaticon-services-center-actualizat .path4:before {
    content: "\e92c";
    margin-left: -1em;
    color: rgb(141, 141, 141);
}

.flaticon-services-center-actualizat .path5:before {
    content: "\e92d";
    margin-left: -1em;
    color: rgb(62, 62, 62);
}

.flaticon-services-center-actualizat .path6:before {
    content: "\e92e";
    margin-left: -1em;
    color: rgb(168, 168, 168);
}

.flaticon-services-center-actualizat .path7:before {
    content: "\e92f";
    margin-left: -1em;
    color: rgb(114, 114, 114);
}

.flaticon-services-center-actualizat .path8:before {
    content: "\e930";
    margin-left: -1em;
    color: rgb(107, 107, 107);
}

.flaticon-services-center-actualizat .path9:before {
    content: "\e931";
    margin-left: -1em;
    color: rgb(79, 79, 79);
}

.flaticon-services-center-actualizat .path10:before {
    content: "\e932";
    margin-left: -1em;
    color: rgb(90, 90, 90);
}

.flaticon-services-center-actualizat .path11:before {
    content: "\e933";
    margin-left: -1em;
    color: rgb(82, 82, 82);
}

.flaticon-services-center-actualizat .path12:before {
    content: "\e934";
    margin-left: -1em;
    color: rgb(88, 88, 88);
}

.flaticon-services-center-actualizat .path13:before {
    content: "\e935";
    margin-left: -1em;
    color: rgb(87, 87, 87);
}

.flaticon-services-center-actualizat .path14:before {
    content: "\e936";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.flaticon-services-center-actualizat .path15:before {
    content: "\e937";
    margin-left: -1em;
    color: rgb(52, 52, 52);
}

.flaticon-services-center-actualizat .path16:before {
    content: "\e938";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.flaticon-services-center-actualizat .path17:before {
    content: "\e939";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}

.flaticon-services-center-actualizat .path18:before {
    content: "\e93a";
    margin-left: -1em;
    color: rgb(65, 65, 65);
}

.flaticon-vascular-care:before {
    content: "\e93b";
}

.flaticon-call:before {
    content: "\e93c";
}

.flaticon-linkedin:before {
    content: "\e93d";
}

/* Extra adaugat de Florin */
header h1.entry-title {
    font-weight: 600;
}

#component-products .title.h3 br,
.owl-products .title.h3 br {
    display: none;
}

.page-id-28451 #component-products .title.h3 br,
.page-id-28451 .owl-products .title.h3 br,
.page-id-22152 #component-products .title.h3 br,
.home.lang-en #component-product-listing .owl-products .title.h3 br {
    display: block;
}

.page-id-28451 .products-listing .item .title.h3 {
    width: 100%;
    min-height: 51px;
    font-size: 17px;
}

table,
td,
th {
    border: 1px solid;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td {
    padding: 3px 10px;
}

footer .row.d-flex.flex-column.flex-sm-row {
    padding-bottom: 25px;
    padding-top: 25px;
}

footer .widget {
    margin: 0 0 1.5em 0;
}

#component-products {
    padding-top: 50px;
}

.values-row .col-inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px;
    min-height: 315px;
    margin-bottom: 35px;
    box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 20%);
}

.values-row.history-row .col-inner {
    margin-bottom: 30px;
}

#colophon .title-container .title::before {
    background: #fff;
}

#colophon .title-container .title span,
#colophon .title-container .title {
    color: #fff;
}

#colophon .col-12.footer-textarea.ps-2.pe-2 {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    margin-top: 5px;
}

#colophon .col-12.footer-textarea.ps-2.pe-2 .section-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#colophon .icon-social.transition-fast.Instagram,
.social-cols .icon-social.transition-fast.Instagram:hover {
    color: #fff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#colophon .icon-social.transition-fast.Youtube,
.social-cols .icon-social.transition-fast.Youtube:hover {
    background: #f00;
    color: #fff;
}

#colophon .icon-social.transition-fast.Linkedin,
.social-cols .icon-social.transition-fast.Linkedin:hover {
    background: #0077b5;
    color: #fff;
}

#colophon .icon-social.transition-fast.Facebook,
.social-cols .icon-social.transition-fast.Facebook:hover {
    background: #0470e5;
    color: #fff;
}

.social-cols .icon-social.transition-fast,
#colophon .icon-social.transition-fast.Instagram:hover,
#colophon .icon-social.transition-fast.Youtube:hover,
#colophon .icon-social.transition-fast.Linkedin:hover,
#colophon .icon-social.transition-fast.Facebook:hover {
    background: #001B47;
}

.social-cols .icon-social.transition-fast {
    background: #fff;
    color: var(--blue);
    font-size: 23px;
    margin: 0px 5px;
}

#component-product-listing .tab-nav-container,
.contact-cols {
    max-width: 1450px;
    margin: auto;
}

.lang-hu .component-product-listing-extended .tab-nav-container,
.lang-ro .component-product-listing-extended .tab-nav-container {
  max-width: 1550px!important;
}

.lang-bg #component-product-listing .tab-nav-container, .contact-cols,
.lang-bg .component-product-listing-extended .tab-nav-container {
  max-width: 1500px!important;
}

.contact-cols .container {
    padding: 0px;
}

.text-center {
    text-align: center;
}

.left-side-archive .post img {
    height: 240px;
    object-fit: cover;
}

.single-post .left-side-archive .feature-image .post-thumbnail img {
    width: 100%;
    max-width: 966px;
}

.left-side-archive .btn.btn-inline {
    color: var(--blue);
}

.left-side-archive .btn.btn-inline i {
    color: var(--accent);
}

.left-side-archive .entry-meta {
    font-size: 13px;
    color: #777777;
    margin-bottom: 10px;
}

.left-side-archive .post .entry-title {
    font-size: 20px;
    line-height: 26px;
}

.left-side-archive .post .entry-title a {
    color: var(--blue);
}

.left-side-archive .entry-meta a {
    color: #777;
}

#secondary ul.wp-block-categories-list.wp-block-categories,
#secondary ul.wp-block-latest-posts__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-post aside#secondary {
    padding-top: 38px;
}

aside#secondary {
    padding-top: 7px;
}

input[type="search"] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 40px;
}

.wp-block-search__inside-wrapper {
    position: relative;
    padding: 20px;
}

.wp-block-search__inside-wrapper button svg path {
    fill: #fff;
}

.date-area {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: var(--accent);
    width: 72px;
    height: auto;
}

.single .feature-image.relative {
    margin-top: 38px;
}

.single .left-side-archive .post img {
    height: auto;
}

.single .left-side-archive .entry-meta {
    margin-top: 8px;
}

.single .date-area {
    top: 0;
    bottom: auto;
}

.post-thumbnail img {
    display: block;
}

p#breadcrumbs {
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #8d8d8d;
}

p#breadcrumbs a {
    color: #8d8d8d;
}

.single .entry-header.top-page-header .entry-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 36px;
}

.feature-image.relative a img {
    display: block;
}

span.byline {
    text-transform: capitalize;
}

span.comments-count {
    border-left: 1px solid #d1d1d1;
    padding-left: 10px;
    margin-left: 10px;
}

.date-area span.year {
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: table;
    font-weight: bold;
    padding: 3px 0px;
}

.date-area span.dd {
    display: table;
    width: 100%;
    background: var(--blue);
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 7px;
}

.wp-block-search__inside-wrapper button {
    position: absolute;
    right: 0;
    min-height: 40px;
    display: flex;
    justify-content: center;
    top: 20px;
    align-items: center;
    right: 19px;
    background: var(--blue);
    border-color: var(--blue);
}

ul.wp-block-categories-list.wp-block-categories a:hover {
    font-weight: bold;
}

ul.wp-block-categories-list.wp-block-categories li.current-cat,
ul.wp-block-categories-list.wp-block-categories li.current-cat a {
    color: #fff;
    background: var(--blue);
}

ul.wp-block-categories-list.wp-block-categories li:hover > a {
    font-weight: bold;
}

ul.wp-block-categories-list.wp-block-categories li {
    padding: 12px 15px;
    font-size: 17px;
    color: #222;
    border-bottom: 1px solid #ccc;
}

ul.wp-block-categories-list.wp-block-categories li:last-child,
#secondary ul.wp-block-latest-posts__list li:last-child {
    border: 0 none;
}

ul.wp-block-categories-list.wp-block-categories li a {
    color: #222;
}

#secondary .widget.widget_block {
    margin-bottom: 0;
}
#secondary .border-widget{
    border: 1px solid #ccc;
}
#secondary .widget_media_image:last-child {
  margin-bottom: 40px !important;
}

section#block-20.widget.widget_block,
section#block-21.widget.widget_block,
section#block-28.widget.widget_block {
    border: 0;
}
section#block-15.widget.widget_block,
section.widget.widget_text,
section.widget.widget_text p {
    border-bottom: 0 !important;
}

#secondary p,
#secondary .widget_search label {
    background: #eeeeee;
    padding: 15px;
    font-size: 20px;
    display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

#secondary .wp-block-image figure {
    margin: 0;
}

#secondary .wp-block-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

#secondary ul.wp-block-latest-posts__list li a {
    color: #222;
    font-weight: 600;
    overflow: hidden;
    height: 65px;
    display: block;
    margin: 0;
    line-height: 1.3;
}

#secondary .wp-block-latest-posts__post-author,
.left-side-archive article .entry-meta {
    display: none;
}

#secondary .wp-block-latest-posts__post-author {
    float: left;
    font-size: 13px;
}

#secondary .wp-block-latest-posts__featured-image {
    float: left;
    width: 80px;
    margin-right: 12px;
}

#secondary time.wp-block-latest-posts__post-date {
    font-size: 13px;
}

#secondary ul.wp-block-latest-posts__list li {
    line-height: 18px;
    display: table;
    width: 100%;
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
}

.fw-600 {
    font-weight: 600;
}

.go-top {
    position: fixed;
    z-index: 91;
    background: var(--accent);
    bottom: 40px;
    right: 15px;
    font-size: 23px;
    width: 45px;
    height: 45px;
    border: 1px solid var(--accent);
    cursor: pointer;
    transition: opacity .5s ease-in-out 0s;
    ;
    opacity: 0;
}

.go-top.active {
    opacity: 1;
}

.go-top:hover {
    background: var(--blue);
    border-color: var(--blue);
}

.go-top i {
    transform: rotate(-90deg);
    color: #fff;
}

#comments label {
    display: none;
}

.pagination {
    margin-bottom: 43px;
}

.with-bg .pagination .active a {
    background: #fff;
}

.pagination .active a {
    background: var(--accent);
    color: #000;
}

.pagination .prevented {
    font-size: 24px;
    width: 26px;
    display: flex;
    justify-content: center;
}

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

.pagination a:hover {
    background: var(--accent);
}

.cst-cf-page {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: var(--graylighter);
    margin-bottom: 40px;
    padding: 20px 0px;
}

form#commentform {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: var(--graylighter);
    margin-bottom: 40px;
}

p.comment-notes {
    flex: 100%;
    width: 100%;
    padding: 15px;
}

p.form-submit input {
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
    padding: 10px 20px;
}

p.comment-form-author,
p.comment-form-email {
    width: 50%;
    flex: 50%;
    padding: 0 15px;
}

form#commentform p {
    margin: 0;
}

p.comment-form-comment,
p.form-submit {
    padding: 15px;
}

p.comment-form-comment {
    flex: 100%;
}

p.comment-form-author input,
p.comment-form-email input,
p.comment-form-comment textarea {
    width: 100%;
}

.category-25 article .entry-content,
.category-879 article .entry-content,
.category-881 article .entry-content,
.category-883 article .entry-content,
.category-881 article .entry-content {
    display: none;
}

.single-post .left-side-archive .entry-content {
    text-align: justify;
}

.bg-blue .nav-menu .sub-menu a {
    color: #222;
}

.top-post p {
    font-size: 15px;
}




@media (min-width: 1199px) {
    .site-header.sticky {
        height: 178px;
    }

    .single .editor-container {
        max-width: 85%;
        padding-left: 30px;
    }

    .left-side-archive .post .entry-title,
    .category-25 .left-side-archive .post .entry-title,
    .category-879 .left-side-archive .post .entry-title,
    .category-881 .left-side-archive .post .entry-title,
    .category-883 .left-side-archive .post .entry-title,
    .category-881 .left-side-archive .post .entry-title {
        height: 78px !important;
        overflow: hidden;
    }
}


@media (min-width: 992px) {
    .desktop-hidden {
  display: none;
}
    .home.lang-bg #topmaster .col-md-7 {
    width: 60.333333% !important;
}
    .home.lang-bg .sticky #site-navigation
{
  height: 62px;
}
    .lang-bg .sticky .bg-blue .nav-menu a {
  font-size: 13px;
}
        .main-navigation ul li.mega-menu.open-left:hover > ul.sub-menu,
    .main-navigation ul li.open-leftt.focus > ul.sub-menu {
        left: auto !important;
        right: 0px !important;
    }
    #middlemaster {
        z-index: 999;
        position: relative;
    }

    #topmaster {
        z-index: 9999;
    }

    .sticky #middlemaster {
        position: initial;
        z-index: 8;
    }

    .contact-cols .wp-block-column {
        width: 50%;
    }

    .contact-cols .wp-block-column iframe {
        padding: 0px 15px;
    }

    .desktop-hidden {
        display: none;
    }

    .main-navigation li.dropdown-no li.col-menu a:hover,
    .main-navigation li.dropdown-no li.col-menu a:focus {
        color: var(--accent);
    }

    .left-side-archive .post .entry-title,
    .category-25 .left-side-archive .post .entry-title,
    .category-879 .left-side-archive .post .entry-title,
    .category-881 .left-side-archive .post .entry-title,
    .category-883 .left-side-archive .post .entry-title,
    .category-881 .left-side-archive .post .entry-title {
        height: 104px;
        overflow: hidden;
    }

    .bg-blue .nav-menu .current-menu-item > a,
    .bg-blue .nav-menu li:hover > a,
    .bg-blue .nav-menu li:active > a,
    .bg-blue .nav-menu .current-page-ancestor > a,
    .bg-blue .nav-menu .current-menu-ancestor > a,
    .item-cat-container a:hover,
    .item-cat-container a:hover .title,
    .item-cat-container a:hover i,
    .item-cat-container a:focus,
    .item-cat-container a:focus .title,
    .item-cat-container a:focus i,
    .main-navigation li.dropdown-no:hover i.chevron-menu:after {
        color: var(--accent);
    }

    .bg-blue .nav-menu .current-menu-item > a ul li a {
        color: #000!important;
    }


    .component-blog .blog-meta .title {
        height: 87px;
    }

    .archive.category .left-side-archive article .entry-content p {
        height: 96px !important;
        overflow: hidden;
    }

    .main-navigation .icon-arrow-down.chevron-menu:after {
        position: absolute;
        right: 9px;
        font-size: 10px;
        color: #fff;
        top: 7px;
    }

    .desktop-justify {
        text-align: justify;
    }
}


@media (min-width: 768px) and (max-width: 1399px) {

    .category-25 .container-fluid.col-bg-archive .wp-block-columns,
    .category-879 .container-fluid.col-bg-archive .wp-block-columns,
    .category-881 .container-fluid.col-bg-archive .wp-block-columns,
    .category-883 .container-fluid.col-bg-archive .wp-block-columns,
    .category-885 .container-fluid.col-bg-archive .wp-block-columns {
        padding: 0px 20px;
    }
}



@media (min-width: 1399px) {

    .left-side-archive .post .entry-title,
    .category-25 .left-side-archive .post .entry-title,
    .category-879 .left-side-archive .post .entry-title,
    .category-881 .left-side-archive .post .entry-title,
    .category-883 .left-side-archive .post .entry-title,
    .category-885 .left-side-archive .post .entry-title {
        height: 52px !important;
        overflow: hidden;
    }

    .component-blog .blog-meta .title {
        height: 87px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .left-side-archive .col-lg-6.post.hentry {
        width: 50% !important;
    }

    .left-side-archive .col-lg-6.post.hentry .entry-title {
        height: 52px;
        overflow: hidden;
    }

    .left-side-archive .col-lg-6.post.hentry .entry-content p {
        height: 144px;
    }

    .responsive-spacing .editor-container {
        padding-bottom: 0px;
    }

    .half-events-col {
        padding: 0px 25px;
    }

    .archive.category .half-events-col {
        padding: 0px;
    }


}


.postid-22512 .attachment-post-thumbnail,
.postid-26737 .attachment-post-thumbnail,
.postid-24441 .attachment-post-thumbnail {
    display: none;
}

.media.speaker p {
    float: left;
    width: 90px;
    margin: 0px 10px 0px 0px;
}

.media.speaker .media-body {
    float: left;
    width: calc(100% - 100px);
}

.media.speaker .speaker-name {
    margin: 0px;
}

.media.speaker .media-body p {
    margin: 0px;
    width: 100%;
}

.media.speaker .ribbon-trainer {
    margin-bottom: 5px !important;
    text-transform: capitalize;
    font-weight: 600;
}

.media.speaker {
    float: left;
    border-bottom: 1px solid #cccccc;
    padding: 0px 15px 5px 15px;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
}

.col-12.carousel-container .owl-stage-outer .owl-stage {
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

.half-events-col {
    max-width: 1040px;
    margin: auto auto 10px auto !important;
    gap: 40px !important;
}

.archive.category .half-events-col .row {
    padding: 0px 11px;
}

.archive.category .half-events-col {
    margin-bottom: 0px !important;
    max-width: 1300px;
    gap: 0px !important;
}

.category-25 .container-fluid.col-bg-archive,
.category-879 .container-fluid.col-bg-archive,
.category-881 .container-fluid.col-bg-archive,
.category-883 .container-fluid.col-bg-archive,
.category-885 .container-fluid.col-bg-archive {
    height: 410px;
    background: var(--graybrighter);
    padding-top: 40px;
    padding-bottom: 40px;
}

.category-25 .container.pt-5,
.category-879 .container.pt-5,
.category-881 .container.pt-5,
.category-883 .container.pt-5,
.category-885 .container.pt-5 {
    padding-top: 40px !important;
}

.archive.category .half-events-col .component {
    padding: 0px;
}

.archive.category .half-events-col .component .container {
    padding: 0px;
}

.half-events-col a .col-inner {
    font-size: 33px;
    color: #fff !important;
    font-weight: 600;
    z-index: 99999;
    padding: 20px 30px;
}

.half-events-col .col-event {
    height: 330px;
    background-size: cover;
}

.half-events-col .col-event a {
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 27, 71, 0.3);
}

.half-events-col .wp-container-1 .col-event {
    background-image: url("/wp-content/uploads/2022/06/BUSINESS-EVENTS.jpg");
}

.half-events-col .wp-container-2 .col-event {
    background-image: url("/wp-content/uploads/2022/06/HEALTHCARE-EVENTS.jpg");
}

.half-events-col .wp-block-column .col-event a,
.item .hover,
.country-flags p::before,
.left-side-archive .post .feature-image.relative a,
#secondary .wp-block-latest-posts__featured-image,
#insights-cols .col-event a {
    transition: all .6s ease;
}

.country-flags p:hover::before {
    content: " ";
    background: rgba(0, 27, 71, 0.49);
    width: 100%;
    max-width: 62px;
    height: 100%;
    max-height: 62px;
    position: absolute;
    margin-left: -31px;
    margin-top: 0px;
    border-radius: 50%;
}

#secondary .wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image::before {
    content: " ";
    background: rgba(0, 27, 71, 0.49);
    width: 100%;
    max-width: 80px;
    height: 100%;
    max-height: 80px;
    position: absolute;
}

.left-side-archive .post .feature-image.relative a:hover::before {
    content: " ";
    background: rgba(0, 27, 71, 0.49);
    width: 100%;
    max-width: 470px;
    height: 100%;
    max-height: 240px;
    position: absolute;
}

.products-listing .item .hover:hover::before {
    max-width: 306px;
}

#component-product-listing-product .products-listing .item .hover:hover::before,
.component-related .item .hover:hover::before,
.page-id-28451 .products-listing .item .hover:hover::before {
    background: rgba(0, 27, 71, 0.08);
    max-height: 220px;
}

.component-related .item .hover:hover::before {
    min-width: 100%;
}

.half-events-col .wp-block-column .col-event a:hover {
    background: rgba(0, 27, 71, 0.49);
}

.half-events-col a .title {
    color: #fff;
}

.half-events-col a .col-inner span {
    font-weight: 700;
}
.category-879 .half-events-col a .col-inner .title,
    .category-881 .half-events-col a .col-inner .title,
    .category-883 .half-events-col a .col-inner .title,
    .category-885 .half-events-col a .col-inner .title {
    font-weight: 700;;
}
.category-879 .half-events-col a .col-inner .title span,
    .category-881 .half-events-col a .col-inner .title span,
    .category-883 .half-events-col a .col-inner .title span,
    .category-885 .half-events-col a .col-inner .title span {
    font-weight: 600!important;
}

.half-events-col p {
    margin: 0px;
}

.half-events-col .cta-container {
    padding-top: 0px !important;
    margin: -80px 0px 0px 30px;
    justify-content: start !important;
}

.right-side-archive .children {
    list-style: none !important;
    padding-left: 0px !important;
}

.cst-cf-page .col-12 {
    float: left;
    padding: 0px 15px;
}

.cst-cf-page .col-sm-12 {
    margin-bottom: 25px;
}

.cst-cf-page .col-12.send-btn {
    width: auto;
    margin-bottom: 0px;
    padding: 0px 30px !important;
}

.cst-cf-page .col-12.cf-field input,
.cst-cf-page .col-12.send-btn input,
.cst-cf-page .col-12.cf-field textarea {
    width: 100%;
    padding: 5px 13px;
    border: 1px solid #ccc;
    min-height: 45px;
    border-radius: 0px !important;
}

.cst-cf-page .col-12.cf-field textarea {
    height: 125px;
}

.cst-cf-page {
    max-width: 1000px;
    margin: auto;
}

.contact-cols .wp-block-column section {
    padding-top: 0px;
    margin-top: 4px;
}

.contact-cols .wp-block-column p {
    margin-top: 0px;
}



.social-cols .wp-container-4.wp-block-column .component-visual,
.contact-info-cols .wp-container-4.wp-block-column .component-visual {
    padding-top: 0px;
}

.cst-cf-page .col-sm-12 .wpcf7-list-item {
    margin-left: 0px;
}

.upper-cta .cta-container,
.component-blog.upper-cta .cta-container {
    padding-top: 0px !important;
    margin-top: -8px !important;
    justify-content: end !important;
}

.upper-cta .owl-nav .owl-prev,
.upper-cta .owl-nav .owl-next {
    width: 46px !important;
    height: 46px !important;
}

.upper-cta .col-12.carousel-container .owl-stage-outer .owl-stage {
    margin-bottom: 40px;
}

.component-blog.upper-cta .col-12.carousel-container {
    padding-bottom: 15px;
}

#colophon {
    background-attachment: fixed;
}

.component-product-listing .item,
.component-blog .owl-item.active,
.archive.category .left-side-archive article,
.hover-box,
.box-hover .col-inner,
.component-leadership .childelem,
#compliance .read-more-wrap .pdf-img {
    transition: transform 250ms;
}

.component-product-listing .item:hover,
.component-blog .owl-item.active:hover,
.archive.category .left-side-archive article:hover,
.hover-box:hover,
.box-hover .col-inner:hover,
#compliance .read-more-wrap .pdf-img:hover {
    transform: translateX(0px) translateY(-10px) !important;
}

.component-product-listing .item:hover .product-meta,
.component-blog .blog-meta,
.hover-box:hover .col-inner,
.box-hover .col-inner:hover,
#compliance .read-more-wrap .pdf-img img:hover {
    box-shadow: 1px 1px 12px -2px rgb(0 0 0 / 35%);
}

.component-leadership .item .avatar-color img {
    transition: all 0.3s ease-in-out;
}

.component-leadership .childelem:hover .avatar-color img {
    margin-left: 8px;
}

@media screen and (min-width: 768px) {
  footer .widget.col.widget_nav_menu {
    min-width: 33.3333333%;
    padding: 0px 45px 30px 15px;
  }
    .gr-footer-cols .col-12.col-md-6.col-sm-6.first-col {
  min-width: 599px;
}
.gr-footer-cols .section-editor, .gr-footer-cols .container .row, .gr-footer-cols .section-editor {
  justify-content: start!important;
}
    .half-events-col .wp-block-column {
        width: 50%;
    }

    .half-events-col .col-12 {
        padding: 0px;
    }

    .upper-cta .cta-container {
        margin-right: 10px;
    }

    .archive.category .half-events-col .wp-container-1 {
        padding-right: 20px;
    }

    .archive.category .half-events-col .wp-container-2 {
        padding-left: 20px;
    }

    .home .half-events-col .component {
        min-height: 405px !important;
    }

    .social-cols .wp-container-4.wp-block-column,
    .contact-info-cols .wp-container-1.wp-block-column {
        max-width: 240px;
        min-width: 160px;
    }

    .contact-info-cols .wp-container-2 .section-editor {
        height: 61.6px;
        margin-top: -10px;
        display: flex;
    }


    .social-cols .wp-container-5.wp-block-column,
    .contact-info-cols .wp-container-2.wp-block-column {
        max-width: calc(100% - 240px);
        height: 80px;
    }

    .custom-logo {
        max-width: 300px;
    }

    .sticky .custom-logo {
        max-width: 100%;
    }


}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    cursor: pointer;
}


.video-slider-text {
    display: none;
}
.check-ul {
  margin-top: 10px;
}
.check-ul li {
  list-style: none;
}
.check-ul li::before {
  content: "✓ ";
}
.single-post blockquote::before {
  content: "”";
  float: left;
  font-size: 90px;
  height: 40px;
  margin-top: -35px;
  margin-left: -35px;
}
.wp-admin .mobile-hidden, .wp-admin .desktop-hidden {
  display: block !important;
}
.single-post blockquote p {
  font-style: italic;
}
.post-password-form {
  text-align: center;
  padding: 40px 0px;
}
.single-team #colophon {
  margin-top: 40px;
}
.single-team .team.type-team {
  margin-top: 30px !important;
  text-align: justify;
}
.single-team .team-feat-img.alignrigt {
  float: right;
  margin: 0px 20px 0px 20px;
}
.single-team .team-feat-img {
  justify-content: center;
  align-content: center;
  display: flex;
}
.single-team .team-feat-img .avatar-color {
  background: #51bcff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-left: -7px;
}
.single-team .team-feat-img .avatar-color img {
  margin-left: 5px;
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.single-team .team-feat-img:hover .avatar-color img {
  margin-left: 8px;
}
.entry-footer .cat-links {
  padding-bottom: 30px !important;
  float: left;
  width: 100%;
}

.page-id-27927 .product-meta .excerpt::before {
  content: "Download the photo from the product page";
}
.page-id-32806 .product-meta .excerpt::before {
  content: "Download the photo from the product page";
}
.page-id-32809 .product-meta .excerpt::before {
  content: "Download the photo from the product page";
}
.page-id-32807 .product-meta .excerpt::before {
  content: "Download the photo from the product page";
}
.page-id-32808 .product-meta .excerpt::before {
  content: "Download the photo from the product page";
}
.page-id-42246 .product-meta .excerpt::before {
  content: "Download the photo from the product page";
}
.page-id-27927 #component-product-listing-product .product-meta .excerpt p, .page-id-27927 #component-product-listing-product .product-meta .cta-container,
.page-id-27927 #component-product-listing-product .title-container .title::before, .page-id-27927 #component-product-listing-product .title-container .title::after,
.page-id-42246 #component-product-listing-product .product-meta .excerpt p, .page-id-42246 #component-product-listing-product .product-meta .cta-container,
.page-id-42246 #component-product-listing-product .title-container .title::before, .page-id-42246 #component-product-listing-product .title-container .title::after,
.page-id-32806 #component-product-listing-product .product-meta .excerpt p, .page-id-32806 #component-product-listing-product .product-meta .cta-container,
.page-id-32806 #component-product-listing-product .title-container .title::before, .page-id-32806 #component-product-listing-product .title-container .title::after,
.page-id-32809 #component-product-listing-product .product-meta .excerpt p, .page-id-32809 #component-product-listing-product .product-meta .cta-container,
.page-id-32809 #component-product-listing-product .title-container .title::before, .page-id-32809 #component-product-listing-product .title-container .title::after,
.page-id-32807 #component-product-listing-product .product-meta .excerpt p, .page-id-32807 #component-product-listing-product .product-meta .cta-container,
.page-id-32807 #component-product-listing-product .title-container .title::before, .page-id-32807 #component-product-listing-product .title-container .title::after,
.page-id-32808 #component-product-listing-product .product-meta .excerpt p, .page-id-32808 #component-product-listing-product .product-meta .cta-container,
.page-id-32808 #component-product-listing-product .title-container .title::before, .page-id-32808 #component-product-listing-product .title-container .title::after {
  display: none;
}
.page-id-27927 #component-product-listing-product .product-meta .icon-container,
.page-id-32806 #component-product-listing-product .product-meta .icon-container,
.page-id-32809 #component-product-listing-product .product-meta .icon-container,
.page-id-32807 #component-product-listing-product .product-meta .icon-container,
.page-id-32808 #component-product-listing-product .product-meta .icon-container {
  font-size: 25px!important;
}
.page-id-27927 #component-product-listing-product .product-meta .icon-container::before,
.page-id-32806 #component-product-listing-product .product-meta .icon-container::before,
.page-id-32809 #component-product-listing-product .product-meta .icon-container::before,
.page-id-32807 #component-product-listing-product .product-meta .icon-container::before,
.page-id-32808 #component-product-listing-product .product-meta .icon-container::before {
  width: 70px!important;
  height: 72px!important;
}
.page-id-27927 .component-product-listing-extended,
.page-id-32806 .component-product-listing-extended,
.page-id-32809 .component-product-listing-extended,
.page-id-32807 .component-product-listing-extended,
.page-id-32808 .component-product-listing-extended {
  box-shadow: none!important;
}
.page-id-27927 .component-brpchures a,
.page-id-32806 .component-brpchures a,
.page-id-32809 .component-brpchures a,
.page-id-32807 .component-brpchures a,
.page-id-32808 .component-brpchures a {
  color: #000!important;
}
.page-id-22162 .cst-padd {
  padding: 40px !important;
}
.single-team .team.type-team .team-feat-img.alignrigt img {
  border-radius: 50%;
}
.flex-text p, .flex-text strong {
  float: left;
  margin: 0px;
  display: contents;
}
.lang-gr footer #block-27 {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
  flex: 0 0 100%;
  text-align: center;
  max-height: 133px;
}
.shockwaves-video iframe {
  max-width: 720px;
}
.rll-youtube-player {
    max-width: 720px !important;
    max-height: 405px !important;
    width: 100%;
}
.wp-video {
  margin: 0px 0px 40px 0px;
}
.red {
  color: #bb0505;
}
#block-28 {
  margin-bottom: 0px;
}
.lang-gr #block-29 {
  float: left;
  width: 100%;
  min-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
margin-bottom: 0px;
}
.gr-footer-cols {
  max-width: 100%;
  width: 100%;
}
.gr-footer-cols .container {
  padding: 0px;
}
.gr-footer-cols .section-editor, .gr-footer-cols .container .row, .gr-footer-cols .section-editor {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.gr-footer-cols .col-12 {
  display: flex;
  align-content: center;
}
.gr-footer-cols .col-12.col-md-6.col-sm-6 {
    padding: 0px;
}
.gr-footer-cols .col-12 p {
  margin: 0px;
}
.gr-footer-cols .col-12 a {
  display: block;
  width: 100%;
}

.wpcf7-file {
  padding-bottom: 7px !important;
  padding-top: 10px !important;
  background: #fff;
}
#intership-info .icon-img i {
  font-size: 70px;
  color: var(--blue);
}
#IntershipApplyForm {
  padding-top: 20px;
}

@media screen and (max-width: 449px) {
.site-footer .footer-menu a {
  font-size: 15px !important;
}
    .hidden-slider {
        display: none!important;
    }



}


@media screen and (min-width: 449px) and (max-width: 767px) {
.component-linkedin-events .col-event {
  max-width: 100%!important;
}




}



/* Captcha CSS */
.col-md-12.captcha {
    margin-top: 10px;
    padding: 0px 30px;
}

.col-md-12.captcha span {
    display: flex;
    justify-content: start;
    align-content: center;
}

.captcha-calculation {
    font-size: 17px;
}

.col-md-12.captcha .captcha-calculation,
.col-md-12.captcha .cf7.captcha-reload {
    display: grid !important;
    align-content: center;
}

.col-md-12.captcha input {
    float: left;
    max-width: calc(100% - 120px);
    width: 100%;
    order: 2;
    margin-bottom: 0px;
    padding: 0px 5px;
}

.col-md-12.captcha label {
    float: left;
    max-width: 120px;
    width: 100%;
    order: 1;
    height: 40px;
    display: flex;
    justify-content: start;
    align-content: center;
}

.col-md-12.captcha label span {
    margin-right: 10px;
}

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

.error404 input[type="search"] {
    max-width: 400px;
}

.search-submit {
    background: var(--blue);
    border: 0px;
    height: 40px;
    margin-left: -5px;
    color: #fff;
    padding: 0px 20px;
}

.col-md-12.captcha, .col-md-12.captcha p, .cst-cf-page .col-sm-12 p {
  margin: 0px;
}
.col-12.col-lg-12.col-md-12.col-sm-12.captcha {
  display: none;
}
.site-footer .widget_nav_menu .widget-title::after {
  position: absolute;
  width: 21px;
  height: 21px;
  background-size: 21px 21px;
  top: 3px;
  left: -30px;
}
.site-footer #nav_menu-3 .widget-title::after,
.site-footer #nav_menu-8 .widget-title::after,
.site-footer #nav_menu-24 .widget-title::after,
.site-footer #nav_menu-30 .widget-title::after,
.site-footer #nav_menu-29 .widget-title::after,
.site-footer #nav_menu-38 .widget-title::after {
  content: url('/wp-content/polylang/ro_RO.svg');
}
.site-footer #nav_menu-4 .widget-title::after,
.site-footer #nav_menu-39 .widget-title::after,
.site-footer #nav_menu-20 .widget-title::after,
.site-footer #nav_menu-15 .widget-title::after,
.site-footer #nav_menu-25 .widget-title::after,
.site-footer #nav_menu-9 .widget-title::after {
  content: url('/wp-content/polylang/el.svg');
}
.site-footer #nav_menu-7 .widget-title::after,
.site-footer #nav_menu-10 .widget-title::after,
.site-footer #nav_menu-26 .widget-title::after,
.site-footer #nav_menu-16 .widget-title::after,
.site-footer #nav_menu-21 .widget-title::after,
.site-footer #nav_menu-40 .widget-title::after {
  content: url('/wp-content/polylang/hu_HU.svg');
}
.site-footer #nav_menu-5 .widget-title::after,
.site-footer #nav_menu-41 .widget-title::after,
.site-footer #nav_menu-22 .widget-title::after,
.site-footer #nav_menu-17 .widget-title::after,
.site-footer #nav_menu-27 .widget-title::after,
.site-footer #nav_menu-13 .widget-title::after {
  content: url('/wp-content/polylang/bg_BG.svg');
}
.site-footer #nav_menu-6 .widget-title::after,
.site-footer #nav_menu-12 .widget-title::after,
.site-footer #nav_menu-28 .widget-title::after,
.site-footer #nav_menu-18 .widget-title::after,
.site-footer #nav_menu-23 .widget-title::after,
.site-footer #nav_menu-42 .widget-title::after {
  content: url('/wp-content/polylang/cyp.svg');
  transform: scale(.025);
  top: -2px;
  left: -39px;
}
.site-footer #nav_menu-31 .widget-title::after,
.site-footer #nav_menu-32 .widget-title::after,
.site-footer #nav_menu-33 .widget-title::after,
.site-footer #nav_menu-35 .widget-title::after,
.site-footer #nav_menu-37 .widget-title::after,
.site-footer #nav_menu-43 .widget-title::after {
  content: url('/wp-content/polylang/hr.svg');
  transform: scale(.025);
  top: -2px;
  left: -39px;
}

.home.lang-hr #component-navigation .item-title {
  font-size: 23px;
}

.pdf-img.new a::after {
  content: "NEW";
  background: #001b47;
  display: inline;
  float: left;
  position: relative;
  top: -214px;
  padding: 1px 5px;
  font-size: 13px;
  color: #fff;
}
.policy-box .btn.btn-blue {
  width: 314px;
  text-align: center;
}
.lang-ro .policy-box .btn.btn-blue {
  width: 378px;
}
.lang-gr .policy-box .btn.btn-blue {
  width: 558px;
}
.lang-hu .policy-box .btn.btn-blue {
  width: 436px;
}
.lang-bg .policy-box .btn.btn-blue {
  width: 466px;
}
.lang-hr .policy-box .btn.btn-blue {
  width: 384px;
}
.accent a {
  color: var(--accent) !important;
}
.ecosystem-box .container-fluid {
  max-width: 1320px;
}
.ecosystem-box .section-editor.row.values-row.history-row .col {
  max-width: 33.333333333%;
  width: 100%;
  flex: 1 0 33.333333333%;
}
.blue-bg {
  background: var(--blue);
  color: #fff;
  margin: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.blue-bg .row.d-lg-flex.align-items-center {
  max-width: 1320px;
  margin: 0px auto;
}
.blue-bg.text-full .editor-container {
  width: 100%;
  max-width: 100%;
}
.blue-bg.text-full .editor-container img {
  margin-bottom: 0px;
}
.cmt {
  margin-top: 40px !important;
}
.cta-container.second-brochure {
  display: none;
}
.second-brochure .cta-container.second-brochure {
  display: block;
  margin-top: 15px;
}
.hidden-fields-container {
  border: 0px;
}
.page-id-25898 .component.component-product-listing.tt.component-products-only.container,
.page-id-32575 .component.component-product-listing.tt.component-products-only.container,
.page-id-32767 .component.component-product-listing.tt.component-products-only.container,
.page-id-32766 .component.component-product-listing.tt.component-products-only.container,
.page-id-42265 .component.component-product-listing.tt.component-products-only.container,
.page-id-32765 .component.component-product-listing.tt.component-products-only.container {
  display: none;
}

.page-id-25898 .entry-content .mb-5,
.page-id-32575 .entry-content .mb-5,
.page-id-32767 .entry-content .mb-5,
.page-id-32766 .entry-content .mb-5,
.page-id-42265 .entry-content .mb-5,
.page-id-32765 .entry-content .mb-5 {
  margin: 0px !important;
}