/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:		AABC LCRC	3.3.8 onwards to 3.3.14 	2024-11-20T13:14:00+01:00 			            stylesheet-3_3_xx_SE-AABC.css
	Based on style:		prosilver Special Edition  and prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ ) and AABC ( https://aabc.uk/ )
    --------------------------------------------------------------
*/


/* start remove some 5.2 styles */


.dropdown-toggle::after {

    content: unset;		/* bs 5.2 was "" which made a caret - but became a double due to the fa-icon */
}

dt {
    font-weight: unset;     /* bs 5.2 was 700 */
}



.navbar {
		/* AABC */
	    background-color: whitesmoke;
   
   display: block;  /* AABC overrides the bootstrap flex */

}



/* end remove some 5.2 styles */








/* colours.css changes */

html, body {
    background-color: white;
}

body {
	padding: 0;
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}





.forabg, .forumbg {
		/* AABC */
	    background-color: #2b863d;
	    background-image: unset;
	    background-repeat: unset;
	
	margin-bottom: 8px;
}




li.row {
	background-color: #E8ECEE;
}

li.row:hover {
	background-color: #EBEFF1;
}

li.row.bg3 {
	background-color: #F0F4F6;
}

li.row.bg3:hover {
	background-color: #F4F8FA;
}




.jumpbox-cat-link {
	background-color: #2b863d;
}



/* make some links red */

a.forumtitle,
a.lastsubject,
a.topictitle,
.icon:before {
    color: #e52329;
}





/*
		2022-08-24T20:19:00+01:00
	AABC.uk 
*/	


.aabc-top-full-width {
	background-color: #e52329;
	color: white;
	/* margin-bottom: 1rem; */
}



.aabc-bottom-full-width {
	background-color: #e52329;
	color: white;
	margin-top: 1rem;
}



.copyright {
    color: lightgrey;
}

.copyright a {
	color: lightgrey !important;
	border-bottom: dotted;
}



.aabc-top-menu {
	padding-left: 0;
}











/* / X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* / Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.aabc-top-menu {
		padding-left: 23vw;
	}
}

/* / Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.aabc-top-menu {
		padding-left: 30vw;
	}
}

/* / Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.aabc-top-menu {
		padding-left: 5vw;
	}
}

/* / X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.aabc-top-menu {
		padding-left: 10vw;
	}
}

/* / XX-Large devices (larger desktops, 1400px and up) */
	@media (min-width: 1400px) { 
		.aabc-top-menu {
			padding-left: 11vw;
	}
}




/* / Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	fieldset.quick-login input.inputbox {
	  width: unset;
	  max-width: 80px;
	}
}









.headerspace {
  margin-bottom: 16px;
}

.stat-block.statistics {
	display: none;
}	




@media (max-width: 700px) {

	.postprofile dd {     /* displays the post count & joined year on mobiles */
	    display: contents;
	}
}