/*Customize Site Identity Label*/
.site-description {
	font-size: 2.5em;
	font-weight: bold;
	color: black;
	-webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: white;
}
/*Reduce Size of Page Header for Jack*/
.entry-header {
    height: 225px !important;
}

.calendar .days .day_num .event {
  margin-top: 10px;
  font-weight: 300;
  font-size: 12px;
	padding: 5px !important;}

/*Change Color of Contact 7 Submission Response*/
.wpcf7 form.sent .wpcf7-response-output{
	border-color:#ca9b51 !important
}

body {
	font-size: 1.06em;
}

@media screen and (max-width: 1080px) {
     .entry-header {
         height: 250px !important;
    }
     .logo-img {
         max-width: 350px !important;
    }
	.calendar .days .day_num .event {
		font-size:15px;
		padding: 5px !important;
	}
}

@media screen and (max-width: 900px) {
     .entry-header {
         height: 225px !important;
    }
     .logo-img {
         max-width: 350px !important;
    }
	.x.calendar .days .day_num .event {
  margin-top: 5px !important;
  font-weight: 100 !important;
  font-size: 10px !important;
	padding: 2px !important;
	text-align:center;
	}
	.post-title .post-date {
		font-size: .8em;
	}
	
	.archive-head {
		 line-height:1.3em;
	}
	 .post-location {
		font-size: 1.1em;
		 margin-bottom: 30px;
	 }
	 .archive-head {
		 line-height:1.3em;
	 }
	 .list-test {
	text-align:center;
}
	 .list-thumbnail {
		 width:auto;
	 }
	.calendar .days .day_num .event {
  margin-top: 5px;
  font-weight: 100;
  font-size: 10px;
	padding: 2px !important;
	text-align:center;
	}
}
 @media screen and (max-width: 768px) {
     .entry-header {
         height: 250px !important;
    }
     .logo-img {
         max-width: 350px!important;
    } 
	 
	 .post-date{
		 font-size: 1.3em;
}
	 .post-location {
		font-size: 1.3em;
		 margin-bottom: 40px;
	 }
	 .archive-head {
		 line-height:1.3em;
	 }
	 .list-test {
	text-align:center;
}
	 .list-thumbnail {
		 width:auto;
	 }
	 .calendar .days .day_num .event {
  margin-top: 5px;
  font-weight: 100;
  font-size: 10px;
	padding: 2px !important;}
}
 
 @media screen and (max-width: 480px) {
     .entry-header {
         height: auto !important;
         padding: 50px 0 !important;
    }
	  .post-title{
		font-size: 1.6em !important;
	}
	 .post-date{
		 font-size: 1.1em;
}
	 .post-location {
		font-size: 1.1em;
		 margin-bottom: 30px;
	 }
	 .archive-head {
		 line-height:1.3em;
	 }
	 .list-test {
	text-align:center;
}
	 .list-thumbnail {
		 width:auto;
	 }
	 .calendar .days .day_num .event {
  margin-top: 5px;
  font-weight: 100;
  font-size: 10px;
	padding: 2px !important;
	 }
}

.form_submit {
	background-color: #ca9b51;
}
/* Format Resource Page*/
.resource {
	border: 2px solid black;
  	padding: 10px 15px 10px 15px;
}

.figure, table, th, td {
  border: hidden;
	border-color: none;
	font-size: 25px;
	background-color: none;
}