/*
 Theme Name:   NewsAnchor Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  NewsAnchor Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     newsanchor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  newsanchorchild
*/

.activity span { padding-left: 0; margin-right: 0; }
.activity > span { padding-left: 23px; margin-right: 12px; }

.single .meta-post span { padding-left: 0; margin-right: 0; margin-left: 0; }
.single .meta-post > span { padding-left: 23px; margin-right: 17px; margin-right: 12px; }

#mainnav ul.sub-menu > li > a {
    line-height: 1.42857143;
    padding: 10px 18px;
}
#mainnav ul.sub-menu > li > a:hover { background-color: green; color: #fff; }

.pp-multiple-authors-layout-boxed ul li { border: none !important; float: left; width: 50%; }

.author-bio { margin-top: 10px; }

.site-main article .thumb { margin-bottom: 18px; } 
.home .site-main article:first-child .thumb { width: 100%; position: relative; }
.home .site-main article:first-child .thumb { margin-bottom: 18px; } 
.home .site-main article:first-child .thumb header {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 78%;
    margin: 0;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.home .site-main article:first-child .thumb header:hover {
    background-color: #16a1e7;
    opacity: 0.9;
}
.home .site-main article:first-child .thumb header a {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 15px 27px;
    display: block;
    font-family: "Droid Serif", sans-serif;
}
.home .site-main article:first-child .thumb header h3 { margin: 10px 0; }

@media (max-width: 992px) {
.home .site-main article:first-child .thumb header a {
    font-size: 14px; line-height: 20px; padding: 10px 14px;
}
}

.main-header { padding: 17.5px 0; }

.pp-multiple-authors-layout-boxed .avatar { width: 100px !important; height: 100px !important; min-height: 100px !important; }
.pp-multiple-authors-layout-boxed a { font-size: 18px !important; }
.pp-multiple-authors-layout-boxed p.multiple-authors-description {font-size: 14px; }
.rpwe-thumb {
    border: 1px solid #EEE!important;
    box-shadow: none!important;
    margin: 2px 10px 2px 0;
    padding: 3px!important;
    border-radius: 100px;
}
.home .site-main article:first-child .thumb header {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #16a1e7;
    width: 78%;
    margin: 0;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}    

/* igor-klyamkin page: */
.page-id-31554 .display-posts-listing { clear: both; }
.page-id-31554 .display-posts-listing .listing-item { border-top: 1px solid #eaeaea; margin-top: 20px; padding-top: 22px;}
.page-id-31554 .display-posts-listing a.image { display: block; float: left; margin: 0 25px 15px 0; width: 300px; text-align: center; }
.page-id-31554 .display-posts-listing a.title { display: block; font-size: 22px; line-height: 30px; margin: 0 0 12px; color: #424347; }
.page-id-31554 .display-posts-listing a.title:hover { color: #16a1e7; }
.page-id-31554 .display-posts-listing .excerpt-dash { display: none; }

/* emil-pain page: */
.page-id-31759 .display-posts-listing { clear: both; }
.page-id-31759 .display-posts-listing .listing-item { border-top: 1px solid #eaeaea; margin-top: 20px; padding-top: 22px;}
.page-id-31759 .display-posts-listing a.image { display: block; float: left; margin: 0 25px 15px 0; width: 300px; text-align: center; }
.page-id-31759 .display-posts-listing a.title { display: block; font-size: 22px; line-height: 30px; margin: 0 0 12px; color: #424347; }
.page-id-31759 .display-posts-listing a.title:hover { color: #16a1e7; }
.page-id-31759 .display-posts-listing .excerpt-dash { display: none; }

/* Authors in post list: */
.activity .byline span a { color: #000; font-size: 15px; }

/* Video/carousel in mobile mode */
@media (max-width: 992px) {
.carousel-videos { display: none; }
}

/* Download attachment icon */
li.post-attachment { background: url(document.png) 0 0px no-repeat; padding-left: 64px; min-height: 64px; font-size: 150%; }

/* Remove footer widget area margins */
.footer-widgets { padding: 0; }
.footer-widgets .widget { margin-bottom: 0; }
