/* --------------------------------------------------------
--------- Login/Register block
-------------------------------------------------------- */

.headerspace{
	display:none;
}

.caf_loginpanel{
	background:transparent;
	width:100%;
	box-sizing:border-box;
}

#logged_out_reply{
	text-align:center;
}

.topiclist.forums.partner dt{
	width:100%;
	padding:0;
}

.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;
}

.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);
}

.caf_row{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	gap:5px;
	margin-top:20px;
	padding: 5px
}

.caf_panel{
	flex: 1;
	min-width:320px;
	border-radius:8px;
	padding:20px;
	box-sizing:border-box;
	box-shadow:0 2px 12px rgba(0,0,0,.18);
	text-align:center;
	transition:.2s ease;
}

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

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

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

	.caf_maindesc{
		font-size:16px;
	}

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

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

@media screen and (max-width:950px) and (orientation:landscape){

	.caf_row{
		flex-wrap:nowrap;
		padding:0;
		gap:10px;
	}

	.caf_panel{
		flex:1;
		min-width:0;
		width:auto;
		max-width:none;
		padding:15px;
	}

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