/* 
Theme Name: AFi Forums
Theme URI: http://forums.actionfigureinsider.com
Version: 1
Description: Custom Wordpress theme for AFi Forums
Author: petergo.org
*/

body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin: 0 !important;
	padding: 0 !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	min-width: 330px !important;
}

img { max-width: 100% !important; height: auto; }
.img_responsive { width: 100% !important; height: auto; }

.nopad {
	padding: 0 !important;
	margin: 0 !important;
}

.afi_menu a {
	color: #facc16 !important;
  	text-decoration: none;
}
.afi_menu a:hover {
	color: #fff !important;
  	text-decoration: none;
}

#wpforo #wpforo-wrap .wpforo-content { width: 75% !important; }
#wpforo #wpforo-wrap .wpforo-right-sidebar { width: 25% !important; padding-left: 20px !important;}

.srr-title {
	font-size: 16px !important;
  	font-weight: bold;
}


@media(max-width: 320px) {

}

