/*!
Theme Name: pisa
Theme URI: http://underscores.me/
Author: whhroo
Author URI: https://www.linkedin.com/in/petru-orbu-0137a4200/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pisa
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.

pisa 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

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

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

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

.header__languages a {
    text-transform: uppercase;
}

.member img {
    object-fit: contain;
}

.expert img {
    height: 340px;
    object-fit: cover;
}

.about__body ul {
    padding-left: 15px;
}
.about__body ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
}

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

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

.slider-hero__slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0;
}
.slider-hero__slide .slide-content {
    color: #000 !important;
}

.slider-hero__slide .slide-image img {
    width: 90%;
    height: 480px;
	object-fit: contain
}
/* .slider-hero__slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    inset: 0;
} */

.slide-content {
    position: relative;
    z-index: 2;
}

.slider-hero__slide {
    height: 450px;
}

.wrapper {
    min-height: 100vh;
}

.posts-item a{
	font-weight: bold
}
.posts-item{position:relative}

.posts-item::after{
	content:'';
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.3)
}
.posts-item__categories, .posts-item__name{
	z-index: 2;
}

.single .single-body__content ul li{
	list-style:disc;
}

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

.single .single-body__content ul, .single .single-body__content ol{
	padding-left:15px;
}

.single .single-body__content ul li, .single .single-body__content ol li{
	color:#72747d;
	margin-bottom: 15px;
}
.studies .study-item{
	box-shadow: 0px 0px 30px rgba(159, 159, 159, 0.15);
}
.blog-body__item a img{
	max-height:310px;
	object-fit: contain;
}

.single .single-body__content{
	text-align: justify;
}

body{
	background-color: #82ceca1c;
}
.posts-item__content{
	position: relative;
	z-index: 2;
}


.posts-item {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.posts-item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.posts-item__name {
	background-color:#fff;
	margin-top: auto;
	display:block;
	padding: 5px;
}

.posts-item__categories {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.header-nav .nav-list__item .icon-chevron__down{
	padding: 20px 0;
}

.w-10 img{
	width:10% !important;
	margin: 0 auto;
}
.w-20 img{
	width:20% !important;
	margin: 0 auto;
}
.w-30 img{
	width:30% !important;
	margin: 0 auto;
}
.w-40 img{
	width:40% !important;
	margin: 0 auto;
}
.w-50 img{
	width:50% !important;
	margin: 0 auto;
}
.w-60 img{
	width:60% !important;
	margin: 0 auto;
}
.w-70 img{
	width:70% !important;
	margin: 0 auto;
}
.w-80 img{
	width:80% !important;
	margin: 0 auto;
}
.w-90 img{
	width:90% !important;
	margin: 0 auto;
}

.posts-item--eveniment::after{
	display: none;
}

.wp-block-contact-form-7-contact-form-selector form{
	background: #fff;
	padding: 20px;
}

.wp-block-contact-form-7-contact-form-selector form p{
	margin-bottom: 20px !important;
}

.wpcf7-form-control.button.button__accent{
	width:100%;
}

.wpcf7-spinner{
	display: none;
}

.expert p {
	text-align: initial;
}

.member p{
	text-align: center;
}

.study__item.note{
	box-shadow: none;
}

.categories a.current {
    color: #2c2c30;
    position: relative;
}
.categories a.current::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #52afa5;
    position: absolute;
    bottom: -5px;
    display: block;
}

.study__item.note img{
	padding: 60px;
	background: #eaeaec;
	margin-bottom: 15px;
}

.study__item.note strong{
	display:block;
	margin-bottom: 10px;
}

.posts-item{
	height: 240px !important;
}
.posts-item time{
	font-weight: 500;
	margin-top:5px;
	margin-bottom: 0;
}
.posts-item a strong{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5rem;
}

.blog-body__item .blog-item__content h5{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 5rem;
	overflow: hidden;
}


.blog-body__item .blog-item__content p{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 8rem;
	overflow: hidden;
}

}
.study-item {
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 .study-item img {
    width: 100%;
	height: auto
}

.note .note-languages{
	display: flex:
	align-items: center;
	gap: 10px;
}

.note .note-languages a{
	font-weight: 500;
	transition: 0.3s;
}

.note .note-languages a:hover{
	color: #52afa5;
}

.header-nav .nav-list__item a{
	text-transform: initial;
	font-size: 18px;
}

th, td {
  padding: 15px;
}

