* {
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: 405px;
}
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: 1rem 0 1rem 0;
text-align: center;
}
h3 {
font-size: 1.6rem;
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;
} p {
margin: 0 0 0.6rem 0;
}
.margin-bottom {
margin: 1rem auto 2rem auto;
}  .site-header {
width: 100%;
height: auto;
margin: 0;
background-color: #001d2e;
}
.top-box {
max-width: 100rem;  
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: auto;
grid-row-gap: 2px;
grid-column-gap: 2px;
line-height: 1.4;
}
.top-cell {
position: relative;
max-width: 24rem;
}
.top-cell img{
display: block;
}
.top-cell 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(0, 44, 80, 0.699);
text-align: center;  
}
.nav_title:hover {
background-color: rgba(17, 80, 0, 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;
}
.top-title {
position: relative;
}
.top-title__member:before {
content: "members";
position: absolute;
top: 0;
right: 0;
font-size: 1.4rem;
letter-spacing: 0.4px;
}
a.top-title {
color: gold;
font-size: 2rem;
letter-spacing: 0.1rem;
padding: 0.4rem 0 0.4rem 0.8rem;
}
.header-image {
display: flex;
align-items: center;
}
.header-image a {
display: block;
} .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;
}  .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;
} .video-grid {
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;  
}
.three-grid{
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;  
text-align: center;
}
.three-boxes{
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;  
text-align: center;
max-width: 72rem;
}
.three-boxes > div{ 
max-width: 22.5rem;
font-size: 1.6rem;
} .gallery-grid {
margin: 0 auto 2.4rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
max-width: 64rem;
}
.gallery-grid > div {
max-width: 30rem;
}
.eastguys {
max-width: 50rem;
}
.eastguys img {
box-shadow: 0 4px 4px rgba(19, 19, 19, 0.6);
}
.eastguys > div {
max-width: 24rem;
} .category-grid {
margin: 0 auto 1.6rem auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
text-align: center;
max-width: 64rem;
}
.category-grid > div {
max-width: 21.8rem;
font-size: 1.6rem;
line-height: 1.4;
}
.grid-box {
margin: 0 auto;
padding: 0 0 0.6rem 0;
max-width: 32rem;
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;
}
.main-flex {
margin: 0.2rem auto 1rem auto;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: flex-start;
font-size: 1.4rem;
line-height: 1.4;  
}
.main-flex > div {
margin: 0 0.8rem 0 0;
}
.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);
}
.wp-pagenavi {
margin: 2rem auto 2rem auto;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: 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 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.46rem;
margin-bottom: 1rem;
}
.post-links li { 
line-height: 1.4;
padding: 0.2rem 0.2rem 0.2rem 0.32rem;
}
.banners-links {
display: flex;
flex-flow: row nowrap;
max-width: 50rem;
margin:0 auto;
align-items: center;
}
.banners-links > a{
margin: 0 0.8rem;
}
.video-wrap{
display: flex;
align-items: center;
}  .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: #001d2e;
color: #f1f1f1;
}
.site-info {
margin: 0 auto;
max-width: 31rem;
width: 100%;
padding: 1rem 0 2.4rem 0;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 1.2rem;
grid-row-gap: 2rem;
justify-items: stretch;
}
.site-info a {
display: block;
text-align: left;
font-size: 1.6rem;
color: #00639c;
}
.site-info a:hover {
color: rgb(25, 0, 255);
}
.site-info > div {
padding: 1rem 2rem;
}
.site-info > div p {
text-align: left;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
border-bottom: 1px solid #f5f5f5;
font-size: 2rem;
}
.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;
}
.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;
} .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: 54rem;
grid-template-columns: repeat(2, 1fr);
}
}
@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;
}
.top-left {
padding: 0.4rem 1rem;
}
.top-left a {
padding: 0 1.2rem;
font-size: 1.8rem;
letter-spacing: 0.05rem;
}
.top-left a:nth-child(2) {
padding: 0 1rem;
}
h4 {
font-size: 1.8rem;
}
.entry-content p {
font-size: 1.66rem;
}
}
@media screen and (min-width: 480px) {  
.main-flex > div {
margin: 0 0.4rem;
}
}
@media screen and (min-width: 550px) {
.button-container {
margin-right: 1.4rem;
}
.button-container__entry {
margin: 0;
}
}
@media screen and (min-width: 600px) {
.video-grid { 
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 0.8rem;
grid-row-gap: 1.2rem;
max-width: 100rem;
}
.post-links {
grid-template-columns: repeat(2, 1fr);
font-size: 1.5rem;
}
.category-grid > div {
font-size: 1.8rem; 
}
.main-flex  {
font-size: 1.6rem;
}
.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: 1.8rem;
}
.entry-content h3 a {
font-size: 2rem;
}
h4 {
font-size: 2rem;
}
.gallery-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 98rem;
}
.eastguys {   
max-width: 78rem;
}
.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;
}
.center-cell {
grid-column: 3;
}
.three-grid{
grid-template-columns: 1fr 1fr 1fr; 
}
.three-boxes > div{ 
font-size: 1.8rem;
}
}
@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;
}
}
@media screen and (min-width: 740px) {
.mobile {
display: none;
}
.desktop {
display: block;
}
.leaderboard {
display: block;
}
}
@media screen and (min-width: 800px) {
.entry-content p {
font-size: 1.8rem;
}
}
@media screen and (min-width: 800px) {
.site-info {
max-width: 85rem;
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 900px) {
h5 {
font-size: 1.92rem;
} 
.post-links {
grid-template-columns: repeat(3, 1fr);
font-size: 1.56rem;
}
}
@media screen and (min-width: 935px) {
.site-info a {
font-size: 1.68rem;
}
.site-info > div p {
font-size: 2.1rem;
}
.category-grid > div {
font-size: 1.86rem; 
}
}
@media screen and (min-width: 1200px) {
.post-links {
grid-template-columns: repeat(4, 1fr);
font-size: 1.6rem;
}
}  .wrapper h1 {
font-size: 1.6rem;
margin: 1.2rem 0.4rem;
text-align: center;
}
.wrapper h2 {
font-size: 1.2rem;
margin: 1.6rem 0.4rem;
text-align: center;
}
#video {
max-width: 100%;
height: auto;
}
.video-player {
display: flex;
justify-content: center; 
flex-flow: column nowrap;
margin: 2rem 0.6rem 0 0.6rem;
text-align: center;    
} 
.video-player p{
margin: 0.8rem 0 0.4rem 0;
}
.playlist-wrap {  
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-gap: 0.6rem;
text-align: center;
max-width: 30rem;
margin: 0 auto
}
.playlist-item {
margin: 0;
}
.playlist-item-wrap{
position: relative;
margin: 0;
}
.over-img{
position: absolute;
top: 50%;
left: 50%; 
height: auto;
width: 50px; 
transform: translate(-50%, -50%);
filter:opacity(60%);
}
.playlist-item p, .playlist-item a {
font-size: 1.6rem;
margin: 0 0.2rem;
text-align: left;
line-height: 1.4; 
display: block;
border-bottom:none !important;
}
.playlist-img {
width: 284px;
height: auto;
margin-bottom: 0.4rem;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
transition: all 0.2s;
filter:contrast(200%);
filter:saturate(1.3);
position: relative;
}  
.playlist-item:hover{
cursor: pointer;
} .popup {
height: 100vh;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
transition: all 0.3s;
}
.popup__content {
width: 95%;
background-color: #fff;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
border-radius: 5px;
display: flex;
flex-flow: column nowrap;    
align-items: center;
overflow: hidden;
max-height: 600px;   
transition: all 0.2s 0.1s;
}
.popup__right {
max-width: 750px;
margin: 0 auto;
width: 100%;
padding: 0.8rem 1rem;
max-height: 600px;
position: relative;
}
.popup__right p {
font-size: 1.4rem;
margin-bottom: 4rem;
column-count: 1;
column-gap: 4rem;
column-rule: 1px solid #b1b1b1;
hyphens: auto;
}
.popup__right--btn {
margin: 0;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
padding-bottom: 0.8rem;
}
.popup__right--btn h6 {
color: #21759b;
padding: 0.8rem 0; 
font-weight: bold;
font-size: 1.8rem;
margin: 0;
}
.popup__right--btn h6:hover {
color: #CC0000;
cursor: pointer;
}
.popup:target {
opacity: 1;
visibility: visible;
}
.popup:target .popup__content {
opacity: 1;
transform: scale(1);
}
.popup__close {
color: #555;
position: absolute;
top: 1rem;
right: 1rem;
font-size: 3rem;
display: inline-block;
}
.popup__close:hover {
color: #55c57a;
cursor: pointer;
} h5 {
display: block;
margin: 0.8rem;
font-weight: 400;
}
h6 {
margin: 0;
}
p.views-counter {
font-weight: bold;
}
p.views-counter {
display: none;
} @media screen and (min-width: 600px) {
.playlist-wrap {  
display: grid;
grid-template-columns: 1fr 1fr 1fr;  
grid-gap: 0.8rem;
max-width: 90rem;
}
.playlist-img{
width: 300px;
}  
.over-img{    
width: 60px;   
}
.video-player video { 
max-width: 640px; 
} 
}
@media screen and (min-width: 840px) {
.video-player video { 
max-width: 720px; 
} 
.popup__right span {
display: inline;
}
.over-img{    
width: 80px;   
}
.popup__close {  
top: 1rem;
right: 3rem;
}
}
@media screen and (min-width: 950px) {
.popup__right p {
font-size: 1.4rem;
margin-bottom: 4rem;
column-count: 2;
column-gap: 4rem;
column-rule: 1px solid #b1b1b1;
hyphens: auto;
}
}.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;
}