* {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
font-family: "Work Sans", sans-serif;
font-size: 1.8rem;
background-color: #f6f6ff;
color: #080808;
font-weight: 400;
line-height: 1.6;
}
ul {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 0; }
table {
margin: 0 auto;
width: 100%;
max-width: 70rem;
}
table a{
font-size: 1.6rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
} embed,
iframe,
object,
audio,
canvas,
progress,
video {
display: block;
height: auto;
max-width: 100%;
margin: 0 auto;
}
iframe {
min-height: 250px;
}
audio:not([controls]) {
display: none;
height: 0;
} a,
a:link,
a:visited {
color: #080808;
text-decoration: none;
transition: all 0.2s;
color: #002d57;
}
a:hover,
a:focus,
a:active {
color: #cc0000;
outline: 0;
} h1 {  
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-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 1.8rem 0 1.8rem 0;
text-align: center;
}
h3 {
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 1.6rem 0.8rem;
text-align: center;
}
h4 {
font-size: 1.6rem;
letter-spacing: 1px;
line-height: 1.8;
font-weight: 400;
margin: 1.4rem 0 1.6rem 0;
}
h5 {
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-size: 1.6rem;
letter-spacing: 0.8px;
font-weight: 400;
}
h6 span {
font-weight: 700;
}
.loader {
margin: 4rem auto 2rem auto;
border: 16px solid #f3f3f3; border-top: 16px solid #3498db; border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
.loader.post-loader {
margin: 4rem auto 2rem auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} p {
margin: 0 0 0.6rem 0;
}
.margin-bottom {
margin: 1rem auto 2rem auto;
}  .site-header {
width: 100%;
height: auto;
margin: 0;
font-size: 1.56rem;
border-top:4px solid rgb(0, 174, 255);
}
.header-info{
display: flex;
flex-flow:column nowrap;  
margin: 0 0.6rem 0 0.8rem; 
}
.header-info p{
margin:0
}
.top-box {
background-color: #001b35;
width: 100%;
color: #fff; 
}
.top-box__wrap {
display: flex;
flex-flow: row nowrap;
max-width: 1320px;
margin: 0 auto;
}
.top-left {
margin-left: auto; 
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr  1fr;
grid-auto-rows: auto;
grid-column-gap: 0.2rem;
}
.left-box {
position: relative;
}
.left-box img {
display: block;
}
.header-title {
position: absolute;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 70, 102, 0.72);
text-align: center;
}
.header-title a {
padding: 0 0.4rem;
color: #fff;  
letter-spacing: 0.01rem;
word-wrap: break-word;
text-shadow: 0.1rem 0.1rem 0.2rem #0000;
}
.header-title a:hover {
color: gold;
}
.header-image{
display: none;
}
.extra-box {
display:none;
} .header-menu {
margin: 0 auto 0.4rem auto;
max-width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: auto;
grid-row-gap: 2px;
grid-column-gap: 2px;
line-height: 1.4;
font-weight: 400;
font-size: 1.44rem;
}
.header-menu > div {
border: 1px solid #d1d1d1;
background-color: #e4e4e4;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
border-left: 1px solid gray;
}
.header-menu > div a {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
text-decoration: none;
font-weight: 400;
line-height: 1.4;
padding: 0.2rem;
min-height: 4rem;
}
.header-menu > div:hover {
background-color: #ebebeb;
}
.yellow-menu {
background-color: #f0ff6c;
}
.fixed-header {
display: none;
background-color: #5f5f5f;
padding: 0 0 0.4rem 0;
flex-flow: row wrap;
justify-content: center;
z-index: 1;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.fixed-header a {
color: #f1f1f1;
text-transform: uppercase;
margin: 0.2rem 0.8rem 0 0.8rem;
font-size: 1.8rem;
}
.fixed-header a:hover {
color: gold;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
} .for-banners {
grid-template-columns: 1fr 1fr 1fr;
max-width: 45.6rem;
margin: 2rem auto 0 auto;
justify-items: center;
font-size: 80%;
}
.for-banners .header-title {
background-color: rgb(0, 102, 74, 72%);
} .nav {
padding: 2rem 0 0 0;
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.nav a {
color: #ffffff;
border-right: 1px solid #999999;
margin: 0 0.6rem 1rem 0;
padding: 0.2rem 0.8rem;
font-family: "Libre Franklin", sans-serif;
line-height: 1.8;
font-size: 1.64rem;
background-color: #005eec;
text-align: center;
border: 1px solid transparent;
white-space: nowrap;
border-radius: 4px;
user-select: none;
}
.nav a.router-link-exact-active {
background-color: #008558;
color: white;
}
.nav a:hover {
color: #fffb00;
background-color: #004bbb;
border: 1px solid transparent !important;
} .copy {
margin: 0.4rem auto;
background-color: #ebebeb;     
display: flex;
align-items: center;
padding: 0.8rem 1.2rem;
border-radius: 0.6rem;
gap: 0.8rem;
border: none;     
cursor: pointer;
}
.copy:active {
background-color: #dcdcdc;
}
.copy:disabled {
background: #cdcdcd;
}
.donate-box {
max-width: 52rem !important;
border: 1px solid #ccc;
border-radius: 16px;
margin: 1rem auto;
padding: 1rem 1rem 0 1rem;
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
text-align: center;
}
.donate-box p {
font-weight: bold;
text-align: center !important;
}
.qr-code {
margin: 0 auto;
}
.qr-code img {
margin: 1.6rem auto;
}  #related_posts_thumbnails{
margin: 1rem auto 1rem auto !important;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;  
gap: 0.8rem;
max-width: 46rem;
}
#related_posts_thumbnails li{
margin: 0 auto !important;
padding: 0 0 0.6rem 0 !important;
max-width: 21.8rem !important;
background-color: #f3f3f3;
box-shadow: 0 1px 4px rgba(168, 168, 168, 0.8);
float: none !important;
border:none !important;
}
#related_posts_thumbnails li a{
display: block;
padding: 0;
text-decoration: none;   
line-height: 1.4;
text-align: center;
border-bottom: none; 
}
#related_posts_thumbnails li a:nth-child(2) {
padding: 0 0.8rem 0 0.8rem;
font-size: 1.6rem;
font-weight: 400;
color: #000f1d;
} .category_item {
position: relative;
}
.category_item a {
border-bottom: 0;
color: #fff;
text-transform: capitalize;
white-space: normal;
display: block;
}
.nav_title {
position: absolute;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(1, 0, 60, 0.699);
text-align: center;
padding: 0.1rem 0 0.2rem 0;
min-height: auto;
}
.nav_title:hover {
background-color: rgba(2, 0, 107, 0.699);
}
.nav_text {
line-height: 1.4;
font-weight: 400;  
font-size: 1.6rem;
color: #fff;
padding: 0;
margin: 0;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
}
.nav_text:hover {
color: gold;
}
.banners-flex {   
display: flex; 
flex-flow: row nowrap; 
justify-content: center;
margin-top: 1rem;
line-height: 1.25;
}
.banners-flex a {
margin: 0 .2rem;
} .masonry {
transition: all .5s ease-in-out;
column-gap: 0.6rem;
column-fill: initial;
column-count: 2;
margin: 0 auto;
max-width: 52rem;
text-align: center;
} .masonry .brick {
margin: 0 0.4rem 1rem 0.4rem;
display: inline-block; vertical-align: top; }
.masonry .brick p {
text-transform: capitalize;
} .masonry .brick img {
transition: all .5s ease-in-out;
backface-visibility: hidden; }
.masonry .brick:hover img {
filter: drop-shadow(4px 6px 4px rgb(66, 66, 66));
} @media screen and (min-width: 600px) {
.masonry {
column-count: 3;
max-width: 76rem;
}
} @media screen and (min-width: 900px) {
.masonry {
column-count: 4;
max-width: 102rem;
}
}  .clear {
clear: both;
}
.site-content {
margin: 0;
padding: 0;
}
.content-area {
margin: 0;
}
.archive-description {
text-align: center;
padding: 0.4rem;
}
.site-main {
margin: 0 auto;
padding: 0 0.6rem;
}
.site-main__link {
padding-bottom: 3.4rem;
font-weight: 700;
}
.site-main__link--link {
border-bottom: 1px solid #f5f5f5;
transition: all 0.2s;
}
.site-main__link--link:hover {
border-bottom: none;
}
.site-main > article:nth-child(n+3) {
border-top: 1px solid gray;
padding: 1rem 0 0 0;
margin: 1rem 0 0 0;
}
.page-header {
display: block;
text-transform: capitalize;
}
.entry-content {
margin: 0 auto;
max-width: 1200px;
padding: 0 0.8rem 0.8rem 0.8rem;
display: block;
}
.entry-content p {
max-width: 80rem;
text-align: left;
font-size: 1.6rem;
padding: 0 0.8rem;
margin: 1rem auto;
}
.entry-content p a,
.entry-meta p a {
border-bottom: 1px solid #ca2020;
transition: all 0.2s;
}
.entry-content a:hover,
.entry-meta p a:hover {
border-bottom: none;
}
.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: 1.8rem;
transition: all 0.2s;
}
.entry-content h3 a:hover {
border-bottom: 1px solid transparent;
}
.entry-footer {
max-width: 90rem;
margin: 0 auto;
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;
} .gallery-grid {
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
column-gap: 0.8rem;
row-gap: 1rem;
max-width: 44rem;
} .top-grid {
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;  
column-gap: 1rem;
row-gap: 1rem;
max-width: 64rem;
max-width: 100%;
grid-auto-rows: auto;
} .banner-grid {
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
column-gap: 0.8rem;
row-gap: 1rem;  
}
.banner-grid > a {
display: block;  
margin: 0 auto;
padding: 0 0 0.8rem 0;
line-height: 1.4;
text-align: center;
max-width: 30rem;
border-top: 1px solid #1900ff;  
background-color: #f2f2f2;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.banner-grid > a img {
margin: 0;
}
.banner-grid > a:hover {
background-color: #fff5e2;
} .category-grid {
margin: 0 auto 1.6rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
text-align: center;
max-width: 44rem;
}
.category-grid > div {
max-width: 21.8rem;
font-size: 1.6rem;
line-height: 1.4;
}
.category-grid > div img {
box-shadow: 0 2px 4px rgba(56, 56, 56, 0.8);
margin-bottom: 0.6rem;
}
.grid-box {
margin: 0 auto;
padding: 0 0 0.6rem 0;
max-width: 21.8rem;
background-color: #f3f3f3;
box-shadow: 0 1px 4px rgba(168, 168, 168, 0.8);
}
.grid-box a {
display: block;
padding: 0;
text-decoration: none;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
border-bottom: none;
color: #000f1d;
text-shadow: 0.01rem 0.01rem 0.01rem #686868;
}
.grid-box:hover {
background-color: #f4ffeb;
}
.grid-box:hover a {
color: #CC0000;
}
.grid-box a:nth-child(2) {
padding: 0 0.8rem 0 0.8rem;
}
.post-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-gap: 1.4rem;
column-gap: 1rem;
text-align: center;
max-width: 43rem;
}
.post-grid > div {
padding: 0 0 0.6rem 0;
max-width: 20rem;
border-top: 1px solid #cc0000;
border-bottom: 2px solid #04e3eb;
background-color: #fffbda;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.post-grid > div a {
display: block;
padding: 0;
text-decoration: none;
border-bottom: none;
}
.post-grid > div:hover {
background-color: #d9ffd4;
}
.post-grid > div a:nth-child(2),
.post-grid > div p {
text-align: center;
padding: 0.8rem 0.6rem 0.4rem 0.6rem;
margin: 0;
letter-spacing: 0.6px;
line-height: 1.4;
font-size: 1.7rem;
font-weight: 400;
}
.main-flex {
margin: 2rem auto 2rem auto;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: flex-start;
font-size: 1.6rem;
line-height: 1.4;  
text-align:center;
}
.main-flex > a {
margin: 0 0.4rem;
max-width:20rem;
}
.topban{
max-width: 66rem;
}
.entry-caption p {
text-align: center;
}
.downbans {
background-color: #cecadd;
padding: 0.4rem 0 1.6rem 0;
margin: 0 -0.8rem;
}
.entry-caption p {
text-align: center;
}
.banner {
box-shadow: 0 4px 8px rgba(22, 22, 22, 0.863);
} .pages-grid {
margin: 0 auto 1.6rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
text-align: center;
font-weight: bold; 
max-width: 52rem;
justify-content: center;
align-items: center;  
}
.pagenavi-box {
max-width: 23rem;
max-height: 25rem;
overflow: hidden;
margin: 0.5rem 0.2rem;
}
.current img {
filter: grayscale(100%);
}
.pagenavi-active img {
box-shadow: 0 4px 8px rgba(22, 22, 22, 0.9);
} .wp-pagenavi {
margin: 2rem auto 2rem auto;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span{
text-decoration: none;
padding: 0.6rem 1.2rem;
margin: 0.8rem 0.4rem;
}
.wp-pagenavi span.pages {
border: none;
min-width: 320px;
text-align: center;
}
.wp-pagenavi a {
border: 1px solid #000224;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.wp-pagenavi a:hover {
border-bottom: 1px solid #000224 !important;
}
.wp-pagenavi span.current {
border: 1px solid #999999;
}
.post-links {
width: auto;
display: grid;
grid-row-gap: 0.5rem;
grid-column-gap: 0.6rem;
grid-template-columns: repeat(1, 1fr);
padding: 0 0.6rem;
font-size: 1.6rem;
margin-bottom: 1rem;
}
.post-links li { 
line-height: 1.6;
padding: 0.2rem 0.2rem 0.2rem 0.32rem;
} .video-container{
max-width: 720px;
margin: 2rem 0 1rem 0;
margin:0 auto;
}
.videos-grid {
margin: 1rem auto 1rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
max-width: 110rem;
}
.videos-grid > div {
box-shadow: 0 1px 5px rgba(61, 61, 61, 0.8);
margin: 0 auto;
padding: 0 0 0.6rem 0;
max-width: 34rem;
border-top: 1px solid #ffffff;
border-bottom: 2px solid #464646;
background-color: #f3f3f3;
text-align: left;
font-size: 1.52rem;
}
.videos-grid > div a {
display: block;
padding: 0;
text-decoration: none;
border-bottom: none;
}
.videos-grid > div:hover {
background-color: #ffffff;
}
.videos-grid > div a:nth-child(2), .videos-grid > div p {
padding: 0.8rem 0.6rem 0.4rem 0.6rem;
margin: 0;
letter-spacing: 0.2px;
line-height: 1.6;
overflow: hidden;
font-size: 12px;
max-height: 30px;
text-overflow: ellipsis;  
}
.country-list {
display: flex;
flex-flow: column nowrap;
justify-content: center;
margin: 0 auto;
max-width: 400px;
}
.country-list li  {
margin: 4px 8px;
}
.country-list li a {
text-decoration: none;
}
.country-list li img {
margin-right: 12px;
}
.name-list {
column-gap: 0.6rem;
column-fill: initial;
column-count: 2;
}
.name-list a {
display: block;
text-transform: capitalize;
border-bottom: 1px solid transparent !important;
margin: 1rem 0;
}  .site-footer {
border-top: 1px solid #f5f5f5;
margin: 0 0 0 0;
padding: 2rem 1rem;
text-align: center;
font-size: 1.6rem;
letter-spacing: 0.4px;
display: flex;
flex-flow: column nowrap;
background-color: #001b35;
color: #f1f1f1;
}
.footer__last a {
padding-bottom: 0.1rem;
border-bottom: 1px solid #b9b9b9;
transition: all 0.2s;
color: #f1f1f1;
}
.footer__last a:hover {
border-bottom: 1px solid transparent;
}
.sign-text {
margin: 0 auto;
max-width: 80rem;
padding: 1rem 0;
}
.sign-text p {
font-size: 1.36rem;
} .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 {
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: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.header__image {
display: block;
margin: 0 auto;
}
.aligncenter {
display: block;
margin: 1.6rem auto;
}
.entry-attachment img {
display: block;
margin-left: auto;
margin-right: auto;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.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;
}
.youtube {
margin: 0 auto;
display: block;
}
.wp-video {
margin: 0 auto;
}
.top-banners {
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin-top: 1rem;
line-height: 1.25;
}
.top-banners img {
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.top-banners .banners-middle {
background-color: #73ffff;
}
.top-banners p {
text-align: center;
font-size: 1.6rem;
word-wrap: break-word !important;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.top-banners div {
max-width: 15rem;
margin: 0 0.4rem;
}
.top-banners .middle-box {
max-width: 18rem;
}
.banners-middle {
background-color: #85ffff;
padding: 1rem 0 0;
font-weight: bold;
max-width: 58rem;
margin: 0 auto;
} .wp-caption {
margin-bottom: 1.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.8075em 0;
}
.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: 400px) {
.wp-pagenavi span.pages {
min-width: auto;
}
.site-info {
max-width: 40rem;
grid-template-columns: repeat(2, 1fr);
}
.for-banners {
font-size: 100%;
}
}
@media screen and (min-width: 450px) {
.top-title__member:before {
font-size: 1.52rem;
}
a.top-title {
font-size: 2.6rem;
padding: 0.4rem 2rem;
letter-spacing: 0.2rem;
}
h4 {
font-size: 1.8rem;
}
.entry-content p {
font-size: 1.66rem;
}
}
@media screen and (min-width: 550px) {
.button-container {
margin-right: 1.4rem;
}
.button-container__entry {
margin: 0;
}
}
@media screen and (min-width: 600px) {
.banners-flex a {
margin: 0 .6rem;
}
.fixed-header a {
margin: 0.2rem 1.2rem 0 1.2rem;
}
.header-title a {
font-size: 1.8rem; 
}
.for-banners .left-box {
width: 90%;
height: auto;
}
.post-links {
grid-template-columns: repeat(2, 1fr);
font-size: 1.8rem;
}
.category-grid > div {
font-size: 1.8rem; 
}
.banner-grid {
grid-template-columns: 1fr 1fr; 
max-width: 64rem;
font-size: 2rem;
}
.main-flex  {
font-size: 1.8rem;
}
.top-title__member:before {
font-size: 1.6rem;
}
h1 {
font-size: 2.4rem;
}
h2 {
font-size: 2.2rem;
}
h5 {
font-size: 1.8rem;
}
.entry-content p {
font-size: 1.8rem;
}
h3 {
font-size: 2rem;
}
.entry-content h3 a {
font-size: 2rem;
}
h4 {
font-size: 2rem;
}
.gallery-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 66rem;
}
.grid-box a {
font-size: 1.8rem;
}
.nav_text {
font-size: 1.8rem;
}
.gallery {
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 0.8rem;
grid-row-gap: 0.6rem;
max-width: 70rem;
}
.entry-meta p {
font-size: 1.8rem;
}
.site-info {
max-width: 64rem;
grid-template-columns: repeat(3, 1fr);
}
.center-cell {
grid-column: 3;
}
.videos-grid {
grid-template-columns: 1fr 1fr;
max-width: 73rem;
}
.videos-grid p {
font-size: 14px;      
}
#related_posts_thumbnails{
grid-template-columns: repeat(3, 1fr);
max-width: 70rem;
}
.name-list {
column-count: 3;
}
.pages-grid { 
grid-template-columns: repeat(3, 1fr);
max-width: 72rem;
}
.post-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 85rem;
}
.post-grid > div a {
font-size: 1.72rem;
}
}
@media screen and (min-width: 620px) {
.btn__join {
margin-bottom: 1rem;
max-width: 90px;
}
.btn__join a {
font-size: 1.6rem;
}
}
@media screen and (min-width: 700px) {
.nav_text {
font-size: 2rem;
}
.pages-grid { 
grid-template-columns: repeat(4, 1fr);
max-width: 102rem;
}
}
@media screen and (min-width: 740px) {
.header-image {
display: flex;
flex-flow: column nowrap;
align-items: center;  
justify-content: center;
margin: 0 0.6rem;
}
.category-grid {  
grid-template-columns: 1fr 1fr 1fr 1fr;
max-width: 86rem;  
}
}
@media screen and (min-width: 800px) {
.entry-content p {
font-size: 1.8rem;
}
.post-grid > div a,
.archive-grid > div a,
.gallery-grid > div a,
.fratmen-grid > div a {
font-size: 2rem;
}
}
@media screen and (min-width: 900px) {
h5 {
font-size: 1.92rem;
}
.gallery-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 88rem;
}
.post-links {
grid-template-columns: repeat(3, 1fr);    
}
.videos-grid {
max-width: 110rem;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1rem;
}
.videos-grid p {
font-size: 16px; 
}
.name-list {
column-count: 4;
}
.extra-box {
display:block;
}
.top-left {    
grid-template-columns: repeat(6, 1fr);
}
}
@media screen and (min-width: 935px) {
.category-grid > div {
font-size: 1.86rem; 
}
}
@media screen and (min-width: 1200px) {
.post-links {
grid-template-columns: repeat(4, 1fr);    
}
} .for-banners {
grid-template-columns: 1fr 1fr 1fr;        
}.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;
}