/*==================================*
 *      BLUMEI.ORG                  *
 *      Mathieu Dellon              *
 *                                  *
 *      Main Style Sheet            *
 * _______________________________________________________
 *                                                        *
 *      core.php                                          *
 *                                                        *
 *      v0.2: may 21, 2021                                *
 *          - new CSS to fit new HTML                     *
 *                                                        *
 *      v0.1: may 16, 2021                                *
 *                                                        *
 *========================================================*/

@font-face {
    font-family: "Leon";
    src: url(../fonts/Leon-Regular.ttf) format("truetype");
}
/*
@font-face {
    font-family: "Nunito";
    src: url(../fonts/Nunito-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(../fonts/Nunito-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Nunito";
    src: url(../fonts/Nunito-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url(../fonts/Nunito-BoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}
*/
@font-face {
    font-family: "Geo";
    src: url(../fonts/GeosansLight.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Geo";
    src: url(../fonts/GeosansLight-Oblique.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Bench";
    src: url(../fonts/BenchNine-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bench";
    src: url(../fonts/BenchNine-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Bench";
    src: url(../fonts/BenchNine-Light.ttf) format("truetype");
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: "Cuprum";
    src: url(../fonts/Cuprum-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Cuprum";
    src: url(../fonts/Cuprum-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Cuprum";
    src: url(../fonts/Cuprum-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Cuprum";
    src: url(../fonts/Cuprum-BoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Cicle";
    src: url(../fonts/New Cicle Fina.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Cicle";
    src: url(../fonts/New Cicle Fina Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Cicle";
    src: url(../fonts/New Cicle Gordita.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Cicle";
    src: url(../fonts/New Cicle Gordita Italic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}



body {
    margin: 0;
    padding: 0;
    font-family: "Cicle", "Arial";
    font-size: 0.9em;
    color: #000;
    background-color: #fff;
}
.clear {
    clear: both;
}
a:link, a:visited {
    color: #4A889B;
    text-decoration: none;
}
a:active {
    color: #AF0103;
}
a:hover {
    color: #76B6FE;
    text-decoration: underline;
}

fieldset {
    margin-bottom: 15px;
    border: 2px solid #B9B9B9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
legend {
    font-size: 1.3em;
    font-family: "Arial";
    font-variant: small-caps;
    color: #5F5F5F;
}
label {
    display: block;
    margin-top: 15px;
}
input, textarea, select {
    position: relative;
    margin: 3px 0 5px 0;
    padding: 3px;
    font-family: 'Cicle';
    font-size: 1em;
    background-color: #F2F2F2;
    border: 1px solid #B9B9B9;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
textarea {
    font-size: 1.3em;
    width: 510px;
    resize: none;
}
input.button {
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-size: 0.9em;
    font-family: "Leon", "Cicle";
    font-variant: small-caps;
    background-color: #4683B2;
    border-top: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-bottom: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
input.button:hover {
    color: #000;
    cursor: pointer;
    background-color: #F2F2F2;
}



.openclose {
    font-family: "Leon";
    font-size: 0.9em;
    color: #000;
}
.openclose:hover {
    color: #76B6FE;
    text-decoration: none;
}



/***** MAIN STRUCTURE  ******/
.main-container {
    position: relative;
    width: 800px;
    min-width: 640px;
    margin: 150px auto 200px auto;
    background-color: #fff;
    border-left: 2px solid #001937;
    border-right: 2px solid #001937;
    border-bottom: 3px solid #001937;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
    opacity: 0; /* prevent glich before scroll animation when loading page */
    z-index: 0;
    overflow: none;
}
.site-pic-container {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
}
.site-pic {
    position: absolute;
    z-index: -999;
    display: none;
}
#scroll-menu {
    position: absolute;
    z-index: -998;
    width: 50px;
    color: #fff;
    font-family: "Leon", "Cicle";
    font-size: 5em;
}



/****** HEADER *****/
.header-container {
    position: relative;
    z-index: 200;
    height: 60px;
    white-space: nowrap;
    color: #fff;
    background-image: url("../images/gradient_black_v2.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    border-top: 1px solid #521515;
    -webkit-border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
}
.header-container a:link, .header-container a:visited {
    color: #fff;
}
.header-container a:hover {
    color: #76B6FE;
}
.header-menu-mobile {
    display: none;
}
.header-logo, .header-menu-mobile, .header-menu-container {
    float: left;
}
.header-user-container  {
    position: relative;
    height: 50px;
    margin-right: 30px;
    float: right;
}
a.header-user:link, a.header-user:visited {
    display: block;
    padding: 7px 9px;
    margin: 15px 7px auto 0;
    font-family: "Leon";
    font-size: 0.9em;
    text-align: center;
    background-color: #1D1D1D;
    border: 1px solid #4C4C4C;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a.header-user:hover {
    cursor: pointer;
    color: #76B6FE;
    text-decoration: none;
    border: 1px solid #22282F;
    background-color: #353535;
}
a.header-user.selected {
    border: 1px solid #22282F;
}
.header-logo {
    height: 60px;
}
.header-logo img {
    margin-top: 13px;
    margin-left: 15px;
    height: 25px;
}
.header-logo:hover {
    cursor: pointer;
}
.header-menu-container {
    height: 60px;
    margin-left: 50px;
}
.header-menu-container a {
    font-family: "Leon";
    font-size: 1.2em;
    font-variant: small-caps;
    text-decoration: none;
}
a.header-menu-item {
    margin-top: 25px;
    padding: 0 10px;
    float: left;
}
.header-user-menu {
    position: absolute;
    top: 54px;
    left: -120px;
    width: 180px;
    padding: 20px 10px;
    border: 1px solid #0F363B;
    overflow: hidden;
    z-index: 100;
    display: none;
    background-image: url("../images/gradient_black_double_flipped.png");
    background-repeat: repeat;
}
.header-user-menu a:link, .header-user-menu a:visited {
    display: block;
    width: 95%;
    margin: 3px auto;
    padding: 7px 5px;
    text-align: center;
    font-family: "Leon";
    font-size: 1em;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #122942;
}
.header-user-menu a:hover {
    text-decoration: none;
    background-color: #032943;
}

/***** CONTENT *****/
.content-container {
    width: 700px;
    margin: 0 auto;
    padding: 14px 20px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.content {
    width: 80%;
    min-width: 500px;
    min-height: 800px;
    margin: 70px auto 0 auto;
    padding: 30px 20px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.content-title {
    margin-top: 30px;
    font-family: "Leon", "Cicle";
    font-size: 2em;
    font-weight: bold;
}


/***** FOOTER *****/
.footer-container {
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    min-width: 600px;
    min-height: 100px;
    margin-top: 20px;
    padding: 35px 0 0 0;
    color: #fff;
    font-size: 0.9em;
    border-top: 1px solid #C5CFD6;
    background-image: url("../images/doublegradient_black.png");
    background-repeat: repeat-x;
    background-position: top left;
    -webkit-border-radius: 0 0 11px 11px;
    -moz-border-radius: 0 0 11px 11px;
    border-radius: 0 0 11px 11px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
}
.footer-container a:link, .footer-container a:visited {
    color: #fff;
}
.footer-container a:hover {
    color: #76B6FE;
    text-decoration: none;
}
.footer-logo {
    display: block;
    width: 90px;
    margin-top: -7px;
    margin-bottom: 15px;
}
.footer-about {
}
.footer-col.about {
    margin-left: 60px;
    margin-right: 0;
}
.footer-col {
    width: 12%;
    margin-right: 10px;
    margin-left: 30px;
    margin-bottom: 30px;
    white-space: nowrap;
    float: left;
}
.footer-col.right {
    position: absolute;
    width: auto;
    height: 105px;
    right: 35px;
    margin-left: 50px;
}
.footer-copy {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.87em;
    text-align: right;
    white-space: nowrap;
}
.footer-networks {
    white-space: nowrap;
    vertical-align: middle;
    text-align: right;
}
.footer-icon {
    margin-left: 7px;
}
.footer-icon.fb {
    width: 25px;
    margin-bottom: 3px;
}
.footer-icon.insta {
    width: 30px;
}
.footer-icon.twitter {
    width: 40px;
    margin-left: 0;
    margin-bottom: -5px;
}
.footer-icon.discord {
    width: 50px;
    margin-bottom: 10px;
    margin-left: 0;
}


/***** CONTENT ******/
.section-block {
    width: 100%;
    margin-bottom: 20px;
}
.section-container {
    margin-bottom: 70px;
    padding: 0 5px;
}
.section-title {
    margin-bottom: 15px;
    padding-bottom: 1px;
    font-family: "Leon", "Cicle";
    font-size: 1.5em;
    font-weight: bold;
    font-variant: small-caps;
    border-bottom: 2px solid #063051;
}
.form-passions-create {
    margin-top: 60px;
}
.form-passions-disclaimer {
    margin: 30px 0;
    border-top: 1px solid #A6C3E6;
    border-bottom: 1px solid #A6C3E6;
}
.please-login {
    width: 60%;
/*
    margin: 7px auto;
*/
    padding: 10px 60px;
    font-family: "Leon", "Cicle";
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #A6C3E6;
    border-bottom: 1px solid #A6C3E6;
}

/* PASSIONS LIST ITEMS */
.section-container.list {
    padding: 0;
}
.passion-item-container {
    width: 550px;
    min-height: 185px;
    margin: 30px auto 30px auto;
    background-color: #F9FBFC;
    border-top: 1px solid #A6C3E6;
    border-left: 1px solid #A6C3E6;
    border-right: 2px solid #A6C3E6;
    border-bottom: 2px solid #A6C3E6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
    z-index: 10;
}
.passion-item-pic-container {
    position: relative;
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #A6C3E6;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;
}
.passion-item-pictop {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    z-index: 50;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.passion-item-pic {
    width: 552px;
    height: 160px;
}
.passion-item-title {
    position: absolute;
    width: 450px;
    bottom: 9px;
    left: 0;
    margin: 0 0 3px 0;
    padding: 5px 15px;
    font-family: "Geo", "Bench";
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    z-index: 51;
}
.passion-item-visit {
    position: absolute;
    top: 15px;
    right: 18px;
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-size: 1em;
    font-family: "Leon", "Cicle";
    font-variant: small-caps;
    background-color: #4683B2;
    border-top: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
    border-bottom: 2px solid #B9B9B9;
    border-right: 2px solid #B9B9B9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 60;
}
.passion-item-visit:hover {
    color: #000;
    cursor: pointer;
    background-color: #F2F2F2;
}
.passion-item-body-container {
    position: relative;
}
.passion-item-cat {
    position: absolute;
    top: -16px;
    right: 20px;
    padding: 9px;
    font-family: "Leon";
    font-style: italic;
    font-size: 0.9em;
    background-color: #fff;
    border: 1px solid #A6C3E6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 100;
}
.passion-item-button-container {
    position: relative;
    width: 100%;
}
.passion-item-button {
    position: absolute;
    top: -15px;
    left: 260px;
    padding: 4px 10px;
    font-family: "Leon", "Cicle", "Arial";
    font-weight: Bold;
    font-size: 1em;
    color: #fff;
    border: 1px solid #A6C3E6;
    background-color: #4683B2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 100;
}
.passion-item-button:hover {
    cursor: pointer;
    background-color: #F2F2F2;
    color: #000;
}
.passion-item-body-container {
    height: 0;
    overflow: hidden;
}
.passion-item-desc {
    margin: 20px 10px 20px 35px;
    padding: 9px;
    font-family: "Cicle";
    font-size: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




/* REGISTER & LOGIN FORMS */
.form-loader {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: none;
}
.form-loader img {
    position: absolute;
    height: 55px;
    top: -20px;
    left: -15px;
}
.form-inp.confirm {
    display: none;
}
.form-register-desc {
    width: 70%;
    margin: 40px auto;
    padding: 10px 50px;
    font-style: italic;
    text-align: center;
    border-top: 1px solid #A6C3E6;
    border-bottom: 1px solid #A6C3E6;
}
.register-error, .login-error {
    color: #ff0000;
}
.form-error {
    color: #ff0000;
}
.form-notif {
    margin-top: 30px;
}
.form-register-confirm {
    opacity: 0;
}
#form-submit {
    padding: 10px 10px 7px 7px;
    font-family: "Leon", "Cicle";
    font-variant: small-caps;
    display: none;
    border-bottom: 3px solid #B9B9B9;
    border-right: 3px solid #B9B9B9;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#form-submit:hover {
    color: #fff;
    cursor: pointer;
    background-color: #4683B2;
}
#new-email {
    color: #4A889B;
}
a#new-email:hover {
    color: #76B6FE;
    cursor: pointer;
    text-decoration: underline;
}
.form-pswreco-confirm {
    opacity: 0;
}
#pswreco-submit:hover {
    cursor: pointer;
}
#psw-box {
    position: relative;
}
#psw-box input {
    position: relative;
    z-index: 49;
    padding-right: 35px;
}
.form-eye {
    position: absolute;
    width: 24px;
    z-index: 50;
    left: 215px;
    top: 3px;
}
#forgot-psw {
    font-size: 0.8em;
}


/******* MISC ********/
.notif-msg a:link, .notif-msg a:visited {
    text-decoration: underline;
}



/******* COMMENTS ********/
.comm-container {
    width: 470px;
    padding: 5px;
    margin: 30px auto;
    border: 1px solid #737190;
}
.comm-header-left {
    width: 120px;
    font-size: 1em;
    font-weight: bold;
    float: left;
}
.comm-header-center {
    width: 240px;
    text-align: center;
    float: left;
}
.comm-header-right {
    width: 100px;
    text-align: right;
    font-size: 0.65em;
    font-style:italic;
    line-height: 1.8em;
    vertical-align: middle;
    float: right;
}
.comm-title {
    width: 100%;
    margin-top: 4px;
    padding: 7px 0;
    font-size: 0.8em;
    border-top: 1px solid #737190;
}
.comm-content {
    margin-top: 12px;
    padding: 37px 7px 5px 7px;
    background-color: #5D5C6B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    /* prevent background from leaking */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.comm-actions {
    font-size: 0.75em;
    margin-top: -30px;
    float: right;
}
.elapsed {
    margin-top: 12px;
    text-align: right;
    font-size: 0.7em;
    font-style: italic;
}




/********* MISC *********/
.message-container {
    margin-bottom: 10px;
    padding: 10px 7px;
    background-color: #5D5C6B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    /* prevent background from leaking */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
