/**************************************************
 
 LAYOUT SITE ONLY - REMOVE AND
 MAKE SURE TO USE CLIENTS FULL WIDTH SECTION OPTIONS
 
**************************************************/
img {
	max-width: 100%;
}

/*make sure you have fonts assigned before you remove*/
#shell,
.content,
#cf1-filter-form .input-buttons input {
}

#content #text-wrap {
	border-bottom: 1px solid #d6d5d5;
}

#content #text-wrap .inner-wrap {
	padding-bottom: 0 !important;
}

#shell {
  border: none;
  border-radius: none;
}

#shell-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#shell,
.content {
	overflow: visible;
}

#shell::after,
.content::after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.content {
    padding: 0;
    box-sizing: border-box;
	border: none;
    width: 100%;
}

.content a {
	transition: .3s;
}

.content a:hover {
}

.layout-site-wrap {
	width: 96%;
	margin: 0 auto;
	padding: 2rem 0;
}

.cf1-section .container {
  	position: relative;
  	max-width: 1140px;
  	width: 90%;
  	margin: 0 auto;
}

.cf1-section {
	position: relative;
}

.cf1-section .cf1-section-inner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 4rem 0;
}

@media (min-width: 992px) {
	.cf1-section .cf1-section-inner {
		padding: 6.25rem 0;
	}
}

.cf1-section .cf1-section-inner.dark {
}

.cf1-section .cf1-section-inner.parallax {
	background-attachment: fixed;
}
	
.cf1-section .content-text {
	position: relative;
}

.content h2 {
	font-weight: 700;
	margin-bottom: 2.5rem;
}

.content {
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
}

.content .dark,
.content .dark h2,
.content .dark h3,
.content .dark h4,
.content .dark h5,
.content .dark h6,
.content .dark p,
.content .dark li {
}

.tabs {
    display: none;
    margin: 2rem 0;
}

.tabs.ui-tabs {
    display: block;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    white-space: nowrap;
    width: 100%;
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 0;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
}

@media (min-width: 992px) {
	.ui-tabs .ui-tabs-nav li {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}
 
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}

@media (min-width: 992px) {
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: .5em 2rem;
	}
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	outline: none;
	box-shadow: none;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 2rem;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/*This week monklet*/
#cf1-this-week {

}

#cf1-this-week .cf1-this-week {
	display: -webkit-box; 
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 1rem;
}

#cf1-this-week .cf1-this-week article {
	position: relative;
	width: 100%;
	-webkit-box-flex: 0; 
	flex: 0 0 100%; 
	max-width: 100%;
	margin-bottom: 1rem;
	display: none;/*shows via script*/
}

@media (min-width: 768px) {
	#cf1-this-week .cf1-this-week article {
		-webkit-box-flex: 0;
		flex: 0 0 47.5%;
		max-width: 47.5%;
	}
}

#cf1-this-week .cf1-this-week .article-row {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: -webkit-box; 
	display: flex;
}

#cf1-this-week .cf1-this-week .date {
	position: relative;
	width: 100%;
	-webkit-box-flex: 0; 
	flex: 0 0 66px; 
	max-width: 66px;
	min-height: 1px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

#cf1-this-week .cf1-this-week .date > div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#cf1-this-week .cf1-this-week .date .day {
	display: block;
	font-size: 24px;
}

#cf1-this-week .cf1-this-week .date .month {
	display: block;
	font-size: 14px;
}

#cf1-this-week .cf1-this-week .info {
	position: relative;
	flex-basis: 0; 
	flex-grow: 1; 
	max-width: 100%; 
	min-height: 1px;
}

#cf1-this-week .cf1-this-week .info-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
	padding: 1rem 1.75rem;
}

#cf1-this-week .cf1-this-week .info .title {
	margin-bottom: .125rem;
	font-size: 18px;
}

@media (min-width: 768px) {
	#cf1-this-week .cf1-this-week .info .title {
		font-size: 24px;
	}
}

#cf1-this-week .cf1-this-week .info .time {
	margin: 0 !important;
}

.cf1-this-week-more {
	text-align: center;
	margin: 0;
}

.cf1-this-week-more a {
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.cf1-this-week-more a:hover {
}

/*Starting soon monklet*/
#cf1-starting-soon {

}

