/*!
Theme Name: continuum
Version: 1.0.0
2020
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@200;400;600&display=swap');
@import "styles/normalize.css";
@import "styles/wp-base.css";
@import "styles/grid.css";
@import "styles/swiper.min.css";

:root{
	--theme-color: #5260da;
	--second-color: #efefef;
	--empty-color: #ffffff;
}

.theme{
  background-color: var(--theme-color);
}

.theme-border{
	border: 2px solid var(--theme-color);
}

@media only screen and (min-width: 64em) {
	.calibrate .spacer{
		padding-bottom: 12rem;
	}

	html{
	  overflow: hidden;
	}

	.scrollbar{
		height: 100vh;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: var(--theme-color) var(--empty-color);
	}

	.scrollbar::-webkit-scrollbar {
	  width: 10px;
	}

	.scrollbar::-webkit-scrollbar-track {
	  background: var(--empty-color);
	}

	.scrollbar::-webkit-scrollbar-thumb {
	  background-color: var(--theme-color);
	}
}

.white{
	background: var(--empty-color);
}

.gray{
	background: var(--second-color);
}

img{
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

a:hover img{
	transform: scale(1.05);
}

#logo{
	max-width: 350px;
}

.utilities{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.utilities li{
	display: inline-block;
	cursor: pointer;
	font-size: 2rem;
	margin-left: 1rem;
	color: #000000;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.utilities li:hover{
	color: var(--theme-color);
}

.main-navigation{
	width: 25%;
	z-index: 99999;
	display: none;
}

.sub-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.sub-menu li a{
	font-size: 1rem!important;
}

.menu-item .icon-ccm-plus{
	padding-left: 1rem;
	cursor: pointer;
}

#primary-menu{
	margin: 1rem;
	padding: 0;
	list-style: none;
}

#primary-menu li a{
	display: inline-block;
	text-decoration: none;
	font-size: 1.15rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#primary-menu li a:hover{
	text-decoration: underline;
}

.colophon{
	width: 100%;
}

#search-content{
	display: none;
	z-index: 999999;
}


#primary .search-field{
	width: 50%;
	border: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid black;
}

#primary .search-submit{
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0;
	background: none;
	border: none;
	border: 1px solid black;
}

.single-page{
	border-right: 2px solid white;
	background-image: url("styles/ccm-bg.png");
	background-position: 10%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#banner{
	position: relative;
}

#banner .wp-block-image{
	margin: 0;
}

#banner img{
	display: block;
	width: 100%;
	height: auto;
	z-index: 99;
}

#support{
	right: 2rem;
	bottom: 2rem;
	z-index: 999;
}

#support a{
	font-size: 1.25rem;
	display: block;
	padding: 1.25rem 2rem;
	border-radius: 50%;
	text-decoration: none;
	color: #000000;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
}

#support a:hover{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

#news{
	border-top: 2px solid white;
	border-right: 2px solid white;
	box-sizing: border-box;
}

.announcement-ticker{
	position: relative;
	overflow: hidden;
}

.announcement-ticker .swiper-button-next,
.announcement-ticker .swiper-button-prev{
	color: #000000;
}

#secondary h3{
	margin: 0.9rem 0;
}

.wp-block-latest-posts{
	margin: 0;
	padding: 0;
}

.wp-block-latest-posts li a{
	display: inline-block;
	margin-bottom: 1rem;
}


.post-categories{
	list-style: none;
}

.post-categories li a{
	display: inline-block;
	padding: 0 1rem;
	border: 1px solid black;
}

#events{
	padding-bottom: 4rem;
}

.event-info{
	z-index: 1;
	border-right: 2px solid white;
}

.event-item{
	padding: 1rem 0;
	border-bottom: 2px solid white;
}

.event-title{
	font-size: 1.1rem;
}

.event-date{
	font-size: 0.9rem;
	display: block;
}


.wp-block-button__link{
	background: none;
	border-radius: 0;
}

.wp-block-button__link,
.single-page a,
.more,
.buy{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.more,
.buy{
	text-decoration: none;
	margin-top: 1rem;
}

.wp-block-button__link,
.buy{
	padding: 0 1rem;
	border: 1px solid black;
}

.wp-block-button__link:hover,
.wp-block-button__link:visited,
.single-page a,
.more:visited,
.buy:visited{
	color: #000000;
}

.single-page a:before,
.more:before,
.buy:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: var(--theme-color);
	height: 40px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-page a:hover::before,
.single-page a:focus::before,
.single-page a:active::before,
.more:hover::before,
.more:focus::before,
.more:active::before,
.buy:hover::before,
.buy:focus::before,
.buy:active::before {
  right: 0;
}

footer{
	z-index:99;
}

.social{
	list-style: none;
	padding: 0;
	margin: 0;
}

.social li{
	display: inline-block;
}

.social li a{
	font-size: 1.5rem;
	margin-right: 5px;
	vertical-align: middle;
	color: #bebebe;
	text-decoration: none;
}

.social li:last-child a{
	margin-left: 1rem;
	font-size: 80%;
	color: #000000;
}

.social li:last-child a:hover{
	text-decoration: underline;
}

.social li a:hover{
	color: #000000;
}

#copyright{
	text-align: right;
}

#copyright p{
	margin: 0;
}

#copyright a{
	text-decoration: none;
}

#copyright a:hover{
	color: #000000;
	text-decoration: underline;
}

@media only screen and (max-width: 64em) {
	.main-navigation{
		width: 100%;
	}

	#navigation{
		z-index: 99999;
		position: relative;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev{
		right: 0;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next{
		left: 0;
	}

	#events{
		padding-bottom: 8rem;
	}

	.social{
		text-align: center;
		margin-top: 1rem;
	}

	#copyright{
		text-align: center;
	}

}


@media only screen and (max-width: 48em) {
	.utilities li a{
		font-size: 1.5rem;
	}

	#news h3{
		margin: 0.9rem 0;
	}

	#support{
		right: 1rem;
		bottom: 1rem;
	}

	#support a{
		font-size: 0.75rem;
		padding: 1rem 2rem;
	}

	.social li a{
		font-size: 1.25rem;
	}

	#copyright{
		font-size: 12px;
	}

	.announcement-ticker big{
		font-size: 16px;
	}

}


.fullwidth img{
	width: 100%;
	height: auto;
}
