/********************************************************************************************************************/
/* CUSTOM  CLASSES
/********************************************************************************************************************/
/*-----------------------------------------------------------------------------------*/
/* CUSTOM TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
.text-large { font-size: 18px; }
.border-bottom li {
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/*-----------------------------------------------------------------------------------*/
/* CUSTOM IMAGE HEADER (big image at top of page)
/*-----------------------------------------------------------------------------------*/
.img-header {
	max-width:960px;
	margin: 0px auto 2px;
	padding: 0px;
	max-height: 350px;
	overflow: hidden;
	display: block;
}
.img-header img, .IE img {
	margin: 0px auto;
	width:auto;
	height:auto;	/* Allows for proportional re-sizing, when changing width */
}
.IE img {
	width:960px;
}
.wrapper .img-header {
	padding: 0px;
	margin: -50px -40px 30px;
}

/*-----------------------------------------------------------------------------------*/
/* CUSTOM TITLE/TAGLINE (wrap title/tagline in this class for custom look)
/*-----------------------------------------------------------------------------------*/
.title-tagline {
	background-color:#202020;
	margin:0px auto;
	padding: 40px 0px 10px;
	width:100%;
	height:auto;
	/*border-top:1px dashed #FFFFFF;*/
	border-bottom:1px dashed #FFFFFF;
}
.title-tagline h1 {
	color:#F5F5F5;
}
.title-tagline .intro {
	color:#C1C1C1;
	margin-bottom:0px;
}

/*-----------------------------------------------------------------------------------*/
/* GAME FEATURES (Img/Description styling for game pages)
/*-----------------------------------------------------------------------------------*/
.feature-entry, .platform-entry{
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  display: block;
  float: left;
  clear: both;
}
.feature-entry img {
	border: 4px solid #D2D2D2;
	margin: 0px;
	padding: 1px;
}
.feature-entry img:hover { border-color: #D31D04; }
.feature-entry a:hover img { border-color: #149EED; }

.platform-entry img{ }

.feature-entry h3,
.platform-entry h3 {
  text-transform: uppercase;
  color: #333333;
}

.thumb {
	float: left;
	display: block;
	padding-right: 20px;
}
.desc {
	display: block;
	border-bottom: 1px solid #8F8F8F;
	overflow: hidden;	/* hides border underneath the thumb div, forces .desc div to fill the rest of the screen */
}
.platform-entry .thumb { width: 180px; }
/*.feature-entry .thumb { min-width: 284px; } */

/*-----------------------------------------------------------------------------------*/
/* GAMEFOLIO (Img/Description styling for games page)
/*-----------------------------------------------------------------------------------*/
#gamefolio {
	overflow: hidden;
}
#gamefolio .items {
  width: 100%;
}
#gamefolio .item { margin-bottom: 40px; }
#gamefolio .thumb { min-width: 316px; }
#gamefolio .thumb img {
	border: 4px solid #D2D2D2;
	margin: 0px;
	padding: 1px;
}
#gamefolio .thumb a:hover img { border-color: #149EED; }
#gamefolio .game-info img {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px;
}
#gamefolio .game-info .extra-icons img{
	padding: 2px;
}
.game-info {
	display: block;
	min-height: 280px;
	text-align: left;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #454545;
}
.game-info p { padding-bottom: 10px !important; }
.game-info h3 {
  text-transform: uppercase;
  color: #454545;
}

.platform-icons, .extra-icons {
	width: 100%;
	display: block;
	overflow: hidden;
}
.extra-icons {
	border-top: 1px solid #C1C1C1;
}

/*-----------------------------------------------------------------------------------*/
/* GAME CREDITS (Img/Year styling for games page's game credits area)
/*-----------------------------------------------------------------------------------*/
#game-credits,
#more-games {
	height: auto;
	display: block;
	overflow: hidden;
	margin: 20px auto;
}
#game-credits .item,
#more-games .item {
	float: left;
	display: block;
	margin: 10px 27px;
	padding: 5px;
	text-align: center;
}
#more-games .item {
	margin:0px 11px;
}
#game-credits .item img.alignnone { margin-bottom: 5px; }



