
/*COLORS*/
section a{
 text-decoration: none;
 color: white;
}

.gold-bg {
    background-color: #aa985d !important;
}

.gold {
    color: #aa985d;
}

.btn-gold{
    background-color: #aa985d !important;
    color: #fff;
}

.gold-20-bg {
    background-color: #5a3e03;
}

.gold-20 {
    color: #5a3e03;
}

.grey-bg {
    background-color: #a4a7aa;
}

.grey {
    color: #a4a7aa;
}

.grey-20-bg {
    background-color: #d1d2d4;
}

.grey-20 {
    color: #d1d2d4;
}

.grey-80-bg {
    background-color: #58585a;
}

.grey-80 {
    color: #58585a;
}

.grey-10-bg {
    background-color: #e7e7e8;
}

.grey-10 {
    color: #e7e7e8;
}

.grey-60-bg {
    background-color: #818285;
}

.grey-60 {
    color: #818285;
}

.wheat-bg {
    background-color: #ffcf1d;
}

.wheat {
    color: #ffcf1d;
}

.black-bg {
    background-color: #231f20;
}

.black {
    color: #231f20;
}

.dark-gold-bg {
    background-color: #7f6e43;
}

.dark-gold {
    color: #7f6e43;
}

.cabernet-bg {
    background-color: #690000;
}

.cabernet {
    color: #690000;
}

.cask-bg {
    background-color: #684735;
}

.cask-bg-opace {
    background-color: rgba(104, 71, 53, 0.9);
}

.cask {
    color: #b46329;
}

.cream-bg {
    background-color: #d4c99e;
}

.cream {
    color: #d4c99e;
}

.bright-red-bg {
    background-color: #960d11;
}

.bright-red {
    color: #960d11;
}

.amber-bg {
    background-color: #f7941d;
}

.amber {
    color: #f7941d;
}

.brown-bg {
    background-color: #1d1714;
}

.rust-bg {
    background-color: #af6432;
}

.brown-bg-opace {
    background-color: rgba(29, 23, 20, 0.7);
}

.brown {
    color: #1d1714;
}

.burgandy-bg {
    background-color: #210902 !important;
}

.burgandy-bg-opace {
    background-color: rgba(33, 9, 2, 0.9) !important;
}

.burgandy {
    color: #210902;
}

.white-bg {
    background-color: #ffffff;
}

.white {
    color: #ffffff !important;
}

/* FONTS */

body, p, span, a ,div{
    font-weight: 200;
    font-style: normal;

    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
}

h1, h2 {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: black;
}

