/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:				PBWoW3
	Based on style:			prosilver (the default phpBB 3.3.x style)
	Original PBWoW author:	Tom Beddard ( http://www.subblue.com/ )
	Modified as PBWoW3 by:	PayBas ( http://pbwow.com/ )
	Adapted as Profunky3 by Silverfox ( https://funk-o-logy.com/ )
	--------------------------------------------------------------
*/

@import url("imageset.css?v=3.3");
@import url("custom.css?v=3.3");
@import url("extensions.css?v=3.3");

/*@import url("normalize.css?hash=48eb3f89; */
@import url("base.css?hash=7c5543be");
/*@import url("utilities.css?hash=d8f72c42"); */
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");

/* Tweaks
--------------------------------------------- */
.notouch.section-viewtopic .post-buttons {
	opacity: 0;
	transition: opacity .4s;
}

.notouch.section-viewtopic .post:hover .post-buttons {
	opacity: 1;
}

ul.linklist > li,
#quick-links {
	margin-right: 10px;
}

ul.linklist > li.rightside {
	margin-left: 10px;
}

.icon-mark-read {
	margin-left: 20px !important;
	margin-right: 15px !important;
}

ul.linklist > li a:hover {
	text-decoration: none;
}

.action-bar.compact {
	display: none;
}

input#pf_pbbnetavatar, label[for=pf_pbbnetavatar] {
	display: none;
}

.topic_poll + hr {
	display: none;
}

/* =Media queries (all >700px rules are in responsive.css)
-------------------------------------------------------------- */

@media screen and (max-width: 999px) {
	.forum-blocks li.row,
	.index-left .forum-blocks li.row {
		width: 100%;
		min-height: 60px;
	}

	.forum-blocks li.row dl {
		min-height: inherit;
	}

	.postprofile {
		background-position: 50% 0;
	}
}
