/*
Welcome to Custom CSS!

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

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 525px;
	margin: .25em 0;
	padding: .25em 40px;
	border-left:8px solid #78C0A8 ;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background: #ececec;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -1px;
	top: -18px;
	color:#78C0A8;
}

blockquote cite {
	color: #808080;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	margin-bottom: -20px;
}

blockquote cite:before {
	content: "\2014";
}
/* Link and hover */
.entry-content a {
	color: #33649d;
	border: none;
	box-shadow: none;
}

.entry-content a:hover {
	-webkit-box-shadow: inset 0 -1px 0 currentColor;
	box-shadow: inset 0 -1px 0 currentColor;
	color: #33649d;
}

/* Footer Widget Properties */
#colophon {
	background: #6b6b6b;
}

#colophon * {
	color: white !important;
	list-style: none !important;
	border: none !important;
	box-shadow: none !important;
}

/* Table Properties */
th {
	background-color: #ccc;
	border: 1px solid #999;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	vertical-align: center;
}

td {
	border: 1px solid #999;
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
}

/* Caption Style */
.wp-caption-text {
	color: #6b6b6b;
}

/* list alignment */
.entry-content ol, .entry-content ul {
	list-style-position: inside;
}

/* add this to change the background color and add a little padding */
.jetpack-simple-payments-wrapper {
	background-color: lightblue;
	padding: 20px;
}

/* hide duplicate page titles 
.entry-header .entry-title {
	display: none;
}

.page-id-260 .entry-header {
	display: none;
}
&/
/* Reduce gap just above the content section */
#content {
	padding-top: 25px;
}

q {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 525px;
	margin: .25em 0;
	padding: .25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background: #ececec;
}

q:before {
	display: block;
	content: "\201C";
	font-size: 72px;
	position: absolute;
	left: -1px;
	top: -18px;
	color: #7a7a7a;
}

/* highlight text */
mark {
	background-color: #ffff80;
}

/* align caption on center-aligned images KG-15020525-hc */
.wp-block-image .aligncenter> figcaption {
	text-align: center;
}

/* KG-15020525-hc */
/* code blocks */
code {
    font-size: 10px !important;
}