/*
 Theme Name:   Enfold Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Enfold Child Theme
 Author:       Nadya Ershova
 Author URI:   http://dushonok.com
 Template:     enfold
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* Blog Posts, single author, small previews */
a.small-preview {
   width: 180px;
   height: 180px;
}

/* Magazine Layout, 1st image is bigger - NOT WORKING*/
/*
.av-magazine-thumbnail {
   width: 100px;
   height: 100px;
}

.av-magazine-thumbnail {
   height: 215px;
}
*/

/* Etsy Mini, hiding ugly links on bottom - DOES NOYT WORK*/

div#listing-container a {
    display: none;
}

/* Hide the preview image in each post */

div.container.template-blog.template-single-blog article .big-preview.single-big  {
    display: none;
}


/* Decent comments, links, excerpts */
div.comment span.comment-link {
   font-size: 11px;
}
div.comment span.comment-link a {
   font-weight: bold;
}
div.comment span.comment-excerpt {
    font-weight: bold;
    font-size: 11px;
    color: black;
}
h3.widgettitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    font-size: smaller;
    color: gray;
    padding-left: 15px;
}

/*Enfold Tab widget with Recent, Popular, Comment*/
/* - keep only Popular*/
.tab.widget_tab_comments {
    display: none;
}
.tab.widget_tab_recent {
    display: none;
}
.tab.first_tab.active_tab.widget_tab_popular.tab_counter_0 {
    border-bottom-color: #e1e1e1;
    text-transform: uppercase;
}

/* Social Media buttons in top menu */
header.av_header_transparency li[class*="social_bookmarks_"] a {
    color: white;
}


/* Make pop-up menu transparent */
/* Change the top border of transparent pop-up menu to white */

header.av_header_transparency .sub-menu, 
header.av_header_transparency .sub-menu * { 
    background: transparent !important; 
    color: white !important;
    border-top-color: white  !important;
}

/* Comments on Masonry style */
.av-masonry-comment {
    padding-left: 10px;
}
.av-masonry-comment-count {
    font-weight: bolder;
}

