.submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(0 0 0 / 0%);
    font-size: 20px;
    border: 2px solid rgb(255 255 255);
    padding: 10px 30px;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 30px;
    color: rgb(255 255 255);
}

.row-background {
    background: rgb(0 0 0 / 50%);
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#archive-filters #clear {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 30px;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 30px;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
}

#archive-filters #clear:hover {
  background: #fff;
  color: #184665;
}
#archive-filters label {
    text-transform: none;
}

#archive-filters input[type=date] {
    background: rgb(255 255 255);
    opacity: 1;
    color: rgb(0 0 0);
}

#archive-filters input[type=date].span_6 {
    width: calc(50% - 8px);
    margin-right: 11px;
    display: inline-flex;
}

#archive-filters input[type=date].span_6:last-child {
    margin-right: 0;
}

#archive-filters select {
    padding-right: 50px;
    text-overflow: ellipsis;
}

#archive-filters select, #archive-filters input[type="text"] {
    background: rgb(255 255 255);
    color: rgb(0 0 0);
}

#archive-filters input[type=text]::placeholder {
    color: rgb(0 0 0) !important;
    opacity: 1;
}
.pd-0 {
    padding-right: 0px !important;
}

.three-random-post-section.wpb_row .row-bg-wrap .inner-wrap,
.member-offer-section.wpb_row .row-bg-wrap .inner-wrap { 
    overflow: visible; 
}

.three-random-post-section .row-bg,
.member-offer-section .row-bg {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.member-offer-image .img-bg {
    padding-bottom: 100%;
    background-position: center center;
    border-radius: 15px;
}

.member-offer-section .iwithtext.icons {
    display: flex;
    align-items: center;
}

.member-offer-section .categories .iwithtext .iwt-icon {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
}

.member-offer-section .categories .iwithtext .iwt-text {
    padding-left: 30px;
    display: block;
    top: unset;
    transform: none;
}
.member-offer-section .categories .iwithtext .iwt-text h6, 
.member-offer-section .categories .iwithtext .iwt-icon img {
    margin-bottom:0;
}

.member-offer-section .icons .iwt-icon img {
    width: 30px !important;
    transform: none;
    object-fit: contain;
}

.member-offer-section .offer-date {
    font-weight: 700;
}

.member-offer-section .tag {
    background-color: rgb(208 205 205 / 52%);
    padding: 2px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.member-offer-section .tag:not(:last-child) {
    margin-right: 0.5rem;
}

.member-offer-section .past-event .vc_column-inner {
    padding: 32px 24px !important;
    background-color: rgb(255 255 255);
    border: 2px solid rgb(71 145 188 / 27%);
    border-radius: 20px;
}

.member-offer-section .past-event h4.vc_custom_heading {
    line-height: 1em;
}

.member-offer-section .past-event .offer-date {
    color: #5D5D5D;
}


@media only screen and (min-width: 1200px){
    #archive-filters .col-field:not(.span_2) {
        padding-right: 60px;
    }
}

@media only screen and (min-width:1000px){
    #advance-search {
        /* position: absolute; */
    }
}

@media only screen and (max-width:1000px){
    .submit-btn {
        margin-top: 0;
    }

    #archive-filters .row.vc_row {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 690px){
    .alpma_banner #archive-filters .span_2 {
        margin-bottom: 0;
    }
}