.shortcode-class-test{ background-color: #333; color: #FFF; }


/*-----------------------------------------------------------------------------------*/
/* CUSTOM HORIZONTAL MENU (used in footer)
/*-----------------------------------------------------------------------------------*/
.menu-h {
  background: transparent url("../../../uploads/graphics/inline-separator.png") no-repeat center left;
  text-transform: uppercase;
  margin: 0px;
  padding: 5px 10px;
  display: inline;
}
.menu-h a:hover { color: #FFFFFF; }


/*-----------------------------------------------------------------------------------*/
/* CUSTOM HORIZONTAL IMAGES
/*-----------------------------------------------------------------------------------*/
.images-h {
	text-align:center;
}

.images-h .item {
	margin:5px;
	vertical-align:middle;
	display:inline-block;
}

/********************************************************************************************************************/
/* PLUGIN OVERRIDES
/********************************************************************************************************************/
/*-----------------------------------------------------------------------------------*/
/* NEXTGEN GALLERY SCROLLGALLERY TWEAKS
/*-----------------------------------------------------------------------------------*/
.scrollgallery {
	max-width: 880px !important;
	margin: 0px auto !important;
}
.scrollgallery .imagearea {
	padding: 5px 0px !important;
	margin-left: 0px !important;
}
.scrollgallery .imageareaContent img{
    /*width:880px !important; /*change this*/
	/*height: auto;*/
	/*margin: 0px 50px !important;*/
}
.scrollgallery .scrollGalleryHead{
	padding: 5px !important;
	margin-top:10px !important;
}

.scrollgallery .scrollGalleryFoot{
	padding:10px !important;
	margin-top:5px !important;
}
.scrollgallery .thumbarea img {
	width: 100px;
	height: auto;
}
.scrollgallery .thumbarea img:hover { border-color: #149EED; }

/*-----------------------------------------------------------------------------------*/
/* JETPACK/CONTACT FORM 7 FORM TWEAKS
/*-----------------------------------------------------------------------------------*/
.contact-form select,
.contact-form input[type="text"],
.contact-form input[type="email"],
.wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	width:50% !important;
	min-width:280px;
	padding:5px 10px;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	margin-top:3px;
}
.contact-form select,
.wpcf7-form select {
	padding:5px;
}
.contact-form label,
.wpcf7-form label {
	font-size:16px;
	font-weight:400 !important;
	text-transform:uppercase;
	color:#000000;
	margin-bottom:3px;
	float:none;
	display:block;
}
.wpcf7-form label span {
	color:#AAA;
	margin-left:4px;
	font-weight:normal;
}
.contact-form textarea,
.wpcf7-form textarea {
	width:100% !important;
	padding:10px;
}
.wpcf7-form input[type="submit"] {
	margin-left:3px;
}

/*-----------------------------------------------------------------------------------*/
/* JETPACK SHARE BUTTONS TWEAKS
/*-----------------------------------------------------------------------------------*/
div.sharedaddy div.sd-block {
	border-top:none !important;
	margin:5px 0px 15px !important;
}

/*-----------------------------------------------------------------------------------*/
/* MY TWITTER TWEAKS
/*-----------------------------------------------------------------------------------*/
.my_twitter_inside ul {
	padding:10px 8px !important;
}


/********************************************************************************************************************/
/* THEME OVERRIDES
/********************************************************************************************************************/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* TYPOGRAPHY TWEAKS
/*-----------------------------------------------------------------------------------*/
p { padding-bottom: 15px; /* default is 20px */ }
blockquote p {
	font-family:"Tahoma", sans-serif;
	font-size:16px;
	color:#333333;
	padding-left:15px;
	border-left:5px solid #FFFFFF;
}
.wp-caption p { padding-bottom:0px; }

blockquote {
	background-color:#DBDBDB;
	width:95%;
	padding:15px;
	margin:30px auto;
	border:1px solid #999999;
	border-radius:5px;
}

/* Used at top of page/posts for title */
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #454545;
}
h5 span { color: #17B4F1; }

::selection {
  background: #149eed;
  color:#F5F6F7;
}
::-moz-selection {
  background: #149eed;
  color:#F5F6F7;
}

hr {
	height:40px;
	clear:both;
	margin:20px auto 35px;
	background: transparent url("../images/line.png") no-repeat center middle;
}

/* filter is used for the filtering menus in Portfolio, Videofolio, etc... */
.filter {
	/*font-family:"Actor", sans-serif;*/
	font-size:130%;
	background-image:none;
}

/*img { height: auto; /* forces img to keep its aspect ratio */ }
img.left, img.alignleft { margin-top: 0px; }
img.center, img.aligncenter { padding-bottom:10px; }

.wp-caption {
	background-color:#EDEDED;
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	margin:10px 0px;
	padding: 8px;
	border-radius:5px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	color: #777;
}

.copyright {
	font-family:"Ubuntu Condensed";
	font-size:16px;
	text-transform:uppercase;
}

.sidebox {
	background-image:none;
	padding-top:25px;
}
.sidebox a {
	color:#149EED;
}

.download-box,
.warning-box,
.info-box,
.note-box {
	clear:none;
	overflow:hidden;
}

/*-----------------------------------------------------------------------------------*/
/* BODY TWEAKS
/*-----------------------------------------------------------------------------------*/
#body {
	background: #C2CACE url(../../../uploads/graphics/body-light.png) repeat-y center center !important;
	background:#F5F6F7;
	line-height: 18px;
	height:100%;
}
html{
	height:auto;
	height:100%;
}

