﻿.promoimg img {
    /*height: 300px;
    object-fit: cover;*/
    width:100%;
}

.promobtn {
    float: right;
}

    .promobtn:hover {
        color: white;
    }

.promo-content {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.promo-text {
    margin-top: 50px;
}

.promo-text ol li {
    list-style: decimal;
}

.promo-text ul li {
    list-style: inside;
}

.blog-title {
    color: #fff;
    margin: 5px auto;
    overflow-x: auto;
}

    .blog-title span {
        /*color: #ff8d00;*/
        font-weight: 500;
    }

.blog-title p, .blog-title ul li, .blog-title ol li {
    color: var(--light);
    font-size: 12px;
    font-weight: 300;
}

.blog-title ol {
    padding: 15px;
}

.blog-title ol li a {
    color: #00e7ef;
}

.blog-title h3, .blog-title .h3 {
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 5px;
}

.blog-aside {
    color: #fff;
}

.promo_preview .h4 a {
    font-size: 16px;
    color: var(--cd-color-2);
    margin-top: 10px;
}

.promo_preview p {
    color: var(--cd-color-2);
    font-size: 12px;
    line-height: 15px;
/*    margin: 0;*/
    font-weight:300;
}



.user-profile {
    width: 100%;
    color: black;
}

.user-profile, .detail-one .h3 {
    display: inline-block;
}

.detail-one-wrapper {
    display: inline-block;
    float: right;
}

.detail-one-wrapper button {
    color:#ff8d00 !important;
    padding: 15px 5px !important;
}

.detail-one-wrapper i {
    margin-left: 15px;
}

.promotion .promotion-item {
    display: flex; 
    flex-direction: column;
    min-height: 30vh;
}
.promo_preview .promo_preview-img {
    margin-bottom: 1rem;
}
.promo_preview .promo_preview-info {
    color: var(--cd-color-2);
    margin-top: auto;
}
/*.promotion .promotion-item .save-btn {
    margin-top: auto;
}*/

    @media only screen and (max-width: 320px) {
        .user-profile, .detail-one .h3 {
            margin-bottom: 0;
        }

        .detail-one-wrapper button {
            padding: 0 0 15px 0 !important;
        }

        .detail-one-wrapper {
            float: left;
        }
    }

/* Dropdown Menu */
.promotion-filter {
    color: #fff;
}

.user-profile .h3.afb-title-h1.mb-3 {
    color: white;
}

/*countdown css*/
.promotion-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.promotion-countdown-container {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000008f;
    padding: .1em;
    color: #fff;
    display: flex;
    gap: .2em;
    align-items: center;
    font-size: 14px;
    width: auto;
}

.promotion-countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35px;
}

.promotion-countdown-label {
    font-size: .5em;
}

.promotion-countdown-number {
    font-size: .8rem;
}

.promotion-countdown-colon {
    margin-top: .5em;
}

.promo-details ol li {
    list-style: auto;
}

.promo-details ul li {
    list-style: auto;
}