/*
Theme Name: PinkLips
Author: PinkLips
Version: 1.0
*/

* {
margin: 0;
padding: 0;
}

h1,
h2,
h3,
h4 {
color: #F13030;
}

#closex {
left: 10px;
position: fixed;
top: 10px;
}

#closex button {
background-color: #fff;
border: 2px solid #000;
font-size: 32px;
height: 50px;
width: 50px;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.5em;
}

li + li {
margin-top: .5em;
}

a:link {
color: #ff9933;
text-decoration: none;
}

a:visited {
color: #ff9933;
text-decoration: none;
}

a:hover {
color: #fff;
text-decoration: underline;
}

.content-box a:link {
color: #F13030;
}

.content-box a:visited {
color: #F13030;
}

.content-box a:visited {
background-color: #F13030;
}

body {
background-color: #331832;
color: #FDF0D5;
font-family: 'Abel', sans-serif;
}

body.flexbox {
display: flex;
flex-direction: column;
}

.container-large {
font-size: 16px;
margin: 1em 0 0 0;
width: 100%;
}

.flexbox .container-large {
align-items: center;
display: flex;
flex-direction: column;
}

.container-large h1 {
padding: 1%;
}

.title-container a:link {
color: #ff9933;
display: block;
text-decoration: none;
}

.title-container a:visited {
color: #ff9933;
text-decoration: none;
}

.title-container a:hover {
background-color: #F13030;
color: #331832;
text-decoration: none;
transition: background-color 100ms ease-in 0ms;
transition: color 100ms ease-in 50ms;
}

.webplossless .img-container {
background-image: url("img/thumbnail/profiles-webp.webp");
background-repeat: no-repeat;
}

.no-webplossless .img-container {
background-image: url("img/thumbnail/profiles.jpg");
background-repeat: no-repeat;
}

.webplossless .category-img {
background-image: url("img/category/sprite-webp.webp");
background-repeat: no-repeat;
}

.no-webplossless .category-img {
background-image: url("img/category/sprite.jpg");
background-repeat: no-repeat;
}

.category-img {
background-image: url("img/category/sprite.jpg");
background-repeat: no-repeat;
}

#quote { 
background-color: #000;
color: #fff;
margin-top: 1em;
padding: 3% 1%;
text-align: center;
width: 98%;
}

.flexbox #quote {
display: flex;
justify-content: center;
}

.content-box {
margin-top: 2em;
}

.flexbox .content-box {
display: flex;
flex-direction: column;
}

table {
border-collapse: collapse;
font-size: 16px;
margin-top: 1em;
text-align: center;
width: 98%;
}

table,
tr,
th,
td {
border: 1px solid #ccc;
padding: 1%;
}

#footer {
background-color: #000;
color: #fff;
font-size: 24px;
margin-top: 3em;
padding: 2%;
width: 96%;
}

#profile {
background-color: #331832;
display: none;
font-size: 24px;
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}

.enter-exit ul {
list-style: none;
}

.enter-exit li {
border: 1px solid #000;
display: inline-block;
font-size: 2em;
margin: .3em;
padding: .3em;
}

.enter-exit b {
font-size: 2em;
}

.enter {
background-color: #01a741;
}

.exit {
background-color: #eb0000;
}

.enter-exit a:link {
color: #fff;
text-decoration: none;
}

.enter-exit a:visited {
color: #fff;
text-decoration: none;
}

.enter-exit a:hover {
color: yellow;
background: none;
}

.pop-up {
background-color: #331832;
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 2;
}

#disclaimer {
color: #ccc;
}

.enter-exit {
font-weight: bolder;
margin: 0 auto;
padding: 2%;
}

#footer-end {
text-align: center;
}

.partner-box img {
width: 99%;
height: auto;
}

.partner-box div {
margin-top: 10px;
}

code {
margin-top: 10px;
padding: 1%;
background: #000;
font-size: 1em;
line-height: 2em;
}

