
.scv-business-list .cat_sub_cat_list {
    border: none;
}

.scv-business-list .business{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.scv-business-list .business .business-logo a{
    height: 100%;
    display: block;
}

.scv-business-list .business .entry-title{
    margin-top: 0;
}

.scv-business-list .business-logo a img{
    margin: 0;
}

.scv-business-list .business .content .text{
    padding: 20px;
}

.scv-business-list #business-listings .row{
    margin-bottom: 30px;
}

.scv-business-list .load-more-wrapper #load-more{
    background-color: #C15F28;
    border-color: #C15F28;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24.2px;
}

.scv-business-list .load-more-wrapper #load-more:focus {
    box-shadow: unset;
}

.scv-business-list .scva-event-learn-more-icon-div {
    padding: 0 20px;
}

.scva-event-learn-more-icon-div i.fa:before{
     background: none;
     font-size: 22px;
}

.scv-business-list .scva-event-learn-more-icon-div a {
    background-color: #84A655;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 21.78px;
    border-radius: 10px;
    padding: 15px 50px 15px 20px;
    position: relative;
    display: block;
    width: fit-content;
}

.scv-business-list .scva-event-learn-more-icon-div a i{
    position: absolute;
    top: 6px;
}

#loader-wrapper .loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    color: #2B4F70;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    12% {
        box-shadow: 100px 0 #2B4F70, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    25% {
        box-shadow: 110px 0 #2B4F70, 100px 0 #2B4F70, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    36% {
        box-shadow: 120px 0 #2B4F70, 110px 0 #2B4F70, 100px 0 #2B4F70, 0px 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 130px 0 #2B4F70, 120px 0 #2B4F70, 110px 0 #2B4F70, 100px 0 #2B4F70;
    }
    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #2B4F70, 120px 0 #2B4F70, 110px 0 #2B4F70;
    }
    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #2B4F70, 120px 0 #2B4F70;
    }
    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #2B4F70;
    }
    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 991px){
    .scv-business-list #business-listings .row{
        grid-row-gap: 40px;
    }
}


@media (max-width: 575px){
    .scv-business-list .business{
        max-width: 380px;
        margin: auto;
    }
    .scv-business-list #business-listings .row{
        grid-row-gap: 30px;
    }
}

/* ----see_do_business_list------ */


#custom_see_do_business_list .scv-business-list .business-logo a img {
    height: 345px;
}
#custom_see_do_business_list .scv-business-list .business .entry-title {
	color: #2B4F70;
	font-size:25px;
}

#custom_see_do_business_list   .scv-business-list .scva-event-learn-more-icon-div a{
	    padding: 10px 50px 10px 20px;
}
#custom_see_do_business_list 
.scv-business-list .scva-event-learn-more-icon-div a i {
    
	top: 0;}

#custom_see_do_business_list 
.scv-business-list .cat_sub_cat_list{
	    border-radius: 10px;
    font-size: 18px;
    color: #2B4F70;
	    font-family: "Inter", Sans-serif;
    
    font-weight: 500;
}

/* ----see_do_business_list------ */

