/*
Welcome to Custom CSS!

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

#site-header > div.header-top.section-inner > a > img {
	width: 10rem;	
}

html * {
	font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

h2.site-description {
	font-family: "Georgia" !important;
	font-size: 1.5rem;
	line-height: 140%;
}

h1 {
	color: tomato;
}

.entry-title {
	margin-top: 2rem;
}

.big-signup-button {
		font-size: 2rem;
	line-height: 3rem;
}

.big-signup-button a {
    background-color: black;
    color: white;
    border-radius: .25rem;
    text-decoration: none;
    text-align: center;
    border: none !important;
    display: block;
    padding: 1rem;
}

.big-signup-button a:hover {
    background-color: #333333;
    color: white;
    border-radius: .25rem;
    text-decoration: none;
    text-align: center;
    border: none !important;
    display: block;
    padding: 1rem;
}


@media only screen and (max-width: 599px) {
	.entry-content {
/*		font-size: 1.8rem;*/
		padding-left: 0;
		line-height: 150%;
	}
	
	blockquote {
		padding: 0 0 0 .75rem;
	}
	
	h4 {
		font-size: 1.4rem;
	}

	.big-signup-button {
			font-size: 2rem;
	}
}

figure {
	padding-bottom: 4rem;
}

input.search-field.show-placeholder {
    color: #333333;
}

div.jetpack-search-sort-wrapper label {
	color: #333333;
}

#primary > section > div > form > label > input {
	color: #333333;
}

p.hanging-double-quote {
	text-indent: -0.3em;
}

#mc-embedded-subscribe {
	background-color: green !important;
}

.signup-prompt::after {
	content: " ↘️" 
}

@media all and (max-width: 768px) {
	body.custom-background {
		background-image: none;
		background-color: #fdfdfd;
	}
	body {
/*		font-size: 0.8rem;*/
	}
	.signup-prompt::after {
	  content: " 👇" 
  }

}

.wp-block-jetpack-recurring-payments > a {
	float: left:
	margin-right: 20px;
}

div.wp-block-jetpack-recurring-payments > a.wp-block-button__link {
	float: left:
	margin-right: 20px;
}