@media screen and (max-width: 736px) {
h1 {
font-size: 2.2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.8em;
margin-top: 1em;
}

h4 {
font-size: 1.6em;
margin-top: 1em;
}

p {
font-size: 1.2em;
line-height: 1.5;
margin-top: 1em;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.2em;
}

li + li {
margin-top: 1em;
}

#logox {
width: 100%;
text-align: center;
}

.flexbox #logox {
display: flex;
justify-content: center;
}

#logox img {
width: 500px;
height: auto;
}

#nav {
background: #000;
font-size: 22px;
}

#nav ul {
background: #000;
list-style-type: none;
margin: 0;
display: none;
}

#nav ul li {
display: block;
}

#dropdown {
padding: 2%;
}

#dropdown:hover ~ ul {
display: block;
}

#nav ul:hover {
display: block;
}

.flexbox #nav ul:hover {
display: block;
flex-direction: column;
}

#nav ul li {
margin: 0;
}

#profiles-nav,
#about-nav,
#rules-nav,
#services-nav,
#donation-nav,
#contact-nav,
#faqs-nav,
#blog-posts,
#link-partners {
scroll-margin-top: 10px;
}

.profiles {
margin: 1em auto;
width: 98%;
}

.flexbox .profiles {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.profiles-list {
display: inline-block;
font-size: 16px;
margin-top: 1em;
vertical-align: top;
width: 49.9%;
}

.flexbox .profiles-list {
align-items: center;
display: flex;
flex: 0 1 50%;
flex-direction: column;
}

.title-container,
.descp-container {
margin: .8em auto 0 auto;
width: 184px;
}

.descp-container {
font-size: 1em;
}


.img-container {
height: 267px;
margin: 0 auto;
width: 184px;
}

.img-container img {
height: 267px;
width: 184px;
}

.profiles-list a:link,
.profiles-list a:visited,
.profiles-list a:hover {
font-size: 1.8em;
}

.category {
font-size: 16px;    
margin: 1%;
width: 98%;
}

.flexbox .category {
display: flex;
flex-direction: column;
}

.flexbox .category-box {
display: flex;
flex-wrap: wrap;
}

.category-list {
display: inline-block;
margin-top: 1em;
vertical-align: top;
width: 361px;
}

.category-list + .category-list {
margin-left: 4px;
}

.flexbox .category-list {
display: flex;
flex-direction: column;
}

.category-img {
height: 450px;
overflow: hidden;
width: 361px;
}

.category-img img {
height: 450px;
width: 361px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 0;

}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -450px;

}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -900px;

}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -1350px;

}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -1800px;

}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -2250px;

}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -2700px;

}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -3150px;

}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -3600px;

}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -4050px;

}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -4500px;

}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -4950px;

}

.category-title,
.category-descp {
line-height: 1.4;
padding: 1%;
width: 98%;
}

.category-title {
color: #F13030;
font-size: 1.6px;
margin-top: .5em;
}

.category-descp {
font-size: 16px;
}

#profile {
display: none;
}

#quote { 
font-size: 18px;  
}

.content-box {
margin: 0 auto;
padding: 2%;
width: 96%;
}

.faqs {
font-size: 16px;
width: 100%;
}

.faqs .question {
display: block;
}

.flexbox .faqs {
display: flex;
flex-direction: column;
}

.faqs + .faqs {
border-top: 1px solid #ccc;
}

.question {
padding: 4%;

}

.question {
background-color: #F13030;
color: #fff;
font-size: 1.2em;
}

.answer {
background: #F6E8EA;
color: #331832;
display: block;
font-size: 1.2em;
line-height: 1.6;
padding: 1%;
}

#footer {
font-size: 16px;
}

th,
td {
font-size: 1.2em;
width: 50%;
}

#profile-content {
background-color: #fff;
color: #331832;
font-size: 16px;
margin: 0 auto;
padding: 1%;
width:100%;
}

