/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			SE:Gamer Dark 
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PlanetStyles ( https://www.planetstyles.net/ )
    --------------------------------------------------------------
*/


@import url("rsfonts.css");


/* colours.css changes */
html, body {
	background: url("./images/bg.jpg") repeat #F9F9F9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

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

h1 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	
	font-size: 3em;
	margin: 0;
}

h1 span {
	color: #ff992c;

}

h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

h3 {color: #000000;}

li.header dt, li.header dd {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

a.forumtitle, a.topictitle {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.postlink, .postlink:visited, .postlink:hover, .postlink:visited:hover {
	background: none;
	color: #57aaff;
	border: none;
}

.rules .postlink {
	border-bottom: 1px dotted;
}

.content, .postbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.postbody h3 {
	font-size: 1.2em;
}

.postbody .content {
	font-size: 1.2em;
}

.site_info {
	background: unset;
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	margin: 0px;
	float: left;
}

.site_info h1 {
position: relative;
text-align:left;
}


.site_info img {
margin-right: 20px;
margin-bottom: 20px;
width: 160px;
height: 160px;
background-size: cover;
display: none!important;
}

.site_info p {
	margin: 0;
	padding-left: 0px;
	text-align: left;
	color: #5c76e7!important;
	font-size: 1.3em;
}

ul#nav-breadcrumbs {
	margin: 15px 0;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	border-radius: 15px;
}

.search-header {
	box-shadow: 0 0 10px #5b5b5b;
}

.headerbar {
	min-height: 400px;
	background: url("./images/bannerMain.jpg") no-repeat left top;
	background-size: cover;
	background-position: center;
	border-radius: 7px 7px 0 0;
	padding: 0 30px;
	margin: 0;
}

.navbar {
	background-color: #dfdfdf;
}

.forabg, .forumbg {
	background-color: #141414;
	background-image: url("./images/forumbg.gif");
	padding: 0;
}

li.header {
	padding-top: 5px;
}

.copyright a {
	color: #ff992c !important;
}

ul.navlinks {
	border-top: none;
}

li.row.reported {
	background-color: #ECD5D8 !important;
}

li.header dt, li.header dd {
	padding: 6px 0 10px 0;	
}

li.header dl.row-item dt {
	background: url("./images/cattip.png") no-repeat 7px 8px;
}

.forumbg, .forabg {
	margin-bottom: 15px;
}

.site_logo {
	/*background-image: url("./images/site_logo.svg");*/
	display: none!important;
}

#nav-main > li > a, #nav-footer > li > span > a, #nav-footer > li > a, #page-footer .navbar {color: #FFFFFF;}

.navbar i {color: #ff992c;}

.badge {
	background-color: #ff992c;
	top: 5px;
	opacity: 1;
}

.copyright span {
	color: #cccccc;
}

.search-header {
	margin-top: 79px;
}

li.row {
	border-top: none;
	padding: 5px 0;
}

li.header dl.row-item dt .list-inner {
	padding-left: 20px;
	padding-right: 30px;
}

.action-bar {
	margin: 15px 0;
}





/* responsive.css changes */


@media only screen and (min-width: 1920px) {
	.headerbar {
		min-height: 20vw;
	}
}
@media only screen and (max-width: 1919px) and (min-width: 200px) {
	.headerbar {
		min-height: 25vw;
	}	
}


@media only screen and (max-width: 920px), only screen and (max-device-width: 1200px) {
	html, body {
		background-color: #FFF;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}


	
	
	.site-description h1 {
		width: 65%;
		font-size: 2em;
	}
	.site_info p {
		width: 65%;
		font-size: 1.1em;
	}
}
@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
	.headerbar {
	
	background-size: cover;	
		}
		
	
	.site_info img {
	width: 20%;
	height: auto;
}
		


}

@media only screen and (max-width: 700px), only screen and (max-device-width: 787px) {
	body {
		padding: 0;
	}
	
	.headerbar {
		margin-left: 0px !important;
		margin-right:0px !important;
		
		background-size: cover;
			
	}
	
	.site_info img {
		width: 20%;
		height: auto;
		
	}
	
	

	
	.navbar {
		margin-left: 0px !important;
		margin-right:0px !important;
	}
}
@media only screen and (max-width: 500px), only screen and (max-device-width: 595px) {
	
	.site-description h1 {
		font-size: 1.5em;
	}		
}

@media only screen and (max-width: 355px), only screen and (max-device-width: 425px) {
	.headerbar {
		min-height: 110px;
		padding: 0px;
	}	
}


@media only screen and (max-width: 299px), only screen and (max-device-width: 370px) {
	
	.navbar {
		padding-left: 5px;
		padding-right: 5px;
	}
}




/* Icons */

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/icon_read.png"); }
.global_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/icon_unread.png"); }
.global_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/icon_read.png"); }
.announce_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/icon_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/icon_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/icon_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/icon_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/icon_read.png"); }
.forum_read							{ background-image: url("./images/icon_read.png"); }
.forum_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/icon_read.png"); }
.forum_unread						{ background-image: url("./images/icon_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/icon_unread.png"); }

.sticky_read						{ background-image: url("./images/icon_read.png"); }
.sticky_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/icon_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/icon_read.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/icon_read.png"); }
.topic_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/icon_read.png"); }
.topic_read_hot_mine				{ background-image: url("./images/icon_read_mine.png"); }
.topic_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/icon_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/icon_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/icon_unread.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/icon_unread_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

dl.row-item {
	background-size: 27px;
}

a:link, a:active, a:visited, .icon.icon-blue { color: #ff992c; }
a:hover, a:hover .icon.icon-blue { color: #ffa212; }

.pagination li.active span, .pagination li a:hover, .global_unread:before, .global_unread_mine:before, .global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread:before, .announce_unread_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread:before, .forum_unread_locked:before, .forum_unread_subforum:before, .sticky_unread:before, .sticky_unread_mine:before, .sticky_unread_locked:before, .sticky_unread_locked_mine:before, .pm_unread:before, .topic_unread:before, .topic_unread_mine:before, .topic_unread_hot:before, .topic_unread_hot_mine:before, .topic_unread_locked:before, .topic_unread_locked_mine:before {
	background-color: #ff992C !important;
}

.profile-avatar {
	margin-bottom: 10px!important;	
}

.left-box.profile-details {
	padding-top: 10px!important;	
}

.profile-rank {
	padding-top: 10px!important;	
}

.left-box {
	margin-top: 5px!important;
	margin-bottom: 5px!important;	
}

.lastpostavatar img {
	border: 1px solid #fff0!important;
	width: 40px;
	aspect-ratio: auto 40 / 40;
	height: 40px;
}

.lastpostavatar img:hover {
	border: 1px solid #fff0!important;
	width: 40px;
	aspect-ratio: auto 40 / 40;
	height: 40px;
}


