@font-face {
    font-family: Gilroy;  
    src: url(/wp-content/themes/crism/fonts/gilroy.woff);  
    font-weight: normal;
	font-display: swap;
}

@font-face {
    font-family: GilroyLight;  
    src: url(/wp-content/themes/crism/fonts/gilroy-light.woff);  
    font-weight: normal;
	font-display: swap;
}

@font-face {
    font-family: Helvetica-Neue-Light;  
    src: url(/wp-content/themes/crism/fonts/helvetica-neue-light.woff);  
    font-weight: normal;
	font-display: swap;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1680px;
	}
}

a, a:hover {
	text-decoration: none;	
}

p, a {
	font-family: Helvetica-Neue-Light, Sans-Serif;
	font-size: 20px;
	line-height: 35px;
}

h1 {
    font-family: Gilroy;
    font-size: 55px;
    line-height: 70px;
    text-transform: uppercase;
}

h2 {
    font-family: Gilroy;
    font-size: 55px;
    line-height: 70px;
    text-transform: uppercase;
}

h3 {
    font-family: Gilroy;
    font-size: 46px;
    line-height: 56px;
}

h4 {
    font-family: Gilroy;
    font-size: 35px;
    line-height: 50px;
}


@media only screen and (max-width: 480px) {
	
h1 {
    font-size: 28px;
    line-height: 38px;
}

p, a {
	font-size: 20px;
	line-height: 24px;
}
	
	.btn-white {
		display: block;
		margin: auto;
	}	
	
	.top-header .container {
		padding: 0;
	}
	
}

.btn-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: white;
    font-size: 22px;
    line-height: 27px;
    border: 1px solid white;
    padding: 15px 33px;
}

.btn-white:hover {
	background-color: white;
	color: black;
}

ul.page-numbers {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: flex-end;
}

ul.page-numbers li {
	color: #fff;
	border: 1px solid #fff;
    margin-left: 10px;
	line-height: 1.2;
}

ul.page-numbers li a,
ul.page-numbers li span {
	color: inherit;
	padding: 5px 15px;
	display: block;
}

ul.page-numbers li a:hover,
ul.page-numbers li span.current {
	background-color: #fff;
	color: #192432;
}

ul.page-numbers li span.current {
	line-height: 1.7;
}

.postlist-t1 .crs-tile .sl-img {
	display: none;
	top: 0;
}

@media only screen and (min-width: 768px) {
	.postlist-t1 .crs-tile .sl-img {
		display: block;
	}
}

.postlist-t1 .crs-tile:nth-child(odd) .sl-img {
	left: 0;
	transform: translate(-100%, -100%);
}

.postlist-t1 .crs-tile:nth-child(even) .sl-img {
	right: 0;
	transform: translate(100%, -100%) scaleX(-1);
}