

.entry-footer {
	display: none;
}

blockquote {
    font-weight: 400;
    font-size: 90%;
    font-family: georgia;
    letter-spacing: inherit;
    padding-left: 2em;
    text-align: left;
    border-left: 3px solid lightgray;
}

blockquote::before { 
		content: "";
}

.container article{
	max-width: 768px; 
	margin-left: auto; 
	margin-right: auto;
}

.single .entry-content p{
 margin-bottom:1.3em;
}

h4 {
	margin-top:2em;
	margin-bottom:0.5em;
}

.page h1 {line-height: 1em;}
.page h2 {line-height: 1em;}
.page h3 {line-height: 1em;}
.page h4 {line-height: 1em;}
.page h5 {line-height: 1em;}
.page h6 {line-height: 1em;}
.page a {line-height: 1em;}
/*.page p {line-height: 1em;}*/

* {
  patron-box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.patron-col {
  float: left;
  width: 31.3%;
	padding: 2%;
	margin: 1%
  
}


.patron-row:after {
  content: "";
  display: table;
  clear: both;
}

.patron-button {
  background-color: #240820;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.patron-button h5 {
  background-color: #240820;
  border: none;
  color: white !important;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .patron-col {
		float: left;
    width: 100%;
		border-style: inset;
  }
}

.subscribe-form {
	background-color: white; 	   padding: 1% 7% 1% 7%;       margin: 0% 1% 4% 1%;
}

.subscribe-form .mc4wp-form {
	  margin-top: 0;
    margin-bottom: 0;
}

.subscribe-form input {
	border: 2px solid #282520 !important;
}
.subscribe-form input[type=submit] {
	background: #282520!important;
}


@supports (-moz-appearance:none)

{
	.subscribe-form {
    /*background-color: white;
		padding: 1% 7% 1% 7%;
		margin: 0% 1% 4% 1%;*/
    margin-left: -6%;
    scale: 90%;
    /*width: 90%;*/
	}
}

.taxonomy-description {
	font-family: 'Nimbus Roman' !important;
	font-size: 18px;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}