.flexbox #profile-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}

#col1 {
display: inline-block;
padding: 1%;
vertical-align: top;
width: 98%;
}

.flexbox #col1 {
align-items: center;
display: flex;
flex-direction: column;
flex: 0 1 100%;
}

#main-photo {
min-height: 500px;
}

.flexbox #main-photo {
align-items: center;
display: flex;
}


#main-photo img{
width: 100%;
}

#img-thumb {
margin: 16px auto;
width: 75%;
}

.col-img {
display: inline-block;
margin-left: 5%;
width: 25%;
}

.flexbox .col-img {
margin-left: 0;
}

.flexbox #img-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.col-img img {
border: 2px solid #ccc;
height: 100px;
padding: 1%;
width:98%;

}

#col2 {
display: inline-block;
padding: 2%;
vertical-align: top;
width: 96%;
}

.flexbox #col2 {
flex: 0 1 100%;
margin: 0;
}

.enter-exit {
font-size: 16px;
width: 96%;
}

#partners {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
margin: 0 0 20px 0;
}

.partner-box {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

}

@media screen and (min-width: 736px) and (max-width: 1100px) {

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.2em;
}

h3 {
font-size: 2em;
margin-top: 1em;
}

h4 {
font-size: 1.8em;
margin-top: 1em;
}

p {
font-size: 1.2em;
line-height: 1.5;
margin-top: 1em;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.2em;
}

li + li {
margin-top: 1em;
}

#logox {
text-align: center;
width: 100%;
}

.flexbox #logox {
display: flex;
justify-content: center;
}

#logox img {
width: 500px;
height: auto;
}

#nav {
background: #000;
font-size: 16px;
}

#nav ul {
background: #000;
list-style-type: none;
margin: 0;
display: none;
}

#nav ul li {
margin: 0;
font-size: 1.5em;
}

#dropdown {
padding: 2%;
font-size: 1.5em;
}

#dropdown:hover ~ ul {
display: block;
}

#nav ul:hover {
display: block;
}

#nav ul:hover li {
display: block;
margin: 0;
}

.flexbox #nav ul:hover {
display: block;
flex-direction: column;
}

#profiles-nav,
#about-nav,
#rules-nav,
#services-nav,
#donation-nav,
#contact-nav,
#faqs-nav,
#blog-posts,
#link-partners {
scroll-margin-top: 10px;
}

.profiles {
width: 100%;
}

.flexbox .profiles {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.profiles-list {
display: inline-block;
font-size: 16px;
margin: 1em 0 0 0;
vertical-align: top;
width: 184px;
}

.flexbox .profiles-list {
align-items: center;
display: flex;
flex: 0 1 184px;
flex-direction: column;
}

.title-container,
.descp-container {
margin: .8em auto 0 auto;
width: 184px;
}

.img-container {
height: 267px;
margin: 0 auto;
width: 184px;
}

.img-container img {
height: 267px;
width: 184px;
}

.profiles-list a:link {
font-size: 1.8em;
}

.category {
font-size: 16px;
margin-top: 2em;    
width: 100%;
}

.flexbox .category {
align-items: center;
display: flex;
flex-direction: column;
}

.category-box {
width: 100%;
}

.flexbox .category-box {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0;
}

.category-list {
display: inline-block;
margin-top: 1em;
vertical-align: top;
width: 245px;
}

.flexbox .category-list {
display: flex;
flex-direction: column;
}

.category-img {
height: 305px;
width: 245px;                
}

.category-img img {
height: 305px;
width: 245px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 0;
background-size: cover;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -305px;
background-size: cover;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -610px;
background-size: cover;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -916px;
background-size: cover;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -1221px;
background-size: cover;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -1526px;
background-size: cover;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -1831px;
background-size: cover;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -2136px;
background-size: cover;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -2441px;
background-size: cover;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -2746px;
background-size: cover;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -3051px;
background-size: cover;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -3356px;
background-size: cover;
}

.category-title,
.category-descp {
line-height: 1.4;
padding: 1%;
width: 98%;
}

.category-title {
color: #F13030;
font-size: 16px;
margin-top: .5em;
}

.category-descp {
font-size: 16px;
}

#profile {
display: none;
}

