﻿/* Dropdown width
    -------------------------------------------- */
.dropdown-menu-width-200 {
    width: 200px;
}

.dropdown-menu-width-250 {
    width: 250px;
}

.dropdown-menu-width-300 {
    width: 300px;
}
.dropdown-menu-width-350 {
    width: 350px;
}
.dropdown-menu-width-400 {
    width: 400px;
}
.dropdown-menu-width-450 {
    width: 450px;
}
.dropdown-menu-width-500 {
    width: 500px;
}
.dropdown-menu-width-550 {
    width: 550px;
}
.dropdown-menu-width-600 {
    width: 600px;
}

.dropdown-menu-width-auto {
    width: auto;
}


/* Margins
    ------------------------------------------------
*/

.mt-10, .my-10 {
    margin-top: 10rem;
}
/* html title banner - used input Event details
    ------------------------------------------------
*/

/*header {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),*/
    /*url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/cheese-curds.jpg);*/
    /*url(/images/events/@Model.Event.Picture);
    background-size: cover;
    height: 70vh;
    
}*/

.titlebanner {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;*/
    /* position: relative;*/
    /*top: 20%;*/
    /*transform: translateY(-50%);*/
    /* font-family: 'Josefin Slab', serif;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
    font-size: 22px;
    color: white;
    transform: translate(0%, -200%);
    /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),
    url(/images/events/@Model.Event.Picture);*/
}

.titlebanner h1 {
    text-transform: uppercase;
    /*margin: 0;
    font-size: 3vw;
    white-space: nowrap;*/
    font-size: 2em;
    margin: 0;
    padding: 0;
}

.titlebanner p {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.titlebanner-small {
    position: absolute;
    font-size: 20px;
    color: white;
    transform: translate(0%, -155%);
}

.titlebanner-small h1 {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

/* html cards - used input Event index
    ------------------------------------------------
*/

.product-card {
    width: 400px;
    background: #ecedef;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
}

    .product-card h1 {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .product-card p {
        font-size: 13px;
        color: #bbb;
    }

.product-pic {
    background-image: url(/images/events/ce7b45e9-e3de-49f7-ac58-93bc63e13d17_Monkey.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: .6s linear;
}

.product-colors {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.product-colors span {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

/* Lists 
   ------------------------------------------------------------------
*/
ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    /*padding: 0;*/ /* Remove padding */
    /*margin: 0;*/ /* Remove margins */
}

/* Colors
   ------------------------------------------------------------------
*/
.blue {
    background: #7ed6df;
}

.green {
    background: #badc58;
}

.yellow {
    background: #f9ca24;
}

.rose {
    background: #ff7979;
}

.product-colors .active:after {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #8888;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    left: -4px;
    top: -4px;
}

.product-info {
    display: flex;
    align-items: center;
}

.product-price {
    color: #7ed6df;
    font-size: 26px;
}

.product-button {
    margin-left: auto;
    color: #7ed6df;
    text-decoration: none;
    border: 2px solid;
    padding: 8px 24px;
    border-radius: 20px;
    transition: .4s linear;
}

.product-button:hover {
    transform: scale(1.06);
}

.example {
    float: left;
    width: 350px;
    height: 350px;
    line-height: 350px;
    text-align: center;
    background: #efefef;
    transition: background .5s;
}

    .example img {
        display: inline-block;
        vertical-align: middle;
    }

/*  Info Cards
    ------------------------------ */

.infocard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: auto;
    margin-bottom: 35px;
    /*text-align: center;*/
    /* font-family: arial;*/
    word-wrap: break-word;
}

.infocard:hover {
    /*box-shadow: 0 4px 8px 0 #9ecaed*/
}

.infocard-title {
    margin-top: 20px;
    /*height: 250px;*/
    color: #313232
}
.infocard-text {
    font-size: 90%;
    font-weight: 400;
    color: #575f65 !important;
}

.infocard-body {
    margin-top: 20px;
    height: 250px;
    color: #313232
}

.infocard-button {
    display: block;
    width: 115px;
    height: 45px;
    background: #328da8;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}
.infocard-button:hover {
    color: white;
}
.infocard-button:focus, .infocard-button.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/*  Events Index Page - Cards
------------------------------ */
    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 300px;
        margin: auto;
        margin-bottom: 35px;
        /*text-align: center;*/
        /* font-family: arial;*/
        word-wrap: break-word;
    }

        .card:hover {
            /*box-shadow: 0 4px 8px 0 #9ecaed */
            box-shadow: 0 4px 8px 0 #adc4b0 /* #adc4b0 #94a897 */
        }

.card-body {
    margin-top: 20px;
    height: 250px;
}

.card-img-top {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.price {
    color: grey;
    font-size: 22px;
}

.card button:hover {
    opacity: 0.7;
}

cart-button {
    display: block;
    /*height: 300px;*/
    width: 100%;
    border-radius: 8%;
    border: 1px solid #328da8;
    box-shadow: 0 0 5px #9ecaed;
    cursor: pointer;
    color: white;
}

.card button {
    display: block;
    /*height: 300px;*/
    width: 100%;
    border-radius: 8%;
    border: 1px solid #328da8;
    box-shadow: 0 0 5px #9ecaed;
    cursor: pointer;
    color: white;
}

.card-title {
    font-size:26px;
}
.card-subtitle {
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size:16px;
    color: #677788;
}

.card-shortdescription {
    font-size: 14px;
}

.card-bottomdescription {
    position: absolute !important;
    bottom: 55px;
    right: 15px;
}

.card-lint {
    top: 25px;
    left: 155px;
    height: 25px;
    width: 50%;
    margin: auto;
    background: #f04f43;
    border-radius: 10%;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: white;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.card-label {
    top: 175px;
    height: 25px;
    width: 60%;
    background: #6d8f72;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
}

.card-footer {
    margin-top: 5px;
}

.shadow-soft {
    box-shadow: 0 3px 6px 0 rgba(140,152,164,.25) !important;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}

.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
