@charset "UTF-8";

 * {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
font-family: "Alegreya Sans", sans-serif;
font-size: 1.8rem;
background-color: #c7c7c7;
color: #080808;
font-weight: 400;
line-height: 1.66;
min-height: 100%;
}
ul {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
video {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
} 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-family: "Cormorant Garamond", serif;
font-size: 2.2rem;
letter-spacing: 0.2px;
line-height: 1.6;
font-weight: 400;
margin: 0;
text-align: center;
padding: 1.6rem 0.5rem 0 0.5rem;
}
h1 span {
font-weight: 700;
}
h2 {
font-family: "Alegreya Sans", sans-serif;
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 1rem 0 1rem 0;
text-align: center;
}
h3 {
font-family: "Alegreya Sans", sans-serif;
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 1.6rem 0.8rem;
text-align: center;
}
h4 {
font-family: "Cormorant Garamond", 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: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
font-size: 1.6rem;
letter-spacing: 0.8px;
font-weight: 400;
}
h6 span {
font-weight: 700;
} p {
margin: 0 0 0.6rem 0;
} .btn {
position: relative;
display: block;
margin: 1rem auto;
padding: 0;
overflow: hidden;
border-width: 0;
outline: none;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
background-color: #2ecc71;
color: #ecf0f1;
transition: background-color 0.3s;
}
.btn .button-link {
text-decoration: none;
border-bottom: none;
font-size: 1.6rem;
color: #fff;
letter-spacing: 0.1rem;
height: 100%;
width: 100%;
display: block;
padding: 12px 24px;
}
.btn:hover, .btn:focus {
background-color: #27ae60;
}
.btn > * {
position: relative;
}
.btn span {
display: block;
}
.btn:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 0;
padding-top: 0;
border-radius: 100%;
background-color: rgba(236, 240, 241, 0.3);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.btn:active:before {
width: 120%;
padding-top: 120%;
transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.buttons-flex {
display: flex;
flex-flow: row nowrap;
justify-content: center;
justify-items: center;
margin: 2rem 0 1rem 0;
}
.buttons {
background-color: #003B79;
margin: 0.2rem 0.4rem;
box-shadow: 2px 4px 5px rgba(58, 58, 58, 0.8);
}
.buttons a {
display: flex;
margin: 0.4rem 0.8rem;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
color: #f6f6f6;
width: 100%;
height: 100%;
}
.buttons:hover {
box-shadow: 1px 2px 5px rgba(102, 102, 102, 0.8);
}
.margin-bottom {
margin: 1rem auto 2rem auto;
}  .site-header {
width: 100%;
height: auto;
margin: 0;
background-color: #1F1F1F;
}
.site-header__wrap {
background-color: #c4c4c4;
border-bottom: 1px solid #f5f5f5;
max-width: 980px;
height: auto;
}
.top-box {
background-color: #1F1F1F;
width: 100%;
color: #fff;
display: flex;
flex-flow: column nowrap;
max-width: 980px;
margin: 0 auto;
align-items: center;
}
.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-family: "Cormorant Garamond", serif;
font-size: 2.4rem;
letter-spacing: 0.1rem;
padding: 0.4rem 0 0 0;
}
.top-left {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
font-size: 1.8rem;
}
.top-left a {
color: #ffffff;
border-right: 1px solid #999999;
margin: 0.6rem 0.8rem 0.8rem 0;
padding: 0 1.2rem;
line-height: 1.8;
background-color: #005eec;
border: 1px solid transparent;
white-space: nowrap;
border-radius: 4px;
user-select: none;
}
.top-left a.router-link-exact-active {
background-color: #008558;
color: white;
}
.top-left a:hover {
color: #fffb00;
background-color: #004bbb;
border: 1px solid transparent !important;
}
.top-left a:nth-child(2) {
padding: 0 0.6rem;
}
.signup-btn {
background-color: #c80404 !important;
} .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-family: "Cormorant Garamond", serif;
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;
} .site-header__grid {
margin: 0 auto 0 auto;
max-width: 46rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: auto;
grid-row-gap: 1px;
grid-column-gap: 1px;
} .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-family: "Alegreya Sans", sans-serif;
font-size: 1.6rem;
color: #fff;
padding: 0;
margin: 0;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
}
.nav_text:hover {
color: gold;
}  .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.8rem;
max-width: 980px;
background-color: #f6f6ff;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.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;
}
.entry-content {
margin: 0 auto;
max-width: 980px;
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: 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;
} .video-grid {
margin: 0 auto 4rem auto;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
text-align: center;
} .gallery-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1rem;
max-width: 43rem;
}
.images-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 1.8rem;
max-width: 43rem;
} .category-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.4rem;
grid-row-gap: 0.6rem;
text-align: center;
max-width: 46rem;
}
.member-grid {
margin: 1.6rem auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.4rem;
grid-row-gap: 0.6rem;
text-align: center;
max-width: 36rem;
counter-reset: div-count;
}
.member-grid > div {
border: 1px solid #6c6c6c;
counter-increment: div-count;
}
.member-grid > div:before {
content: counter(div-count) " ";
}
.member-grid > div > p {
line-height: 1.4;
margin: 1rem 0 0.4rem 0;
}
.member-grid > div > p > a {
border-bottom: none;
}
.grid-box {
margin: 0 auto;
padding: 0 0 0.6rem 0;
max-width: 25rem;
background-color: #ebebeb;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.grid-box a {
display: block;
padding: 0;
text-decoration: none;
font-family: "Cormorant Garamond", serif;
font-size: 2rem;
font-weight: 400;
line-height: 1.6;
text-align: center;
border-bottom: none;
color: #000f1d;
}
.grid-box:hover {
background-color: #fafafa;
}
.grid-box:hover a {
color: #690000;
}
.grid-box a:nth-child(2) {
padding: 0.6rem 0.8rem 0 0.8rem;
}
.grid-box a:nth-child(2) p {
font-size: 2rem;
}
.grid-box__video {
max-width: 38rem;
}
.country {
display: flex;
flex-flow: row wrap;
margin: 0.6rem 0 2rem 0;
}
.country a {
padding: 0.1rem 0.6rem;
letter-spacing: 0.6px;
}
.main-flex {
margin: 0 auto 1rem auto;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
max-width: 56rem;
}
.main-flex > div {
margin: 1rem 0.8rem;
}
.flex-menu {
max-width: 68rem;
}
.flex-menu > div {
max-width: 33rem;
} .signup-grid {
margin: 1rem 0 2rem 0;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 4px;
}
.signup-grid > div {
border: 1px solid gray;
padding: 0 1rem 1.4rem 1rem;
background-color: #ebebeb;
}
.signup-grid > div h4 {
margin: 1.1rem 0 0.8rem 0;
font-size: 1.88rem;
padding-left: 1.6rem;
line-height: 1.4;
}
.signup-grid > div li {
list-style: none;
font-size: 1.56rem;
}
.signup-grid > div li:before {
content: "★";
padding-right: 0.4rem;
color: #cc0000;
}
.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;
}
.member-menu {
display: flex;
flex-flow: row wrap;
justify-content: center;
max-width: 85rem;
margin: 0 auto;
}
.member-menu__down {
padding: 0 0 2rem 0;
}
.member-menu__up {
padding: 2rem 0 0 0;
}
.member-menu > div {
margin: 0 1rem 1rem 1rem;
min-width: 15.6rem;
text-align: center;
}
.member-menu > div a {
margin: 0 0.6rem;
padding: 0.4rem 0;
border-bottom: 1px solid #ca2020;
transition: all 0.2s;
}
.member-menu div a:hover {
border-bottom: none;
}
.wpdm-download-link.btn.btn-info {
font-family: "Alegreya Sans", sans-serif !important;
text-transform: none !important;
font-weight: 400 !important;
background-color: #d8d8d8;
margin: 0.4rem 0.6rem 0 0.6rem;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.342);
}
.wpdm_icon,
.package-title,
.text-muted.text-small {
display: none !important;
}
.frm_forms.frm_style_formidable-style.with_frm_style {
max-width: 40rem;
margin: 0 auto;
}
.grid-cell {
max-width: 20rem !important;
}
.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;
}
.video-wrap {
display: flex;
justify-content: center;
margin: 0 auto 2rem auto;
max-width: 76rem;
height: auto;
position: relative;
}
.post-links {
margin: 0;
width: auto;
display: grid;
grid-row-gap: 0.5rem;
grid-column-gap: 0.6rem;
grid-template-columns: repeat(1, 1fr);
padding: 0 0.6rem 2rem 0.6rem;
}
.post-links li {
background-color: #eeeeee;
line-height: 1.4;
padding: 0.6rem 0.2rem 0.4rem 1rem;
}  .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: #1F1F1F;
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: #fafafa;
}
.site-info a:hover {
color: gold;
}
.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-family: "Cormorant Garamond", serif;
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;
}
.footer_links {
background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.1), rgba(192, 192, 192, 0.4)), url(https://www.menvintage.com/banners/link_vintage.jpg);
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
min-height: 15.6rem;
display: flex;
align-items: center;
justify-content: center;
} .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;
} embed,
iframe,
object {
max-width: 100%;
}
iframe {
min-height: 360px;
}
.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: 350px) {
.signup-grid > div h4 {
font-size: 2rem;
}
.signup-grid > div li {
font-size: 1.6rem;
}
}
@media screen and (min-width: 400px) {
.wp-pagenavi span.pages {
min-width: auto;
}
.signup-grid > div {
padding: 0 2.8rem 1.4rem 2.8rem;
width: 38rem;
margin: 0 auto;
}
}
@media screen and (min-width: 450px) {
.top-title__member:before {
font-size: 1.52rem;
}
.top-left a {
letter-spacing: 0.05rem;
}
h4 {
font-size: 1.8rem;
}
.entry-content p {
font-size: 1.66rem;
}
}
@media screen and (min-width: 480px) {
.site-header__grid,
.header-menu {
font-size: 1.52rem;
}
.site-info {
max-width: 60rem;
grid-template-columns: repeat(2, 1fr);
}
.main-flex {
flex-flow: row nowrap;
}
.main-flex > div {
margin: 0.4rem 0.8rem;
}
.video-grid {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 550px) {
.button-container {
margin-right: 1.4rem;
}
.button-container__entry {
margin: 0;
}
}
@media screen and (min-width: 600px) {
.top-box {
display: flex;
flex-flow: row nowrap;
padding: 0.6rem 0;
}
.top-title__member:before {
font-size: 1.6rem;
}
a.top-title {
font-size: 2.6rem;
padding: 0.4rem 0 0.4rem 1rem;
letter-spacing: 0.2rem;
}
.top-left {
margin-left: auto;
}
.top-left a {
margin: 0 0.8rem 0 0;
}
h1 {
font-size: 2.68rem;
}
h2 {
font-size: 2.2rem;
}
h5 {
font-size: 1.8rem;
}
.site-header__grid {
max-width: 100%;
grid-template-columns: repeat(6, 1fr);
grid-row-gap: 1px;
grid-column-gap: 1px;
}
.entry-content p {
font-size: 1.8rem;
}
h3 {
font-size: 2.2rem;
}
.entry-content h3 a {
font-size: 2.1rem;
}
h4 {
font-size: 2rem;
}
.gallery-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 78rem;
}
.images-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 66rem;
}
.grid-box a {
font-size: 2.2rem;
}
.category-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 70rem;
}
.member-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 54rem;
}
.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;
}
.name-list {
column-count: 3;
}
.post-links {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 620px) {
.site-header__wrap {
margin: 0 auto;
}
.btn__join {
margin-bottom: 1rem;
max-width: 90px;
}
.btn__join a {
font-size: 1.6rem;
}
.signup-grid {
grid-gap: 0.6rem;
grid-template-columns: 1fr 1fr;
}
.signup-grid > div {
padding: 0 1rem 1.4rem 1rem;
width: 100%;
margin: 0;
}
.signup-grid > div h4 {
font-size: 1.86rem;
}
.signup-grid > div li {
font-size: 1.6rem;
}
}
@media screen and (min-width: 700px) {
.nav_text {
font-size: 2rem;
}
}
@media screen and (min-width: 780px) {
.signup-grid > div {
padding: 0 2.8rem 1.4rem 2.8rem;
}
.signup-grid > div h4 {
font-size: 1.86rem;
}
.signup-grid > div li {
font-size: 1.6rem;
}
.member-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 74rem;
}
}
@media screen and (min-width: 800px) {
.entry-content p {
font-size: 1.8rem;
}
.video-grid {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (min-width: 800px) {
.signup-grid {
grid-gap: 8px;
max-width: 74rem;
margin: 1rem auto 2rem auto;
}
.signup-grid > div h4 {
font-size: 2rem;
}
.signup-grid > div li {
font-size: 1.8rem;
}
}
@media screen and (min-width: 900px) {
.site-header {
margin: 0;
width: auto;
font-size: 1.56rem;
}
.site-header__wrap {
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
h5 {
font-size: 1.92rem;
}
.name-list {
column-count: 4;
}
.post-links {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 935px) {
.site-header__grid,
.header-menu {
grid-row-gap: 8px;
grid-column-gap: 4px;
font-size: 1.68rem;
}
.site-header__grid {
max-width: 100%;
grid-row-gap: 2px;
grid-column-gap: 2px;
grid-template-columns: repeat(6, 1fr);
}
.site-info {
max-width: 1200px;
grid-template-columns: repeat(3, 1fr);
}
.site-info a {
font-size: 1.68rem;
}
.site-info > div p {
font-size: 2.1rem;
}
}.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;
}