.widget_featured_events_tabular_view .widget-title{
    margin-bottom: 9px !important;
    padding: 0px;
}
.widget_featured_events_tabular_view .genre-page-fv-widget .widget-title{
    margin-top: 10px;
}
.widget_featured_events_tabular_view .widget-title span {
    text-align: left;
    color: #7d00be;
    line-height: 0px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.widget_featured_events_tabular_view .widget-title .underline{
	height: 4px;
	display: inline-block;
	border-top: 2px solid #7d00be;
	width: 100%;
	max-width: 100%;
	margin-top: 8px;
}
.widget_featured_events_tabular_view .genre-page-fv-widget .widget-title .underline{
    display: block;
    height: 1px;
    margin-top: 2px;
}
/*Tab Css Start*/
.featured-events-tab-list{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.featured-events-tab-list div{ 
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #4a4a4a;
	background: 0 0;
	box-shadow: none!important;
	padding: 0;
	transition: all 100ms ease-out;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 4px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 18px;
    cursor: pointer;
}
.featured-events-tab-list div.active{
	background-color: #7d00be;
	color: #fff;
}
.featured-events-content {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0!important;
    background-color: #ffffff;
    grid-template-columns: repeat(5, 1fr);
    display: none;
}
.genre-page-fv-widget .featured-events-content{
    margin-top: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.featured-events-content.active{
    display: grid;
}
.featured-events-content .tabrow{
	position: relative;
	float: left;
    padding-bottom: 10px;
    border: solid 0.5px rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.featured-events-content .title{
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding: 0 10px;
    margin: 10px 0;
    height: 63px;
    color: #7d00be;
}
.featured-events-content .title a{
	line-height: 1.29;
	letter-spacing: 0.2px;
	color: #7d00be;
}
.featured-events-content .thumbnail_image img{
	border-bottom: solid 0.5px #b3b2b1;
    padding: 0.5px 0.5px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%; 
}
.featured-events-content .excerpt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    min-height: 0;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #4a4a4a;
    padding: 0 10px;
    margin-bottom: 10px;
}

.featured-events-readmore {
    width: 100px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #7d00be;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0.2px;
    text-align: center;
    color: #7d00be;
    padding: 5px 0;
    float: right;
}
.featured-events-readmore:hover {
    color: #7d00be;
}

/*Tab Css End*/

@media (min-width: 1281px){
	.widget_featured_events_tabular_view .widget-title span {
    	line-height: 1.1 !important;
	}
	.featured-events-content {
	   overflow: hidden;
	   box-sizing: border-box!important;
	}
}

@media (max-width: 980px){
    .featured-events-tab-wrapper{
         margin-left: 10px;
         margin-right: 10px;
    }
    .widget_featured_events_tabular_view .widget-title{
        padding-left: 10px;
        margin-bottom: 7px !important;
        padding-right: 10px;
    }
    .widget_featured_events_tabular_view .genre-page-fv-widget .widget-title{
        margin-top: 13px;
    }
    .widget_featured_events_tabular_view .genre-page-fv-widget .widget-title .underline{
        margin-top: 4px;
    }
    .featured-events-content {
        margin-top: 2px;
        border: 1px solid #aaaaaa;
        border-top: 0px;
        border-bottom: 0px;
        margin: 0px;
        grid-template-columns: repeat(3, 1fr);
    }
    .genre-page-fv-widget .featured-events-content{
        grid-template-columns: repeat(3, 1fr);
        border: none;
    }
    .featured-events-tab-list .btn {
        font-size: 10px !important;
        width: 40%;
        margin: -1px;
        height: 39px;
        border-top: 5px solid #b3b2b1;
        border-left: 1px solid #b3b2b1;
        border-right: 1px solid #b3b2b1;
        padding: 9px 7px;
        color: #9b9b9b;
        margin: 0px 0px -1px 0px;
    }
    .featured-events-tab-list {
        margin-top: -1px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 0px;
        border-bottom: 1px solid #7d00be;
    }
    .featured-events-content .tabrow{
        padding-left: 9px;
        padding-right: 9px;
        padding-bottom: 7px;
        margin: 0px;
        display: inline-block;
        float: none;
        border:none;
    }
    .featured-events-tab-list div.active{
        background-color: #ffff;
        color: #7d00be;
        border-top: 5px solid #7d00be;
        border-left: 1px solid #7d00be;
        border-right: 1px solid #7d00be;
        border-bottom: 0px solid;
        border-top: 5px solid #7d00be !important;
    }
   .featured-events-tab-list .btn:nth-child(1) {
        border-left-color: #b3b2b1 !important;
        border-top-left-radius: 2px !important;
    }
    .featured-events-tab-list .btn:last-child {
        border-right-color: #b3b2b1 !important;
        border-top-right-radius: 2px !important;
        border-right: 1px solid #b3b2b1 !important;
    }
    .featured-events-content .excerpt, .featured-events-content .tabrow:nth-child(n+7){
        display: none;
    }
    .genre-page-fv-widget .featured-events-content .tabrow:nth-child(n+7){
        display: block;
    }
    .featured-events-content .thumbnail_image img{
        /*border-top: solid 0.5px #b3b2b1;*/
        border-bottom: 0px;
        padding: 0.5px 0.5px;
    }
    .featured-events-content .thumbnail_image{
        margin-top: 10px;
        border: solid 0.5px #b3b2b1;
    }
    .featured-events-content .title{
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0px;
        font-size: 12px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.7;
        color: #7d00be;
    }
    .featured-events-tab-wrapper > p:last-of-type{
        border: 1px solid #b3b2b1;
        border-top: none;
        height: 55px;
        padding-right: 0px;
        border-bottom-left-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
        padding-right: 10px;
    }

}

/*Css for iphone-6*/
@media (max-width: 340px){
    .featured-events-tab-list .btn{
        padding-left: 1px;
        padding-right: 1px;
    }
    .featured-events-content .thumbnail_image img{
    }
}
/*Screen for iPhone 6/7/8*/
@media screen and (min-width: 375px) and (max-width: 667px) {
    .featured-events-content .thumbnail_image img{
       
    }
}
@media screen and (min-width: 380px) and (max-width: 540px) {
    .featured-events-content .thumbnail_image img{
        
    }
}
@media only screen and (min-width: 360px) and (max-width: 413px) {
     .featured-events-content .thumbnail_image img{
        
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .featured-events-content.active{
        display: block;
    }
   .featured-events-content .tabrow{
        width: 19.1%;
        padding-bottom: 15px;
        margin-bottom: 8px;
   }
   .featured-events-content .thumbnail_image img{
        width: 230px;
        height: 230px;
   }
   .featured-events-content .excerpt{
        height: 84px;
   }
   .featured-events-readmore{
        margin-right: 5px
   }
   .featured-events-content .tabrow:nth-child(5n) .thumbnail_image img{
        width: 231px;
   }
   .genre-page-fv-widget .featured-events-content .tabrow{
        width: 23.86%;
    }
}