#header {
	padding-top: 1.0em;
	padding-bottom: .5em;
}
.display-posts-listing .excerpt { font-size: 13px; font-style: ; display: block; padding-left: 24px;}
#frontpage-slider .zeeslide .slide-entry p {
    display: none;
}
#frontpage-slider .zeeslide .slide-entry {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-top: -70.90px;
	padding: .05em 1.9em;
	color: transparent;
	background: #333;
	border-top: 10px transparent;
}
#subscribe-submit {
  color: #ffffff;
}
@media only screen and (max-width: 700px) {
	#frontpage-slider .zeeslide .slide-entry {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-top: -3.90px;
	padding: .1em .5em;
	color: #333;
	background: #333;
	border-top: 1px transparent;
}
}
#frontpage-slider .zeeslide .slide-title {
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	text-shadow: -1.2px 0 black, 0 1.2px black, 1.2px 0 black, 0 -1.2px black;
	line-height: .1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: .01em 0;
	border-bottom: .1px solid #ddd;
	margin-bottom: .005em;
}
@media only screen and (max-width: 700px) {
	#frontpage-slider .zeeslide .slide-title {
			font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	text-shadow: -1.2px 0 black, 0 1.2px black, 1.2px 0 black, 0 -1.2px black;
	line-height: 1.0em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: .01em 0;
	border-bottom: .1px solid #ddd;
	margin-bottom: .005em;
}
}
#frontpage-slider .zeeslide .slide-more-link:visited {
	color: #fff;
	font-style: italic;
	display: inline-block;
	margin: 0.0em 0;
}
.display-posts-listing .listing-item {
	clear: both;
}

.display-posts-listing img {
	float: left;
	margin: 00 10px 10px 0;
}
@media only screen and (min-width: 1120px) {
	#widget-category-posts-grid .category-posts-grid-row .type-post {
	float: left;
	width: 50%;
	padding-right: 1.9em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
}
@media only screen and (min-width: 1120px) {
.home .entry {
	line-height: 1.6em;
	margin: 0.5em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: .85em;
}
}
/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 1.5em 0;
	padding: 0.8em 1.5em 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}
.page-title, .post-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.1px .3px .3px .3px;
	border-bottom: 4px solid #111;
}
@media only screen and (min-width: 1120px) {
.home .page-title, .home .post-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.1px .3px .3px .3px;
	border-bottom: 0px solid #666;
}
}
/*Remove border on posts*/
@media only screen and (max-width: 600px) {
	.type-post {
  box-shadow: none;
  border: none;
	width: 90%;
	margin-left: 0;	
	text-align: left;	
  }
	.type-page {
  box-shadow: none;
  border: none;
	width: 95%;
	margin-left: 0;	
	text-align: left;	
  }
}
#mainnav-menu a {
	display: block;
	padding: .9em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.widget a:link {
  font-weight: normal;
}

.postmeta {
  background-color: #f2f2f2;
}
p {
  margin: 1%;
}

#blog_subscription-17.widget.widget_blog_subscription.jetpack_subscription_widget {
  padding: 6%;
}

.jetpack-subscribe-count {
  font-weight: bold;
  font-size: 16px;
}

button {
  height: 10mm;
  background-color: #506aa1;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 0px;
  line-height: 3px;
}

#subscribe-text {
  font-size: 15px;
}
#Grid_display_posts_plugin
/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat(1fr 1fr 1fr);
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat(1fr 1fr 1fr);
	}
}
/* Timeline Widget
-------------------------------------------------------------- */
.wp-block-jetpack-timeline-item {
  top: 189px;
  margin-top: -200px;
  font-size: 16px;
}


/* Column Classes
 *
 * Width: 1200px
 * Gutter: 20px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1.66666666667%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 49.1666666667%;
}
 
.one-third,
.two-sixths {
	width: 32.2222222222%;
}
 
.four-sixths,
.two-thirds {
	width: 66.1111111111%;
}
 
.one-fourth {
	width: 23.75%;
}
 
.three-fourths {
	width: 74.5833333333%;
}
 
.one-fifth {
	width: 18.6666666667%;
}
 
.two-fifths {
	width: 39%;
}
 
.three-fifths {
	width: 59.3333333333%;
}
 
.four-fifths {
	width: 79.6666666667%;
}
 
.one-sixth {
	width: 15.2777777778%;
}
 
.five-sixths {
	width: 83.0555555556%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}
}
p {
  padding-bottom: 5px;
}
