/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Notes on special customizations...
*****
(1) Had to customize the "@media only screen and (max-width:989px)" to "@media only screen and (max-width: 1212px)" in the parent layout.css to make the mobile menu visible on smaller screens/laptops due to excessive nav links. Could not force override in child theme.
*****
*/

/* edit slideshow caption */
.caption_bottom .slideshow_caption .slideshow_inner_caption { margin-bottom:25px; } 

/* edit category term description(s) */
.archive .category-term-description p { font-style: italic; padding-bottom:25px; }

/* edit the blog posts on the homepage; hide the default preview image */
#news_events article.slide-entry { background-color:#fff; padding:15px; border:1px solid rgb(245,245,245); }
#news_events article.slide-entry a.slide-image { display: none; }

/* edit recent posts in footer */
.widget_recent_entries li a { font-family: inherit; font-style: normal; }
.newsbox .news-thumb { display:none; }
.footer_color div .news-headline { color:#f4f4f4; }

/* edit left sidebar */
.sidebar_left.sidebar { text-align:left; }
.sidebar ul.blogroll li { font-size:13px; padding:4px 2px; border-bottom:1px solid rgb(230,230,230); line-height:1.4; }

/* edit related posts */
div.yarpp-related { margin-top:75px; border-top:1px solid rgb(235,235,235); padding-top:25px; }

/* edit Profile Builder plugin */
.wppb-error, .wppb-error strong { color:red; }
.wppb-error a { font-style: italic; }
div#custom-wppb { color: green; }
div#custom-wppb form ul { list-style-type: none !important; }