h3, h4, h5, h6 {
    color: black;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* BUTTON */
.transparent-btn {
    background: transparent;
    border: 0 !important;
    cursor: pointer;
}

.nav-link{
    text-transform: uppercase;
}

/* .btn-outline-light:hover img{
    filter: invert(1);
} */

/* STRUCTURE */
.branded-logo {
    width: 100%;
    max-width: 200px;
    padding: 10px;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.footer-img {
    width: 100%;
    max-width: 200px;
}

nav.footer-nav {
    list-style: none;
}

.current-item{
    font-weight: 700;
}

li.footer-nav-item {
    display: inline-block;
    border-right: 1px solid white;
    padding-right: 10px;
    padding-left: 10px;
}

li.footer-nav-item:last-child {
    border-right: 0;
}

li.footer-nav-item a {
    text-decoration: none !important;
}

footer li a.nav-link{
    font-size: 16px;
}

.modal-icon {
    padding-right: 10px;
    width: 100%;
    max-width: 35px;
}

.modal-border {
    border: 1px solid grey;
}

img.breacrumb-carrot {
    width: 100%;
    max-width: 15px;
    margin-left: 10px;
    margin-bottom: 5px;
    transition: all .25s ease;
}

.btn-outline-light:hover img{
    filter: invert(1);
}

.btn-outline-dark:hover img {
    filter: invert(0);
}

.btn-outline-dark img {
    filter: invert(1);
}

.crumbs {
    padding-left: 10px;
}

.half-container {
    width: 50% !important;
}

.month-list {
    border-bottom: 1px solid #aa985d;
    padding: 20px 0;
}

.border-bottom-gold {
    border-bottom: 1px solid #aa985d;
}

.height-485 {
    height: 485px;
}

.height-495 {
    height: 495px;
}

.height-575 {
    height: 575px;
}

.height-600 {
    height: 600px;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-50 {
    font-size: 3vw !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.dwn-cal {
    right: 0;
    text-align: right;
    top: 10%;
}

.p-15 {
    padding: 15px 0;
}

.flex-middle-center-align {
    justify-content: center;
    display: flex;
    align-items: center;
}

.flex-middle-end-align {
    justify-content: end;
    display: flex;
    align-items: end;
}

/* NAVIGATIONS */
.piped-nav a{
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1;
}
.piped-nav li + li,
.piped-nav a + a{
    border-left: solid 1px white;
}

.legal-footer *{
    font-family: Arial, Helvetica, sans-serif;
}

footer .input-group input{
    background-color: transparent;
}

footer .input-group input::placeholder{
    color:#6b5a55;
}

footer .input-group input,
footer .input-group button{
    border: solid 1px #6b5a55;
    border-radius: 0;
}

footer .input-group button{
    background-color: #5a3e03;
}

/* LANDING PAGE*/
.hero-landing-img {
    background-image: url('../img/hero-landing-page.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-container-row {
    height: 600px;
}

.hero-container p{
    line-height: 1.4;
}

.landing-hero-container-row h2{
    margin-bottom: 20px;
    white-space: nowrap;
}

.landing-headers-img {
    margin-left: -15px;
    height: 5vw;
}

.landing-headers {
    display: inline;
    vertical-align: middle;
}

a:has(.landing-headers){
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

a:has(.landing-headers) span {
    line-height: .6;
}

/* CHOOSE REVIEW KIND */
.review-kind-hero {
    background-image: url('../img/review-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-group {
    list-style-type: none;
}

/* REVIEW SPIRITS */
.review-spirits-hero {
    background-image: url('../img/spirits-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.review-spirits-img-2 {
    background-image: url('../img/spirits-img-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.month-name {
    font-size: 30px;
    white-space: nowrap;
}

ul.deadline-list-group {
    list-style: none;
    padding: 0;
}

li.deadline-list {
    padding-bottom: 15px;
    .fw-bold{
        white-space: nowrap;
    }
}

div[onclick]{
    cursor: pointer;
    &:hover{
        text-decoration: underline;
    }
}

.zero-padding {
    padding: 0 !important;
}

/* REVIEW WINE */
.review-wine-hero {
    background-image: url('../img/wine-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wine-spirits-img-2 {
    background-image: url('../img/wine-hero-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* DEVELOPMENTAL */
.dev-hero {
    background-image: url('../img/dev-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bottles-wallpaper {
    background-image: url('../img/bottles.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.test-bottles-wallpaper {
    background-image: url('../img/testing-bottles.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bottles-text {
    z-index: 9999;
    top: 5%;
}

.bottles-img {
    bottom: 0;
}

.img-card {
    max-height: 105px;
}

/* THEME EXMAPLES */
.magenta-100{
    background-color: #8e0b8a;
}

.magenta-200{
    background-color: #ff00ff;
}

.magenta-300{
    background-color: #670f61;
}

.magenta-400{
    background-color: #b54b9c;
}

.magenta-500{
    background-color: #e37bb1;
}

/* RESPONSIVE */
.header-mobile {
    display: none;
}

.header-mobile h3{
    font-size: 17px;
}

.header-mobile nav{
    text-transform: uppercase;
}

.mobile-logo {
    max-width: 150px;
    width: 100%;
}

.mobile-footer {
    display: none;
}

a.first-mobile-nav {
    text-decoration: none;
    display: inline;
    padding: 0 10px;
    border-right: 1px solid white;
}

a.first-mobile-nav:last-child {
    border-right: none;
}

.mobile-landing-page {
    display: none;
}

.hamburger {
    width: 100%;
    max-width: 30px;
    margin-right: 10px;
}

.cal-icon {
    width: 100%;
    max-width: 25px;
    top: 30%;
    right: 0;
}

.mobile-header-links {
    padding: 0 10px !important;
}

.hide-on-mobile{
    display: inherit;
}

.show-on-mobile {
    display: none;
}

.hide-for-mobile {
    display: block;
}

.show-for-mobile {
    display: none;
}

.landing-hero-container-row {
    height: 600px;
}

@media only screen and (max-width: 1500px ) {

}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
   .home section{
        position: relative;
   }

    .hom- .hero-landing-img:after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .45);
        z-index: 0;
   }

   .home .hero-landing-img {
       background-size: 100% 170%;
   }

   .home .hero-container{
        z-index: 2;
   }

   .home .landing-headers-img{
        margin: 0;
   }
}

@media only screen and (max-width: 1000px) {

    .landing-hero-container-row, .hero-container-row {
        height: auto;
        padding: 100px 0;
    }

    .secret-absolute {
        position: absolute;
    }

    .fs-60 {
        font-size: 35px !important;
    }

    .fs-25 {
        font-size: 20px !important;
    }

    .hero-container-row {
        text-align: center;
    }

    .review-wine-hero {
        background-position: left;
    }

    .hide-for-mobile {
        display: none;
    }

    .show-for-mobile {
        display: block;
    }

    .height-600 {
        height: auto;
    }

    .fs-45 {
        font-size: 35px !important;
    }

    .dev-hero {
        background-position: 60%;
    }

    .half-container {
        width: 100% !important;
    }

    .footer-container, .desktop-landing-header {
        display: none;
    }

    .desktop-landing-page {
        display: none !important;
    }

    .mobile-landing-page {
        display: inherit;
    }

    .testing-img {
        background-image: url('../img/testing-bottles.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .test-bottle-img {
        display: none;
    }

    .header-desktop {
        display: none;
    }

    .dwn-cal {
        right: 0;
        top: 65%;
        text-align: center;
    }

    .mobile-footer, .header-mobile {
        display: inherit;
    }

    .month-name {
        font-size: 21px;
    }

    .footer-img{
        max-width: 50px;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: inherit;
    }

    .hide-btn {
        display: none;
    }

    .get-reviewed-header {
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    
}

@media only screen and (max-width: 320px) {
    
}

.dev-hero a.btn{
    background: rgba(0, 0, 0, .5);
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    padding: 10px 25px;

    &:hover{
        color: white;
    }
    &:hover img{
        filter: invert(0);
    }
}

#review-kind-tabs{
    .tab{
        text-transform: uppercase;
        padding: 0px!important;
        margin:0px!important;
        cursor: pointer;

		&:hover,
        &.active-tab{
            text-decoration: underline;
            color: #aa985d!important;
        }
    }
    .tab-content{
        font-size: 20px!important;
    }
}