/**
 * Theme Name: Kadence Child Theme
 * Template:   kadence
 */


 .penase{
    font-size: 1.2rem;
    padding-bottom: 5px;
}

.serchawe{
    margin-top:2rem;
	background-color:#f8f8f8;
	padding:1rem;
}

.serchawe:before{
    content:'سەرچاوە:';
    direction:rtl;
    text-align:right;
    display:block;
    width:100px;
    border-bottom:1px solid;
    margin-bottom:10px;
}

.perawez{
    background-color:#ffe9bc;
    padding:5px 20px 5px;
    border-radius:5px;

}

/*Shiir*/

.text-box-ltr, .text-box-rtl {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 25px auto 25px;
  max-width: 550px;
  padding: 24px;
  position: relative;
  width: 100%;
}

.text-box-ltr:before, .text-box-ltr:after, .text-box-rtl:before, .text-box-rtl:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.text-box-ltr:before,.text-box-rtl:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.text-box-ltr:after,.text-box-rtl:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

.text-box-ltr p{
    font-size: 1.2rem;
    direction:ltr;
    text-align:center;
    font-family:roboto;
}
.category-shiir .text-box-rtl p, .text-box-rtl p{
	direction:rtl;
	text-align:right;
}

.text-box-ltr .text-box-rtl p {
    border-top:1px solid black;
    padding-top:15px;
    direction:rtl;
    font-size:1rem;
    text-align:right;
}

span.zerd, span.zerd strong {
    background-color:yellow;
    font-size:1rem;
    font-family:sans-serif;
}
span.sewz, span.sewz strong {
    color:#36b0b0;
    font-size:1rem;
    font-family:sans-serif;
}

p.subtitle {
    border: 1px solid black;
    border-radius:10px;
    padding:20px;
    font-size: 1.7rem;
}


.shiir_header{
    border:2px solid black;
    padding:30px 15px 20px 20px;
    border-radius:10px;
    margin-bottom:2rem;
}

.shiir_header a{
    color:#d47300;
}

p.byline, p.post-date {
    margin-top:-30px;
}

