/*--------------------------------------------------------------
	Filter
--------------------------------------------------------------*/
.event-listing-masonry-wrapper .cd-dropdown,
.event-listing-masonry-wrapper .cd-select {
	margin: 0 0 30px;
}
/*--------------------------------------------------------------
	Event layout
--------------------------------------------------------------*/
.single-post-k-event .left-sidebar .event-entry-meta {
	float: right;
}

/*--------------------------------------------------------------
	Single Event
--------------------------------------------------------------*/

.single-post-k-event .post-k-event .h {
	text-transform: uppercase;
	font-size: 140%;
}
.single-post-k-event .post-k-event .h i {
	margin-right: 10px;
}

/* Speakers */
.single-post-k-event .entry-speakers {
	margin-bottom: 20px;
}
.single-post-k-event .entry-speakers .col-6 {
	margin-bottom: 20px;
}
.single-post-k-event .entry-speakers .speaker-avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	overflow: hidden;
}
.single-post-k-event .entry-speakers .name {
	color: #636363;
	font-size: 115%;
	font-weight: 500;
	margin-top: 3px;
	margin-bottom: -4px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.single-post-k-event .entry-speakers .col-6:hover .name {
	color: #303f9f;
}
.single-post-k-event .entry-speakers .role {
	color: #636363;
	font-size: 115%;
	font-style: italic;
}
.event-entry-info > div{
	float:left;
}
.event-entry-meta .entry-meta-inner {
	background: #fff;
	color: #252525;
}
.event-entry-meta .event-thumbnail img{
	width: 100%;
}
.event-entry-meta h4 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
}

.event-entry-meta .product-price {
	margin-bottom: 10px;
}

.event-entry-meta .product-price .price {
	display: block;
	color: #252525;
	font-weight: 500;
}
.event-ticket {
	margin-bottom: 40px;
}
.event-ticket .ticket-input {
	position: relative;
	width: 90px;
	margin-top: 10px;
}
.event-ticket .ticket-input input {
	width: 100%;
	border-color: #ebebeb;
	font-size: 24px;
	font-weight: 300;
	color: #252525;
	outline: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
}
.event-ticket .ticket-input .button {
	position: absolute;
	right: 0;
	height: 50%;
	font-size: 24px;
	width: 30px;
	text-align: center;
	color: #ccc;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.event-ticket .ticket-input .button:hover {
	color: #252525;
}
.event-ticket .ticket-input .button.inc {
	top: 0;
}
.event-ticket .ticket-input .button.dec {
	bottom: 0;
}

.single-post-k-event .event-entry-meta .event-link {
	margin-bottom: 0;
}
/* Time and Address */
.single-post-k-event .event-time,
.single-post-k-event .event-address {
	margin-bottom: 20px;
	margin-right: 20px;
}
.single-post-k-event .start-event,
.single-post-k-event .end-event,
.single-post-k-event .event-address div {
	font-size: 16px;
	color: #636363;
	margin-bottom:7px;
}
.single-post-k-event .post-k-event .event-organizers a{
	color:#2196f3;
}
.single-post-k-event .post-k-event .event-organizers .h i,
.single-post-k-event .post-k-event .product-price .h i{
	margin-right: 2px;
}
.single-post-k-event .entry-content {
	float:left;
	width:100%;
}
.single-post-k-event .event-entry-meta{
	max-width: 270px;
	margin-right: 20px;
	float:left;
}
.single-post-k-event .event-entry-info{
	padding: 20px 25px 0;
    background: #fff;
    min-height: 268px;
}
.single-post-k-event .event-entry-info .h{
	font-size:18px;
	font-weight:400;
	margin-bottom: 13px;
}
.event-entry-info .product-price{
	float:left;
}
.event-entry-info .product-price .price .amount{
	color: #636363;
}
.event-organizers{
	color:#252525;
	margin-bottom:12px;
}
.event-organizers span{
	font-size: 15px;
	float: left;
	width: 100%;
}
/* Description */
.single-post-k-event .event-description {
	margin-top: 70px;
}
.single-post-k-event .event-description .content ul li,
.single-post-k-course .course-description .content ul li{
	list-style: inside;
}{
	list-style: inside;
}
.single-post-k-event .event-description .content{
	font-size: 115%;
	line-height: 1.9;
	color: #636363;
}
.single-post-k-event .calendar-export {
	margin-top: 45px;
	margin-bottom: 40px;
}
.single-post-k-event .calendar-export a {
	display: inline-block;
	width: 47%;
	float: right;
	font-size: 115%;
	padding: 8px 10px;
	color: #959595;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #fff;
	text-align: center;
}
.single-post-k-event .calendar-export a i {
	margin-left: 10px;
}
.single-post-k-event .calendar-export a:first-child {
	float: left;
}
.single-post-k-event .k2t-social-share {
	margin-bottom: 50px;
}
.single-post-k-event .social li {
	margin: 0 30px 10px 0;
}
.single-post-k-event .social li a {
	line-height: 22px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 85%;
}
.single-post-k-event .event-link {
	display: block;
	text-align: center;
	padding: 8px 15px;
	width: 230px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 115%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #1976d2;
	color: #fff;
	margin-bottom: 85px;
	margin-top: 40px;
}
.single-post-k-event .event-link:hover{
	background: #2196f3;
}
.k2t-related-event .related-title {
	padding: 20px;
	font-weight: 500;
	font-size: 18px;
	background: #ebebeb;
}
.related-event-inner{
	padding-top: 10px;
	padding-bottom: 20px;
}
.k2t-related-event .related-event {
	padding: 20px;
	width: 50%;
	float: left;
}
.k2t-related-event .related-thumb {
	max-width: 80px;
	float: left;
}
.k2t-related-event .related-text {
	margin-left: 100px;
}
.k2t-related-event .related-text h5 {
	font-size: 100%;
	font-weight: 500;
	margin: 0;
}
.k2t-related-event .related-text .related-meta {
	font-size: 85%;
	font-style: italic;
	font-weight: 400;
}
.k2t-related-event .related-text .related-meta i {
	font-style: normal;
	margin-right: 10px;
}

