/* --------------------------------------------------------
   --------- Login/Register block  ---------
------------------------------------------------------- */
.headerspace {
	display: none;
}

.caf_loginpanel {
	background: transparent;
}

#logged_out_reply {
	text-align: center;
}

/* TITLES / TEXT */
.caf_maintitle,
.caf_subtitle,
.caf_maindesc,
.caf_subdesc {
	color: inherit;
}

.caf_maintitle,
.caf_subtitle {
	margin: 20px 3px 6px;
}

.caf_maindesc {
	font-size: 14px;
	margin: 3px;
}

/* BUTTONS */
.button1 {
	padding: 3px !important;
}

.caf_button:hover {
	background: #960018 !important;
	color: #eee !important;
	border-color: #960018 !important;
	box-shadow: 0 2px 12px rgba(0,0,0,.4);
}

.caf_button2:hover {
	background: #096A09 !important;
	color: #eee !important;
	border-color: #096A09 !important;
	box-shadow: 0 2px 12px rgba(0,0,0,.4);
}

/* ROW */
.caf_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	margin-top: 20px;
}

/* PANELS */
.caf_panel {
	border-radius: 8px;
	padding: 20px;
	width: 420px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	transition: .2s ease;
}

.caf_panel:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,.18);
}

/* DESCRIPTION */
.caf_subdesc {
	line-height: 1.4;
	opacity: .9;
}

/* MOBILE */
@media screen and (max-width: 700px) {

	.caf_maintitle {
		font-size: 34px;
		line-height: 1.2;
	}

	.caf_maindesc {
		font-size: 16px;
	}

	.caf_panel {
		width: 100%;
		padding: 15px;
		margin: 0;
	}

	.caf_subdesc {
		font-size: 16px;
		line-height: 1.3;
	}
}

/* MOBILE LANDSCAPE */
@media screen and (max-width: 950px) and (orientation: landscape) {

	.caf_row {
		flex-wrap: nowrap;
	}

	.caf_panel {
		width: 48%;
		max-width: 48%;
		padding: 15px;
	}

	.caf_subdesc {
		font-size: 15px;
	}
}
