/*
Theme Name: firstuu-theme (uua-congregation child)
Theme URI: n/a
Description: First UU specific modifications to uua theme
Theme Author: Cliff Adams & Brian Hagemann
Author URI: n/a
Template: uua-congregation
Version: 1.0.0
*/
/* custom css begins */

.simcal-default-calendar-list .simcal-event-details .simcal-event-description, .simcal-default-calendar-list .simcal-event-details {
margin: 0 0 .1em;
font-size: 1em !important;
line-height: 1.2;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
margin-bottom: 5px;
}

.fuuc_add_posts {
	list-style: none;
	padding: 0;
}
.fuuc_add_posts li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.fuuc_add_posts a {
	font-weight: bold;
	display: block;
	font-size: .85em;
}

.home-widget-2 {
	background: #aed9a2;
}
	
.masthead-header {
	background: white;
}

/* Homepage thumbnail replacement */
.fuuc-thumb .caption {
	margin-bottom: 20px;
    padding: 9px;
    color: #373839;
}

.fuuc-thumb h4 {
    margin: 0 0 5px;
    font-weight: bold;
    border-bottom: 2px solid #dedede;
    padding-bottom: 5px;
}

.fuuc-thumb p {
    font-size: 90%;
    color: #373839;
    font-weight: 300;
}

/*
.thumbnail, .wp-caption, .wp-caption {
	overflow: visible;
}
.thumbnail, .wp-caption {
	margin-bottom: 35px;
}
.thumbnail p.box-link, .wp-caption p.box-link, .wp-caption p.box-link {
	bottom: -5px;
}
*/

.body {
	background-image: none;
	background-color: #c7b188;
}


/* BH changed link color 9-8-2024 based on comment about color contrast */


body.aqua-green .thumbnail:hover h4,
body.aqua-green .wp-caption:hover h4,
body.aqua-green .wp-caption:hover h4,
body.aqua-green a {
    color: #156AA8;
    text-decoration: none;
}

body.aqua-green a:active,
body.aqua-green a:hover {
	color: #f00;
	text-decoration: underline;
}

/* turning off link hover when in widget */
body.aqua-green .fuucfbw_widget > a:hover, body.aqua-green .uuafbw_widget > a:hover {
  text-decoration: none;
  color: inherit;
}


/* fixing widgets moving on hover */
@media only screen and (min-width: 992px) {
  .thumbnail:hover, .wp-caption:hover, .wp-caption:hover {
    margin-top: 0;
  }
}


/* BH changed height from 90px to auto to fix squishing issue when resizing window */
.navbar-brand img {
    height: auto;
    width: auto;
}

@media only screen and (max-width: 1200px) {
.home-featured .metaslider .nivoSlider img, .home-featured .metaslider .flexslider .slides img {max-height: inherit;}
}

.row .grey {
  background: #fafafa;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 00px;
}

/* youtube playlist make bigger break between single and list*/

.yotu-videos {
    float: left;
    width: 100%;
    padding: 80px 0 0 !important;
    position: relative;
}

/* private google calendar styles -doesnt work to override, made change in lib_fullcalendar4_list_main.min.css instead

.fc-list-heading-alt {
	float: left !important;
	margin: 0px 0px 0px 10px;
}
*/


/* styles for category page using list category posts plugin & shortcode */
.lcp_excerpt {
	margin-bottom: 5px;
}
/* indent firstline
.lcp_excerpt::before {
    content: "";
    display: inline-block;
    width: 20px;
}
 */
 .lcp_morelink {
 	margin-left:20px;
 }
.lcp_catlist li {
    padding-bottom: 20px;
    padding-top: 20px;
}