/*testimonials css*/

.custom_testimonial{
    border-left: 4px solid #d45113;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    min-height: 155px;
}
.custom_testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.custom_testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.custom_testimonial .pic img{
    width: 100%;
    height: auto;
}
.custom_testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}
.custom_testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d45113;
    margin: 0;
}
.custom_testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}
@media only screen and (max-width: 767px){
    .custom_testimonial{
        padding: 20px;
        text-align: center;
    }
    .custom_testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

/*testimonials css ends*/

.slider-element .calendar{
    z-index: 99999;
}

/*button widget css*/

.btn-sharp {
    border-radius: 0;
}

.btn-circle {
    border-radius: 20px;
}

.btn-threed {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -3px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -3px 0 rgb(0 0 0 / 15%);
    -webkit-transition: none;
    transition: none;
}

/*button widget css*/

/*responsive sliders css*/

.slider-element.vh-75{height:35vw !important;}
.slider-element.vh-50{height:25vw !important;}
.slider-element.vh-40{height:20vw !important;}

@media (max-width: 767px) {
.slider-element.vh-75{height:75vh !important;}
.slider-element.vh-50{height:50vh !important;}
.slider-element.vh-40{height:40vh !important;}
}
@media (max-width: 991px) and (min-width: 768px) {
.slider-caption p {font-size: 1.5rem !important;}
.slider-caption h2 {font-size: 3.5rem !important;}
.slider-element.vh-75 .slider-caption h2 {font-size: 3.2rem !important;}
.slider-element.vh-50 .slider-caption p {font-size: 1rem !important;line-height:1.5 !important;}
.slider-element.vh-50 .slider-caption h2 {font-size: 2.5rem !important;}
.slider-element.vh-40 .slider-caption p {font-size: 1rem !important;line-height:1.5 !important;}
.slider-element.vh-40 .slider-caption h2 {font-size: 2.5rem !important;}
}
@media (max-width: 1199px) and (min-width: 992px) {
.slider-element.vh-50 .slider-caption p {font-size: 1rem !important;line-height:1.5 !important;}
.slider-element.vh-50 .slider-caption h2 {font-size: 3.0rem !important;}
.slider-element.vh-40 .slider-caption p {font-size: 1rem !important;line-height:1.5 !important;}
.slider-element.vh-40 .slider-caption h2 {font-size: 2.5rem !important;}
}
@media (max-width: 768px) {
.header-size-md {min-height: 75px !important;}
}

@media (max-width: 767px) {
    .newsdetail-slider.vh-75{height:auto !important;}
}

@media (max-width: 767px) {
    .tab-nav li a {font-size: 0.775rem;padding: 0 10px;}
}

@media (min-width: 992px) {
#header.transparent-header.semi-transparent #header-wrap {  background-color: rgba(255, 255, 255, 0.6);}
.lstevent h3{min-height: 72px !important;}
.lstevent .lstevent-text{height: 90px !important;}
}
@media (max-width: 991px) and (min-width: 768px) {
.col-md-4{flex: 0 0 100%;max-width: 100%;}
}

.lstevent .lstevent-text  *{
    margin-bottom:0;
}
/*responsive sliders css*/

.gallery__card_block {
    height: auto;
}
.show-listing_card {
    height: auto;
}
.upcoming_gallery__card {
    height: auto;
}
.artist_image {
    aspect-ratio: auto;
}
.cookie-consent a{
color:#f7733f;
}
.cookie-consent a:hover{
color:#e9561c;
}
.artist-credit-details{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
 }
 .artist-credit-details h4{
    font-size: 15px !important;
    margin-bottom: 0;
 }
 .artist-credit-details h5{
    color:#8c8c8c;
    font-weight:normal;
    font-size: 15px !important;
    margin-bottom: 0;
 }
 .artist-credit-details h6{
    font-weight: normal;
    font-size: 13px !important;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: none;
 }
 .artist-credit-details h6 b{
    font-weight: 500;
 }
.page-show-details .show-artist-des p{margin-bottom:5px;display:inline;}
.page-show-details .show-artist-des p br:last-child{display:none;}

.page-show-details .show-artist-des{
display:block;
}
.page-show-details .testi-meta-details span{
text-transform: uppercase;
color: #727272;
font-size: 14px;
}
.page-show-details .testi-meta-details span b{
text-transform: none;
}