#quote { 
font-size: 28px;  
}

.content-box {
margin: 0 auto;
padding: 2%;
width: 96%;
}

.faqs {
font-size: 16px;
}

.faqs .question {
display: block;
}

.flexbox .faqs {
display: flex;
flex-direction: column;
}

.faqs + .faqs {
border-top: 1px solid #ccc;
}

.question {
padding: 2%;
}

.question {
background-color: #F13030;
color: #fff;
font-size: 1.4em;
}

.answer {
background: #F6E8EA;
color: #331832;
display: block;
font-size: 1.2em;
line-height: 1.6;
padding: 1%;
}

#footer {
font-size: 16px;
}

th,
td {
font-size: 1.4em;
width: 50%;
}

#profile-content {
background-color: #fff;
color: #331832;
font-size: 16px;
margin: 0 auto;
padding: 1%;
width:100%;
}

.flexbox #profile-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}

#col1 {
display: inline-block;
padding: 1%;
vertical-align: top;
width: 98%;                
}

.flexbox #col1 {
align-items: center;
display: flex;
flex-direction: column;
flex: 0 1 100%;
}

#main-photo {
min-height: 500px;
}

.flexbox #main-photo {
align-items: center;
display: flex;
}


#main-photo img{
width: 100%;
}

#img-thumb {
margin: 16px auto;
width: 75%;
}

.col-img {
display: inline-block;
margin-left: 5%;
width: 25%;
}

.flexbox .col-img {
margin-left: 0;
}

.flexbox #img-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.col-img img {
border: 2px solid #ccc;
height: 100px;
padding: 1%;
width:98%;

}

#col2 {
display: inline-block;
padding: 2%; 
vertical-align: top;
width: 96%;
}

.flexbox #col2 {
flex: 0 1 100%;
margin: 0;
}

.enter-exit {
font-size: 16px;
width: 96%;
}

#partners {
display: flex;
width: 100%;
justify-content: space-between;
margin: 0 0 20px 0;
}

.partner-box {
width: 30%;
display: flex;
flex-direction: column;
}

}

@media screen and (min-width: 1100px) {

h1 {
font-size: 3em;
}

h2 {
font-size: 2.2em;
}

h3 {
font-size: 1.8em;
margin-top: 1em;
}

h4 {
font-size: 1.6em;
margin-top: 1em;
}

p {
font-size: 1.5em;
line-height: 1.6;
margin-top: 1em;
}

ol,
ul {
list-style-position: inside;
margin-top: 1em;
}

li {
font-size: 1.5em;
}

li + li {
margin-top: .5em;
}

#logox {
text-align: center;
width: 100%;
}

.flexbox #logox {
display: flex;
justify-content: center;
}

#logox img {
width: 500px;
height: auto;
}

#nav {
background: #000;
font-size: 16px;
position: -webkit-sticky;
position: sticky;
top: 0;
}

#dropdown {
display: none;
}

#nav ul {
background: #000;
margin: 0;
list-style-type: none;
}

#nav ul li {
display: inline-block;
margin: .5em 1em;
}

.flexbox #nav ul {
display: flex;
justify-content: space-around;
padding: 1%;
}

.flexbox #nav ul li {
margin: 0;
}

#profiles-nav,
#about-nav,
#rules-nav,
#services-nav,
#donation-nav,
#contact-nav,
#faqs-nav,
#blog-posts,
#link-partners {
scroll-margin-top: 75px;
}

.profiles {
margin: 1em auto;
width: 75%;
}

.flexbox .profiles {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 1em;
}

