/* Blog pe 3 coloane - pagina /proiecte/ (page-id-7021), tema MediCenter */
body.page-id-7021 .columns.layout-column{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
body.page-id-7021 .columns.layout-column::before,
body.page-id-7021 .columns.layout-column::after{display:none;}

body.page-id-7021 .columns.layout-column > ul.blog{display:contents;}

body.page-id-7021 .columns.layout-column ul.blog > li.post{
  float:none;width:auto;margin:0;padding:0;list-style:none;
  display:flex;flex-direction:column;
  background:#fff;border:1px solid #E8ECF2;border-radius:14px;overflow:hidden;
  box-shadow:0 2px 12px rgba(11,37,69,.06);
  transition:transform .22s ease,box-shadow .22s ease;
}
body.page-id-7021 .columns.layout-column ul.blog > li.post:hover{
  transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,37,69,.15);
}
body.page-id-7021 li.post .post-content{padding:0 24px 22px!important;margin:0!important;}
body.page-id-7021 li.post .post-content a.post-image{
  display:block;margin:0 -24px 16px!important;
}
body.page-id-7021 li.post .post-content a.post-image img{
  width:100%!important;height:auto;aspect-ratio:3/2;object-fit:cover;margin:0!important;
}
body.page-id-7021 li.post .post-title,
body.page-id-7021 li.post p{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;}
body.page-id-7021 li.post .post-title{
  font-family:'Space Grotesk',Arial,sans-serif!important;font-size:17px;line-height:1.35;margin:0 0 8px;
}

