/* 
    Created on  : Sep 20, 2016, 4:18:36 PM
    Author      : Sergiu
    Role        : Article list style
*/

/*############################################################################*/

/*Main lists*/
.site-content article.format-standard {
    background: #FFF;
    padding: 0;
    margin-bottom: 40px;
    /*height: 333px;*/
}

/*Header*/
.site-content article.format-standard .entry-header {
    margin: 0;
}

.site-content article.format-standard .entry-header .article-image {
    height: 150px;
    background-position: center 15%;
    background-size: cover;
}

.site-content article.format-standard .entry-header .entry-title {
    border: none;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
}

.site-content article.format-standard .entry-header .entry-title a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-transform: none;
    font-family: ApexBold!important;
    font-weight: 600;
    letter-spacing: 0.1px;
}

body.rtl .site-content article.format-standard .entry-header .entry-title {
    text-align: right;
}

.site-content article.format-standard .entry-header .post-meta-container {
    margin: 0 20px;
    border-top: 1px solid #607890;
}

.site-content article.format-standard .entry-header .post-meta-container span {
    font-size: 13px;
    color: #607890;
}

.site-content article.format-standard .entry-header .cat-name a {
    display: none;
}

.site-content article.format-standard .entry-header .cat-name a + a {
    display: block;
    color: #c62258;
    padding: 20px 20px 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 100;
}

.site-content article.format-standard .entry-header .post-meta-container .byline a {
    font-family: ApexBold!important;
    font-weight: 600;
}

.site-content article.format-standard .entry-header .post-meta-container .byline a,
.site-content article.format-standard .entry-header .post-meta-container .posted-on a {
    color: #607890;
}

.site-content article.format-standard .entry-header .post-meta-container .posted-on:after {
    content: none;
    display: none;
}

.site-content article.format-standard .entry-header .post-meta-container .cat-links a {
    font-weight: 600;
}

.site-content article.format-standard .entry-header .post-meta-container .byline:after {
    content: none;
    display: none;
}

.site-content article.format-standard .entry-header .post-meta-container .byline:before {
    content: " | ";
}

/*Content*/
.site-content article.format-standard .entry-content {
    width: 100%;
    padding: 5px 20px 15px 20px;
    font-size: 14px;
    color: #202020;
}

.site-content article.format-standard .entry-content p {
    font-size: 12px;
    line-height: 14px;
    line-height: 1.3;
    margin: 20px 0 30px 0;
    color: #202020;
}

/*############################################################################*/

/*Lastes list*/
.latest-by-cat {
    margin-bottom: 70px;
}

.latest-by-cat h2 {
    border-bottom: 1px solid #ce2052;
    text-align: center;
    text-transform: uppercase!important;
    font-size: 24px!important;
    color: #FFF;
    display: table;
    margin: 0 auto 60px auto;
}

.latest-by-cat .article-wrapper {
    background: #FFF;
    padding: 0 20px;
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
}

.latest-by-cat .article-wrapper h3 {
    margin-bottom: 5px;
}

.latest-by-cat .article-wrapper h3 a {
    display: block;
    color: #000;
    font-family: ApexBold!important;
    font-weight: 600;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 5px;
}

.latest-by-cat h2 + .article-wrapper h3 {
    padding-top: 20px;
}

.latest-by-cat .article-wrapper p {
    margin: 0;
}

.latest-by-cat .article-wrapper .article-excerp {
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
}

/*############################################################################*/

/*Specific changes*/
.page-template-page-homepage .site-content article.format-standard {
    /*height: 360px;*/
}

.page-template-page-homepage .site-content article.format-standard .entry-content p {
    margin: 10px 0 30px 0;
}

/*############################################################################*/

/*Responsive Query*/
@media screen and (min-width: 480px) and (max-width: 800px) {
/*    .site-content article.format-standard {
        height: 400px;
    }*/
    
    .latest-by-cat h2 {
        margin: 0 auto 30px auto;
    }
    
    .latest-by-cat .col-full .col-1-3 {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .latest-by-cat .article-wrapper {
        height: auto;
        padding-bottom: 15px;
    }
    
}

@media screen and (max-width: 480px) {
    .site-content article.format-standard {
        height: auto;
        padding-bottom: 20px;
    }
    
    .latest-by-cat h2 {
        margin: 20px auto;
    }
    
    .latest-by-cat .col-full .col-1-3 {
        margin: 0 0 20px 0;
    }
    
    .site-content article.format-standard .entry-content p {
        font-size: 14px;
        line-height: 18px;
        margin: 20px 0 10px 0;
    }
    
    .latest-by-cat .article-wrapper {
        height: auto;
        padding-bottom: 15px;
    }
    
}