.profiles-list {
display: inline-block;
font-size: 16px;
margin-left: 4%;
vertical-align: top;
width: 20%;
}

.flexbox .profiles-list {
align-items: center;
display: flex;
flex: 0 1 20%;
flex-direction: column;
margin: 0;
}

.title-container,
.descp-container {
margin-top: .8em;
width: 80%;
}

.img-container {
height: 267px;
width: 184px;
}

.img-container img {
height: 267px;
width: 184px;
}

.profiles-list a:link {
font-size: 1.8em;
}

.category {
font-size: 16px;
margin-top: 2em;    
width: 100%;
}

.flexbox .category {
align-items: center;
display: flex;
flex-direction: column;
}

.category-box {
margin: 0 auto;
width: 1100px;
}

.flexbox .category-box {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0;
}

.category-list {
display: inline-block;
vertical-align: top;
width: 361px;
}

.category-list + .category-list {
margin-left: 4px;
}

.flexbox .category-list {
display: flex;
flex-direction: column;
}

.category-img {
height: 450px;
width: 361px;

}

.category-img img {
height: 450px;
width: 361px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 0;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -450px;
}

.category:nth-child(6) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -900px;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -1350px;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -1800px;
}

.category:nth-child(8) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -2250px;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -2700px;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -3150px;
}

.category:nth-child(12) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -3600px;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(1) .category-img {
background-position: 0 -4050px;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(2) .category-img {
background-position: 0 -4500px;
}

.category:nth-child(13) .category-box:nth-child(1) .category-list:nth-child(3) .category-img {
background-position: 0 -4950px;
}

.category-title,
.category-descp {
line-height: 1.4;
padding: 1%;
width: 98%;
}

.category-title {
color: #F13030;
font-size: 16px;
margin-top: .5em;
}

.category-descp {
font-size: 16px;
}

#profile {
display: none;
}

#quote { 
font-size: 32px;  
}

.content-box {
margin: 0 auto;
width: 75%;
}

.faqs {
font-size: 16px;
}

.faqs .question {
display: block;
}

.flexbox .faqs {
display: flex;
flex-direction: column;
}

.faqs + .faqs {
border-top: 1px solid #ccc;
}

.question{
padding: 1%;
}

.question {
background-color: #F13030;
color: #fff;
font-size: 1.5em;
}

.answer {
background: #F6E8EA;
color: #331832;
display: block;
font-size: 1.5em;
line-height: 1.8;
padding: 1%;
}

#footer {
font-size: 16px;
}

th,
td {
font-size: 1.5em;
width: 50%;
}

#profile-content {
background-color: #fff;
color: #331832;
font-size: 16px;
margin: 0 auto;
padding: 1%;
width:65%;
}

.flexbox #profile-content {
display: flex;
justify-content: space-between;
}

#col1 {
display: inline-block;
vertical-align: top;
width: 40%;
}

.flexbox #col1 {
align-items: center;
display: flex;
flex-direction: column;
flex: 0 1 40%;
}

#main-photo {
min-height: 500px;
}

.flexbox #main-photo {
align-items: center;
display: flex;
}


#main-photo img{
width: 100%;
}

#img-thumb {
margin: 16px auto;
width: 75%;
}

.col-img {
display: inline-block;
margin-left: 5%;
width: 25%;
}

.flexbox .col-img {
margin-left: 0;
}

.flexbox #img-thumb {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.col-img img {
border: 2px solid #ccc;
height: 100px;
padding: 1%;
width:98%;

}

#col2 {
display: inline-block;
margin-left: 4%;
vertical-align: top;
width: 55%;
}

.flexbox #col2 {
flex: 0 1 55%;
margin: 0;
}

.enter-exit {
font-size: 16px;
width: 50%;
}

#partners {
display: flex;
width: 100%;
justify-content: space-between;
margin: 0 0 20px 0;
}

.partner-box {
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
}
}