* {
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.6rem;
background-color: #202833;
color: #080808;
font-weight: 300;
line-height: 1.66;
min-height: 100%;
}
ul {
list-style: none;
}
img {
height: auto;
max-width: 100%;
display: block;
margin: 0;
padding: 0;
}
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,
video {
display: block;
margin: 0.6rem auto 1rem auto;
max-width: 100%;
height: auto;
}
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-family: "Cormorant Garamond", serif;
font-size: 2.8rem;
letter-spacing: 0.4px;
line-height: 1.6;
font-weight: 400;
margin: 1rem 0;
text-align: center;
padding: 1.4rem 0.5rem 0 0.5rem;
}
h1 span {
font-weight: 700;
}
h2 {
font-family: "Alegreya Sans", sans-serif;
font-size: 2.2rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 0.5rem 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.8rem;
letter-spacing: 1px;
line-height: 1.8;
font-weight: 400;
margin: 1.4rem 0 1.6rem 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;
}  .site-header {
width: 100%;
height: auto;
margin: 0;
}
.site-header__wrap {
border-top: 3px solid #009d9d;
background-color: #00183A;
border-bottom: 1px solid #04e3eb;
max-width: 1180px;
height: auto;
} .site-header__grid {
margin: 0 auto 0 auto;
max-width: 89rem;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: auto;
grid-row-gap: 2px;
grid-column-gap: 2px;
font-size: 1.6rem;
line-height: 1.4;
} .category_item a {
border-bottom: 0;
color: #fff;
text-transform: capitalize;
white-space: normal;
font-weight: 400;
font-family: "Cormorant Garamond", serif;
font-weight: bold;
display: block;
}
.two_columns {
grid-column: 1/5;
grid-row: 1;
padding: 0.4rem 0.2rem;
display: flex;
flex-flow: row nowrap;
justify-content: center;
text-align: left;
}
.two_columns div {
background-color: #00998C;
margin: 0.1rem 0.2rem;
}
.two_columns div a {
margin: 0.4rem 0.8rem;
}
.two_columns div:hover {
background-color: #00beae;
}
.two_columns a {
color: #f6f6f6;
text-transform: capitalize;
font-weight: bold;
font-family: "Cormorant Garamond", serif;
width: 100%;
height: 100%;
display: block;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
}
.two_columns a:hover {
color: #e5ff00;
}
.nav_title {
background-color: #00998C;
text-align: center;
padding: 0.4rem;
min-height: 5.2rem;
}
.nav_title:hover {
background-color: #00beae;
}
.nav_text {
color: #f6f6f6;
padding: 0;
margin: 0;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
}
.btn-flex {
display: flex;
flex-flow: column nowrap;
justify-content: center;
justify-items: center;
margin: 0 0 1rem 0;
}
.btn {
background-color: #00998C;
margin: 0.2rem 0.4rem;
}
.btn a {
display: flex;
justify-content: center;
margin: 0.4rem 0.8rem;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
color: #f6f6f6;
width: 100%;
height: 100%;
}
.btn:hover {
background-color: #00beae;
color: #fffb00;
}  .site-content {
margin: 0 auto;
padding: 0;
max-width: 1180px;
background-color: #f6f6ff;
}
.content-area {
margin: 0;
}
.site-main {
margin: 0 auto;
padding: 0 0.8rem;
max-width: 1180px;
background-color: #f6f6ff;
}
.site-main__link {
padding-bottom: 3.4rem;
font-weight: 700;
}
.site-main__link--link {
border-bottom: 1px solid #04e3eb;
transition: all 0.2s;
}
.site-main__link--link:hover {
border-bottom: none;
}
.entry-header {
margin: 0;
padding: 1rem 0.5rem 0 0.5rem;
}
.entry-title {
font-size: 2.2rem;
padding: 0 0.5rem;
}
.page-header {
display: block;
}
.page-header h1 {
margin: 0;
padding: 2rem 0.5rem 0 0.5;
font-size: 1.6rem;
font-weight: normal;
line-height: 1.4;
}
.entry-content {
margin: 0 auto;
max-width: 1180px;
padding: 0 0.8rem 0.8rem 0.8rem;
display: block;
}
.entry-content p {
max-width: 90rem;
text-align: left;
font-size: 1.8rem;
padding: 0 0.8rem;
margin: 1rem auto;
}
.entry-content p a,
.entry-meta p a {
border-bottom: 1px solid #04e3eb;
transition: all 0.2s;
}
.entry-content a:hover,
.entry-meta p a:hover {
border-bottom: none;
}
.entry-content h2 {
font-size: 1.6rem;
text-align: left;
padding: 0 0.8rem;
}
.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.6rem;
transition: all 0.2s;
}
.entry-content h3 a:hover {
border-bottom: 1px solid transparent;
}
.page-title {
font-size: 1.6rem;
line-height: 1.6;
margin: 12px;
}
.entry-footer {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
font-size: 1.36rem;
text-align: left;
padding: 0.6rem 0.8rem;
}
.entry-footer span {
padding: 4px;
line-height: 1.6;
} .grid-wrap {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
}
.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;
} .archive-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-gap: 0.4rem;
text-align: center;
max-width: 43rem;
}
.archive-grid > div {
margin: 0 0.6rem;
padding: 0 0 0.6rem 0;
max-width: 32rem;
border-top: 1px solid #cc0000;
border-bottom: 2px solid #04e3eb;
background-color: #ddf3ff;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.archive-grid > div a {
display: block;
padding: 0;
text-decoration: none;
font-size: 1.52rem;
font-weight: 400;
line-height: 1.6;
text-align: center;
border-bottom: none;
}
.archive-grid > div:hover {
background-color: #97f3ff;
color: #fffb00;
}
.archive-grid > div a:nth-child(2) {
padding: 0 0.8rem;
} .gallery-grid {
margin: 0 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-grid > div {
margin: 0;
padding: 0 0 0.6rem 0;
max-width: 21rem;
border-top: 1px solid #cc0000;
border-bottom: 2px solid #04e3eb;
background-color: #e9e9e9;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.gallery-grid > div img {
margin: 0 0 0.6rem 0;
}
.gallery-grid > div a {
display: block;
padding: 0;
text-decoration: none;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
border-bottom: none;
}
.gallery-grid > div:hover {
background-color: #fafafa;
color: #fffb00;
}
.gallery-grid > div a:nth-child(2) {
padding: 0 0.8rem;
} .banner-grid {
margin: 1rem auto;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 1.2rem;
grid-row-gap: 1.2rem;
text-align: center;
max-width: 96rem;
}
.banner-grid > div {
margin: 0 auto;
padding: 0 0 0.6rem 0;
max-width: 30rem;
border-top: 1px solid #1900ff;
border-bottom: 2px solid #04e3eb;
background-color: #e9ffe6;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.banner-grid > div img {
margin: 0 0 0.6rem 0;
}
.banner-grid > div a {
display: block;
padding: 0;
text-decoration: none;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.6;
text-align: center;
border-bottom: none;
}
.banner-grid > div:hover {
background-color: #d4fdce;
}
.banner-grid > div a:nth-child(2) {
padding: 0 0.8rem;
}
.main-flex {
margin: 0 auto 1rem auto;
display: flex;
flex-flow: column nowrap;
max-width: 30rem;
}
.main-flex div {
margin: 0 0.4rem 0 0.4rem;
text-align: center;
display: block;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
background-color: #fdfdfd;
font-size: 1.8rem;
}
.main-flex div img {
border: none;
overflow: hidden;
display: block;
box-sizing: border-box;
margin: 0 0 0.6rem 0;
}
.main-flex div a {
display: block;
}
.main-flex div a:nth-child(2) {
padding: 0.66rem 0 0.4rem 0;
font-size: 1.8rem;
border-bottom: 1px solid #ff0000;
text-transform: capitalize;
}
.main-flex div a:nth-child(2):hover {
border-bottom: 1px solid #00ff00;
}
.main-flex div:nth-child(2) {
margin: 2rem 0.4rem 0 0.4rem;
}
.entry-caption p {
text-align: center;
}
.downbans {
background-color: #e5e5f3;
padding: 0.05px 0;
margin: 1.4rem -0.8rem 1.4rem -0.8rem;
}
.centering {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-content: center;
} .fratmen-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: 0.8rem;
text-align: center;
max-width: 42rem;
}
.fratmen-grid > div {
box-shadow: 0 1px 5px rgba(70, 70, 70, 0.8);
margin: 0;
padding: 0 0 0.6rem 0;
max-width: 20rem;
border-top: 1px solid #1900ff;
border-bottom: 2px solid #04e3eb;
background-color: #f3f3f3;
}
.fratmen-grid > div img {
margin: 0 0 0.6rem 0;
}
.fratmen-grid > div a {
display: block;
padding: 0;
text-decoration: none;
font-size: 1.52rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
border-bottom: none;
}
.fratmen-grid > div:hover {
background-color: #dfdfdf;
}
.fratmen-grid > div a:nth-child(2) {
padding: 0 0.8rem;
} .videos-grid {
margin: 1rem auto 1rem auto;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 0.8rem;
grid-row-gap: 4rem;
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.6px;
font-weight: bold;
line-height: 1.6;
}
.entry-caption p {
text-align: center;
}
.centering {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-content: center;
}
.banner__ad {
box-shadow: 0 4px 8px rgba(22, 22, 22, 0.863);
}
.site-links {
margin: 0 auto;
max-width: 24rem;
width: 100%;
padding: 0 0.6rem 0 1rem;
display: grid;
grid-template-columns: 1fr;
grid-auto-rows: auto;
grid-column-gap: 1.2rem;
grid-row-gap: 1rem;
justify-items: stretch;
}
.site-links a {
display: block;
text-align: left;
font-size: 1.8rem;
}
.site-links > div {
padding: 0;
}
.site-links > div p {
text-align: left;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
border-bottom: 1px solid #04e3eb;
font-family: "Cormorant Garamond", serif;
font-size: 2rem;
}
.video-wrap {
display: flex;
justify-content: center;
margin: 0 auto 2rem auto;
max-width: 64rem;
height: auto;
position: relative;
}
.movies-box {
max-width: 32rem !important;
}
.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;
}
.post-links li {
background-color: #eeeeee;
line-height: 1.4;
padding: 0.2rem 0.2rem 0.2rem 0.32rem;
}
.desktop {
display: none;
}
.mobile {
display: block;
}
#breadcrumbs {
margin: 0;
padding: 0.2rem 0.4rem;
}
.nav {
padding: 2rem 0 0 0;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: -2rem;
}
.nav a {
color: #ffffff;
border-right: 1px solid #999999;
margin: 0 0.6rem 1rem 0;
padding: 0.2rem 0.8rem;
line-height: 1.8;
font-size: 1.64rem;
background-color: #005eec;
border: 1px solid transparent;
border-radius: 4px;
}
.nav a.router-link-exact-active {
background-color: #008558;
color: white;
}
.nav a:hover {
color: #fffb00;
background-color: #004bbb;
border: 1px solid transparent !important;
}
.iframe-container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; } .responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.banners-flex {
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin-top: 1rem;
line-height: 1.25;
}
.banners-flex a {
margin: 0 0.2rem;
}
.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);
}
}
.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);
margin-bottom: 0.4rem;
}
.top-banners .banners-middle {
background-color: #73ffff;
}
.top-banners p {
text-align: center;
font-size: 1.68rem;
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;
} .pin-box {
height: auto;
width: 100%;
background-color: #000000cc;
display: flex;
flex-flow: row nowrap;
justify-content: center;
transition: all 0.3s;
}
.pin-box {
color: wheat;
text-transform: capitalize;
} .masonry {
transition: all 0.5s ease-in-out;
column-gap: 0.6rem;
column-fill: initial;
column-count: 2;
margin: 0 auto;
max-width: 48rem;
} .masonry .brick {
margin-bottom: 1rem;
display: inline-block; vertical-align: top; }
.masonry .brick p {
text-transform: capitalize;
} .masonry .brick img {
transition: all 0.5s ease-in-out;
backface-visibility: hidden; }
.masonry .brick:hover img {
filter: drop-shadow(4px 6px 4px #424242);
} @media screen and (min-width: 600px) {
.masonry {
column-count: 3;
max-width: 68rem;
}
} @media screen and (min-width: 900px) {
.masonry {
column-count: 4;
max-width: 90rem;
}
} .site-footer {
border-top: 1px solid #04e3eb;
margin: 0 0 0 0;
padding: 1.4rem 1rem;
text-align: center;
font-size: 1.6rem;
letter-spacing: 0.4px;
display: flex;
flex-flow: column nowrap;
background-color: #00183A;
color: #f1f1f1;
}
.footer__last a {
padding-bottom: 0.1rem;
border-bottom: 1px solid #5e5e5e;
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;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
iframe {
min-height: 360px;
}
.youtube {
margin: 0 auto;
display: block;
}
.iframe-box {
display: block;
text-align: center;
max-width: 72rem;
margin: 0 auto;
}
.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) {
.site-links {
max-width: 46rem;
grid-template-columns: repeat(2, 1fr);
}
.site-links a {
font-size: 1.6rem;
}
}
@media screen and (min-width: 450px) {
.btn-flex {
flex-flow: row nowrap;
}
.btn a {
justify-content: flex-start;
}
h4 {
font-size: 2rem;
}
.entry-content h2 {
font-size: 1.8rem;
text-align: center;
}
.site-header__text {
font-size: 1.7rem;
}
.entry-content p {
font-size: 1.82rem;
}
.entry-content h3 a {
font-size: 1.8rem;
}
}
@media screen and (min-width: 471px) {
.nav_title {
min-height: auto;
}
}
@media screen and (min-width: 480px) {
.site-header__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: auto;
grid-row-gap: 2px;
grid-column-gap: 2px;
font-size: 1.66rem;
}
}
@media screen and (min-width: 550px) {
.site-header__list {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}
.button-container {
margin-right: 1.4rem;
}
.button-container__entry {
margin: 0;
}
}
@media screen and (min-width: 600px) {
.btn-flex {
font-size: 1.8rem;
}
.banners-flex a {
margin: 0 0.6rem;
}
.site-header__grid {
font-size: 1.8rem;
}
.entry-content p {
font-size: 1.86rem;
}
.entry-content h2 {
font-size: 2rem;
}
.entry-content h3 a {
font-size: 2.2rem;
}
h4 {
font-size: 2.2rem;
}
.gallery-grid,
.fratmen-grid {
grid-template-columns: repeat(3, 1fr);
max-width: 66rem;
grid-row-gap: 1rem;
}
.gallery-grid > div a,
.fratmen-grid > div a {
font-size: 1.86rem;
}
.post-grid,
.archive-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 85rem;
}
.post-grid > div a,
.archive-grid > div a {
font-size: 1.72rem;
}
.banner-grid {
grid-template-columns: 1fr 1fr 1fr;
}
.banner-grid > div {
margin: 0;
}
.banner-grid > div a {
font-size: 1.86rem;
}
.entry-title {
font-size: 2.6rem;
padding: 0 0.5rem;
}
.page-header h1 {
padding: 2rem 0.5rem 0 0.5;
font-size: 2rem;
}
.category-grid {
grid-template-columns: repeat(4, 1fr);
}
.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;
}
.main-flex {
flex-flow: row nowrap;
max-width: 66rem;
}
.main-flex div {
margin: 0 0.6rem 0 0.6rem;
font-size: 2rem;
}
.main-flex div a:nth-child(2) {
font-size: 2rem;
}
.main-flex div:nth-child(2) {
margin: 0 0.4rem 0 0.4rem;
}
.videos-grid {
grid-template-columns: 1fr 1fr;
max-width: 73rem;
}
.videos-grid > div {
font-size: 1.66rem;
}
.post-links {
grid-template-columns: repeat(2, 1fr);
}
.desktop {
display: block;
}
.mobile {
display: none;
}
.nav a {
font-size: 1.8rem;
}
.top-banners p {
font-size: 1.8rem;
}
}
@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;
}
.top-banners p {
font-size: 1.8rem;
}
}
@media screen and (min-width: 700px) {
.site-links {
max-width: 94rem;
grid-template-columns: repeat(4, 1fr);
}
.site-links > div {
max-width: 22rem;
}
}
@media screen and (min-width: 800px) {
.post-grid > div a,
.archive-grid > div a,
.gallery-grid > div a,
.fratmen-grid > div a {
font-size: 2rem;
}
.banner-grid > div a {
font-size: 2.1rem;
}
.entry-content p {
font-size: 1.92rem;
}
}
@media screen and (min-width: 900px) {
.site-header {
margin: 0;
width: auto;
}
.videos-grid {
max-width: 110rem;
grid-template-columns: 1fr 1fr 1fr;
grid-row-gap: 3.2rem;
}
.post-links {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 935px) {
.site-header__grid {
grid-template-columns: repeat(5, 1fr);
grid-auto-rows: auto;
grid-row-gap: 8px;
grid-column-gap: 4px;
}
.two_columns {
grid-column: 5/6;
flex-flow: column nowrap;
text-align: center;
}
.site-links a {
font-size: 1.8rem;
}
.site-links > div p {
font-size: 2.1rem;
}
}
@media screen and (min-width: 1100px) {
.gallery-grid,
.fratmen-grid {
grid-template-columns: repeat(4, 1fr);
max-width: 90rem;
}
.gallery-grid > div a,
.fratmen-grid > div a {
font-size: 2.2rem;
}
}
@media screen and (min-width: 1200px) {
.post-links {
grid-template-columns: repeat(4, 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;
}