#cf1-starting-soon .cf1-starting-soon {
	display: -webkit-box; 
	display: flex;
	flex-wrap: wrap;
}

#cf1-starting-soon .cf1-starting-soon article {
	position: relative;
	width: 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	#cf1-starting-soon .cf1-starting-soon article {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	#cf1-starting-soon .cf1-starting-soon article {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}


#cf1-starting-soon .cf1-starting-soon a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

#cf1-starting-soon .cf1-starting-soon .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
}

#cf1-starting-soon .cf1-starting-soon .title {
	margin: 0 !important;
	padding: 0 15px;
	text-align: center;
	transition: .2s ease-in-out;
}

/*classfinder loading*/
#cf1-filter,
#cf1-layout {
	position: relative;
}

#cf1-filter.preloading,
#cf1-layout.preloading {
	min-height: 10rem;	
}

#cf1-filter.preloading:after,
#cf1-layout.preloading:after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center 10%;
	background-size: 64px 64px;
}

/*classfinder filter*/
#cf1-filter {
	position: relative;
	width: 100%;
	left: 0;
	z-index: 899;
	box-shadow: none;
	background-color: transparent;
}

#cf1-filter:before {
	content:"";
	position: absolute;
	left: -450%;
	top: 0;
	width: 1000%;
	height: 100%;
}

#cf1-filter.is-sticky {
	position: fixed;
}

@media (min-width: 992px) {
	#cf1-filter.is-sticky {
		top: 84px;
	}
}

.dark #cf1-filter.is-sticky {
}

#cf1-filter .cf1-filter {
	position: relative;
}

#cf1-filter.is-sticky .cf1-filter {
	max-width: 960px;
	margin: 0 auto;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

#cf1-filter .cf1-filter-top {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 1rem 0;
}

#cf1-filter .cf1-search {
	position: relative;
	width: 180px;
	min-width: 180px;
	margin-right: 10px;
}

@media (min-width: 992px) {
	#cf1-filter .cf1-search {
		width: 260px;
		min-width: 260px;
	}
}

#cf1-search {
	border: 0;
	outline: none;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	overflow: hidden;
}

#cf1-search fieldset {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
	border: 0;
	border-radius: 0;
	overflow: hidden;
}

#cf1-search-term {
	float: left;
	display: block;
	width: 95%;
	padding: 0 5%;
	border: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px;
	height: 46px;
	outline: none !important;
	background-color: transparent;
	border-radius: 0;
}

#cf1-search-term::-webkit-input-placeholder { opacity: 1 !important;}

#cf1-search-term:-moz-placeholder { opacity: 1 !important; }

#cf1-search-term::-moz-placeholder { opacity: 1 !important; }

#cf1-search-term:-ms-input-placeholder { opacity: 1 !important; }

#cf1-search-submit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 15%;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	background: none;
	outline: none;
	border: 0;
	padding: 2px 0;
	cursor: pointer;
	transition: .3s;
	background-color: transparent;
}

#cf1-filter .cf1-toggle {
	position: relative;
	min-width: 80px;
}

#cf1-filter-toggle {
	display: block;
	line-height: 46px;
	height: 46px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
}

.dark #cf1-filter-toggle {
}

#cf1-filter-toggle .icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: .25rem;
}

.dark #cf1-filter-toggle .icon {
}

#cf1-filter .cf1-scroll {
	display: block;
	width: 100%;
	min-width: 100%;
	text-align: center;
	padding: 0 0 1rem 0;
}

#cf1-filter.on .cf1-scroll {
}

#cf1-scroll {
	display: inline-block;
	font-size: 16px;
}

.dark #cf1-scroll {
	display: inline-block;
}

#cf1-filter-form {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 16px 0 32px;
	z-index: 899;
}

#cf1-filter.on #cf1-filter-form {
	display: block;
}

#cf1-filter-form:before {
	content:"";
	position: absolute;
	width: 1000%;
	height: 100%;
	left: -450%;
	top: 0;
}

.dark #cf1-filter-form:before {
}

#cf1-filter.is-sticky #cf1-filter-form:before {
	width: 2000%;
	left: -950%;
}

