.has-text-align-center.has-large-font-size {
	margin-top: 1rem;
	    display: block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .15);
    color: #fff;
	text-align: left;
}
.post-411 h1.entry-title {
	display: none;
}
.post-411 ul li {
	font-size: 1.3rem;
	line-height: 1.8rem;
}
#content p:not(.has-large-font-size) {
	font-size: 1.1rem;
	line-height: 1.8rem;
}
.post-351 h1.entry-title {
	display: none;
}
.post-351 #content ul li {
	font-size: 1.3rem;
	line-height: 1.8rem;
}


.page-id-366 h1.entry-title {
	display: none;
}
.page-id-366 #content ul li {
	font-size: 1.3rem;
	line-height: 1.8rem;
}

.post-407 h1.entry-title {
	display: none;
}
.post-407 #content ul li {
	font-size: 1.3rem;
	line-height: 1.8rem;
}

strong, b {
    font-weight: 600;
}

#header {
	padding: 0.5rem 0 0;
}
#header h1, #header .site-description {
	padding: 0 0 0.5rem;
}

table tr:nth-child(even) {
	background: transparent;
}

.entry-content a img, #attachment-nav a img {
	border: 0 none;
	box-shadow: none;
}


.entry-content a:hover img, #attachment-nav a:hover img {
	background: transparent;
}

.entry-author {
	display: none;
}
.entry-utility {
	display: none;
}

input[type="email"] {
    padding: 1.5%;
    box-shadow: inset 1px 1px 5px rgb(0 0 0 / 5%);
    background: #FCFCFC;
    border: #EEE 1px solid;
    color: #999;
    font-family: "Droid Sans", sans-serif;
    font-size: 13px;
}

input[type=submit], input[type=reset], input[type=button] {
	border-radius: 4px !important;
    padding: 10px 30px;
    border-radius: 15px;
	background: green;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
	border-radius: 4px !important;
    padding: 10px 30px;
    border-radius: 15px;
	background: green;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}

body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0;
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align: center;
}