/*--------------------------------------------------------------
	Event List
--------------------------------------------------------------*/
	/* Calendar style 1 */
.k2t-calendar-event {
	border: 3px solid #e6e6e6;
	padding: 10px 50px 150px 55px;
}
#calendar-box .header-content {
	background: none;
	margin-bottom: 35px;
}
#calendar-box h3 {
	font-size: 140%;
	position: relative;
}
#calendar-box h3:after {
    content: "";
    float: left;
    margin-left: 10%;
    margin-top: 15px;
    width: 80%;
}
#calendar-box h3,
#calendar-box button[data-calendar-nav="prev"],
#calendar-box button[data-calendar-nav="next"] {
	color: #252525;
	font-size: 150%;
}
#calendar-box button[data-calendar-nav="prev"] {
	margin-right: 30px;
}
#calendar-box button[data-calendar-nav="next"] {
	margin-left: 30px;
}
#stm-calendar-id .cal-row-head .cal-cell1 {
	background: none;
	color: #212121;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.pull-left {
	float: none;
}
.cal-year-box .row-fluid, 
.cal-month-box .cal-row-fluid {
	border-bottom: 0;
}
.cal-year-box [class*="span"], 
.cal-month-box [class*="cal-cell"] {
	border: 0;
	background: transparent;
}
.cal-year-box [class*="span"] > div,
.cal-month-box [class*="cal-cell"] > div {
	margin: 5px;
	width: 50px;
	display: block;
	min-height: 50px;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.cal-year-box [class*="span"] > div:not(.cal-day-outmonth), 
.cal-month-box [class*="cal-cell"] > div:not(.cal-day-outmonth) {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.cal-year-box [class*="span"] > div:not(.cal-day-outmonth):hover,
.cal-month-box [class*="cal-cell"] > div:not(.cal-day-outmonth):hover {
	z-index: 9999;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-ms-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
}
.cal-year-box [class*="span"] > div.cal-day-weekend,
.cal-month-box [class*="cal-cell"] > div.cal-day-weekend,
.cal-year-box [class*="span"] > div.cal-day-weekend:hover,
.cal-month-box [class*="cal-cell"] > div.cal-day-weekend:hover {
	/*background: #ebebeb;*/
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	-ms-box-shadow: none; 
	box-shadow: none; 
}
.cal-year-box [class*="span"] > div.cal-day-outmonth,
.cal-month-box [class*="cal-cell"] > div.cal-day-outmonth {
	background: none;
}
.cal-year-box [class*="span"] > div > .pull-left,
.cal-month-box [class*="cal-cell"] > div > .pull-left {
	color: #252525;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.cal-year-box [class*="span"] > div.cal-day-outmonth .pull-left,
.cal-month-box [class*="cal-cell"] > div.cal-day-outmonth .pull-left {
	color: #cccccc;
	display: none;
}
.cal-cell > div {
	position: relative;
}
.cal-cell > div .events-list {
	position: absolute;
	left: 20px;
	bottom: -7px;
	width: 100%;
}
.cal-cell > div .events-list .event-item {
	background: #3f51b5;
	border-radius: 100%;
    float: left;
    height: 10px;
    width: 10px;
    margin-right: 2px;
}
.cal-cell > div .k2t-tooltip {
	background: #ebebeb none repeat scroll 0 0;
    border-left: 3px solid #ffc107;
    left: 10px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    color: #252525;
    white-space: nowrap;
    border-right: 3px solid #ffc107;
    z-index: 9999;
    -webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}
.cal-cell > div .k2t-tooltip > span {
	font-weight: 400;
}
.cal-cell > div .k2t-tooltip span, .cal-cell > div .k2t-tooltip > a {
	display: block;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}
.cal-cell > div .k2t-tooltip > a:hover {
	color: #252525;
	text-decoration: underline;
}
.cal-cell > div:hover .k2t-tooltip {
	opacity: 1;
	visibility: visible;
}

	/* Calendar style 2 */
.k2t-calendar-event.style-2 {
	background: #fff;
	border: 1px solid #ebebeb;
}
.k2t-calendar-event.style-2 .cal-year-box [class*="span"] > div.has-background .pull-left,
.k2t-calendar-event.style-2 .cal-month-box [class*="cal-cell"] > div.has-background .pull-left {
	color: #ffffff;
}
.k2t-calendar-event.style-2 .cal-cell > div .events-list .event-item {
	background: #fff;
	position: relative;
}
.k2t-calendar-event.style-2 .cal-cell > div .k2t-tooltip {
	background: rgba(0,0,0,.8);
	color: #fff;
	border-left: 0;
	padding: 0 15px;
	left: 8px;
	bottom: 11px;
}
.k2t-calendar-event.style-2 .cal-cell:nth-child(5) > div .k2t-tooltip,
.k2t-calendar-event.style-2 .cal-cell:nth-child(6) > div .k2t-tooltip,
.k2t-calendar-event.style-2 .cal-cell:nth-child(7) > div .k2t-tooltip {
	left: auto;
	right: 10px;
}
.k2t-calendar-event.style-2 .cal-cell > div .k2t-tooltip a {
	color: #fff;
}
	
/* Event Classic Style */
.event-classic-item .more-link {
	float: left;
	padding: 8px 22px;
	font-size: 115%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	background: #1976d2;
	font-weight: 300;
	color: #fff;
}
.event-classic-item .more-link:hover {
	background: #2196f3;
}
	
	/* Event Masonry Style */
.event-listing-masonry .masonry-item .inner {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	overflow: hidden;
}
.event-listing-masonry .masonry-item .read-more.ifree {
	background: #2196f3;
}
.event-listing-masonry .masonry-item .read-more.isale{
	background: #cddc39;
}
.event-listing-masonry .masonry-item .read-more.iprice{
	background: #ff5722;
}
.event-listing-masonry .masonry-item .read-more:hover {
	z-index: 999;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-ms-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
}
.event-listing-masonry .masonry-item .read-more i:before{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Event masonry filter */
.event-isotope-filter li{
	background: #fff;
	color: #2196f3;
}
.event-isotope-filter li:nth-child(2n+4){
	color: #ff5722;
}
.event-isotope-filter li:nth-child(2n+5){
	color: #cccc33;
}
.event-isotope-filter li.active,
.event-isotope-filter li:hover{
	color: #fff !important;
	background: #2196f3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.event-isotope-filter li:nth-child(2n+4).active,
.event-isotope-filter li:nth-child(2n+4):hover{
	background: #ff5722;
}
.event-isotope-filter li:nth-child(2n+5).active,
.event-isotope-filter li:nth-child(2n+5):hover{
	background: #cccc33;
}
.event-isotope-filter li:last-child{
	margin-right: 0;
}
/* Event carousel style */
.event-listing-carousel {
	margin: 0;
}
.event-listing-carousel .masonry-item {
	padding: 0;
}

/*--------------------------------------------------------------
	Calendar
--------------------------------------------------------------*/
[class*="cal-cell"]{float: left;margin-left:0;min-height: 1px; transition:all 0.2s; -webkit-transition:all 0.2s;}
.cal-row-fluid {width: 100%;*zoom: 1;}
.cal-row-fluid:before, .cal-row-fluid:after {display: table;content: "";line-height: 0;}
.cal-row-fluid:after {clear: both;}
.cal-row-fluid [class*="cal-cell"] {display: block;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;margin-left: 0%;*margin-left: -0.05213764337851929%;}
.cal-row-fluid [class*="cal-cell"]:first-child {margin-left: 0;}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {margin-left: 0%;}
.cal-row-fluid .cal-cell7 {width: 100%;*width: 99.94669509594883%;}
.cal-row-fluid .cal-cell6 {width: 85.71428571428571%;*width: 85.66098081023453%;}
.cal-row-fluid .cal-cell5 {width: 71.42857142857142%;*width: 71.37526652452024%;}
.cal-row-fluid .cal-cell4 {width: 57.14285714285714%;*width: 57.089552238805965%;}
.cal-row-fluid .cal-cell3 {width: 42.857142857142854%;*width: 42.80383795309168%;}
.cal-row-fluid .cal-cell2 {width: 28.57142857142857%;*width: 28.518123667377395%;}
.cal-row-fluid .cal-cell1 {width: 14.285714285714285%;*width: 14.285714285714285%;}
.cal-week-box .cal-offset7, .cal-row-fluid .cal-offset7, .cal-row-fluid .cal-offset7:first-child {margin-left: 100%;*margin-left: 99.89339019189765%;}
.cal-week-box .cal-offset6, .cal-row-fluid .cal-offset6, .cal-row-fluid .cal-offset6:first-child {margin-left: 85.71428571428571%;*margin-left: 85.60767590618336%;}
.cal-week-box .cal-offset5, .cal-row-fluid .cal-offset5, .cal-row-fluid .cal-offset5:first-child {margin-left: 71.42857142857142%;*margin-left: 71.32196162046907%;}
.cal-week-box .cal-offset4, .cal-row-fluid .cal-offset4, .cal-row-fluid .cal-offset4:first-child {margin-left: 57.14285714285714%;*margin-left: 57.03624733475479%;}
.cal-week-box .cal-offset3, .cal-row-fluid .cal-offset3, .cal-row-fluid .cal-offset3:first-child {margin-left: 42.857142857142854%;*margin-left: 42.750533049040506%;}
.cal-week-box .cal-offset2, .cal-row-fluid .cal-offset2, .cal-row-fluid .cal-offset2:first-child {margin-left: 28.57142857142857%;*margin-left: 28.46481876332622%;}
.cal-week-box .cal-offset1, .cal-row-fluid .cal-offset1, .cal-row-fluid .cal-offset1:first-child {margin-left: 14.285714285714285%;*margin-left: 14.17910447761194%;}
.cal-row-fluid .cal-cell1 {width: 68px;*width: 68px;}
[class*="cal-cell"].hide, .cal-row-fluid [class*="cal-cell"].hide {display: none;}
[class*="cal-cell"].pull-right, .cal-row-fluid [class*="cal-cell"].pull-right {float: right;}
.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {min-height: auto;overflow: hidden;text-overflow: ellipsis;}
.cal-events-num {margin-top: 20px;}
#cal-week-box {position: absolute;width: 70px;left: -71px;top: -1px;padding: 8px 5px;cursor: pointer;}
#cal-slide-box {position: relative;display:block;width:99.99999%;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, #cal-slide-box {
		width:99.5%;
	}
}
.cal-slide-tick {width: 0; height: 0; border-left: 10px solid transparent;border-right: 10px solid transparent;	border-top: 10px solid #fcdcdd;padding:0;position:absolute;left:50%;bottom:-10px;margin-left:-10px;visibility:hidden;z-index:999;transition:all 0s;-webkit-transition:all 0s;}
.cal-day-today .cal-slide-tick {border-top: 10px solid #e8fde7;}
.cal-slide-tick.tick-month1 {visibility:visible;}
.cal-slide-tick.tick-month2 {visibility:visible;}
.cal-slide-tick.tick-month3 {visibility:visible;}
.cal-slide-tick.tick-month4 {visibility:visible;}
.cal-slide-tick.tick-day1 {visibility:visible;}
.cal-slide-tick.tick-day2 {visibility:visible;}
.cal-slide-tick.tick-day3 {visibility:visible;}
.cal-slide-tick.tick-day4 {visibility:visible;}
.cal-slide-tick.tick-day5 {visibility:visible;}
.cal-slide-tick.tick-day6 {visibility:visible;}
.cal-slide-tick.tick-day7 {visibility:visible;}
#cal-slide-content ul.unstyled {margin-bottom: 0;}
.cal-week-box {position: relative;}
.cal-week-box [data-event-class] {white-space: nowrap;height: 30px;margin: 1px 1px;line-height: 30px;text-overflow: ellipsis;overflow: hidden;padding-left: 10px;}
.cal-week-box .cal-column {position: absolute;height: 100%;z-index: -1;}
.cal-week-box .arrow-before, .cal-week-box .arrow-after {position: relative;}
.cal-week-box .arrow-after:after {content: "";position: absolute;top: 0px;width: 0;height: 0;right: 0;border-top: 15px solid #ffffff;border-left: 8px solid;border-bottom: 15px solid #FFFFFF;}
.cal-week-box .arrow-before:before {content: "";position: absolute;top: 0px;width: 0;height: 0;left: 1px;border-top: 15px solid transparent;border-left: 8px solid #FFFFFF;border-bottom: 15px solid transparent;}
#cal-day-box {text-wrap: none;}
#cal-day-box .cal-day-hour-part {height: 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: thin dashed #e1e1e1;}
#cal-day-box .cal-day-hour .day-highlight {height: 30px;}
#cal-day-box .cal-hours {font-weight: bolder;}
#cal-day-box .cal-day-hour:nth-child(odd) {background-color: #fafafa;}
#cal-day-box #cal-day-panel {position: relative;padding-left: 60px;}
#cal-day-box #cal-day-panel-hour {position: absolute;width: 100%;margin-left: -60px;}
#cal-day-box .day-event {position: relative;max-width: 200px;overflow: hidden;}
.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {position: relative;}
.cal-year-box [class*="span"] {min-height: 60px;}
.cal-year-box .row-fluid, .cal-month-box .cal-row-fluid {border-bottom: 5px solid #FFFFFF;margin-left: 0px;margin-right: 0px;}
.cal-year-box .row-fluid:last-child, .cal-month-box .cal-row-fluid:last-child {border-bottom: 0px;}
.cal-year-box .row-fluid [class*="span"]:last-child, .cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {border-right: none;}
#cal-week-box {border: 1px solid #e1e1e1;border-right: 0px;border-radius: 5px 0 0 5px;background-color: #fafafa;text-align: right;}
#cal-slide-box {}
#cal-slide-content {width:100%;color: #ffffff;background: #EDEDED;}
.slider-content { border-bottom:5px solid #FFFFFF; margin-top: -5px;}
.cal-slide-content {margin-bottom:0;width:100%;color: #ffffff;background: #EDEDED}
#cal-slide-tick {}
#cal-slide-content a.event-item, .cal-slide-content a.event-item {color: #222222;font-weight: normal;font-size:24px;font-weight:bold;text-decoration:none;transition:all 0.2s;-webkit-transition:all 0.2s;display:block;margin-top:-8px; overflow:hidden; position:relative;}
.slider-item .overlay-thumb {position:absolute; top:0;bottom:0;left:0;right:0; background:rgba(0,0,0,0); z-index:1; transition:all 0.2s; -webkit-transition:all 0.2s; transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2)}
#cal-slide-content a.event-item:hover, .cal-slide-content a.event-item:hover {color: #46a5e5;text-decoration:none;}
.cal-slide-content .row.slider-item {padding-top:30px;}
.row.slider-item{ padding-left:15px; padding-right:15px; padding-bottom:30px;}
.cal-column {border-left: 1px solid #e1e1e1;}
a.cal-event-week {text-decoration: none;color: #151515;}
.badge-important {background-color: #b94a48;}

/* Custom */
.add-min-height{ min-height:250px;}
#calendar-box {position:relative;width:50.428%;font-family: inherit; display:none; float: right}
#calendar-options{ display:none}
#calendar-box .header-content {display: block;width: 99.99999%;height: 50px;text-align: center;padding:0;position:relative;}
#calendar-box .header-content.width-100 {width:100%;}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, #calendar-box .header-content {
    	width: 99.5%;
    }
}
html[xmlns*=""]:root .header-content  {border-right:10px solid transparent;}
#calendar-box h3 {display: inline-block;text-align: right;text-transform: uppercase;color: #212121;font-size: 48px;font-weight: 300;margin-top:15px;white-space: nowrap;min-width:50px; line-height:1.1}
#calendar-box h3.list-btt-rem {position:absolute;left:20px; line-height:1.1}
#calendar-box button[data-calendar-nav=prev] {display:inline-block;border: none;background: none;text-shadow: none;-webkit-box-shadow: none;box-shadow: none;z-index:1;outline:none;margin-top:4px;margin-right:40px; vertical-align:top}
#calendar-box button[data-calendar-nav=next] {display:inline-block;border: none;background: none;text-shadow: none;-webkit-box-shadow: none;box-shadow: none;z-index:1;outline:none;margin-top:4px;margin-left:30px; vertical-align:top}

@media(max-width:480px) {
	#calendar-box button[data-calendar-nav=prev] { padding:5px; margin-right:20px; margin-top:10px;}
	#calendar-box button[data-calendar-nav=next] { padding:5px; margin-left:20px; margin-top:10px;}
	#calendar-box h3 { font-size:16px; margin-top:16px;}
}

#calendar-box button[data-calendar-nav=prev].list-btt-rem ,
#calendar-box button[data-calendar-nav=next].list-btt-rem {
	position:absolute;
	right:5px;
	margin-top:4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, #calendar-box h3 {
		display: inline-table;		
	}
	::i-block-chrome, #calendar-box button[data-calendar-nav=prev] {
		margin-top:-27px;
	}
	::i-block-chrome, #calendar-box button[data-calendar-nav=next] {
		margin-top:-27px;
	}
}

#stm-calendar-id .cal-row-head .cal-cell1 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #212121;
	padding-top: 14px;
	padding-bottom: 9px;
	background:#FFFFFF;
}
#stm-calendar-id .cal-row-head .cal-cell1:hover, 
#stm-calendar-id .cal-row-head:hover {
	background:transparent;
}
.number-events {
	position:absolute;
	text-transform:uppercase; 
	color: #444444;
	display:table;
	transition: all 0.2s ease;
	right:15px;
	font-weight:700;
	top:4px;
}

	/* Tooltip */
.tooltip {
	background:#444444;
	font-size:14px;
	font-weight:normal;
	padding:4px 10px;
	border-radius:3px;
	color:#FFFFFF;
	border-radius:0px;
	-webkit-border-radius:0px;
	opacity:1;
}
.tooltip.top{
	margin-top:-6px;
	padding:5px 0;
	background-color:#444444;
}
.tooltip-inner{
	background-color:#444444;
	color:#FFFFFF;
}
.tooltip.top .tooltip-arrow{
	bottom:-5px;
	left:50%;
	margin-left:-5px;
	border-width:5px 6px 0;
	border-top-color:#444444
}

	/* Calendar options */
#calendar-options .left-options {
	float:left;
}
#calendar-options .right-options {
	float:right; 
	display:none
}
#calendar-options .right-options ul{
	list-style:none;
	padding:0;
}
#calendar-options .right-options ul li{
	float:left;
}
#calendar-options .right-options ul li ul{
	position: absolute;
	visibility: hidden;
	opacity: 0.5;
	transform: scaleY(0.7);
	-moz-transform: scaleY(0.7);
	-webkit-transform: scaleY(0.7);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#calendar-options .right-options ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
}
#calendar-options .right-options ul li a{
	border-bottom:5px solid transparent;
	display:inline-block;
}
#calendar-options .right-options ul li ul li{
	float:none;
	white-space:nowrap;
	background:#444;
	border-bottom:1px solid #666;
}
#calendar-options .right-options ul li ul li a{
	color:#999999;
	width:100%;
	display:block;
	border-bottom: none;
	padding:5px 10px;
}
#calendar-options .right-options ul li ul li a:hover{
	color:#FFFFFF;
}
#calendar-options .right-options ul li ul li:hover, 
#calendar-options .right-options ul li ul li:hover a{
	background:#46a5e5;
	color:#FFFFFF;
}
#calendar-options .right-options ul li ul li:last-child{
	border-bottom: none;
}
#calendar-options {
	margin-top: 15px;
	color: #999999;
	margin-bottom: 60px;
}
#calendar-options a{
	font-size: 13px;
	font-weight: 400;
	color: #999999;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	transition:         all 0.2s ease;
}
#calendar-options a:hover{
	color:#46a5e5;
	text-decoration:none;
}
#calendar-options a.active{
	font-size:13px;
	font-weight:400;
	color:#46a5e5;
	text-decoration:underline;
}
@media(max-width:910px){
	.number-events {
		position:absolute;
		text-transform:uppercase; 
		color: #444444;
		display:table;
		left:15px;
		font-weight:700;
		top:35px;
		font-size:12px;
		-webkit-transition: all 0.2s ease;
		-moz-transition:    all 0.2s ease;
		transition:         all 0.2s ease;
	}
}
@media(max-width:767px){
	span[data-cal-date] {
		margin-top: 4px;
		margin-left: 10px;
	}
	.single-post-k-event .event-entry-meta,
	.single-post-k-event .event-entry-info{
		width: 100%;
	}
	.number-events {
		display:none;
	}
	.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
		min-height: 70px;
		height:70px;	
	}
	.cal-month-day {
		min-height: 70px;
	}
}
.number-events.addclasshidden{ 
	display: none
}
.number-events.addclassfix{
	font-size: 12px;
	color:  #444444;
	font-weight: 700;
	text-transform: uppercase; 
	display: table;
	position: absolute;
	left: 15px;
	top: 35px;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	transition:         all 0.2s ease;
}
@media(max-width:767px) {
	.number-events.addclassfix { 
		left: 10px
	}
}	
#calendar-box #calendar-loading { 
	position: absolute;
	background: rgba(0,0,0,0.5); 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	z-index: 9999999; 
	display: none
}
.windows8 {
	position: absolute;
	width: 60px;
	height:60px;
	left:50%;
	top:50%;
	margin-top:-30px;
	margin-left:-30px;
}
.windows8 .wBall {
	position: absolute;
	width: 57px;
	height: 57px;
	opacity: 0;
	-moz-transform: rotate(225deg);
	-moz-animation: orbit 3.3s infinite;
	-webkit-transform: rotate(225deg);
	-webkit-animation: orbit 3.3s infinite;
	-ms-transform: rotate(225deg);
	-ms-animation: orbit 3.3s infinite;
	-o-transform: rotate(225deg);
	-o-animation: orbit 3.3s infinite;
	transform: rotate(225deg);
	animation: orbit 3.3s infinite;
}
.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	left:0px;
	top:0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.windows8 #wBall_1 {
	-moz-animation-delay: 0.72s;
	-webkit-animation-delay: 0.72s;
	-ms-animation-delay: 0.72s;
	-o-animation-delay: 0.72s;
	animation-delay: 0.72s;
}
.windows8 #wBall_2 {
	-moz-animation-delay: 0.14s;
	-webkit-animation-delay: 0.14s;
	-ms-animation-delay: 0.14s;
	-o-animation-delay: 0.14s;
	animation-delay: 0.14s;
}
.windows8 #wBall_3 {
	-moz-animation-delay: 0.29s;
	-webkit-animation-delay: 0.29s;
	-ms-animation-delay: 0.29s;
	-o-animation-delay: 0.29s;
	animation-delay: 0.29s;
}
.windows8 #wBall_4 {
	-moz-animation-delay: 0.43s;
	-webkit-animation-delay: 0.43s;
	-ms-animation-delay: 0.43s;
	-o-animation-delay: 0.43s;
	animation-delay: 0.43s;
}
.windows8 #wBall_5 {
	-moz-animation-delay: 0.58s;
	-webkit-animation-delay: 0.58s;
	-ms-animation-delay: 0.58s;
	-o-animation-delay: 0.58s;
	animation-delay: 0.58s;
}
@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(-180deg);
		-moz-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-moz-transform: rotate(-300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}
	30% {
		opacity: 1;
		-moz-transform:rotate(-410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}
	39% {
		opacity: 1;
		-moz-transform: rotate(-645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}
	70% {
		opacity: 1;
		-moz-transform: rotate(-770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}
	75% {
		opacity: 1;
		-moz-transform: rotate(-900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}
	76% {
		opacity: 0;
		-moz-transform:rotate(-900deg);
	}
	100% {
		opacity: 0;
		-moz-transform: rotate(-900deg);
	}
}
@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(-180deg);
		-webkit-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-webkit-transform: rotate(-300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}
	30% {
		opacity: 1;
		-webkit-transform:rotate(-410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}
	39% {
		opacity: 1;
		-webkit-transform: rotate(-645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}
	70% {
		opacity: 1;
		-webkit-transform: rotate(-770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}
	75% {
		opacity: 1;
		-webkit-transform: rotate(-900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}
	76% {
		opacity: 0;
		-webkit-transform:rotate(-900deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: rotate(-900deg);
	}
}
@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(-180deg);
		-ms-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-ms-transform: rotate(-300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}
	30% {
		opacity: 1;
		-ms-transform:rotate(-410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}
	39% {
		opacity: 1;
		-ms-transform: rotate(-645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}
	70% {
		opacity: 1;
		-ms-transform: rotate(-770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}
	75% {
		opacity: 1;
		-ms-transform: rotate(-900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;

	}
	76% {
		opacity: 0;
		-ms-transform:rotate(-900deg);
	}
	100% {
		opacity: 0;
		-ms-transform: rotate(-900deg);
	}
}
@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(-180deg);
		-o-animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		-o-transform: rotate(-300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}
	30% {
		opacity: 1;
		-o-transform:rotate(-410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}
	39% {
		opacity: 1;
		-o-transform: rotate(-645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}
	70% {
		opacity: 1;
		-o-transform: rotate(-770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}
	75% {
		opacity: 1;
		-o-transform: rotate(-900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}
	76% {
		opacity: 0;
		-o-transform:rotate(-900deg);
	}
	100% {
		opacity: 0;
		-o-transform: rotate(-900deg);
	}
}
@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(-180deg);
		animation-timing-function: ease-out;
	}
	7% {
		opacity: 1;
		transform: rotate(-300deg);
		animation-timing-function: linear;
		origin:0%;
	}
	30% {
		opacity: 1;
		transform:rotate(-410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}
	39% {
		opacity: 1;
		transform: rotate(-645deg);
		animation-timing-function: linear;
		origin:30%;
	}
	70% {
		opacity: 1;
		transform: rotate(-770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}
	75% {
		opacity: 1;
		transform: rotate(-900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}
	76% {
		opacity: 0;
		transform:rotate(-900deg);
	}
	100% {
		opacity: 0;
		transform: rotate(-900deg);
	}
}

/*Event classic Style*/
.event-classic-item {
	background: #fff;
	margin-top: 30px;
	padding-right: 10px;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.event-listing-classic .event-classic-item:first-child {
	margin-top: 0;
}
.event-classic-item > a > img {
	float: left;
	max-width: 270px;
	margin-right: 30px;
}
.event-classic-item h3.title {
	margin-top: 45px;
	font-weight: 500;
	font-size: 128.5%;
}
.event-classic-item .event-meta {
	font-size: 115%;
	margin-bottom: 30px;
}
.event-classic-item .event-meta span {
	display: block;
	margin: 0 0 10px;
}
.event-classic-item .event-meta span i {
	margin-right: 12px;
}
.event-classic-item .more-link i {
	margin-left: 10px;
}

/* Event Masonry Style */
.event-isotope-filter {
	text-align: right;
	margin-bottom: 86px;
}
.event-the-title{
	float: left;
	text-align: left;
	font-size: 48px;
	color: #252525;
	line-height: 48px;
}
.event-isotope-filter li {
	display: inline-block;
    font-size: 128.5%;
    line-height: 1.75;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    margin: 5px 12px;
}
.event-isotope-filter li:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.event-isotope-filter li.active:after {
	width: 100%;
}

.event-listing-masonry {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}
.event-listing-masonry .masonry-item {
	padding: 0 15px;
	margin-bottom: 30px;
}
.event-listing-masonry .masonry-item .inner {
	position: relative;
	z-index: 1;
}
.event-listing-masonry .masonry-item .inner > img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.event-listing-masonry .masonry-item .info {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 110px;
	padding: 30px;
	background: #fff;
	transform: translateY(-110px);
	-moz-transform: translateY(-110px);
	-ms-transform: translateY(-110px);
	-webkit-transform: translateY(-110px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.event-listing-masonry .masonry-item .event-meta {
	opacity: 0;
	-moz-opacity: 0;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.event-listing-masonry .masonry-item .inner:hover .k2t-event-mark{
	width: 100%;
	left:0;
	top: 0;
	position: absolute;
	z-index: 1;
	height: 100%;
	background: #fd774c;
	opacity: 1;
}
.event-listing-masonry .masonry-item.has_price .inner:hover .k2t-event-mark,
.event-listing-masonry .masonry-item.has_price .inner:hover .info{
	background: #229955;
}
.event-listing-masonry .masonry-item.has_sale .inner:hover .k2t-event-mark,
.event-listing-masonry .masonry-item.has_sale .inner:hover .info{
	background: #2472a4;
}
.event-listing-masonry .inner:hover .title,.event-listing-masonry .inner:hover .event-meta{
	position: relative;
	z-index: 9;
}
.event-listing-masonry .masonry-item .inner:hover .info{
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	height: 100%;
	padding:80px 30px 30px;
	color: #fff;
}

.event-listing-masonry .masonry-item .inner:hover .info .title a{
	color: #fff;
}
.event-listing-masonry .masonry-item .inner:hover .info .read-more { 
	top: 52px;
	transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.event-listing-masonry .masonry-item .inner:hover .event-meta {
	opacity: 1;
	-moz-opacity: 1;
}
.event-listing-masonry .masonry-item .title {
	font-size: 128.5%;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 25px;
}
.event-listing-masonry .masonry-item .read-more {
	position: absolute;
    z-index: 2;
    width: 50px;
    font-weight: 400;
    height: 51px;
    line-height: 51px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ccc;
    font-size: 130%;
    color: #fff;
    top: 0;
    right: 30px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.event-listing-masonry .masonry-item .event-meta span {
	display: block;
	font-size: 115%;
	margin-bottom: 7px;
}
.event-listing-masonry .masonry-item .event-meta span.date {
	margin-bottom: 7px;
}
.event-listing-masonry .masonry-item .event-meta span i {
	margin-right: 5px;
}
.event-listing-masonry.columns-2 .masonry-item {
	width: 50%;	
}
.event-listing-masonry.columns-3 .masonry-item {
	width: 33.33%;	
}
.event-listing-masonry.columns-4 .masonry-item {
	width: 25%;	
}

/* Shortcode */
.k2t-recent-event {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	overflow: hidden;
}
.k2t-recent-event .event-thumb,
.k2t-recent-event .event-info {
	width: 50%;
	float: left;
}
.k2t-recent-event .event-thumb  img {
	width: 100%;
}
.k2t-recent-event .event-info {
	padding: 50px 100px 20px;
}

.k2t-recent-event .event-info .event-countdown-container .time {
	margin-right: 20px;
}
.k2t-recent-event .event-info .title {
	font-size: 170%;
	margin-top: 10px;
}
.k2t-recent-event .event-info .event-meta > span {
	display: block;
	font-size: 115%;
	margin-bottom: 3px;
}
.k2t-recent-event .event-info .event-meta > span i {
	margin-right: 12px;
}
.k2t-recent-event .event-info .read-more {
	margin-top: 40px;
    display: inline-block;
    padding: 8px 22px;
    font-size: 115%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    background: #3f51b5;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 991px){
	.event-listing-masonry.columns-3 .masonry-item,
	.event-listing-masonry.columns-4 .masonry-item {
		width: 50%;	
	}
	.k2t-recent-event .event-thumb,
	.k2t-recent-event .event-info {
		width: 100%;
		float: none;
	}
}
@media (max-width: 767px) {
	.single-post-k-event .event-entry-meta{
		width: 100%;
		float: left;
	}
	.k2t-related-event .related-event {
		width: 100%;
		float: none;
	}
	#calendar-box {
		padding: 0;
		border: 0;
	}
	.cal-year-box [class*="span"] > div, .cal-month-box [class*="cal-cell"] > div {
		margin: 2px;
	}
	.cal-year-box [class*="span"] > div, .cal-month-box [class*="cal-cell"] > div {
		min-height: 70px;
	}
	.cal-cell > div .events-list {
		left: 5px;
		bottom: 5px;
	}
	.cal-cell > div .events-list .event-item {
		width: 7px;
		height: 7px;
	}
	.event-classic-item {
		padding: 0 0 15px;
	}
	.event-classic-item > * {
		margin-left: 15px;
		margin-right: 15px;
	}
	.event-classic-item > *:first-child {
		margin: 0;
	}
	.event-classic-item > a > img {
		float: none;
		max-width: 100%;
		margin: 0;
	}
	.k2t-recent-event .event-info {
		padding: 20px 15px;
	}
}
@media (max-width: 480px) {
	.cal-year-box [class*="span"] > div > .pull-left, .cal-month-box [class*="cal-cell"] > div > .pull-left {
		margin: 5px;
		font-size: 100%;
	}
	#calendar-box {
		width: 110%;
    	margin: 0 -5%;
	}
	.cal-cell > div .k2t-tooltip {
		width: 170px;
		white-space: inherit;
		font-size: 85%;
		line-height: 2;
	}
	.k2t-recent-event .event-info {
		padding: 20px 7px;
	}
	.k2t-recent-event .event-info .event-countdown-container .time {
		margin-right: 0;
	}
}
@media (max-width: 600px){
	.event-listing-masonry.columns-2 .masonry-item,
	.event-listing-masonry.columns-3 .masonry-item,
	.event-listing-masonry.columns-4 .masonry-item {
		width: 100%;	
	}
}
@media (max-width: 320px){
	.k2t-recent-event .event-info .title {
		font-size: 150%;
	}
	.single-post-k-event .calendar-import a,.single-post-k-event .calendar-import a:first-child {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
}