#cf1-filter-form .cf1-filter-inner {
	position: relative;
	display: block;
	width: 270px;
	padding: 0;
	margin: 0 auto;
}

@media (min-width: 992px) {
	#cf1-filter-form .cf1-filter-inner {
		width: 348px;
	}
}


#cf1-filter-form .cf1-filter-item {
	margin-bottom: .5rem;
}

#cf1-filter-form .cf1-filter-item-heading {
	display: block;
	font-size: 16px;
	padding: 1rem .5rem;
	border-radius: 0;
	font-weight: 700;
	transition: none !important;
}

.dark #cf1-filter-form .cf1-filter-item-heading {
}

#cf1-filter-form .cf1-filter-item.on .cf1-filter-item-heading {
	padding-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#cf1-filter-form .cf1-filter-item ul {
	display: none;
	margin: 0 !important;
	padding: .5rem 1rem .5rem 1.5rem !important;
	list-style: none !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: none !important;
}

.dark #cf1-filter-form .cf1-filter-item ul {
}

#cf1-filter-form .cf1-filter-item.on ul {
	display: block;
}

#cf1-filter-form .cf1-filter-item.filter-childcare {
	display: block !important;
	border-radius: 0;
}

#cf1-filter-form .cf1-filter-item ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#cf1-filter-form .cf1-filter-item ul li input {
	display: none;
}

#cf1-filter-form .cf1-filter-item ul li label {
	display: block;
	position: relative;
	padding: 6px 42px 6px 0;
	cursor: pointer;
	overflow: hidden;
	font-size: 16px;
	margin: 0px;
}

.dark #cf1-filter-form .cf1-filter-item ul li label {
}

#cf1-filter-form .cf1-filter-item ul.filter-childcare li label {
	font-weight: 700;
}

#cf1-filter-form .cf1-filter-item ul li label:before {
	font-family: "icons";
	speak: none;
  	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:"\ed72";
	position: absolute;
	font-size: 16px;
	line-height: 20px;
	width: 42px;
	text-align: right;
	right: 0;
	top: 6px;
	opacity: 0.3;
	
}

#cf1-filter-form .cf1-filter-item ul.filter-childcare li label:before {
	content:"\ee77";
	opacity: 1;
}

#cf1-filter-form .cf1-filter-item ul.filter-childcare li input:checked + label:before {
	content:"\ee78";
}

#cf1-filter-form .cf1-filter-item ul li input:checked + label:before {
	opacity: 1;
}

.dark #cf1-filter-form .cf1-filter-item ul li input:checked + label:before {
	opacity: 1;
}
		
#cf1-filter-form .input-buttons {
	text-align: center;
}

#cf1-filter-submit {
	display: block;
	padding: .75rem 0;
	width: 100%;
	margin: 0;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .2s;
}

.dark #cf1-filter-submit {
}

#cf1-filter-submit:hover {
}

.top-buttons {
	padding: 0;
	margin-bottom: .5rem;
	text-align: right;
}

#cf1-filter-reset {
	display: none;
	font-size: 14px;
	background: none;
	outline: none;
	border: 0;
	padding: 2px 0;
	cursor: pointer;
	transition: .3s;
}

#cf1-filter-reset:hover {
	opacity: .6;
}

/*classfinder layout*/
#cf1-layout {

}

#cf1-layout .cf1-filter-title {
	text-align: center;
}

#cf1-layout .cf1-layout {
	display: -webkit-box; 
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#cf1-layout .cf1-layout article {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0; 
	flex: 0 0 100%; 
	max-width: 100%;
	margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
	#cf1-layout .cf1-layout article {
		-webkit-box-flex: 0; 
		flex: 0 0 48.5%;
		max-width: 48.5%;
	}
}

#cf1-layout .cf1-layout article .article-row {
	display: -webkit-box; 
	display: flex;
	padding: 1rem;
}

#cf1-layout .cf1-layout article .image {
	-webkit-box-flex: 0; 
	flex: 0 0 40%;
	max-width: 40%;
	margin-right: 5%;
}

#cf1-layout .cf1-layout article .image img {
	display: block;
	width: 100%;
	height: auto;
}

#cf1-layout .cf1-layout article .info {
	-webkit-box-flex: 0; 
	flex: 1 0 55%;
	max-width: 100%;
}

