  /* demo archive page design */
  /* banner */
.post-type-archive-single_block_demo div#content {
    padding-top: 0;
}
.post-type-archive-single_block_demo .banner-content-center.gutenbiz-inner-banner-wrapper,
a.cart-icon {
    display: none;
}
.rise-archive-demo-banner {
    background: #56CCF2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2); 
    padding: 190px 0 100px 0;
    text-align: center;
    margin-bottom: 40px;
}
.rise-archive-banner-inner {
    max-width: 1000px;
    margin: auto;
}
.rise-archive-banner-inner  h2 {
    color: #fff;
    text-transform: uppercase;
}
.rise-archive-banner-inner p {
    color: #fff;
    font-weight: 100;
    margin: 20px 0 20px;
    padding: 0 40px;
    font-size: 16px;
}
ul.archive-demo-main-cat {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: inline-flex;
}
ul.archive-demo-main-cat li {
    background: rgb(11, 89, 153);
    padding: 10px 30px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s;
}
ul.archive-demo-main-cat li.active,
ul.archive-demo-main-cat li:hover{
    background: #864bd0;
    color: #fff;
}
li.btn.btn-template {
    padding-left: 80px !important;
}
li.btn.btn-template:before {
content: '\f0f6';
}
li.btn.btn-template:last-child:before {
content: '\f009';
}
/* demo templates */
.rise-archive-demo-container {
    //max-width: 1155px;
    margin: auto;
}
.rise-archive-demo-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.rise-demo-content {
    max-width: 25%;
    flex: 0 0 25%;
    width: 100%;
    padding: 15px;
}
@media (max-width: 757px) {
    .rise-demo-content {
        max-width: 50%;
        flex: 0 0 50%;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .rise-demo-content {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}
.rise-demo-content-inner {
   display: block;
    padding: 14px;
    z-index: 10;
    transition: all .3s;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05), 0 10px 0 -5px #fff, 0 10px 1px -4px rgba(0,0,0,0.05), 0 20px 0 -10px #fff, 0 20px 1px -9px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    overflow: hidden;
}
.demo-box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding-top: 20px;
}
.download-file-link a {
    font-size: 11px;
    background: #3184ee;
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 100;
    letter-spacing: 1px;
    display: block;
}
.download-file-link a i {
    margin-left: 4px;
}
.download-file-link a.block-demo-get-pro {
    background: #e75874;
}
.rise-demo-content-inner h3 {
    margin: 0;
    font-size: 14px;
    text-shadow: none;
    font-weight: 600;
}
.rise-demo-content-inner h3 a{
    color: #000;
}
.rise-archive-demo-image {
    position: relative;
    min-height: 100px;
    max-height: 315px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #0000000f;
    border-radius: 4px;
}
a.rise-demo-preview-link {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000b8;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
a.rise-demo-preview-link i {
    background: #2578cd;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}
.rise-demo-content-inner:hover a.rise-demo-preview-link {
    visibility: visible;
    z-index: 99;
    opacity: 1;
}
.rise-demo-content-inner:hover {
    transform: translateY(-1px);
}
.lazy-loader {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    font-size: 12px;
    left: 50%;
    color: #3c99ee;
    background: bottom;
}
/* ribbon */
.rise-blocks-ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9999;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.rise-blocks-ribbon span {
    font-size: 8px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: -webkit-gradient(linear, left top, left bottom, from(#4B73DE), to(#3A55DE));
    background: -webkit-linear-gradient(#4B73DE 0%, #3A55DE 100%);
    background: linear-gradient(#4B73DE 0%, #3A55DE 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    right: -21px;
    letter-spacing: 1px;
}
.rise-blocks-ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #3A55DE;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3A55DE;
}
.rise-blocks-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #3A55DE;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3A55DE;
}
.rise-archive-banner-inner h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.rise-blocks-new-block {
    position: absolute;
    background: #ac2828;
    left: 5px;
    color: #fff;
    padding: 6px 23px;
    line-height: 1;
    z-index: 111;
    top: 6px;
    font-size: 11px;
}

.btn:after, #purchase:after {
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.btn:before, #purchase:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    width: 60px;
    content: "\f019";
    background: #fff;
    color: rgb(45, 135, 208);
    z-index: 2;
    /* border-radius: 10px 0 0 10px; */
    font-family: fontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn, #purchase {
    border: none;
    font-family: inherit;
    font-size: 12px;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 15px 10px;
    letter-spacing: 1px;
    font-weight: 300;
    outline: none;
    position: relative;
    transition: all 0.3s;
    background: rgb(45, 135, 208);
    color: #fff;
    padding: 10px 20px 10px 80px;
    box-shadow: -4px 8px 7px #b1b1b169;
}


.btn:hover,
.btn:focus,
.btn:visited {
    color: #fff;
    background: rgb(45, 135, 208);
}

.btn.premium-btn,
.btn.premium-btn:focus,
.btn.premium-btn:visited, #purchase:hover {
    background: #864bd0;
}

.btn:after, #purchase:after {
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.btn:before, #purchase:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    width: 60px;
    content: "\f019";
    background: #fff;
    color: rgb(45, 135, 208);
    z-index: 2;
    /*border-radius: 10px 0 0 10px;*/
    font-family: fontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-booster-api-demo-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.wc-booster-api-demo-pagination > * {
    background: #0675c4;
    margin: 0 5px;
    padding: 10px 20px;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
}

.wc-booster-api-demo-pagination > a:hover {
    background: #0b439d;
    color: #fff;
}


.wc-booster-api-demo-pagination .page-numbers.current {
    background: #0b439d;
}

.wc-booster-api-demo-listing-filter.banner-btn-group {
    text-align: center;
    margin-bottom: 30px;
}

.wc-booster-api-demo-item-listing-wrapper {
position: relative;
}

.wc-booster-api-demo-item-listing-wrapper.loading:after {
    content: "";
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.wc-booster-api-demo-item-listing-wrapper.loading:before {

    content: "";
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 60px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.block-demo-get-pro {
text-decoration: none;
}