* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
font-family: "Open Sans", sans-serif;
font-size: 1.4rem;
background-color: #e6e6e6;
color: #080808;
font-weight: 400;
line-height: 1.6;
}
ul {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
} a,
a:link,
a:visited {
text-decoration: none;
transition: all 0.2s;
color: #21759b;
}
a:hover,
a:focus,
a:active {
color: #cc0000;
outline: 0;
} h1 {
font-family: "Open Sans", sans-serif;
font-size: 2.1rem;
letter-spacing: 0.2px;
line-height: 1.6;
font-weight: 400;
margin: 0 0 1.6rem 0;
text-align: center;
padding: 1.6rem 0.5rem 0 0.5rem;
}
h1 span {
font-weight: 700;
}
h2 {
font-family: "Open Sans", sans-serif;
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 0 0 1.6rem 0;
padding: 1.6rem 0.5rem 0 0.5rem;
text-align: center;
}
h3 {
font-family: "Open Sans", sans-serif;
font-size: 1.6rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 1.6rem 0.8rem;
text-align: center;
}
h4 {
font-family: "Open Sans", sans-serif;
font-size: 1.6rem;
letter-spacing: 1px;
line-height: 1.8;
font-weight: 400;
margin: 1.4rem 0 1.6rem 0;
}
h5 {
font-family: "Open Sans", sans-serif;
font-size: 1.6rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 1.4rem 0 1rem 0;
}
h6 {
display: inline-block;
font-family: "Open Sans", sans-serif;
font-size: 1.6rem;
letter-spacing: 0.8px;
font-weight: 400;
}
h6 span {
font-weight: 700;
} p {
margin: 0 0 0.6rem 0;
}
.margin-bottom {
margin: 1rem auto 2rem auto;
} table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
table-layout: fixed;
max-width: 66rem;
}
caption,
th,
td {
font-weight: normal;
text-align: center;
}
table,
th,
td {
border: 0;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
th,
td {
padding: 0.2rem;
}
th a,
td a {
line-height: 0;
padding: 0;
margin: 0;
} .site-header {
max-width: 98rem;
padding: 0.46rem 0.46rem 0.6rem 0.46rem;
background-color: #f8f8f8;
border-top: 2px solid #559893;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
grid-gap: 6px;
text-align: center;
}
.header-image {
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.2;
align-self: center;
}
img.logo-image {
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
display: block;
}
img.logo-image:hover {
transform: translateY(2px);
}
.header-tags {
min-height: 41.19px;
line-height: 1.2;
align-self: center;
border: 1px solid gray;
background-color: #fefefe;
display: flex;
align-items: center;
justify-content: center;
}
.header-tags a {
padding: 0.28rem;
font-weight: bold;
font-size: 1.4rem;
display: block;
}
.header-tags a:hover {
color: #cc0000;
}
.header-tags:hover {
background-color: #d7ccff;
} .main-navigation {
max-width: 48.8rem;
margin: 0 auto;
}
.main-navigation > ul {
margin: 0;
padding: 0;
text-indent: 0;
text-align: center;
width: 100%;
background-color: #dcd2ff;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto;
grid-gap: 4px;
}
.main-navigation > ul li {
margin: 0;
position: relative;
}
.main-navigation > ul li:hover {
transform: scale(0.99);
}
.main-navigation > ul li a img {
vertical-align: middle;
}
.nav_title {
position: absolute;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(22, 22, 80, 0.5);
text-align: center;
}
.nav_title:hover {
background-color: rgba(10, 10, 36, 0.5);
}
.nav_text {
margin: 0;
line-height: 2.18181818;
color: #fff;
font-size: 1.4rem;
font-weight: bold;
white-space: normal;
text-transform: uppercase;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
}
.nav_text:hover {
color: #ffd200;
}  .site-main {
margin: 0 auto;
padding: 0 0.6rem 1rem 0.6rem;
background-color: #fff;
}
.page-title {
font-size: 1.6rem;
}
.entry-header .entry-title {
font-size: 1.8rem;
}
.entry-content {
margin: 0 auto;
padding: 0 0.2rem 0.8rem 0.2rem;
display: block;
}
.entry-content p {
max-width: 92rem;
text-align: left;
font-size: 1.4rem;
padding: 0 0.8rem;
margin: 1rem auto;
}
.entry-content p a,
.entry-meta p a {
border-bottom: 1px solid #21759b;
transition: all 0.2s;
}
.entry-content a:hover,
.entry-meta p a:hover {
border-bottom: 1px solid transparent;
}
.entry-content h3 {
padding: 1rem 0.6rem;
margin: 0;
display: block;
}
.entry-content h3 a {
color: #ff1100;
padding-bottom: 0.1rem;
border-bottom: 1px solid #1eff00;
font-weight: 700;
font-size: 2rem;
transition: all 0.2s;
}
.entry-content h3 a:hover {
border-bottom: 1px solid transparent;
}
.entry-footer {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
font-size: 1.52rem;
text-align: left;
padding: 0.6rem 0.8rem;
}
.entry-footer span {
padding: 0.2rem 0;
line-height: 1.6;
} .post-grid {
margin: 0 auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
grid-gap: 0.8rem;
max-width: 46rem;
text-align: center;
}
.post-grid img {
margin: 0.4rem 0;
padding: 0;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.post-grid img:hover {
transform: scale(0.99);
outline: 1px solid #ff0000;
}
.post-grid a {
display: block;
padding: 0.2rem 0;
text-decoration: none;
font-weight: bold;
line-height: 1.4;
}
.post-grid a:hover {
color: #CC0000;
}
.post-grid-block {
margin: 0.2rem 0;
padding: 0;
}
.post-grid.articles {
max-width: 46.6rem;
}
.articles p {
font-size: 1.4rem;
text-align: left;
}
.banner {
margin-top: 2rem !important;
box-shadow: 0 4px 8px rgba(22, 22, 22, 0.863);
}
.tags {
max-width: 40rem;
margin: 0 auto;
}
.tags h3 {
margin-bottom: 0.4rem;
} .grid-box {
margin: 0 auto 2.4rem auto;
padding: 0 0.46rem;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
max-width: 43rem;
text-align: center;
}
.grid-box a:hover {
border-bottom: none;
} #related_posts_thumbnails {
margin: 0 auto;
padding: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: auto;
grid-gap: 6px;
max-width: 44rem;
}
#related_posts_thumbnails img {
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
#related_posts_thumbnails img:hover {
transform: scale(0.99);
}
#related_posts_thumbnails li {
padding: 0;
border: none !important;
text-align: center;
}
#related_posts_thumbnails li a {
display: block;
text-decoration: none;
padding: 0.4rem 0;
line-height: 1.2;
font-weight: bold;
}
#related_posts_thumbnails li a:hover {
color: #cc0000;
}
.rpth_list_content {
font-size: 1.4rem !important;
}
.entry-caption p {
text-align: center;
}  .site-footer {
border-top: 1px solid #559893;
margin: 0;
padding: 2rem 1rem 1.4rem 1rem;
text-align: center;
font-size: 1.6rem;
letter-spacing: 0.4px;
display: flex;
flex-flow: column nowrap;
background-color: #fff;
}
.icons {
margin-bottom: 0.6rem;
display: flex;
flex-flow: row nowrap;
justify-content: center;
}
.icons a {
margin: 0 0.4rem;
padding: 0;
line-height: 0;
}
.wp-pagenavi {
margin: 1.6rem 0 2.4rem 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
padding: 5px 8px;
margin: 0.8rem 0.26rem 0.26rem 0.26rem;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0;
overflow: hidden;
} .post-navigation,
.posts-navigation {
padding: 0.8rem 1rem;
}
.nav-links {
margin: 0 auto;
max-width: 80rem;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
}
.nav-next {
margin-left: auto;
}
.entry-meta {
text-align: center;
padding: 1rem 0.5rem;
}
.entry-meta p {
font-weight: bold;
margin: 0.5rem 0;
}
#image-navigation {
padding: 0.5rem 0 1rem 0;
}
.previous-image {
margin-right: 0.5rem;
}
.next-image {
margin-left: 0.5rem;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: block;
margin: 1.6rem auto;
}
.alignright {
display: block;
margin: 1.6rem auto;
}
.aligncenter {
display: block;
margin: 1.6rem auto;
}
.attachment img {
display: block;
margin-left: auto;
margin-right: auto;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
.youtube {
margin: 0 auto;
display: block;
}
.wp-video {
margin: 0 auto;
} .wp-caption {
margin-bottom: 0.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.6rem 0 0 0;
font-size: 1.4rem;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin: 0 auto 2rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 0.6rem;
text-align: center;
max-width: 43rem;
}
.gallery-item {
width: 100%;
}
.gallery-item img {
box-shadow: 0 2px 5px rgba(70, 70, 70, 0.8);
}
.gallery-item img:hover {
border: 1px solid #1eff00;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 100%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} @media screen and (min-width: 508px) {
.header-tags {
min-height: 0;
}
}
@media screen and (min-width: 600px) {
body {
font-size: 1.6rem;
}
h1 {
font-size: 2.4rem;
}
h2 {
font-size: 2.2rem;
}
h3 {
font-size: 1.8rem;
}
h4 {
font-size: 2rem;
}
h5 {
font-size: 1.8rem;
}
.site {
margin: 0 auto;
padding: 0 0.5rem;
max-width: 98rem;
overflow: hidden;
}
.site-header {
grid-template-columns: repeat(6, 1fr);
grid-template-rows: auto;
}
.header-tags {
min-height: 41.19px;
}
.main-navigation {
max-width: 100%;
margin: 0;
}
.main-navigation > ul {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
grid-gap: 4px;
}
.page-title {
font-size: 1.8rem;
}
.entry-header .entry-title {
font-size: 2rem;
}
.entry-content p {
font-size: 1.4rem;
}
.entry-content h3 a {
font-size: 2.1rem;
}
.entry-meta p {
font-size: 1.4rem;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.post-grid {
margin: 0 auto;
padding-left: 0.4rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: auto;
grid-gap: 8px;
padding: 0 0.8rem;
line-height: 1.4;
max-width: 72.6rem;
}
.post-grid.articles {
max-width: 72rem;
}
.grid-box {
grid-template-columns: repeat(3, 1fr);
max-width: 64rem;
}
#related_posts_thumbnails {
padding: 0 0.6rem !important;
grid-template-columns: repeat(3, 1fr);
max-width: 70rem;
}
footer.entry-meta {
padding: 0 1.6rem;
}
}
@media screen and (min-width: 800px) {
.entry-content p {
font-size: 1.6rem;
}
}
@media screen and (min-width: 900px) {
.grid-box {
grid-template-columns: repeat(4, 1fr);
max-width: 86rem;
}
}
@media screen and (min-width: 960px) {
.site {
padding: 0;
margin-top: 2.4rem;
margin-bottom: 2.4em;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
}
@media screen and (min-width: 994px) {
.header-tags {
min-height: 0;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}