/* Ordinea articolelor: tema le pune alternativ in cele doua liste
   (1,3,5... in prima, 2,4,6... in a doua). Regulile de mai jos refac
   ordinea cronologica. Daca ordinea iese gresita, sterge acest bloc. */
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(1){order:1;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(2){order:3;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(3){order:5;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(4){order:7;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(5){order:9;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(6){order:11;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(7){order:13;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(8){order:15;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(9){order:17;}
body.page-id-7021 .columns.layout-column > ul.blog:first-of-type > li:nth-child(10){order:19;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(1){order:2;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(2){order:4;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(3){order:6;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(4){order:8;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(5){order:10;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(6){order:12;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(7){order:14;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(8){order:16;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(9){order:18;}
body.page-id-7021 .columns.layout-column > ul.blog:last-of-type > li:nth-child(10){order:20;}

@media (max-width:991px){
  body.page-id-7021 .columns.layout-column{grid-template-columns:repeat(2,1fr);gap:22px;}
}
@media (max-width:640px){
  body.page-id-7021 .columns.layout-column{grid-template-columns:1fr;}
}




/* Blog pe 3 coloane - pagina /noutati/ (page-id-6931), tema MediCenter */
body.page-id-6931 .columns.layout-column{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
body.page-id-6931 .columns.layout-column::before,
body.page-id-6931 .columns.layout-column::after{display:none;}

body.page-id-6931 .columns.layout-column > ul.blog{display:contents;}

body.page-id-6931 .columns.layout-column ul.blog > li.post{
  float:none;width:auto;margin:0;padding:0;list-style:none;
  display:flex;flex-direction:column;
  background:#fff;border:1px solid #E8ECF2;border-radius:14px;overflow:hidden;
  box-shadow:0 2px 12px rgba(11,37,69,.06);
  transition:transform .22s ease,box-shadow .22s ease;
}
body.page-id-6931 .columns.layout-column ul.blog > li.post:hover{
  transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,37,69,.15);
}
body.page-id-6931 li.post .post-content{padding:0 24px 22px!important;margin:0!important;}
body.page-id-6931 li.post .post-content a.post-image{
  display:block;margin:0 -24px 16px!important;
}
body.page-id-6931 li.post .post-content a.post-image img{
  width:100%!important;height:auto;aspect-ratio:3/2;object-fit:cover;margin:0!important;
}
body.page-id-6931 li.post .post-title,
body.page-id-6931 li.post p{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;}
body.page-id-6931 li.post .post-title{
  font-family:'Space Grotesk',Arial,sans-serif!important;font-size:17px;line-height:1.35;margin:0 0 8px;
}

/* Ordinea articolelor: tema le pune alternativ in cele doua liste
   (1,3,5... in prima, 2,4,6... in a doua). Regulile de mai jos refac
   ordinea cronologica. Daca ordinea iese gresita, sterge acest bloc. */
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(1){order:1;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(2){order:3;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(3){order:5;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(4){order:7;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(5){order:9;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(6){order:11;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(7){order:13;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(8){order:15;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(9){order:17;}
body.page-id-6931 .columns.layout-column > ul.blog:first-of-type > li:nth-child(10){order:19;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(1){order:2;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(2){order:4;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(3){order:6;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(4){order:8;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(5){order:10;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(6){order:12;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(7){order:14;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(8){order:16;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(9){order:18;}
body.page-id-6931 .columns.layout-column > ul.blog:last-of-type > li:nth-child(10){order:20;}

@media (max-width:991px){
  body.page-id-6931 .columns.layout-column{grid-template-columns:repeat(2,1fr);gap:22px;}
}
@media (max-width:640px){
  body.page-id-6931 .columns.layout-column{grid-template-columns:1fr;}
}



/* Blog pe 3 coloane - pagina /stagii-de-practica/ (page-id-7321), tema MediCenter */
body.page-id-7321 .columns.layout-column{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
body.page-id-7321 .columns.layout-column::before,
body.page-id-7321 .columns.layout-column::after{display:none;}

body.page-id-7321 .columns.layout-column > ul.blog{display:contents;}

body.page-id-7321 .columns.layout-column ul.blog > li.post{
  float:none;width:auto;margin:0;padding:0;list-style:none;
  display:flex;flex-direction:column;
  background:#fff;border:1px solid #E8ECF2;border-radius:14px;overflow:hidden;
  box-shadow:0 2px 12px rgba(11,37,69,.06);
  transition:transform .22s ease,box-shadow .22s ease;
}
body.page-id-7321 .columns.layout-column ul.blog > li.post:hover{
  transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,37,69,.15);
}
body.page-id-7321 li.post .post-content{padding:0 24px 22px!important;margin:0!important;}
body.page-id-7321 li.post .post-content a.post-image{
  display:block;margin:0 -24px 16px!important;
}
body.page-id-7321 li.post .post-content a.post-image img{
  width:100%!important;height:auto;aspect-ratio:3/2;object-fit:cover;margin:0!important;
}
body.page-id-7321 li.post .post-title,
body.page-id-7321 li.post p{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;}
body.page-id-7321 li.post .post-title{
  font-family:'Space Grotesk',Arial,sans-serif!important;font-size:17px;line-height:1.35;margin:0 0 8px;
}

/* Ordinea articolelor: tema le pune alternativ in cele doua liste
   (1,3,5... in prima, 2,4,6... in a doua). Regulile de mai jos refac
   ordinea cronologica. Daca ordinea iese gresita, sterge acest bloc. */
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(1){order:1;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(2){order:3;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(3){order:5;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(4){order:7;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(5){order:9;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(6){order:11;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(7){order:13;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(8){order:15;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(9){order:17;}
body.page-id-7321 .columns.layout-column > ul.blog:first-of-type > li:nth-child(10){order:19;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(1){order:2;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(2){order:4;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(3){order:6;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(4){order:8;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(5){order:10;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(6){order:12;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(7){order:14;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(8){order:16;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(9){order:18;}
body.page-id-7321 .columns.layout-column > ul.blog:last-of-type > li:nth-child(10){order:20;}

@media (max-width:991px){
  body.page-id-7321 .columns.layout-column{grid-template-columns:repeat(2,1fr);gap:22px;}
}
@media (max-width:640px){
  body.page-id-7321 .columns.layout-column{grid-template-columns:1fr;}
}



/* Blog pe 3 coloane - pagina /locuri-de-munca/ (page-id-7420), tema MediCenter */
body.page-id-7420 .columns.layout-column{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
body.page-id-7420 .columns.layout-column::before,
body.page-id-7420 .columns.layout-column::after{display:none;}

body.page-id-7420 .columns.layout-column > ul.blog{display:contents;}

body.page-id-7420 .columns.layout-column ul.blog > li.post{
  float:none;width:auto;margin:0;padding:0;list-style:none;
  display:flex;flex-direction:column;
  background:#fff;border:1px solid #E8ECF2;border-radius:14px;overflow:hidden;
  box-shadow:0 2px 12px rgba(11,37,69,.06);
  transition:transform .22s ease,box-shadow .22s ease;
}
body.page-id-7420 .columns.layout-column ul.blog > li.post:hover{
  transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,37,69,.15);
}
body.page-id-7420 li.post .post-content{padding:0 24px 22px!important;margin:0!important;}
body.page-id-7420 li.post .post-content a.post-image{
  display:block;margin:0 -24px 16px!important;
}
body.page-id-7420 li.post .post-content a.post-image img{
  width:100%!important;height:auto;aspect-ratio:3/2;object-fit:cover;margin:0!important;
}
body.page-id-7420 li.post .post-title,
body.page-id-7420 li.post p{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;}
body.page-id-7420 li.post .post-title{
  font-family:'Space Grotesk',Arial,sans-serif!important;font-size:17px;line-height:1.35;margin:0 0 8px;
}

/* Ordinea articolelor: tema le pune alternativ in cele doua liste
   (1,3,5... in prima, 2,4,6... in a doua). Regulile de mai jos refac
   ordinea cronologica. Daca ordinea iese gresita, sterge acest bloc. */
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(1){order:1;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(2){order:3;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(3){order:5;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(4){order:7;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(5){order:9;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(6){order:11;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(7){order:13;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(8){order:15;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(9){order:17;}
body.page-id-7420 .columns.layout-column > ul.blog:first-of-type > li:nth-child(10){order:19;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(1){order:2;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(2){order:4;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(3){order:6;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(4){order:8;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(5){order:10;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(6){order:12;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(7){order:14;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(8){order:16;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(9){order:18;}
body.page-id-7420 .columns.layout-column > ul.blog:last-of-type > li:nth-child(10){order:20;}

@media (max-width:991px){
  body.page-id-7420 .columns.layout-column{grid-template-columns:repeat(2,1fr);gap:22px;}
}
@media (max-width:640px){
  body.page-id-7420 .columns.layout-column{grid-template-columns:1fr;}
}