/* ( BLOG / ARTICLE / TIPS / TAGs) ----------------------------------*/

.blog, .item-page, .tips, .tag-category {
    font-family:'Lalezar-Regular';
    padding-bottom: 20px;
    overflow: auto;
}
.item-page {
    font-family:'BYekan';
    line-height: 20px;
}
.blog > .page-header, .item-page .page-header, .tips .page-header, .tag-category h1  {
    text-align: center;
    padding: 15px 0px 10px;
    background-color: #777;
    margin: 0px 0px 10px;
    border-bottom: 1px dotted #fff;
}
.page-header h1, .page-header h2, .tag-category h1 {
    margin: 0px;
    font-family: 'Lalezar-Regular';
    font-size: 30px;
    color: white;
}
.tag-category h1 {
    margin-bottom: 10px;
}

/* don't show the menu's title in recipe */
.item-page > .page-header:nth-last-of-type(3) {
   display: none;
}






/* BLOG + TAG's page -----------------------------------------*/
.items-row, ul.category li {
    float: left;
    width: 33.3333%; /*(920=100%/1200=50%)*/
    margin-bottom: 20px;
}
.items-row:hover, ul.category li:hover {
    opacity: 0.9;
    border: 1px solid #000;
    background-color: #f9b233;
}
.item .page-header, ul.category li h3 {
    text-align: center;
    border: none;
    padding: 0;
    margin: 0px 0px 0px 0px;
}
.page-header a, ul.category h3 a {
    text-decoration: none;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}
.page-header a:hover, ul.category h3 a:hover {
    text-decoration: none;
}
.items-row img, ul.category img { 
    width:100%;
    border: 1px solid #fff;
}
.items-row img:hover, ul.category img:hover { 
    border: none;
}
.page-header a::after, ul.category h3 a::after {
    content: "]";
}
.page-header a::before, ul.category h3 a::before {
    content: "[";
}
/*
.page-header a::after {
    position: relative;
    top: 5px;
    font-family: 'Glyphicons Halflings';
    content: "\e134";
}
*/
ul.category {
    background-color: aqua;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
}
/* no TAG in BLOGs */
.item ul.tags {
    display: none;
}
.tag-category {
    text-align: right;
}
ul.thumbnails, ul.thumbnails h3 {
    list-style-type: none;
    margin: 0px;
    padding: 2px 10px;
    font-size: 16px;
}





/* ARTICLE -------------------------------------------*/
/* has no classy BASE-div*/
.item-page .caption {
    text-align: center;
    line-height: 25px;
}
.item-page strong {
    color: #888;
}
/* hr > BOOSTSTRAP (1146) */
.item-page p {
    margin: 0px;
    direction: rtl;
}
.item-page img {
    width: 100%;
    margin: 10px 0px;
    border: 1px solid #fff;
}
/*  TAGS  */
ul.tags {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: -10px;
}
ul.tags li {
    float: right;
    margin-bottom: 10px;
}
ul.tags li a {
    font-size: 14px;
    padding: 5px;
    -webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}
ul.tags li a:hover {
    background-color: #222 !important;
}

figure {
    text-align: right;
}
img[title="profile"] {
    width: 50px;
}
figcaption.cook {
    font-family: 'Lalezar-Regular';
    font-size: 20px;
    color: #000;
}











/* @  -------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    .items-row, ul.category li {
        width: 50%;
    }
}
@media only screen and (max-width: 920px) {
    .items-row, ul.category li {
        width: 100%;
    }
    .page-header a {
        font-size: 20px;
    }
    .items-row {
        background-color: #bbb;
    }
}