.testimonial {
    background: white url(/assets/images/bg-accitem.jpg) no-repeat 0 0;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #EEE;
}
.testimonial cite:after {
    content: " " url(/assets/images/quotes-close.png);
}
.testimonial cite::before {
    content: url(/assets/images/quotes-open.png) " ";
}
.testimonial .author {
    text-align: right;
    font-weight: bold;
}
span.blocked-word {
    color: red;
}
tr.client-table-row td p {
    margin-bottom: 0px;
    line-height: 22px;
}
.recent-posts{
    border: 1px solid #e2e2e2;
}
.category-outer {
    padding: 35px;
}

/*
04-01-2021
*/
.all-product .prod-col {
    border: 1px solid rgba(107,107,107,0.16);
}
.all-product .prod-col:hover {
    box-shadow: 1px 1px 10px #00000054;
    transition: all .5s ease-in-out;
}
.all-product .img-wra {
    box-shadow: 2px 7px 16px #efefef;
}
.all-product .img-wra {
    box-shadow: 2px 7px 16px #efefef;
    border: 3px solid #f3f3f3;
}
.left-sdd input#lengthSlider {
    border: none;
}
table#basic-datatable td {
    font-size: 14px;
    line-height: 25px;
}
table#basic-datatable tr.client-table-row td p {
    line-height: 25px;
    font-size: 14px;    
    margin-bottom: 0px;
}
.feature-section .right-sd .boxx span {
    display: block;
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 1px 1px 5px #000;
}
div#chat-content span.blocked-word {
    color: #fff;
    background: #c59d5f;
    padding: 2px 5px;
}
.artist-details-section {
    padding: 120px 0px 30px;
}
.chat-inputs {
    display: flex;
    height: 68px;
    border-radius: 34px;
    background-color: transparent;
}
.chat-inputs .input-group-text {
    background-color: transparent;
    border: 0;
    font-size: 9px;
    color: #ffffff;
    font-weight: 600;
}
.chat-inputs .input-group.mb-3 {
    margin-bottom: 0 !important;
}
.chat-inputs input#message {
    height: 60px;
}
.popular-slider .slick-slide img {
    display: block;
    min-height: 300px;
    object-fit: cover;
    margin: 0 auto;
}
.popular-slider .media.ftco-media{
    background: #f7f7f7;
}
.popular-slider .slick-slide img:focus {
    outline: none !important;
}
.ftco-media .media-body h5{
    text-align: center;   
    padding-left: 0;
    font-size: 16px;
}
.feature-section .boxx img {
    height: 120px;
    object-fit: cover;
}
.col-12.blank-space {
    margin-bottom: 20px;
}
@media (max-width:767px){
    .feature-section .left-sd img {
        display: none;
    }
    .btn-wrap .find-btn{right: 0;left: 0;margin: 0 auto;}
    .video-sec .video .img-fluid, .feature-section .right-sd .boxx img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .headings h2, .feature-section h2 {
        font-size: 25px;
    }
    section.about-banner h1 {
        font-size: 30px;
    }
}
@media (max-width:991px){
    .feature-section .right-sd .boxx span{
         font-size: 14px;
         padding-right: 10px;
    }
    .feature-section .right-sd .boxx{
            padding-right: 15px;
    }
    .feature-section .right-sd .boxx img {
 height: 150px;
}
}

.popular-slider .slick-slide img{
    min-height: 270px;
}
section.about-banner .text {
display: flex;
justify-content: center;
align-items: center;
height: 600px !important;
}
a:hover {
color: #c59d5f;
text-decoration: underline !important;
}

a {
color: #c59d5f;
}
.bandPeople-section p {
    margin: 0;
}
#message-errors{
    color: red;
}