/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt

*/
.trending .topics {
	display: none;
}

.trending {
	padding-top: 30px;
}

.main-tabs {
	display: none;
}

a {
	color: #FFFFFF;
}

p {
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFFFF;
}

.branding h2.site-desc {
	display: block;
}

.container {
	background-color: #171b2c;
}	
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #CAE1FF;
}

.masthead .branding h1.logo a {
	color: #CAE1FF;
}

.main h1.title a, .main h2.title a, .main h2.posttitle a, .hentry .title {
	color: #CC0000;
}

h1.title {
	color: white !important;
}

/* Change post title color 29366354-hc AD */
h2.posttitle a {
	color: white !important;
}

/* Make the whole site full-width | YH-29366354-hc */
.container {
	max-width: 90%;
}

/* Change the size and color for site title | YH-29366354-hc */
.masthead .branding h1.logo a {
	color: #fff;
	font-size: 35px;
}

/* Increase logo size | YH-29366354-hc */
.masthead .site-logo-link img {
	max-width: 100px;
}

/* Change the color for the visit count in the left sidebar | YH-29366354-hc */
#blog-stats-5 li {
	color: #fff;
}

/* Change the color for widget titles | YH-29366354-hc */
h3.widgettitle {
	color: #fff;
}

/* Light blue for Top Menu | 29366354-HC NJ */
#nav a {
	color: lightblue;
}

/* Hide header date | 29366354-HC NJ */
.header-date {
	display: none;
}

/* Increase menu items font size  | #29467180-HC YM */
.menu-menu1-container ul li a {
	font-size: 12px;
}

/* Increase tagline font size  | #29467180-HC YM */
.branding h2.description {
	font-size: 15px;
}

/* Change site title to green (#71a878)  | 29467180-HC MK */
.masthead .branding h1.logo a:hover {
	color: #ffffff;
}

/* change current menu item background color | SKO #29816116-hc */
.menu-primary .menu li ul.sub-menu, .menu-primary .menu li.current-menu-item a {
	background-color: #262626;
}

/* change link hover color | SKO #29816116-hc */
#nav a:hover {
	color: #E6FAFB;
}

/* Color of the links  || HC-31285333 | MM */
.main-content a {
	color: #42a8f5;
}

@media only screen and (max-width: 768px) {
	.menu-primary .menu {
		background: #222222 !important;
		border: 2px solid #ffffff !important;
	}
	
	nav.menu-primary ul#nav > li {
		padding-left: 10px !important;
	}
	
	nav.menu-primary > div.menu > h3.menu-toggle {
		color: #ffffff !important;
		font-weight: bold !important;
		width: calc(100% - 10px) !important;
	}
	
	nav.menu-primary > div.menu-on > h3.menu-toggle {
		border-bottom: 2px solid #ffffff !important;
	}
}

/* add margin above the related posts on single post pages | 33250520-hc eD */
.single-post .wp-block-jetpack-related-posts {
	margin-top: 5em;
}
h1 {
    color: #ffffff;
}

h2 {
    color: #ffffff;
}

h3 {
    color: #ffffff;
}
.custom-donation-block {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
}/* Post image and Structure | 38531832-hc (LS) */
.post-archive .thumbnail img {
  width: 250px;
  height: 200px;
}
.post-archive .posttitle a {
  font-size: 18px;
}
.post-archive .entry p {
  font-size: 18px;
}
.post-header-image.wp-post-image {
  margin: 0 auto;
}
/* Change the color of the "ON" word next to the post date on the homepage -7240465- SM*/
.text-on {
    color: #00b8e6; 
}
body {
  font-size: 15px; /* Adjust the value to your desired font size */
}
/* Remove tagline text transformation  | 7388161-zen rg */
.masthead h2.description {
    text-transform: none;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
    overflow:visible;
}
h4 {
    color: #FFFFFF; /* Change this to the color you prefer */
}
.post-password-required form {
    background: #360f5a;
}