#cf1-layout .cf1-layout article .info .title {
	margin-bottom: .35rem !important;
	font-size: 18px;
}

@media (min-width: 768px) {
	#cf1-layout .cf1-layout article .info .title {
		font-size: 24px;
	}
}

#cf1-layout .cf1-layout article .info .times {
	margin: 0 !important;
}

#cf1-layout .cf1-layout article .info .registration {
	margin: .75rem 0 0 0 !important;
}

#cf1-layout .cf1-layout article .info .registration a {
	display: inline-block;
	border-radius: 0;
	font-size: 14px;
	padding: .125rem .85rem;
	border-width: 1px;
	border-style: solid;
}

#cf1-layout .more-classes {
	text-align: center;
	padding:  2rem 0;
}

#cf1-layout .more-classes a {
	display: inline-block;
	padding: .75rem 1rem;
	border-radius: .5rem;
}

#cf1-layout .more-classes a:hover {
}

.dark #cf1-layout .more-classes a {
}

@media (min-width: 992px) {
	#cf1-layout .more-classes a {
		font-size: 32px;
		padding: 1.75rem;
	}
}

/*detail*/
.cf1-detail-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.cf1-detail-row.image img {
	display: block;
	width: 100%;
	height: auto;
}

.cf1-detail-row.text-wrap {
}

.cf1-detail-left {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0;
	flex: 0 0 90%;
	max-width: 90%;
	padding: 3rem 5%;
}

