/* 
Tipasa news and events page 
/content/dam/oclc/Tipasa/2023/css/tipasa_newsevents_pg.css
*/

/* Import */

@import url("/content/dam/oclc/Tipasa/2023/css/reset.css");


/* Content */

#tipasa-news {
}

#tipasa-news h1 {
	margin-bottom: 2rem;
	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
}


/* News-Events fixes */

#tipasa-news .ui-tabs .ui-tabs-nav li {
	margin-bottom: 0px;
	top: 1px;
	border-radius: 0px;
}

#tipasa-news .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	outline: none;
}

#tipasa-news .ui-tabs .ui-tabs-panel {
	border-radius: 0px !important;
	padding: 24px;
}

#tipasa-news .newslist.parbase.section,
#tipasa-news .eventlist.parbase.section {
	margin-bottom: 2rem !important;
}

#tipasa-news .eventlist.parbase.section .list-events-nocalendar p {
	text-align: left;
}

#tipasa-news .news-listing .news-list-stats {
	padding: 0;
}

#tipasa-news .news-listing {
	margin: 0 0 1rem 0;
	padding: 0 0 0.5rem 0;
	border-bottom: 1px dotted #888B8D;
}

#tipasa-news .news-listing h3 {
	margin: 0 0 0.5rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: -0.5px;
}

#tipasa-news .news-listing ul.post-metadata li {
	margin: 0 0 0.5rem;
	font-size: 16px;
	line-height: 20px;
	color: #555858;
}

#tipasa-news .event-listing {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#tipasa-news .event-listing,
#tipasa-news .event-listing.event-passed {
	background: #f0f0f0;
}

#tipasa-news .event-listing .event-info p.event-date {
	margin: 0 0 0.5rem;
}

#tipasa-news .event-listing .event-info .event-date {
	font-size: 14px;
	line-height: 18px;
	color: #4D5151;
}

#tipasa-news .event-listing .event-info h1 {
	margin: 0 0 0.5rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #333F48;
	letter-spacing: -0.25px;
}

#tipasa-news .event-listing p.event-short-desc {
	margin: 0;
}

#tipasa-news .event-listing p.event-short-desc {
	font-size: 16px;
	line-height: 20px
}

#tipasa-news .event-listing .event-listing-calendar .el-month {
	padding: 4px 0 2px 0;
	font-size: 12px;
	background-image: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #be151b;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

#tipasa-news .event-listing .event-listing-calendar .el-day {
	padding: 4px 0 0 0;
	border-top: none;
	color: #333F48;
	border-left: 1px solid #BBBCBC;
	border-right: 1px solid #BBBCBC;
}

#tipasa-news .event-listing .event-listing-calendar .el-cal-bottom {
	background: none !important;
	border-bottom: 1px solid #BBBCBC;
	width: auto;
	height: auto;
}

#tipasa-news .event-listing.event-passed .event-listing-calendar,
#tipasa-news .event-listing.event-passed .event-listing-details {
	display: none;
}

#tipasa-news .event-listing.event-passed .event-info {
	margin-left: 0;
}

#tipasa-news .eventlist .event-status-msg.es-passed,
#tipasa-news .eventlist .event-status-msg.no-events,
#tipasa-news .eventlist .event-status-msg.list-empty {
	margin: 0;
	padding: 10px 10px 8px 10px !important;
	font-weight: normal !important;
	font-size: 14px;
	line-height: 18px;
}

#tipasa-news .event-listing .event-listing-details li {
	font-size: 14px;
	line-height: 18px;
}

#tipasa-news .eventlist .event-actions p a {
	display: none;
}

#tipasa-news .eventlist .event-actions p a.event-action-register {
	display: inline-block !important;
}

#tipasa-news .event-actions a.event-action-register {
	display: inline-block;
	margin: 0;
	padding: 12px 18px 10px;
	font-family: 'Graphik Bold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none !important;
	transition: 0.3s;
	box-shadow: none;
	text-shadow: none;
	border: none;
	outline: none !important;
	border-radius: 0px;
	background: #4c8c2b;
	color: #ffffff !important;
}

#tipasa-news .event-actions a.event-action-register:hover {
	background: #37731d;
}

@media screen and (max-width: 600px) {
	#tipasa-news h1 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: -0.75px;
	}

	#tipasa-news .ui-tabs .ui-tabs-panel {
		border-radius: 0px !important;
		border-top: 1px solid #ccc !important;
	}
	#tipasa-news .ui-tabs .ui-tabs-nav li {
		width: 95%;
	}
	#tipasa-news .ui-tabs li a {
		width: 94%;
	}
	#tipasa-news .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-active {
		background: #fff !important;
	}
	#tipasa-news .ui-tabs .ui-tabs-nav li.ui-state-default {
		background: #f1f1f1 !important;
		border-top: 1px solid #ccc !important;
		border-right: 1px solid #ccc !important;
		border-left: 1px solid #ccc !important;
	}
}

@media screen and (max-width: 480px) {
	#tipasa-news .ui-tabs .ui-tabs-panel {
		padding: 14px;
	}
}


