/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.home .page .entry-content {
	margin-top: 20px;
}

.pt-cv-wrapper .btn-success {
	background-color: #1e73be;
	border-color: #1e73be;
}
.pt-cv-wrapper .btn-success:hover {
	background-color: #175891;
	border-color: #175891;
}

.htp-hr-adj {
	border: 0;
}

#right-sidebar .widget {
	padding: 20px 40px 0;
}

#right-sidebar .widget-title {
	margin-bottom: 10px;
}

#text-2 .pt-cv-title a {
	font-weight: 400;
}


#recent-posts-2 li {
	line-height: 1.2;
}

#recent-posts-2 ul li {
	padding: 5px 0;
	border-bottom: solid slategray 1px;
}


.post img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
    -webkit-filter: sepia(1);
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
}
.post img:hover {
    filter: none;
    -webkit-filter: sepia(0);
    -moz-filter: sepia(0);
    -ms-filter: sepia(0);
    -o-filter: sepia(0);
    filter: sepia(0);
}


/* for Signs, Signs post: sign-motorcycles image tweak */
.wp-image-53 {
	padding-top: 10px;
}

/* for New Vaccine Religion list tweak */
.htp-list-spacing li {
	margin-bottom: 10px;
}

#categories-2 {
	margin-bottom: 40px;
}


#endo_wrc_widget-2.widget {
	border: solid slategray 1px;
	padding: 20px;
}

#endo_wrc_widget-2 h2 {
	line-height: 1.2;
	text-align: center;
	xfont-size: 14px;
}

#endo_wrc_widget-2 p {
	font-size: 14px;
}


.disclm-display {
	border: 1px solid #898989;
	border-radius: 5px;
	color: #1e73be;
	font-size: 12px;
	margin: 0 6px;
	padding: 3px;
	position: inherit;
}

.disclm-display .disclm-box {
	background: #666;
	color: #ffffff;
	display: none;
	font-size: 14px;
	opacity: 0;
	padding: 20px 20px;
	position: absolute;
	text-align: left;
	text-decoration: none;
}

.disclm-display:hover .disclm-box {
	display: block;
	opacity: 1;
	width: 260px;
}


.post .wp-block-image figure.alignright {
	margin-left: 1.5em;
}
.post .wp-block-image figure.alignleft {
	margin-right: 1.5em;
}
.post .wp-block-image.hp-adj-margin figure {
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0;
}

.wp-block-image figcaption {
    text-align: center;
}

.entry-content .wp-block-separator.hp-adj-hr {
	margin-bottom: 40px;
}



/* for Index of Posts page */
.wsp-container > ul > li  {
	margin-bottom: 20px;
}




/* rules for adjusting text size in sidebar */
@media (max-width: 910px) and (min-width: 769px) {
	#right-sidebar .inside-right-sidebar aside {
		font-size: 15px;
		padding-right: 10px;
	}
	#right-sidebar .inside-right-sidebar aside h2 {
		font-size: 17px;
	}
}



/* rules for pushing Weirdness Corner to bottom of sidebar */
@media (min-width: 769px) {
	#content {
		display: flex;
	}

	.inside-right-sidebar {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	#endo_wrc_widget-2 {
		margin-top: auto;
	}
}




