@import url(../font/gilroy/stylesheet.css);

:root {
    color-scheme: light;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    background-color: #F0E8E6;
    overscroll-behavior-y: none;
}

.wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.wrapper.fluid {
    width: 100%;
}

.mobile {
    display: none;
}

.btn {
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(121.12deg, #A27E9B 2.74%, #674B62 68.82%);
    box-shadow: 0px 12px 34px #88744C;
    border-radius: 100em;
    font-family: 'Noto Serif';
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    padding: 1em 2.5em;
}

.btn:hover {
    background: linear-gradient(121.12deg, #A27E9B 2.74%, #674B62 88.82%);
}

.btn-iconic {
    position: relative;
    padding-right: 4em;
}

.btn-iconic img {
    position: absolute;
    top: 50%;
    right: 14%;
    transform: translateY(-50%);
}

.btn-secondary {
    box-shadow: 0px 12px 34px #A9A0A3;
    font-family: 'GilroyBold';
    font-size: 20px;
}

.flex-wrapper {
    display: flex;
    align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}

*:focus {
    outline: none;
}

/*
 * HEADER
 */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease-out;
}

header.minimal {
    transform: translateY(-51px);
}

header .top {
    text-align: center;
    background-color: #000;
    padding: 25px 0;
}

header .top img {
    display: block;
    margin: 0 auto;
}

header .top .bundle-logo {
    display: block;
}

.navigation {
    background-color: #EDE6E8;
    border-bottom: 1px solid #DACEC0;
    padding: 9px 0;
}

.navigation .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navigation .wrapper .item {
    flex: 1;
}

.navigation .wrapper .item a {
    display: inline-block;
}

.navigation .brand-logo img {
    display: block;
}

.navigation .title {
    font-family: 'GilroyBold';
    font-size: 11px;
    color: #000000;
    text-align: left;
}

.navigation .title a {
    position: relative;
    padding: 10px 22px 8px 0;
    cursor: default;
}

.navigation .title a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    content: ' ';
    background-image: url('../img/icon-info.svg?v=1');
    background-size: 14.5px 14.5px;
    width: 14.5px;
    height: 14.5px;
}

.navigation .title .info {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 120%;
    max-width: 275px;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 200;
    color: #FFF;
    background-color: #000;
    padding: 15px;
    text-align: left;
    border-radius: 4px;
}

header .logo-wrapper {
    padding: 25px 0 10px 0;
    background: linear-gradient(181.01deg, #EDE6E8 43.77%, rgba(217, 217, 217, 0) 99.14%);
}

header .logo-wrapper .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

header .logo-wrapper .wrapper .item {
    flex: 1;
}

header .logo-wrapper .wrapper .item.left {
    text-align: left;
}

header .logo-wrapper .wrapper .item.center {
    text-align: center;
}

header .logo-wrapper .wrapper .item.right {
    text-align: right;
}

header .logo-wrapper .wrapper .item img.logo-brand {
    max-width: 164px;
}

header .logo-wrapper .wrapper .item img.logo-project {
    max-width: 323px;
    margin-top: 20px;
    transition: all 0.3s ease-out;
    opacity: 1;
}

header.minimal .logo-wrapper .wrapper .item img.logo-project {
    opacity: 0;
}

header .logo-wrapper .wrapper .item img.logo-coffee-day {
    max-width: 140px;
}

.navigation .title .info.active {
    display: block;
}

.navigation .title .info::before {
    top: -5px;
    left: 50%;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #000;
    transform: translateX(-50%) rotate(45deg);
    display: inline-block;
    position: absolute;
    border-radius: 1px;
}

.navigation .share {
    position: relative;
    text-align: right;
}

.navigation .share a.terms-button {
    cursor: pointer;
    font-family: 'GilroyBold', sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    margin-right: 50px;
}

.navigation .share a.terms-button:hover {
    text-decoration: none;
}

.navigation .share a.share-button {
    position: relative;
    padding: 10px 25px 5px 0;
    cursor: pointer;
    font-family: 'GilroyBold', sans-serif;
    font-size: 11px;
    color: #000000;
}

.navigation .share a.share-button::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    content: ' ';
    background-image: url('../img/icon-share.svg');
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
}

.navigation .navigation-share {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Gilroy';
    font-size: 18px;
    font-weight: 200;
}

.navigation .navigation-share.active {
    display: block;
}