/*-----------------------------------------------------------------------------------*/
/* HEADER TWEAKS
/*-----------------------------------------------------------------------------------*/
.logo {
	margin-top: 5px;
}
.header-wrapper {
  /*background: url(../../../uploads/graphics/header-pattern01-bright.png) repeat-x #F7F7F7;*/
  color: #282828;
  background-color:#F5F6F7;

  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-wrapper.dark {
	/*background: url(../../../uploads/graphics/header-pattern01-dark.png) repeat-x #333333;*/
	background-color:#3A3D40;
	color: #D5D5D5;
}
.header-light {
	position:absolute;
	width:100%;
	height: 16px;
	bottom: -16px;
	overflow:visible;
	z-index:1001;
}
.header-arrow {
	margin-top:-0.5px;
	height:42px;
}
.header-light {
	background: transparent url("../../../uploads/graphics/header-light.png") repeat-x center left;
}
.header-wrapper.dark .header-light {
	background: transparent url("../../../uploads/graphics/header-light-dark.png") repeat-x center left;
}
.header-arrow {
	background: transparent url("../../../uploads/graphics/header-arrow.png") no-repeat center center;
}
.header-wrapper.dark .header-arrow {
	background: transparent url("../../../uploads/graphics/header-arrow-dark.png") no-repeat center center;
}

/*-----------------------------------------------------------------------------------*/
/* WRAPPER TWEAKS
/*-----------------------------------------------------------------------------------*/
.wrapper {
	background: transparent; /*#F5F6F7;*/
	width: 880px;		/* default is 960 */
	margin: 0px auto;
	padding: 60px 40px 30px;
	min-height:72%;
}
.content-wrapper {
	margin-left: 5px;
}

.post-container {
	width:620px;	/* defaults is 640 */
}
.post-container.full { width:100%; }
.posts-grid .post { width: 276px; }
.posts-grid .meta {
        background:none;
        padding:5px 0 0;
        font-size:12px;
}

/*-----------------------------------------------------------------------------------*/
/* SIDEBAR TWEAKS
/*-----------------------------------------------------------------------------------*/
.sidebar {
	width: 230px;	/* defaults to 290 */
	padding-left: 20px;
}
.sidebox{ padding-top:25px; }

/*-----------------------------------------------------------------------------------*/
/* TOP NAV MENU TWEAKS
/*-----------------------------------------------------------------------------------*/
.menu {
	background:none;
	font-family:"Ubuntu Condensed", "Tahoma";
	font-weight:normal;
}
.menu ul li {
	background:transparent url("../../../uploads/graphics/nav-menu-line.png") no-repeat center left;
}
.header-wrapper.dark .menu ul li {
	background:transparent url("../../../uploads/graphics/nav-menu-line-dark.png") no-repeat center left;
}
.header-wrapper.dark .menu ul li:first-child { background:#3a3d40; }
.menu ul li ul {
	margin-top: -4px;
	z-index: 1000;
}
.menu ul li a {
	color:#282828;
}
.header-wrapper.dark .menu ul li a {
	color:#CDCDCD;
}
.menu ul li a,
.header-wrapper.dark .menu ul li a {
  font-size: 14px;
}
.menu ul li a:hover,
.menu ul li a.selected {
	padding-top: 30px;
}
.menu ul li.selected a,
.menu ul li a:hover,
.menu ul li a.selected {
	background-color:transparent;
}
.menu ul li ul li {
	background:#F5F6F7 url(../../../uploads/graphics/nav-submenu-line-bright.png) repeat-x center top;
	width:220px;
}
.header-wrapper.dark .menu ul li ul li {
	background:#3A3D40 url(../../../uploads/graphics/nav-submenu-line-dark.png) repeat-x center top;
}
.menu ul li ul li a {
	font-size:13px !important;
	text-align:right;
	height:50px;
	padding-right:20px;
	padding-left:80px;
}
.menu ul li ul li a:hover {
	padding-top: 13px !important;
	padding-right: 10px;
	padding-left: 90px;
}
.widget_nav_menu {
	width:100%;
}
.widget_nav_menu ul { padding-bottom:0px; }
.widget_nav_menu .menu {
	font-size:14px;
}
.widget_nav_menu .menu li {
    background: transparent url("../../../uploads/graphics/inline-separator.png") no-repeat center left;
    text-transform:uppercase;
    display:inline;
    padding:5px 8px 5px 15px;
    margin:0px;
}
.widget_nav_menu .menu li:first-child { background:transparent; }
.widget_nav_menu .menu li a:hover { color:#e33c09; }

.nav-submenu-racing a,
.nav-submenu-spelltorn a,
.nav-submenu-jmor a,
.nav-submenu-fps a,
.nav-submenu-xlr8 a,
.nav-submenu-mxo a,
.nav-submenu-rcmx a,
.nav-submenu-snocross a,
.nav-submenu-atv a,
.nav-submenu-sx a,
.nav-submenu-baja a {
	background-repeat:no-repeat;
	background-position-x:10px;
	background-position-y:center;
}
.nav-submenu-racing a {background-image:url("/wp-content/uploads/2014/07/2XLRacing_icon-64.png") !important;}
.nav-submenu-spelltorn a {background-image:url("/wp-content/uploads/2014/07/spelltorn-icon-small.png") !important;}
.nav-submenu-jmor a {background-image:url("../images/nav-jmor.png") !important;}
.nav-submenu-fps a{background-image:url("/wp-content/uploads/2012/10/fps-icon-small.png") !important;}
.nav-submenu-xlr8 a{background-image:url("/wp-content/uploads/2012/06/xlr8_icon_small.png");}
.nav-submenu-mxo a{background-image:url("/wp-content/uploads/2013/02/mxo-icon-small.png");}
.nav-submenu-rcmx a{background-image:url("/wp-content/uploads/2013/02/rcmx-icon-small.png");}
.nav-submenu-snocross a{background-image:url("/wp-content/uploads/2013/02/snocross-icon-small.png");}
.nav-submenu-atv a{background-image:url("/wp-content/uploads/2009/05/atv-icon-small.png");}
.nav-submenu-sx a{background-image:url("/wp-content/uploads/2012/09/supercross-icon-small.png");}
.nav-submenu-baja a{background-image:url("/wp-content/uploads/2012/09/baja-icon-small.png");}

/*-----------------------------------------------------------------------------------*/
/* COLUMNS TWEAKS
/*-----------------------------------------------------------------------------------*/
.separator-right {
	border-right:1px solid #CCCCCC;
	margin-right:3.8%
}
.last-separator-left {
	border-left:1px solid #CCCCCC;
	margin-right:-1px !important;
	padding-left:17px;
	margin-left:-17px;
	clear: right;
}

/*-----------------------------------------------------------------------------------*/
/* REVOLUTION SLIDER TWEAKS (main slider)
/*-----------------------------------------------------------------------------------*/
/* .rev_slider_wrapper is the top class */
.bannercontainer {
	width:100% !important;
	margin:2px auto;
	background:#1B1D1A url("../../../uploads/graphics/body-bg-featured.jpg") no-repeat center top;
}
.rev_slider_wrapper {
	margin-bottom: -45px !important; /* un-push the wrapper */
}
.caption p {
	padding:0px;
}

/*-----------------------------------------------------------------------------------*/
/* ZETASLIDER TWEAKS (image slider for game pages)
/*-----------------------------------------------------------------------------------*/
.zetaSlider {
  /*width: 960px; /*force to 960px width*/
  margin:0px auto;
  padding:8px 0px 5px;
  background-color: #C2CACE;
}
.zetaHolder, .zetaEmpty div, .zetaEmpty {
  height: 350px;
  background-color: #F5F6F7;
}

/*-----------------------------------------------------------------------------------*/
/* PORTFOLIO TWEAKS (grid-type display of games)
/*-----------------------------------------------------------------------------------*/
#portfolio .items li,
.portfolio .items li {
	width:284px;
	height:auto;
	margin:0 14px 14px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  BLOG TWEAKS
/*-----------------------------------------------------------------------------------*/
.featured a img {
	margin: 0px auto;	/* Centers img */
}
.featured img:hover { border-color: #D31D04; }
.featured a:hover img { border-color: #149EED; }

.post-container .post .featured {
	/*margin-left:75px;*/
	margin:15px auto;
	padding:0px;
}
.post-container .post .featured img {
	width:auto;
	max-width:620px;
	height:auto;
	/*float:left;
	margin:-5px 15px 15px 10px;
	border:3px solid #D2D2D2;*/
}
.post-container .related ul li img {
	border:3px solid #D2D2D2;
}
.posts-grid .excerpt {
	/* Style the excerpt underneath the image */
}
.latest-blog li {
	background:#FFFFFF;
	width:410px;
	margin:0px 46px 40px 0px;
	padding:1px;
	border-radius:27px 0px;
}
.post-container .post .post-info .title-meta .post-title { background-image:none; font-size:20px; padding-bottom:0; }
.post-container .post .post-info .title-meta .post-title a { color:#333333; }

#navigation {
	background:transparent url("../images/line-blog.png") no-repeat center top;
}

/*-----------------------------------------------------------------------------------*/
/*  RELATED POST TWEAKS
/*-----------------------------------------------------------------------------------*/
.post-container .related {
	background:transparent url("../images/line-blog.png") no-repeat center bottom;
	padding-bottom:30px;
}

/*-----------------------------------------------------------------------------------*/
/*  WIDGET TWEAKS
/*-----------------------------------------------------------------------------------*/
/* Remove h3 header from social widget in footer */
.footer .widget.social h3 { display:none; }

/*-----------------------------------------------------------------------------------*/
/*  FORMS-INPUT FIELDS-ETC... TWEAKS
/*-----------------------------------------------------------------------------------*/
.forms fieldset .text-input,
.forms fieldset .text-area,
#comment-form input,
#comment-form textarea {
	background:#FFFFFF;
}
input, textarea, select, label {
	font-family:"Ubuntu Condensed", "Calibri", "Arial", sans-serif;
}
input, textarea, select {
	border:1px solid #E5E6E7 !important;
}

.contact-form-area {
	width:75%;
	margin:0 auto;
}
.contact-form .select, .plan li {
	text-align:left;
}

input[type="submit"] {
	text-transform:uppercase;
	width:90px;
	padding:8px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER TWEAKS
/*-----------------------------------------------------------------------------------*/
.footer-area {
	width:100%;
}
.footer-wrapper {
	background-color: #F5F6F7;
	padding: 20px 0px;
}
.site-generator-wrapper {
	background-color: #F0F0F0;
	min-height: 100px;
}
.footer-light {
  background: transparent url(../../../uploads/graphics/footer-light.png) repeat-x center bottom;
  position: relative;
  height: 16px;
  margin-top: -16px;
}