/* Enter Your Custom CSS Here */
.img_txth p {
    min-height: 50px;
}
.rawhide_entlist {
    font-size: 16px;
    margin: 10px;
    line-height: 24px;
    color: #fff;
}
.rawhidedtl {
    font-size: 14px;
    line-height: 18px;
}
.hoverbx_imgb {
    margin: 0;
}
.ecs-event {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 0px !important;
}
.ecs-event:nth-child(3n) {
    margin-right: 0px;
}
.ecs-event img {
    /* height: auto !important; */
    width: 100%;
    object-fit: contain;
    /* position: absolute; */
    /* left: 0px; */
    /* display: table-cell; */
    vertical-align: middle;
    height: 100% !important;
}

.ecs-thumbnail {
    display: inline-block;
    background: #f2f2f2;
    padding: 0px 2%;
    width: 96%;
    height: 135px;
    /* vertical-align: middle; */
    margin-bottom: 50px;
}
.ecs-event span.duration.time {
    position: relative;
    width: 60%;
    border-radius: 0px;
    background: #ff3d00;
    margin: 0px auto;
    font-size: 17px;
    color: #fff;
    text-align: center;
    top: -32px;
    display: block;
    padding: 10px 0px;
}
.ecs-event h2.entry-title.summary {
    margin-top: 0px;
    font-family: inherit;
    color: #fff;
    text-align: center;
    color: #000 !important;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    min-height: 92px;    line-height: 32px;
}
.ecs-event h2.entry-title.summary a{ color: #000 !important;}
.ecs-event .recurringinfo {
    display: none !important;
}

@media screen and (max-width:1180px){
  .eventtabs .ui-tabs .ui-tabs-nav li a {
    padding: 15px 25px !important;
}
  .ecs-event span.duration.time {
    width: 90%;
}
  .ecs-event h2.entry-title.summary {
    font-size: 20px;
}
}
@media screen and (max-width:900px){
  .ecs-event {
    width: 49%;
}
  .ecs-event:nth-child(3n) {
    margin-right: 2%;
}
  .ecs-event:nth-child(2n) {
    margin-right: 0px;
}
  .ecs-event h2.entry-title.summary {
    min-height: 10px;
}
  .eventtabs .ui-tabs .ui-tabs-nav li {
    border: 0px;
    margin-right: 2%;
    width: 25% !important;
    float: left !important;
    clear: none !important;
    margin-bottom: 20px;
}
  .eventtabs .ui-tabs .ui-tabs-nav li:nth-child(4n) {margin-right:0px;}
  .ui-tabs .ui-tabs-nav li a {
    background-image: none !important; 
}
}
@media screen and (max-width:500px){
  .eventtabs .ui-tabs .ui-tabs-nav li {
    width: 50% !important;
}
  .ecs-event {
    width: 100%;
    margin-right: 0px !important;
}
}