/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
div#topbar {background-color: #25259D;
border-bottom-color: #25259D;}

/** @import url("../nirvana/style.css"); */
/** LINKS WIDGET MODIFICATIONS */
/** Change the size and colour of the widget title */

.widget_links h3.widget-title {
	color: blue;
	font-size: 22px;
}
.widget_links .blogroll a {font-size: 12px;}
.widget_links .blogroll li {margin: 5px;}


/** EVENTS CALENDER MODIFICATIONS */
/** Change the size and colour of the widget title */
ol.tribe-list-widget {
	margin-left: 0px;
}

.tribe-events-list-widget h3.widget-title {
	color: blue;
/**	font-size: 22px; */
}
.tribe-common h2.tribe-common-h--alt {
    color: blue;
    font-size: 20px;
    padding: 0 10px;
    border-bottom: 1px solid;
    line-height: 2.2;
}

/** Make each event standout with a new background and border */
.tribe-events-list-widget li.tribe-events-list-widget-events {
/**	background: #ffbc00;
	background: #5F9EA0; */
	background: #AAAAAA;
	border: 1px solid red;
	padding: 5px 10px;
	margin-bottom: 5px;
}

/** Make each event title uppercase and underline them */
.tribe-events-list-widget-events h4.tribe-event-title a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 0.5;
	}

/** Make the event date/time information a little more prominent */
.tribe-events-list-widget-events div.tribe-event-duration {
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: 0.5;
	transform: rotate( -0deg );
	}
/** Style the comment section to take up less space */
.comment-body p {font-size: .8em;}
.comment-author cite {font-size: 0.9em;}
.comment-meta {font-size: 0.8em;}
/** Style the blog post section to take up less space */
h3#comments-title span {font-size:.7em;}
#content h2 {font-size:1.5em !important;}
.entry-content p {font-size:0.9em;}
/** Style the Resources widget area using the added custom class */
.resources .widget .widget-container .widget_links .blogroll li {
    margin-top: 0px;
    margin-bottom: 0px;
	font-size: .8em;
}
/** Style the Deceased widget area using the added custom class */
.deceased li {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}