/*   
Theme Name: BaylysChild
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: baylys
Version: 1.0
Tags: Baylys Child Theme
*/

/* Use @import, to borrow the style sheet from the Baylys parent theme */
@import url('../baylys/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

.header-image {
	display:none;
}

#site-title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 700;
    color: #19194D !important;  
    word-wrap: break-word !important; 
    text-transform: none !important; 
}

.entry-content ul,
.comment-content ul {
	list-style: square outside;
}

#site-nav {
	 color: #19194D;
	font-weight: bold;
}

@media screen and (min-width: 1180px) {
#site-nav li a {
	 color: #19194D;
	font-weight: bold;
}
}

@media screen and (min-width: 1300px) {
#site-nav li a {
	 color: #19194D;
	font-weight: bold;
}
}

.entry-content p.wp-caption-text,
.entry-content .entry-caption p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size:12px;
	font-size:0.9rem;
	/* color:#A19C91; */
	line-height: 1.4;
	/* font-style:italic; */
}
