@charset "UTF-8";

 * {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
font-family: "Libre Franklin", sans-serif;
font-size: 1.6rem;
background-color: #dadada;
color: #000000;
font-weight: 300;
line-height: 1.66;
min-height: 100%;
}
ul {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 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: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
} a, a:link, a:visited {
color: #000000;
text-decoration: none;
transition: all 0.2s;
color: #090058;
}
a:hover, a:focus, a:active {
color: #f73a00;
outline: 0;
} h1 {
font-family: "EB Garamond", serif;
font-size: 2.8rem;
letter-spacing: 1.6px;
line-height: 1.8;
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: "Libre Franklin", 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: "Libre Franklin", sans-serif;
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1.4;
font-weight: 400;
margin: 0.5rem 0 0 0;
text-align: center;
}
h4 {
font-family: "EB Garamond", serif;
font-size: 1.6rem;
letter-spacing: 1px;
line-height: 1.8;
font-weight: 400;
margin: 1.4rem 0 1.6rem 0;
}
h6 {
display: inline-block;
font-family: "EB 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 {
border: 1px solid #cc0000;
display: block;
transition: all 0.2s;
}
.btn:hover {
background-color: #21759b;
border: 1px solid transparent;
}
.btn a, .btn a:link, .btn a:visited {
color: #001c29;
width: 100%;
text-transform: uppercase;
line-height: 1.4;
padding: 0.6rem 1.2rem;
display: block;
text-align: center;
margin: 0;
transition: all 0.2s;
}
.btn__enter {
max-width: 90px;
margin: 1rem auto;
}
.btn__enter a {
font-size: 1.6rem;
}
.btn__enter a:hover {
color: white;
}
.btn__join {
max-width: 90px;
}
.btn__join a {
font-size: 1.4rem;
}
.btn__join a:hover {
color: white;
}
.btn__link {
border: 1px solid #08004b;
display: block;
transition: all 0.2s;
}
.btn__link:hover {
background-color: rgba(92, 92, 92, 0.72);
border: 1px solid transparent;
}
.btn__link a, .btn__link a:link, .btn__link a:visited {
color: #001c29;
width: 100%;
text-transform: uppercase;
line-height: 1.4;
padding: 0.6rem 1.2rem;
display: block;
text-align: center;
margin: 0;
transition: all 0.2s;
font-size: 2.2rem !important;
}
.btn__link a:hover {
color: white !important;
}
.join-btn {
color: #ffffff !important;
border-right: 1px solid #999999;
margin: 0.8rem auto;
padding: 0.6rem 1.8rem 0.8rem 1.8rem;
line-height: 1.8;
background-color: #2ecc71;
border: 1px solid transparent;
border-radius: 4px;
border-bottom: none !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}  .site-header {
border-top: 2px solid gray;
width: 100%;
height: auto;
margin: 0;
background-color: #dadada;
z-index: 999999;
border-bottom: 1px solid #5E5E5E;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
.site-header__wrap {
margin: 0.4rem auto 0 auto;
max-width: 890px;
height: auto;
}
.site-header__grid--two {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding: 1.2rem 0;
} .site-header__grid {
text-align: center;
list-style: none;
display: grid;
grid-template-areas: "logo logo signup signup" "hunks jocks guys gallery";
grid-template-rows: auto auto;
grid-template-columns: repeat(4, 1fr);
grid-row-gap: 8px;
grid-column-gap: 2px;
} .site-header__logo-wrap {
grid-area: logo;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
margin-left: 0.8rem;
justify-self: start;
}
.site-header__logo img {
max-width: 4rem;
filter: contrast(180%);
}
.site-header__logo--two img {
max-width: 4rem;
filter: contrast(180%);
}
.sexy-logo {
display: none;
}
.site-header__text, .site-header__text--two {
font-family: "EB Garamond", serif;
font-size: 1.56rem;
line-height: 1;
margin: 0 0 0 0.8rem;
}
.site-header__text a, .site-header__text--two a {
text-transform: none;
font-weight: 400;
}
.site-header__text--two {
display: block;
} .site-header__signup-wrap {
grid-area: signup;
display: flex;
flex-flow: row-reverse nowrap;
justify-content: space-around;
align-items: center;
margin-right: 4px;
max-width: 17rem;
min-width: 16rem;
justify-self: end;
}
.members {
font-family: "EB Garamond", serif;
font-size: 1.56rem;
padding-bottom: 0.1rem;
border-bottom: 1px solid #5E5E5E;
} .category_item {
margin: 0;
position: relative;
max-height: 140px;
max-width: 160px;
width: auto;
justify-self: center;
}
.category_item a {
border-bottom: 0;
color: #000;
line-height: 1.8;
text-transform: capitalize;
white-space: normal;
font-weight: 400;
font-family: "EB Garamond", serif;
}
.nav_title {
position: absolute;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(85, 83, 83, 0.5);
text-align: center;
}
.nav_title:hover {
background-color: rgba(34, 34, 34, 0.5);
}
.nav_text {
color: #fff;
padding: 0;
font-size: 1.6rem;
text-shadow: 0.1rem 0.1rem 0.2rem #000;
margin: 0;
}
.hunks {
grid-area: hunks;
}
.jocks {
grid-area: jocks;
}
.guys {
grid-area: guys;
}
.gallery_vintage {
grid-area: gallery;
} .site-header__grid--member {
margin: 1rem 0;
text-align: center;
list-style: none;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto auto;
grid-row-gap: 8px;
grid-column-gap: 2px;
font-size: 1.3rem;
}
.menu__grid {
margin: 1.4rem auto 0 auto;
max-width: 70rem;
height: auto;
border: 1px solid gray;
}
.menu__grid a {
color: #090058;
}
.menu__grid a:hover {
color: #f73a00;
} .entry__page {
background-image: url(https://www.menvintage.com/banners/main400.jpg);
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 0.6rem;
}
.entry__page-enter {
max-width: 60rem;
background-color: rgba(204, 204, 204, 0.8);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.8);
margin: 0.8rem;
padding: 0.8rem 1.4rem;
position: relative;
z-index: 100;
}
.entry__page-enter h1 {
padding: 0;
font-size: 2.2rem;
}
.entry__page-enter h2 {
font-size: 1.5rem;
}
.entry__page-enter h5 {
text-align: center;
font-size: 1.5rem;
margin: 1rem 0;
}
.entry__page-enter h6 {
display: block;
text-align: center;
margin: 0 0 1rem 0;
font-size: 1.6rem;
}
.entry__page-enter p {
font-size: 1.34rem;
}
.entry__page-enter::before {
content: "";
position: absolute;
top: -8px;
bottom: -8px;
left: -8px;
right: -8px;
border: 1.3px solid white;
z-index: -100;
} .site-content {
margin: 0;
padding: 0;
}
.content-area {
margin: 0 3%;
}
.site-main {
margin: 0 auto;
padding: 0;
max-width: 1180px;
}
.site-main__link {
padding-bottom: 3.4rem;
font-weight: 700;
}
.site-main__link--link {
border-bottom: 1px solid #5E5E5E;
transition: all 0.2s;
}
.site-main__link--link:hover {
border-bottom: none;
}
.entry-header {
margin: 0;
padding: 1.4rem 0.5rem 1rem 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;
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 a, .entry-meta p a {
border-bottom: 1px solid #5E5E5E;
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: #090058;
}
.entry-content h3 a:hover {
color: #f73a00;
}
.entry-content p {
text-align: left;
font-size: 1.4rem;
padding: 0 0.8rem;
letter-spacing: 0.4px;
margin: 1rem 0;
}
.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;
} .text-wrap {
max-width: 400px;
margin: 0 auto;
list-style: none;
}
.grid-wrap {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
}
.grid-wrap h3 {
margin-top: 2rem;
}
.post-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-gap: 1rem;
text-align: center;
}
.post-grid > div {
margin: 0.2rem 0.6rem;
padding: 0 0 0.6rem 0;
border-bottom: 1px solid #5E5E5E;
}
.post-grid img {
margin: 0.4rem 0;
padding: 0;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.post-grid a {
display: block;
padding: 0.2rem 0;
text-decoration: none;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.4px;
text-align: center;
border-bottom: none;
}
.sign-img {
text-align: center;
max-width: 280px;
display: block;
margin: 2rem auto;
} .archive-grid {
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
grid-gap: 1rem;
padding: 0 0 0.8rem 0;
text-align: center;
}
.archive-grid__wrap {
max-width: 218px;
background-color: #e7e7e7;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
padding: 0 0 0.8rem 0;
margin: 0 auto;
}
.archive-grid__content {
text-align: center;
font-size: 1.4rem;
padding: 0.4rem 0.6rem 0.2rem 0.6rem;
line-height: 1.4;
}
.archive-grid img {
margin: 0;
padding: 0;
} .pages-flex {
margin: 1rem 0 1rem 0;
max-width: 68rem;
display: flex;
flex-flow: row nowrap;
justify-content: center;
justify-items: center;
}
.pages-flex > div {
margin: 0 0.4rem;
} .category-grid {
margin: 1rem 0;
max-width: 68rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
grid-gap: 6px;
} .banners-grid {
max-width: 80rem;
margin: 0 0 2rem 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
grid-gap: 6px;
text-align: center;
}
.banners-grid__box {
margin: 0.4rem 0;
padding: 0;
box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}
.banners-grid__link {
margin: 0;
padding: 0.6rem 0.6rem;
text-decoration: none;
line-height: 1.6;
font-size: 1.5rem;
} .signup-grid {
margin: 1rem 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.8rem;
padding-left: 1.6rem;
}
.signup-grid > div li {
list-style: none;
font-size: 1.46rem;
}
.signup-grid > div li:before {
content: "★";
padding-right: 0.4rem;
color: #cc0000;
}
.columns {
column-count: 1;
column-gap: 4rem;
column-rule: 1px solid #b1b1b1;
hyphens: auto;
}
.entry-caption p {
text-align: center;
} #related_posts_thumbnails {
margin: 1rem auto 1rem auto !important;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: auto;
gap: 1rem;
max-width: 47rem;
}
#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;
}  .site-footer {
border-top: 1px solid #5E5E5E;
margin: 2rem 0 0 0;
padding: 2rem 1rem;
text-align: center;
font-size: 1.4rem;
letter-spacing: 0.4px;
display: flex;
flex-flow: column nowrap;
}
.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.46rem;
color: #090058;
}
.site-info a:hover {
color: #f73a00;
}
.site-info > div {
background-color: #c9c9c9;
padding: 1rem 2rem;
}
.site-info > div p {
text-align: left;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
border-bottom: 1px solid #5E5E5E;
font-size: 1.52rem;
}
.footer__last a {
padding-bottom: 0.1rem;
border-bottom: 1px solid #5E5E5E;
transition: all 0.2s;
}
.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 {
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;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: 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%;
}
.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-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.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) {
.entry__page {
background-image: url(https://www.menvintage.com/banners/main600.jpg);
}
.entry__page-enter h1 {
padding: 0;
font-size: 2.4rem;
}
.entry__page-enter h2 {
font-size: 1.7rem;
}
.entry__page-enter h5 {
text-align: center;
font-size: 1.6rem;
margin: 1rem 0;
}
.entry__page-enter h6 {
display: block;
text-align: center;
margin: 0 0 1rem 0;
font-size: 1.8rem;
}
.entry__page-enter p {
font-size: 1.42rem;
}
.site-header__logo--two img {
max-width: 4.8rem;
filter: contrast(160%);
}
.site-header__text--two {
font-size: 1.8rem;
}
.site-header__grid--member {
font-size: 1.6rem;
}
.signup-grid > div {
padding: 0 2.8rem 1.4rem 2.8rem;
}
}
@media screen and (min-width: 450px) {
h4 {
font-size: 1.8rem;
}
.entry-content h2 {
font-size: 1.8rem;
text-align: center;
}
.members {
font-size: 1.6rem;
padding-bottom: 0.1rem;
border-bottom: 1px solid #5E5E5E;
}
.site-header__text {
font-size: 1.7rem;
}
.entry-content p {
font-size: 1.65rem;
}
.site-header__grid--two {
justify-content: space-around;
}
.sexy-logo {
display: block;
max-width: 20rem;
filter: contrast(160%);
}
.site-header__text--two {
display: none;
}
}
@media screen and (min-width: 480px) {
.site-info {
max-width: 60rem;
grid-template-columns: repeat(2, 1fr);
}
.footer_links {
min-height: 100%;
}
}
@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;
}
.columns {
padding: 0 2rem;
}
.sign-text {
padding: 1rem 2rem;
}
.sexy-logo {
max-width: 26rem;
filter: contrast(150%);
}
.site-header__grid--member {
font-size: 1.8rem;
}
}
@media screen and (min-width: 600px) {
.post-grid a {
font-size: 1.6rem;
}
.archive-grid {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 2rem;
}
.archive-grid__content {
font-size: 1.46rem;
}
.sign-text p {
font-size: 1.56rem;
}
.entry__page {
background-image: url(https://www.menvintage.com/banners/main800.jpg);
padding: 0 1rem;
}
.entry__page-enter h1 {
padding: 0;
font-size: 2.6rem;
font-weight: 300;
}
.entry__page-enter h2 {
font-size: 1.8rem;
}
.entry__page-enter h5 {
text-align: center;
font-size: 1.8rem;
margin: 1rem 0;
}
.entry__page-enter h6 {
display: block;
text-align: center;
margin: 0 0 1rem 0;
font-size: 1.8rem;
}
.entry__page-enter p {
font-size: 1.6rem;
}
.entry__page-enter::before {
content: "";
position: absolute;
top: -12px;
bottom: -12px;
left: -12px;
right: -12px;
border: 1.3px solid white;
z-index: -100;
}
.entry-title {
font-size: 2.6rem;
padding: 0 0.5rem;
}
.sexy-logo {
max-width: 32rem;
filter: contrast(140%);
}
.page-header h1 {
font-size: 1.8rem;
}
.category-grid {
grid-template-columns: repeat(4, 1fr);
}
.signup-grid {
grid-template-columns: 1fr 1fr;
}
.signup-grid > div {
padding: 0 1rem 1.4rem 1rem;
}
.signup-grid > div h4 {
font-size: 1.8rem;
}
.signup-grid > div li {
font-size: 1.46rem;
}
#related_posts_thumbnails {
grid-template-columns: repeat(3, 1fr);
max-width: 70rem;
}
#related_posts_thumbnails li a:nth-child(2) {
font-size: 1.8rem;
}
}
@media screen and (min-width: 620px) {
.site-header__wrap {
margin: 0 auto;
}
.site-header__grid {
max-height: 100%;
grid-template-areas: "logo hunks jocks guys gallery signup";
grid-template-rows: auto;
grid-template-columns: repeat(6, 1fr);
grid-gap: 4px;
}
.site-header__logo-wrap {
grid-area: logo;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
margin-left: 4px;
justify-self: center;
}
.site-header__logo img {
max-width: 5rem;
}
.site-header__text {
margin: 0;
}
.site-header__signup-wrap {
grid-area: signup;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
margin-right: 4px;
justify-self: center;
max-width: auto;
min-width: auto;
}
.btn__join {
margin-bottom: 1rem;
max-width: 90px;
}
.btn__join a {
font-size: 1.6rem;
}
.members {
font-size: 1.8rem;
padding-bottom: 0.1rem;
border-bottom: 1px solid #5E5E5E;
}
.nav_text {
font-size: 1.8rem;
}
.site-header__logo--two img {
max-width: 8rem;
filter: contrast(140%);
}
.signup-grid > div h4 {
font-size: 2rem;
}
.signup-grid > div li {
font-size: 1.54rem;
}
}
@media screen and (min-width: 650px) {
.signup-grid {
grid-gap: 0.6rem;
}
.signup-grid > div h4 {
font-size: 1.86rem;
}
.signup-grid > div li {
font-size: 1.6rem;
}
}
@media screen and (min-width: 700px) {
.site-header__text {
font-size: 2rem;
}
.columns {
column-count: 2;
padding: 0;
}
.sign-text p {
text-align: center;
}
.sexy-logo {
max-width: 50rem;
filter: contrast(120%);
}
}
@media screen and (min-width: 800px) {
.entry__page {
background-image: url(https://www.menvintage.com/banners/main3.jpg);
}
.site-header__logo img {
max-width: 6rem;
filter: contrast(160%);
}
.archive-grid {
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 2rem;
}
.archive-grid__content {
font-size: 1.52rem;
}
.signup-grid {
grid-gap: 1rem;
}
.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;
}
}
@media screen and (min-width: 900px) {
.site-header__logo img {
max-width: 8rem;
filter: contrast(140%);
}
#related_posts_thumbnails {
grid-template-columns: repeat(4, 1fr);
max-width: 90rem;
}
}
@media screen and (min-width: 935px) {
.site-info {
max-width: 1180px;
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;
}