:root {
    --primary: #AD1415;
    --secondary: #CEA971;
    --highlight: #FFC108;
    --dark: rgb(33, 0, 0);
    --light:rgb(252, 253, 243);
}

.campaign-signle-wrapper{
    background-color: var(--secondary);
    background-color: blanchedalmond;
    padding-top:20px;
}

.campaign-signle-wrapper .post-content{
        display: grid;
        gap: 40px;
        margin: 0 20%;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.campaign-signle-wrapper .col-1{
    flex-basis:66.66%
}
.campaign-signle-wrapper .col-2{
    flex-basis:33.33%
}

 div.message-wrapper-outer{
    /* background-color:blanchedalmond; */
    background-color:var(--secondary);
    border-radius: 20px;
    text-align:center;
    display: flexbox;
    padding:1ex 0.5ex;
    margin-bottom:3ex;
}
.completed-message{

    padding: 1em;
    padding-bottom: 0;
    font-weight: bold;
}

.wcFund_progress-row a.btn{
    background-color: var(--highlight);
    padding:1ex 1ex;
    font-size: 1.5rem;
    margin:10px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    border:2px solid orange;
    box-shadow: rgba(255, 214, 7, 0.8) inset 2px 2px 12px 1px;
    color: var(--primary);
}
.wcFund_progress-row a.btn:hover{
    border-color:  darkorange;
    box-shadow: rgb(238, 200, 5) inset 2px 2px 12px 1px;
}

.fund-encouragement{
    margin:1ex 2ex;
    font-size:30px;
    line-height: 38px;
    font-weight: 900;
}
.message-wrapper > .wcFund_progress-row ul{
    display:flex;
    gap:1em;
    list-style:none;
    padding-left:0;
    margin:0.5ex 1.5ex;
}
.message-wrapper > .wcFund_progress-row li{
    flex-basis: 50%;
    list-style-type: none;
}
.message-wrapper .product_title a{
    color:var(--dark)
}
.message-wrapper .product_title{
    display:block;
    background: var(--highlight);
    text-decoration: none;
    height: 3.5em;
    vertical-align: middle;
    width:145px;
    margin:0 auto;
    border-radius:10px;
    clear:both;
    margin-bottom: 1.5ex;
    padding: 1.2ex 0.6ex;
    border:1px solid orange;
    box-shadow: inset 0 0 10px darkorange;
}
.message-wrapper .featureImg>img{
    max-width: 150px;
    height:auto;
    border:1px solid white;
    border-radius: 5px;
}

/*tally thermometer */

.wcfc-progress-wrapper{
    background-color: var(--primary);
    color:var(--light);
    text-align: center;
    padding: 5% 0;
    border-radius: 20px;
}
.wcfc-progress-bar {
    position: relative;
    display: block;
    height: 6px;
    /* background: var(--light); */
    /* max-width: 100%; */
    /* width: 0; */
    transition: width 0.9s;
    margin: -6px 16.6667% 0;
    z-index: 1;
    top: 1em;
}

    .wcfc-progress-style {
    margin-bottom: 1em;
    }
    .wcfc-progress-style .wcfc-emphasized {
    font-size: 1.7em;
    font-weight: bold;
    display:block;
    }
    .wcfc-progress-style .wcfc-thermometer {
    height: 1em;
    border-radius: 0.5em;
    display: block;
    background-color: green;
    }
    .wcfc-progress-style .wcfc-thermometer-bg {
    background-color: var(--light);
    margin: 0;
    height: 1em;
    }
    .wcfc-progress-style .wcfc-progress  .wcfc-thermometer-fg {
    background-color: var(--highlight);
    margin-top: -1em;
    animation: sliedwide 1s ease-in;
    }
    
@keyframes sliedwide {
  0% {
    width:0;
  }
  
}

.single-campaigns h1.wp-block-post-title  {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom:0 !important;
        padding-bottom:0 !important;
        text-transform: uppercase;
        border-bottom:1px dashed tan;
 }