.cf1-detail-left.date {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.cf1-detail-left {
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.cf1-detail-right {
	position: relative;
	width: 100%;
	min-height: 1px;
	-webkit-box-flex: 0;
	flex: 0 0 90%;
	max-width: 90%;
	padding: 3rem 5%;
}

.cf1-detail-right.info {
}

@media (min-width: 992px) {
	.cf1-detail-right {
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.cf1-detail-left.date article {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}

.cf1-detail-left.text article {
	max-width: 760px;
	margin: 0 auto;
}

.cf1-detail-right.info article,
.cf1-detail-right.more article {
	max-width: 280px;
	margin: 0 auto
}
	
@media (min-width: 992px) {
	.cf1-detail-right.info article,
	.cf1-detail-right.more article {
		margin: 0;
	}
}

.cf1-detail-right.more {
	text-align: center;
}

.cf1-detail-left.date article .cf1-detail-heading {
	text-align: center;
}

.cf1-detail-left.date article .article-row {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: -webkit-box; 
	display: flex;
}

.cf1-detail-left.date article .date {
	position: relative;
	width: 100%;
	-webkit-box-flex: 0; 
	flex: 0 0 66px; 
	max-width: 66px;
	min-height: 1px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.cf1-detail-left.date article .date > div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.cf1-detail-left.date article .date .day {
	display: block;
	font-size: 24px;
}

.cf1-detail-left.date article .date .month {
	display: block;
	font-size: 14px;
}

.cf1-detail-left.date article .info {
	position: relative;
	flex-basis: 0; 
	flex-grow: 1; 
	max-width: 100%; 
	min-height: 1px;
}

.cf1-detail-left.date article .info-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
	padding: 1rem 1.75rem;
}

.cf1-detail-left.date article .info .time {
	margin: 0 0 .5rem 0 !important;
}

.cf1-detail-left.date article .info .add {
	margin: 0 !important;
}

.cf1-detail-left.date article .info .add {
	margin: .5rem 0 0 0 !important;
}

.cf1-detail-right.info article .cf1-detail-meta {
	margin: 0 0 1rem 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cf1-detail-right.info article .cf1-detail-meta li {
	position: relative;
	margin: 0 0 .25rem 0 !important;
	padding: 0 0 0 24px !important;
	list-style: none !important;
	font-size: 14px;
}

.cf1-detail-right.info article .cf1-detail-meta li.meta-heading {
	font-weight: 700;
	text-transform: uppercase;
}

.cf1-detail-right.info article .cf1-detail-meta li.meta-heading .icon {
	position: absolute;
	left: 0;
	top: 2px;
}

.cf1-detail-right article .registration {
	margin: 0 !important;
}

.cf1-detail-right article .registration a {
	display: block;
	border-radius: 0;
	padding: .7rem .75rem;
	text-align: center;
	font-size: 14px;
}

.cf1-detail-right.dark article .registration a {
}

.cf1-detail-right.more .cf1-share-wrap {
	
}

@media (min-width: 992px) {
	.cf1-detail-right.more .cf1-share-wrap {
		display: none;
	}
}

.cf1-detail-left.text .cf1-share-wrap {
	display: none;
	padding-top: 3rem;
	text-align: left;
}

@media (min-width: 992px) {
	.cf1-detail-left.text .cf1-share-wrap {
		display: block;
	}
}

.cf1-share {
	margin-bottom: 3rem;
}

.cf1-share h6 {
	text-transform: uppercase;
	margin-bottom: .5rem !important;
}

.cf1-share ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cf1-share ul li {
	display: inline-block;
	margin: 0 1rem 0 0;
}

.cf1-share ul li a {
	font-size: 20px;
}

.cf1-share-wrap .return a {
	border-radius: 0;
	padding: .7rem 1.5rem;
	text-align: center;
	font-size: 14px;
}

.cf1-share-wrap .return a:hover {
}

.cf1-detail-coord {
	text-align: center;
	margin-bottom: 2rem;
}

.cf1-detail-coord .title {
	text-transform: uppercase;
}

.cf1-detail-coord-image {
	text-align: center;
	margin-bottom: 1rem;
}

.cf1-detail-coord-image img {
	display: block;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
}

.cf1-detail-coord-info {
	margin-bottom: .5rem;
}

.cf1-detail-coord-info h3,
.cf1-detail-coord-info h4,
.cf1-detail-coord-info h5 {
	margin: 0 0 .25rem 0;
}

.cf1-detail-coord-info p {
	font-size: .875rem;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.cf1-detail-coord-social {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.cf1-detail-coord-social li {
	list-style: none;
	margin: 0 .25rem !important;
	padding: 0 !important;
	display: inline-block;
}

.cf1-detail-coord-social li a {
	display: block;
	font-size: 1rem;
}

.cf1-detail-filter-item {
	margin-bottom: 2rem;
}


.cf1-detail-filter-item p {
	font-size: 14px;
	margin-bottom: .5rem !important;
}

.cf1-detail-filter-item p i {
	font-style: italic;
}

.cf1-detail-filter-item a {
	display: inline-block;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    height: auto;
    white-space: pre-wrap;
}

.cf1-detail-filter-item a:hover {
}

.cf1-detail-filter-item ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	text-align: center;
}

.cf1-detail-filter-item ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 .25rem .5rem .25rem;
}

.cf1-detail-filter-item ul li a {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}


/*colors*/

#cf1-filter.preloading:after,
#cf1-layout.preloading:after {
	background-color: rgba(255,255,255,.94);
	background-image: url(/_assets/img/loaders/preloader.svg);
}

.dark #cf1-layout .more-classes a {
	box-shadow: 0 0 1px rgba(255,255,255,.25);
}


#cf1-starting-soon .cf1-starting-soon .info {
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}

.cf1-this-week-more a {
	box-shadow: 0 0 1px rgba(0,0,0,.1);
}

#cf1-layout .more-classes a {
	box-shadow: 0 0 1px rgba(0,0,0,.25);
}


#cf1-layout .cf1-layout article .info .registration a:hover,
.cf1-detail-right article .registration a:hover,
.cf1-this-week-more a:hover,
#cf1-filter-submit:hover,
#cf1-layout .more-classes a:hover {
	opacity: .6;
}

#cf1-search-term::-webkit-input-placeholder { opacity: 1 !important; color: #1b1f2b; }

#cf1-search-term:-moz-placeholder { opacity: 1 !important; color: #1b1f2b; }

#cf1-search-term::-moz-placeholder { opacity: 1 !important; color: #1b1f2b; }

#cf1-search-term:-ms-input-placeholder { opacity: 1 !important; color: #1b1f2b; }

#cf1-search-term:focus::-webkit-input-placeholder { color: transparent; }

#cf1-search-term:focus:-moz-placeholder { color: transparent; }

#cf1-search-term:focus::-moz-placeholder { color: transparent; }

#cf1-search-term:focus:-ms-input-placeholder { color: transparent; }