.navigation .navigation-share {
    position: absolute;
    right: 0;
    top: 40px;
    font-family: 'Gilroy';
    font-size: 13px;
    font-weight: 200;
    color: #FFF;
    background-color: #000;
    padding: 8px 20px 8px 14px;
    text-align: left;
    border-radius: 4px;
}

.navigation .navigation-share::before {
    top: -5px;
    right: 27px;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #000;
    transform: translateX(-50%) rotate(45deg);
    display: inline-block;
    position: absolute;
    border-radius: 1px;
}

.navigation .navigation-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation .navigation-share ul li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 0;
    color: #FFF;
    opacity: 0.7;
    cursor: pointer;
    border-bottom: 1px solid #262626;
}

.navigation .navigation-share ul li:last-child {
    border-bottom: 0;
}

.navigation .navigation-share ul li:hover {
    opacity: 1;
}

.navigation .navigation-share ul li img {
    width: 25px;
    padding-right: 14px;
}

/*footer::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(181.01deg, rgba(217, 217, 217, 0) 43.77%, #EDE6E8 99.14%);
}*/

footer { 
    width: 100%; 
    position: fixed; 
    bottom: 0;
    left: 0; 
}
footer .category-wrapper { 
    background: #C9AE76;
    text-align: center;
}
footer .category-wrapper a {
    cursor: pointer;
    display: inline-block;
    margin: 8px 5px;
    font-family: 'GilroySemiBold';
    font-size: 15px;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 100em;
}

footer .category-wrapper a.active {
    background: #A68D5C;
    cursor: default;
}

footer .category-wrapper a:not(.active):hover {
    color: #5e5136;
}

footer .content-wrapper { 
    background: #C0A468;
    padding: 40px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

footer .content-wrapper .item {
    flex: 1;
    padding: 0 25px;
}

footer .content-wrapper .item:first-child {
    text-align: right;
}

footer .content-wrapper .item:last-child {
    text-align: left;
}

footer .content-wrapper .text {
    font-family: 'Noto Serif';
    font-size: 26px;
    font-weight: 500;
    color: #FFF;
    display: inline-block;
    text-align: left;
}

#ExcusesPage .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

#ExcusesPage .wrapper .col {
    flex: 1;
}

#ExcusesPage .wrapper .col:nth-child(2) {
    text-align: right;
    padding-top: 50px;
}

#ExcusesPage .col .card {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 34px 37px #E7E1DF;
    border-radius: 23px;
    margin-bottom: 100px;
    width: 95%;
}

#ExcusesPage .col .card .content-wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 25px 0 25px 0;
}

#ExcusesPage .col .card .content-wrapper .author {
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    word-break: break-word;
}

#ExcusesPage .col .card .content-wrapper .text {
    font-family: 'GilroyBold';
    font-size: 23px;
    padding-bottom: 20px;
    text-align: left;
    word-break: break-word;
}

#ExcusesPage .col .card .content-wrapper .card-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left {
    display:flex;
    align-items: center;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right {
    margin-left: auto;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like {
    font-size: 12px;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like span {
    padding-top: 0.3em;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like img {
    margin-right: 10px;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like img.disable {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like.zerolike img.active {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like.zerolike img.disable {
    display: block;
}

#ExcusesPage .col .card .content-wrapper .card-footer .left .like.zerolike span {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a {
    font-size: 13px;
    cursor: pointer;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a img {
    position: relative;
    margin-left: 10px;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a img::before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: red;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a:first-child {
    margin-right: 20px;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like.active {
    color: #92708B;
    cursor: default;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like img.active {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like.active img.active {
    display: block;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like.active img.inactive {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like span.liked {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like.active span {
    display: none;
}

#ExcusesPage .col .card .content-wrapper .card-footer .right a.btn-like.active span.liked {
    display: block;
}

#FormPage.lightbox-page .content-wrapper .title {
    font-family: 'Noto Serif';
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 20px;
}

#FormPage.lightbox-page .content-wrapper .title b {
    font-weight: 700;
}

#FormPage.lightbox-page .content-wrapper .description {
    font-family: 'Gilroy';
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

#FormPage.lightbox-page .content-wrapper .description b {
    font-family: 'GilroyBold';
}

#FormPage.lightbox-page .content-wrapper .input-style {
    font-family: 'Gilroy';
    font-size: 18px;
    color: #6c6c6c;
    background: #FFFFFF;
    border: 1.5px solid #FFF;
    box-sizing: border-box;
    padding: 20px 40px;
    width: 100%;
    border-radius: 28px;
}

#FormPage.lightbox-page .content-wrapper .input-style:focus {
    border: 1.5px solid #92708B;
    box-shadow: 0px 14px 37px #DDD6D8;
}

#FormPage.lightbox-page .content-wrapper textarea {
    display: block;
    height: 130px;
    resize: none;
    margin: 24px 0;
}

#FormPage.lightbox-page .content-wrapper .btn-wrapper {
    text-align: center;
}

#FormPage.lightbox-page .content-wrapper a.btn {
    margin-top: 30px;
    padding-left: 4em;
    padding-right: 4em;
}

#ThanksPage.lightbox-page .content-wrapper .title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#ThanksPage.lightbox-page .content-wrapper .title-wrapper .left {
    flex: 1;
}

#ThanksPage.lightbox-page .content-wrapper .title-wrapper .right {
    text-align: right;
}

#ThanksPage.lightbox-page .content-wrapper .title-wrapper .logo-brand {
    max-width: 128px;
}

#ThanksPage.lightbox-page .content-wrapper .title {
    font-family: 'Noto Serif';
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 0;
}

