.wp-block-group.subscribe {
	padding: 1em 1.5em;
	border-top: solid 3px #009999;
	margin-top: 2em;
}

.wp-block-group.subscribe p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 100%;
}

.wp-block-button__link {
	border-radius: 0;
	padding: 0px 16.5px;
}

.entry-header {
	text-align: center;
}

.references {
	background: #f5f5f5;
	padding: 1em 1.5em;
}

.references p, .references ul {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 90%;
}

.references hr {
	border-color: #ccc;
	border-style: solid;
	margin: 0 0 .5em 0
}

th {
  background-color: #009999;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  color: #fff;
  text-align: left;
  border-collapse: collapse;
}
td {
  vertical-align: top;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-collapse: collapse;
}

table {
  border-top: 2px solid #000;
  border-collapse: collapse;
}

.rotate {
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
}

.site-header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .3);
}

.entry-content {
	margin-top: .5em;
}

.sidebar-primary-container {
    margin-top: 0;
}

.home .sidebar-primary-container {
    margin-top: 1.5em;
}

.menu-primary p {
line-height: 2.3;
}

.menu-primary-items {
border-top: solid 3px #009999;
}


.menu-primary ul li:hover > a {
    box-shadow: 5px 0px 0px 0px #009999 inset;
}

.sub-menu .menu-item > a{
    padding-left: 25px;
    box-shadow: 5px 0px 0px 0px #009999 inset;
}

.decent-comments .comment-author,  .decent-comments .comment-link, .decent-comments .comment-link a {
    color: #008080;
    border-left: solid 3px #009999;
    padding-left: .75em;
}

.widget a, .widget a:link, .widget a:visited {
   color: #008080;
}

.widget-title {
    margin-bottom: 1em;
}

.design-credit {
display: none;
}

.site-footer {
padding-bottom: 1.5em;
}

.breadcrumbs {
padding-top: 1.5em;
}

ul {
margin-right: .25em;
}

li {
margin-bottom: .6em;
line-height: 1.25em;
}

.menu-primary-items li, .menu-primary-items ul li, .menu-unset ul ul li {
    margin-bottom: 0;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]):not([type="image"]), textarea {
	padding: 0.5em;
  background: #EEEDE8;
  color: #333;
	font-size: 1em;
	font-family: Arial;
}

button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #fff;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    background-color: #009999;
    box-sizing: border-box;
    margin: 0em;
    font-family: "lusitana", serif;
	  font-size: 125%;
	  line-height: 2.25;
    padding: 0 16.5px;
    border: none;
	transition: background 0.2s ease;
}

button:hover {
    background-color: #008080;
}

.comment-respond, .comment-list {
	margin-top: 0;
}

.featured-image {
  width: 90%;
  margin: 0;
	left: 0;
}

input[type="submit"] {
	font-size: 100%;
	padding: 0.5em;
}

@media all and (min-width: 68.75em) {
.excerpt, .entry {
    padding: 3em 10% 2.25em;
}
.home .sidebar-primary-container {
    margin-top: 3em;
}
}

@media (max-width: 1024px) {
.main {
  width:100%;
  padding: 1.5em 0;
  margin: 0;
}
.decent-comments .comment-body {
    padding-top: 1em;
}
.sidebar-primary-container {
  display: none;
}
.entry {
padding: 2.25em 7.407%;
}
}


@media (max-width: 640px) {
td {
  padding: 0;
}
}

@media (min-width: 50em) {
.site-header {
    padding: 0 7.407%;
}
}