﻿/* === Perex pro detail článku === */




/* Default: na detailu se perex styluje */
.news-detail .pk-perex{
  margin:18px 0 24px;
  padding:12px 14px;


  background:#f3e9e1;          /* jemné zabarvení */
  border:0;
  border-top:1px solid #9e8644;
  border-radius:0;
  box-shadow:none;


  font-family: Helvetica, Arial, sans-serif;
  color:#000;
}


.news-detail .pk-perex p{
  margin:0;
  font-size:inherit;
  line-height:1.6;
  color:#000;
  font-weight:500;
}


/* =========================
   PEREX – vypnout ve výpisu článků (blog list)
   ========================= */
.news-wrapper .pk-perex{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  font-family:inherit;
  color:inherit;
}


.news-wrapper .pk-perex p{
  margin:0;
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  color:inherit;
}