#ThanksPage.lightbox-page .content-wrapper .description {
    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 30px;
    margin-top: 10px;
}

#ThanksPage.lightbox-page .content-wrapper .card {
    background: #FFFFFF;
    box-shadow: 0px 32.3279px 35.1803px #E7E1DF;
    border-radius: 21.8689px;
    margin: 35px 0 45px;
}

#ThanksPage.lightbox-page .content-wrapper .card-wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 25px 0 25px 0;
}

#ThanksPage.lightbox-page .content-wrapper .card-wrapper .author {
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
}

#ThanksPage.lightbox-page .content-wrapper .card-wrapper .text {
    font-family: 'GilroyBold';
    font-size: 23px;
    padding-bottom: 20px;
    text-align: left;
}

#ThanksPage.lightbox-page .content-wrapper .card-wrapper .btn-share {
    font-size: 13px;
    cursor: pointer;
    color: #92708B;
}

#ThanksPage.lightbox-page .content-wrapper .card-wrapper .btn-share img {
    margin-left: 10px;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper {
    text-align: center;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .discount-title {
    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 22px;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper {
    font-family: 'Gilroy';
    border: 2px dashed #92708B;
    border-radius: 100.781px;
    padding: 13px;
    margin: 10px 0;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left {
    flex: 1;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a {
    font-size: 18px;
    padding-top: 0.25em;
    display: inline-block;
    cursor: pointer;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a.active {
    position: relative;
    opacity: 0.8;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a .copy-success {
    display: none;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a.active .copy-success {
    display: block;
    padding: 5px 10px;
    background: #000;
    position: absolute;
    bottom: 100%;
    right: -18%;
    color: #FFF;
    font-size: 12px;
    border-radius: 10px;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a img {
    margin-left: 10px;
    margin-bottom: -0.3em;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .right a {
    font-family: 'GilroySemiBold';
    font-size: 12px;
    background: #EEC05D;
    border-radius: 100.781px;
    color: #000;
    padding: 15px 25px;
    text-decoration: none;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .right a:hover {
    background-color: #fccf6e;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .right a img {
    width: 11px;
    margin-bottom: -1px;
    margin-left: 8px;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .discount-note {
    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 14px;
    color: #8D8184;
}

#ThanksPage.lightbox-page .content-wrapper .discount-wrapper .discount-note a {
    color: #92708B;
}


/* Customize the label (the container) */
.checkbox-container {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #92708B;
    display: block;
    position: relative;
    padding-left: 40px;
    padding-top: 7px;
    margin-bottom: 3px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
  }

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #92708B;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #92708B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media only screen and (min-width: 960px) {
    #ExcusesPage .col.left .card:nth-child(2n) { width: 90%; margin-left: 6%; }
    #ExcusesPage .col.left .card:nth-child(3n+3) { width: 82%; margin-left: 3%; }
    #ExcusesPage .col.right .card:nth-child(2n) { width: 88%; margin-right: 4%; }
    #ExcusesPage .col.right .card:nth-child(3n+3) { width: 82%; margin-right: 3%; }
    
}

@media only screen and (max-width: 768px) {
    .wrapper { width: 94%; }
    .desktop { display: none!important; }
    .mobile { display: block; }
    .btn { font-size: 18px; }
    header.minimal { transform: translateY(-33px); }
    header .top { padding-top: 10px; padding-bottom: 10px; background: #ddcfbd; }
    header .top .wrapper { display: flex; align-items: center; }
    header .top .wrapper a.terms-button { cursor: pointer; font-family: 'GilroyBold', sans-serif; font-size: 10px; color: #000000; text-decoration: underline; margin: 0 auto; }
    .navigation { padding-top: 6px; padding-bottom: 6px; }
    .navigation .wrapper { display: flex; align-items: center; flex-direction: unset; justify-content: space-between; }
    .navigation .title .info { left: 0; transform: unset; }
    .navigation .wrapper .item { flex: unset; }

    header .logo-wrapper .wrapper .item img.logo-brand { width: 22vw; }
    header .logo-wrapper .wrapper .item img.logo-project { width: 36vw; margin-top: 0; }
    header .logo-wrapper .wrapper .item img.logo-coffee-day { width: 22vw; }

    footer .content-wrapper { flex-direction: column; padding: 15px 0 20px; }
    footer .category-wrapper a { font-size: 14px; }
    footer .content-wrapper .item { padding: 0; }
    footer .content-wrapper .item:first-child { padding-bottom: 15px; }
    footer .content-wrapper .text { text-align: center; font-size: 21px; }
    footer a.btn { font-size: 16px; }
    footer a.btn img { width: 30px; }

    #ExcusesPage .col .card { margin-bottom: 10px; width: 100%; }
    #ExcusesPage .col .card .content-wrapper .text { font-size: 18px; }
    #ExcusesPage .col .card .content-wrapper .author { font-size: 14px; margin-bottom: 10px; }

    .lightbox-page .content-wrapper { 
        width: 100%!important; 
        border: none!important; 
        padding: 20px 20px!important; 
        border-radius: 30px 30px 0 0!important; 
        transform: translateX(-50%)!important;
        bottom: 0!important;
        top: unset!important;
    }

    .lightbox-page .content-wrapper a.btn-close {
        background-size: 45px 45px!important;
        width: 45px!important;
        height: 45px!important;
        right: 10px!important;
    }

    .lightbox-page .content-wrapper .title {
        font-size: 32px!important;
    }

    .lightbox-page .content-wrapper .terms-wrapper {
        font-size: 14px!important;
        height: 55vh!important;
    }

    #FormPage.lightbox-page .content-wrapper .title { padding: 20px 0 10px; }
    #FormPage.lightbox-page .content-wrapper .description { font-size: 15px; margin-bottom: 25px; }
    #FormPage.lightbox-page .content-wrapper textarea { margin: 18px 0; max-height: 105px; }
    
    #ThanksPage.lightbox-page .content-wrapper .title-wrapper { flex-direction: column-reverse; align-items: baseline; }
    #ThanksPage.lightbox-page .content-wrapper .title-wrapper .logo-brand { width: 100px; margin-bottom: 5px; }
    #ThanksPage.lightbox-page .content-wrapper .title { font-size: 36px; }
    #ThanksPage.lightbox-page .content-wrapper .description { font-size: 17px; margin-top: 4px; }
    #ThanksPage.lightbox-page .content-wrapper .card-wrapper .author { font-size: 14px; }
    #ThanksPage.lightbox-page .content-wrapper .card-wrapper .text { font-size: 18px; }
    #ThanksPage.lightbox-page .content-wrapper .card-wrapper .btn-share { font-size: 12px; }
    #ThanksPage.lightbox-page .content-wrapper .card { margin: 20px 0 20px; }
    #ThanksPage.lightbox-page .content-wrapper .discount-wrapper .discount-title { font-size: 16px; }
    #ThanksPage.lightbox-page .content-wrapper .discount-wrapper .discount-note { font-size: 10px; }
    #ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper { flex-direction: column; }
    #ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .right a { display:block; margin-top: 8px; font-size: 13px; }
    #ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a { font-size: 18px; }
    #ThanksPage.lightbox-page .content-wrapper .discount-wrapper .coupon-wrapper .left a img { margin-left: 8px; margin-bottom: -0.35em; }
}

@media only screen and (max-width: 1440px) {
    
}