/*
	Theme Name: Clearside
	Description: Custom Clearside Biomedical theme.
	Author: Collective Movement
	Text Domain: minimal-one
	Version: 1.0.0
*/

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2');
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/roboto-condensed-v31-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/roboto-condensed-v31-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/roboto-condensed-v31-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/roboto-condensed-v31-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?wptck');
  src:  url('assets/fonts/icomoon.eot?wptck#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?wptck') format('truetype'),
    url('assets/fonts/icomoon.woff?wptck') format('woff'),
    url('assets/fonts/icomoon.svg?wptck#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e901";
}
.icon-x:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-sphere:before {
  content: "\e9c9";
}

/* General */
html {
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

*, *::before, *::after {
	box-sizing: inherit;
}

.site-container:before,
.site-footer:before {
	content: " ";
	display: table;
}

.site-container:after,
.site-footer:after {
	clear: both;
	content: " ";
	display: table;
}

button, input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

a:focus, a:hover {
	color: #333;
	text-decoration: none;
	outline-width: 0;
}

:focus {
	color: #333;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

p {
	color: #1a1a1a;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.entry {
	display: flex;
	justify-content: center;
	margin: 0;
}

.entry p {
	font-weight: 800;
	text-transform: uppercase;
}

h1.entry-title {
	color: #1a1a1a;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

/* Framework */
.site-container {
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	position: relative;
	min-height: 100vh;
}

.site-inner {
	clear: both;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding: 0 0 1.5em;
	width: 100%;
	flex: 1 0 auto;
}

@media (max-width: 1024px) {
.site-inner {
    padding: 0 0 1em;
}
}