/*
Theme Name: Racecraft 3
Theme URI: http://crestaproject.com/downloads/fortunato/
Author: Antonio Moro
Author URI: http://crestaproject.com
Description: Theme based on Fortunato Theme by Andrea Rizzo
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortunato
Tags: one-column, left-sidebar, responsive-layout, custom-menu, custom-colors, sticky-post, featured-images, theme-options, translation-ready, editor-style, full-width-template, rtl-language-support, white, yellow, gray
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Glegoo:400,700|Rokkitt:400,700);
@import url(https://playracecraft.com/wp-content/themes/racecraft3/inc/fontawesome/css/font-awesome.min.css);
@import url(https://playracecraft.com/wp-content/themes/racecraft3/inc/bootstrap.css);

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: #EFEFEF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {font-size: 1.5em;}
h3 {font-size: 1.17em;}
h4 {font-size: 1em;}
h5 {font-size: 0.83em;}
h6 {font-size: 0.67em;}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	padding: 8px;
	border: 1px solid #cecece;
	border-radius: 2px;
	outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #6c6c6c;
	font-size: 18px;
	line-height: 2;
	font-family: 'Roboto Condensed', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight: 400;
}

input,
select,
textarea {
	font-size: 12px;
	line-height: 1.5;
}

.smallPart {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	color: #CCC;
	color: rgba(0,0,0,0.55);
	display: inline-block;
}

.site-header {
	color: #FF0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
	line-height: 1.5;
	font-family: Glegoo, serif;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}



address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	background: rgba(0,0,0,0.03);
	padding: 3px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.spaceLeft {
	padding-left: 5px;
}
.spaceRight {
	padding-right: 5px;
}
.spaceLeftRight {
	margin: 0 5px;
}

.socialLine .spaceLeftRight {
  margin: 0 8px;
}

.site-header {
	height: 90px;
}

iframe#SteamWidget div#widget {
	border: none !important;
    background-color: rgba(0,0,0,0.5) !important;
	background-image: none !important;
	}



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 2px;
	border: none;
	background: #FF0000;
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	outline: none;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #cecece;
	color: #6c6c6c;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #cecece;
	background: #ffffff;
	border: 1px solid #cecece;
	border-radius: 2px;
	outline: none;
	-webkit-appearance: none;
	-o-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #FF0000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px;
}

.widget-area input[type="text"],
.widget-area input[type="email"],
.widget-area input[type="url"],
.widget-area input[type="password"],
.widget-area input[type="search"] {
	width: 100%;
}

textarea {
	padding: 8px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #FF0000;
	text-decoration: none;
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #6c6c6c;
}

a:hover,
a:active {
	outline: 0;
}

.smallPart a, .smallPart a:hover, .smallPart a:focus, .smallPart a:active {
	color: #cecece;
	color: rgba(0,0,0,0.65);
}

.site-header a, .read-link a, .site-title a:hover, .site-title a:focus {
	color: #ffffff;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.theNavigationBar {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	padding: 0 90px;
	text-align: center;
}
.main-navigation {
	clear: both;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li {
	position: relative;
	margin: 0 auto;
	display: inline-block;
}

.main-navigation ul:not(.sub-menu) > li {
	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out;
}

.main-navigation li a:not(:last-child):after {
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
}

.main-navigation ul ul li a:not(:last-child):after {
	content: "\f105";
	margin: 2px 0 0 10px;
	float: right;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1.2em 1.0em 1em;
    border-top: 2px solid transparent;
    -o-transition: border-top .3s ease-in-out;
    -moz-transition: border-top .3s ease-in-out;
    -webkit-transition: border-top .3s ease-in-out;
    transition: border-top .3s ease-in-out;
    font-size: 1.3em;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 62px;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	background: #6c6c6c;
	text-transform: none;
	text-align: left;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

.main-navigation ul ul a {
	width: 230px;
	padding: 1em 1.5em;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
	color: #ffffff;
}

.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li:active > ul, .main-navigation ul li.focus > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul, .main-navigation ul ul li.focus > ul  {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation ul li:hover > a, 
.main-navigation ul li.focus > a, 
.main-navigation li.current-menu-item > a, 
.main-navigation li.current-menu-parent > a, 
.main-navigation li.current-page-ancestor > a,
.main-navigation .current_page_item > a, 
.main-navigation .current_page_parent > a {
	border-top: 2px solid #FFFFFF !important;
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	
	div.openSearch {
		display: none;
	}
	
	body.single h1.entry-title {
	  font-size: 3em !important;
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		background: transparent;
		color: #FFF !important;
	}
	
	.main-navigation {
		text-transform: inherit;
	}
	
	.theNavigationBar {
		top: 0;
		padding: 0;
		z-index: 99;
	}

	.menu-toggle {
		width: 100%;
		padding: 1em;
		text-align: left;
		color: #6c6c6c;
		border-radius: 0;
		font-size: 14px;
		line-height: 1.8;
	}
	.menu-toggle i {
		float: right;
		margin-top: 5px;
	}
	.menu-toggle:hover, .menu-toggle:focus {
		background: rgba(0,0,0,0.3);
		color: #6c6c6c;
	}
	
	.main-navigation.toggled .menu-toggle {
		background: #FF0000;
		color: #ffffff;
	}

	.main-navigation ul {
		display: none;
	}
	
	.main-navigation ul li {
		display: block;
	}
	
	.main-navigation ul ul li a:not(:last-child):after {
		content: "\f107";
		margin: 0 0 0 10px;
		float: none;
	}
	
	.main-navigation ul ul, .main-navigation ul ul ul {
		float: none;
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		display: block;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		padding-left: 5%;
		z-index: 9;
		background: none !important;
	}
	
	.main-navigation a {
		border-bottom: 1px solid rgba(0,0,0,.05);
		text-align: left;
		color: #6c6c6c !important;
		padding: 1em;
	    text-shadow: none;
	    background: #FFF;
	}
	
	.main-navigation ul ul a {
		width: 100%;
	}
	
	.openSearch {
		display: inline;
		position: relative !important;
		top: inherit !important;
		right: inherit !important;
		left: inherit !important;
		font-size: 100% !important;
		width: auto !important;
		height: auto !important;
		line-height: inherit !important;
		margin: 0 5px;
	}
	
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .pagination {
	background: rgba(0,0,0,0.03);
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 400;
	clear: both;
}

.post-navigation {
	border-top: 1px solid #CCC;
}

.post_navigation_title {
  margin: 5px 0px;
  font-weight: 100 !important;
  margin-top: 80px;
  color: #999;
}

.site-main .pagination .nav-links {
	padding: 1.5em;
	text-align: center;
}

.site-main .pagination .nav-links > span, .page-links > span.page-links-number {
  display: inline-block;
  background: #cecece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
  padding: 0.5em 0.8em;
  margin: 1px 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	padding: 1.5em;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	text-transform: uppercase;
	letter-spacing: -1px;
}

.post-navigation .nav-next {
	border-left: 1px solid rgba(0,0,0,0.05);
}

.post-navigation .meta-nav {
  display: inline-block;
  width: 90%;
}

.post-navigation .nav-previous .meta-nav {
  padding-left: 10px;
}

.post-navigation .nav-next .meta-nav {
  padding-right: 10px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-left: -4em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: -4em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.blockComment:before,
.blockComment:after,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.blockComment:after,
.widget_archive li:after, 
.widget_categories li:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
	border-collapse: separate;
}
#wp-calendar > caption {
	padding: 6px 0;
	color: #ffffff;
	text-align: center;
	background: #FF0000;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#wp-calendar th {
	text-align: center;
	background: rgba(0,0,0,0.03);
	padding: 5px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid rgba(0,0,0,0.03);
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border: 1px solid #FF0000;
}

.widget_archive li, .widget_categories li {
	text-align: right;
}
.widget_archive li a, .widget_categories li a {
	float: left;
}

/* Search Box */
#search-full {
	background: rgba(0,0,0,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
.search-container {
	position: relative;
	top: 47%;
	width: 100%;
	max-width: 930px;
	padding: 0 1.5em;
	margin: 0 auto;
}
.search-container input[type="search"] {
	background: transparent;
	font-size: 125%;
	line-height: 1;
	border: 0;
	outline: none;
	border-bottom: 1px solid;
	border-radius: 0px;
	padding: 1em;
	width: 100%;
}
.search-container input[type="search"]:focus {
	border: 0;
	border-bottom: 1px solid;
}
.closeSearch {
	display: inline-block;
	cursor: pointer;
	float: right;
	padding-top: .5em;
}

.search-container label {
	width: 100%;
}


/*--------------------------------------------------------------
Home Modules
--------------------------------------------------------------*/

.carousel {
	min-height: 500px;
	margin-top: 17%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	min-height: 500px;
}

.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 500px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #FFF;
}

.carousel-indicators {
    bottom: 10px;
	display: none;
}

a.carousel-control {

    color: rgba(255, 255, 255, 0.25);
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 130px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0, 0.5);
} 
 
div.home_feature_box {
	width: 25%;
	float: left;
	line-height: 1em;
} 

div.home_feature_box i.fa {
	clear: both;
	font-size: 3em;
	margin-bottom: 10px;
}

.alpha50 {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.privacytext {
	font-size: 12px;
}

#masthead {
	position: relative;
	background: #900;
	background: #900 url(images/hero_rc_NEW.jpg) 50% 0% / cover no-repeat;
    -webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}

.content-area {
	font-weight: 300;
    min-height: 600px;
}
.sepHentry {
	color: #cecece;
	width: auto;
	margin: 1em -4em;
	overflow: hidden;
	text-align: center;
}
.sepHentry:before, .sepHentry:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	height: auto;
	border-bottom: 1px solid #cecece;
	margin: 0 3% 0 -55%;
}
.sepHentry:after {
	margin: 0 -55% 0 3%;
}
.sepHentry2 {
	display: block;
	height: 1px;
	width: auto;
	margin: 2.5em -4em;
	border-top: 1px solid #cecece;
}

.site-header {
	background: url(images/logo_rc2.png) center center no-repeat;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #EEE;
}

.site-header-inside {
    background: url(images/hero_rc.jpg) 50% 0% / cover no-repeat !important;
}

.branding {
    position: absolute;
    top: 100px;
    left: 0px;
    background: url(images/logo_rcesport.png) 50% 0% / cover no-repeat;
    width: 100%;
    padding-bottom: 20%;
    height: 0;
    background-size: 45%;
}

body.home .site-header {
  padding-bottom: 80%;
  height: 0;
}



/* LANDING PAGE */

body.page-template-temp-landing {
    background: url(images/hero_rc.jpg) 50% 50% / cover no-repeat;
    height: 100%;
    margin-bottom: 30px    
}

body.page-template-temp-landing #page.site {
	background: none !important;
}	

body.page-template-temp-landing #footer {
	height: 100px;
}



.landing_logo {
	height: 0px;
	padding-bottom: 50%;
	width: 100%;
	background: url(images/logo_rc.png) 50% 50px / cover no-repeat;
    background-size: 100%;
}

body.page-template-temp-landing .headinterna {
    display: none;
}

body.page-template-temp-landing .branding {
    display: block;
}

body.page-template-temp-landing div#footer {
	background: none !important;
}

body.page-template-temp-landing #masthead .socialnetw,
body.page-template-temp-landing #secondary,
body.page-template-temp-landing .openSidebar,
body.page-template-temp-landing .openSearch,
body.page-template-temp-landing #masthead,
body.page-template-temp-landing .socialnetw {
	display: none;
}

body.page-template-temp-landing .content-area {
    min-height: 0px;
}

body.page-template-temp-landing div.Racecraft_Newsletter {
	margin-bottom: 50px;
	margin-top: 100px;
}





.home_claim {
    text-align: center;
    position: absolute;
    bottom: 180px;
    left: 0px;
    width: 100%;
    height: 50px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.socialnetw {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 50px;
}

.socialnetw a {
	font-size: 20px;	
	margin-right: 10px;
	color: #FFF;
	padding: 8px 15px;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;	
	text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
/*
    background: rgba(0,0,0,0.1);
	border-radius: 10px;
	border: 2px solid #FFF;
*/
}

.socialnetw a:hover {
	background: rgba(255,0,0,0.25);
	text-decoration: none;
}

#footer .socialnetw {
    top: 0px;
    background: rgba(128,0,0,0.65);
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 50px;
    height: 90px;
    font-size: 20px;
    z-index: 10;
}	



.home_box {
    position: absolute;
    bottom: 66px;
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 10;
}

.home_box_cont {
	margin: 0 auto;
    width: auto;
    display: inline-block;
}

.steam_box {
    position: relative;
    background: rgba(0,0,0,0.1);
    width: 300px;
    /* height: 200px; */
    padding: 10px;
    font-size: 20px;
    color: #FFF;
    border-radius: 14px;
    float: left;
    text-align: left;
}

.steam_box .btn {
	display: flex;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.1em;	
}	

.trailer_box {
	position: relative;
    background: rgba(0,0,0,0.1);
    width: 250px;
    /* height: 200px; */
    padding: 10px;
    font-size: 20px;
    color: #FFF;
    border-radius: 14px;
    float: left;
    text-align: left;
    margin-left: 10px;
}

.trailer_box .btn {
	display: flex;
	text-align: left;
	font-size: 1.2em !important;
	line-height: 2em;	
}


div#home_updates {
    display: inline-block;
    width: 100%;
    position: relative;
    clear: both;
}

div#home_updates article {
	height: 150px;
}

.home_titles {
	border-bottom: 2px solid #CCC;
	position: relative;
    margin-right: 16px;
}

.home_titles span{
	position: absolute;
	right: 0px;
	bottom: 2px;
	font-size: 14px;
}


/* HOME VIDEO */

#rc_home_video {
	width: 100%;
}

.mejs-controls {display: none !important;}





.headinterna {
	position: absolute;
	top: 4px;
	left: 80px;
	background: url(images/logo_rc_small.png) center center no-repeat;
	background-size: 200px 100px;
	width: 200px;
	height: 100px;
}




.site-content {
	max-width: 930px;
	margin: 0 auto;
	padding: 0 4em;
	margin-top: 20px;
	margin-bottom: 10px;
}

body.archive .site-content {
	min-height: 1000px;
}	
	

.entry-meta > span {
	margin-right: 0.5em;
}
.entry-meta > span:last-child {
	margin: 0;
}
header.entry-header h1, header.page-header h1 {
	letter-spacing: -1px;
}
header.page-header .taxonomy-description p {
	margin: 0;
}
header.entry-header h1.noMarginTop {
	margin-top: 0;
}
.cat-links a, .tagcloud a, .read-link a, .site-main .pagination .nav-links a, .page-links > a {
	display: inline-block;
	background: #FF0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff !important;
	line-height: 1;
	padding: 0.5em;
	margin: 1px 0;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
.cat-links a:hover, .cat-links a:focus,
.tagcloud a:hover, .tagcloud a:focus,
.read-link a:hover, .read-link a:focus,
.site-main .pagination .nav-links a:hover, .site-main .pagination .nav-links a:focus,
.page-links > a:hover, .page-links > a:focus {
	background: #cecece;
	color: #6c6c6c !important;
}

.entry-footer span {
	display: block;
}
.openSidebar, .openSearch {
	position: fixed;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 175%;
  color: #ffffff;
  cursor: pointer;
  z-index: 9;
  -o-transition: color .2s ease-in-out, left .3s ease-in-out;
	-moz-transition: color .2s ease-in-out, left .3s ease-in-out;
	-webkit-transition: color .2s ease-in-out, left .3s ease-in-out;
	transition: color .2s ease-in-out, left .3s ease-in-out;
}
.openSearch {
	left: inherit;
	right: 30px;
	-o-transition: color .2s ease-in-out, right .3s ease-in-out;
	-moz-transition: color .2s ease-in-out, right .3s ease-in-out;
	-webkit-transition: color .2s ease-in-out, right .3s ease-in-out;
	transition: color .2s ease-in-out, right .3s ease-in-out;
}
.openSidebar.sidebarColor, .openSearch.sidebarColor {
	color: #6c6c6c;
}
body.admin-bar .openSidebar, body.admin-bar .openSearch {
	top: 52px;
}
.openSidebar.yesOpen {
	left: 360px;
}
.openSearch.yesOpen {
	right: -360px;
}

#toTop:hover {
    text-decoration: none;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	font-size: 175%;
	color: #6c6c6c;
}

.widget-area {
	z-index: 9;
	position: fixed;
	top: 0;
	left: -330px;
	width: 330px;
	height: 100%;
	background: #ffffff;
	padding: 1.5em;
	font-size: 14px;
	line-height: 1.5;
	overflow-y: auto;
	border-right: 1px solid #cecece;
	-o-transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}
.admin-bar .widget-area {top: 32px;}
.widget-area.yesOpen {
	left: 0;
}
#page.site {
	position: relative;
	left: 0;
	-o-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
	background: #EFEFEF;
}
#page.site.yesOpen {
	left: 330px;
	-o-transition: left .4s ease-in-out;
	-moz-transition: left .4s ease-in-out;
	-webkit-transition: left .4s ease-in-out;
	transition: left .4s ease-in-out;
}
.widget-title {
/* 	font-weight: 700; */
/* 	text-transform: uppercase; */
}
header.page-header {
	background: rgba(0,0,0,0.03);
	margin: 0 -4em;
	padding: 1.5em;
	text-align: center;
}
.page-links > span.page-links-number {
	margin: 1px;
}
.page-links > a {
	padding: 0.5em 0.8em;
	margin: 1px;
}
.site-info {
	margin: 1.5em 0;
}

a.headTitle{
	color:#fff;
	font-size: 56px;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	text-transform: uppercase;
	height: 80px;
	line-height: 80px;
	padding-bottom: 20px;
	margin-top: 20px;

}

img.img_enada{
	max-height:350px;
}
.enada-press{
	/*display: none;
	    margin: 0px auto;
    margin-top: 0px;
    max-width: 100%;
    min-width: 260px;
    width: auto;*/
}



/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky .entry-title {
	position: relative;
}

.sticky .entry-header .entry-title:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f097";
	position: absolute;
	left: -1em;
	line-height: 1.5;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-summary {
	text-align: justify;
}

.page-links {
	text-align: right;
	clear: both;
	margin: 0 0 1.5em;
}

.art_nav_title {
	font-size: 1.5em;
	line-height: 0.8em;
	font-family: Glegoo, serif;
}

.nav-links a {
	color: #888 !important;
}

.nav-links a:hover {
	color: #F00 !important;
}

.post_icon {
	color: #FFF;
	color: rgba(255,255,255,0.95);
	font-size: 30px !important;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

img.size-large {
    border: 5px solid #CCC;
}

/* 
///////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	ARTICOLI BLOCKS 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////
*/

body.home article.post,
body.archive article.post {
  position: relative;	
  border: 1px solid #DDD;
  padding: 2%;
  width: 32%;
  height: 300px;  
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
}

@media all and (max-width: 800px) {
	body.home article.post,
	body.archive article.post {
	  position: relative;	
	  border: 1px solid #DDD;
	  padding: 2%;
	  width: 48%;
	  height: 300px;  
	  float: left;
	  margin-right: 2%;
	  margin-bottom: 2%;
	  overflow: hidden;
	}
}

@media all and (max-width: 640px) {
	body.home article.post,
	body.archive article.post {
	  position: relative;	
	  border: 1px solid #DDD;
	  padding: 2%;
	  width: 100%;
	  height: 200px;  
	  float: left;
	  margin-right: 0px;
	  margin-bottom: 20px;
	  overflow: hidden;
	}
}

body.home .entry-meta > span,
body.archive .entry-meta > span {
  display: block;
  margin: 0;
}

body.home .entry-meta .spaceLeftRight,
body.archive .entry-meta .spaceLeftRight {
  margin: 0;
  margin-right: 5px;
}


body.home h1.entry-title,
body.archive h1.entry-title {
  font-size: 1.25em;
  line-height: 1.1em;
  background: rgba(255,255,255,0.8);
  padding: 5px;
}

body.home header.entry-header,
body.archive header.entry-header {
	position: relative;
	margin-top: 0px;
}

div.post_excerpt_mask {
	background: url(images/mask_excerpt.png) center bottom repeat-x;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}

.entry-footer .entry-meta {
	background: rgba(255,255,255,0.8);
	padding: 5px 7px;
	margin-bottom: 5px;
}

footer.archivepostfooter {
	position: absolute;
	bottom: 10px;
}

div.post_author {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 30px;
  width: 30px;

}

div.post_author img {
  border-radius: 100px;
  height: 30px;
  width: 30px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 1px solid #555;
}

div.post_background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.15;
	-o-transition: all .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: all .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out, color .3s ease-in-out;
	transition: all .3s ease-in-out, color .3s ease-in-out;        
}

article:hover div.post_background {
    opacity: 1;
}

body.home header.entry-header {
	position: relative;
}

/* 
///////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	STILI NUOVI RACECRAFT TYPO YEAH TROPPO COOL 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////
*/

#infinite-handle span {
    background: #333;
    border-radius: 1px;
    color: #eee;
    cursor: pointer;
    font-size: 20px !important;
    padding: 5px 20px !important;
    margin-top: 0px;
    display: inline-block !important;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;    
}

#infinite-handle span:hover {
    background: #F00;
}

h1.entry-title {
	font-family: 'Glegoo', serif;
	font-size: 2.5em;	
	line-height: 1em;
	letter-spacing: 3px;
	font-size: 100;
}

body.single h1.entry-title {
	font-size: 4em;
	}

h2.intro_art {
	font-family: 'Glegoo', serif;	
	font-size: 1.1em;
	margin-bottom: 30px;
	border-bottom: 3px #CCC solid; */
	min-height: 80px;
	margin-top: 20px;
	font-weight: 300;
	padding-bottom: 20px;
}

h2.intro_art::first-letter {
	font-family: 'Glegoo', serif;
	font-weight: 300;
	font-style: normal;
	font-size: inherit;
	text-transform: uppercase;
	float: left;
	font-size: 4em;
	line-height: .75em;
	color: #F00;
	padding-right: 5px;
}

.nota_art {
	padding: 30px;
	background: #CCC;
}

div.dida_right {
	font-family: 'Glegoo', serif;
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 1.4em;
	width: 300px;
	padding: 0px 30px;
	padding-right: 0px;
	border-left: 3px solid #CCC;
	line-height: 1.4em;
}

div.dida_left {
	font-family: 'Glegoo', serif;	
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	font-size: 1.4em;
	width: 300px;
	padding: 0px 30px;
	padding-left: 0px;
	border-right: 3px solid #CCC;
	text-align: right;
	line-height: 1.4em;
}

.dida_left p, .dida_right p, .titolo_art p {
	margin: 0px !important;
}


blockquote {
	font-family: 'Glegoo', serif;	
	display: block;
	padding: 1.5em 1.5em 1.5em 3.5em;
	margin: 0 -4em 1.5em;
	position: relative;
	border-left: none !important;
	border-right: none !important;
	font-weight: 300;
	background: rgba(0,0,0,.03);
	font-size: 1em;
	line-height: 1.4em;	
}

blockquote::before {
	content: "\201C";
	font-size: 100px;
	color: #F00;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
}


h3.titolo_art {
	font-family: 'Glegoo', serif;
	font-size:2.0em;
	line-height: 1.0em;
	font-weight:100;
	border-bottom: 3px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 10px;
}


h4.sotto_titolo_art {
	font-family: 'Glegoo', serif;	
	font-size: 1.5em;
	font-weight: 300;
	padding-bottom: 5px;
	margin: 0px;
}

h5.frasecentrale {
	font-size: 1.4em;
	line-height: 1.4em;	
	font-family: 'Glegoo', serif;
	font-weight: 100;
	padding: 20px 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
}





/* 
///////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	FOOTER RACECRAFT 
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////
*/

div#footer {
	position: relative;
	background: url(images/hero_rc.jpg) 50% bottom / cover no-repeat !important;
	width: 100%;
	background: #333;
	height: 250px;
}

div#splash_footer {
    position: absolute;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    height: 150px;
    bottom: 0px;
}

div.splash_footer_cont {
	max-width: 790px;
	margin: 0 auto;
	position: relative;
}

div#splash_footer_vv a,
div#splash_footer_steam a {
  color: #FFF;
  text-decoration: underline;
}

div#splash_footer_vv {
background: url(images/sandbox_logo_white.png) no-repeat;
    width: 20%;
    font-size: 12px;
    color: #FFF;
    float: left;
    line-height: 1.1em;
    height: 100px;
    background-size: contain;
    padding-top: 30px;
}

div#splash_footer_steam {
	background: url(images/logo_steam_big.png) 0px 8px no-repeat;
	padding: 10px;
	padding-left: 175px;
	margin-left: 35px;
	width: 330px;
	font-size: 10px;
	color: #FFF;
	float: right;
	line-height: 1.1em;
}

div#splash_footer_menu {
	padding: 10px;
	margin-left: 35px;
	font-size: 16px;
	color: #FFF;
	float: right;
	line-height: 1.1em;	
}

div#splash_footer_menu a {
	color: #FFF;
	text-decoration: none;
}

div#splash_footer_menu a:hover {
	color: #F00;
	text-decoration: none;
}

div#splash_footer_menu .fa-ul {
	margin-bottom: 0px;
}

div#splash_footer_menu .fa-ul>li {
    margin-bottom: 2px;
}

div#splash_footer_menu .fa-li {
    top: 0;

}


div#splash_footer_rating {
  padding: 5px;
  float: right;
}


/* AUTORE */

div.post_autore {
	
}

div.post_autore_thumb {
	padding-top: 10px;
}

div.post_autore_thumb img {
	border-radius: 100px;
	height: 75px;
	width: 75px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


body.author div.post_autore_thumb img {
	border-radius: 120px;
	height: 120px;
	width: 120px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


div.post_autore_name {
	font-size: 1.5em;
	line-height: 1em;	
	margin-top: 10px;
}

body.author div.post_autore_name {
	font-size: 3.0em;
	line-height: 1em;	
}

div.post_autore_name a:hover {
	color: #F00;	
}	

div.post_autore_ruolo {
	margin-bottom: 10px;
}

body.author div.post_autore_ruolo {
	font-size: 2.0em;
	margin-bottom: 10px;
}

div.post_autore_twitter {
	
}
 
 

 
 

@media all and (max-width: 640px) {

	div#footer {
		height: 350px;
	}

	div#splash_footer {
		height: 250px;
	}		
	
	div#splash_footer_vv {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		float: none;
		background: url(images/vv_splash.png) right 5px no-repeat;
		padding-left: 0px;
		padding-right: 110px;		
	}

	div#splash_footer_menu {
		display: inline-block;
		width: 100%;
		margin: 0px;
		padding: 0px;
		float: none;
	}
		
	div#splash_footer_steam {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		float: none;
		background: url(images/logo_steam_big.png) right 8px no-repeat;
		padding-left: 0px;
		margin-left: 0px;
		padding-right: 175px;			
	}	
		
	div#splash_footer_rating {
		display: none;
	}
}	




/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
aside ul li {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 1em 0;
	font-family: 'Glegoo', serif;
}
aside ul li:first-child {
	padding-top: 0;
}
aside ul li:last-child {
	border-bottom: 0px;
}
aside ul li ul.sub-menu, aside ul li ul.children {
	padding-left: 5%;
	margin-left: 5%;
	margin-top: 1em;
	border-left: 1px solid rgba(0,0,0,.1);
}
aside ul li ul.sub-menu li, aside ul li ul.children li {
	padding-top: 1em;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title h2 {
	display: inline-block;
}

.blockCommentLeft {
  float: left;
  width: 30%;
  padding-right: 1.5em;
}

.blockComment.double .blockCommentRight {
  float: right;
  width: 70%;
}

.blockCommentRight {
	float: none;
	width: 100%;
}

.comments-area input[type="text"] {
	width: 100%;
}

.comment-notes, .form-allowed-tags, .logged-in-as {
	margin: 0;
}

#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 1.5em 0;
}
#comments ol .pingback {
	margin: 0 0 1.5em;
	position: relative;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	padding-bottom: 1.5em;
}
#comments ol article {
	margin: 0 0 1.5em;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#comments ol ol {
	padding-left: 5%;
}
#comments ol ol article {
}
#comments article footer img {
	float: left;
	margin-right: 1em;
	border-radius: 2px;
}
#comments article .comment-content {
	clear: both;
	padding-bottom: .5em;
}
#comments .reply {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-reply-title small {
	float: right;
}

.comment-awaiting-moderation {
	margin: 0;
	color: red;
}

.comment-reply-title {
	font-size: 1.5em;
	color: #FF0000;
}


/*--------------------------------------------------------------
Facebook Comments
--------------------------------------------------------------*/

div.Racecraft_Comments {
	margin: 50px 0px;
}

/*--------------------------------------------------------------
Racecraft Newsletter
--------------------------------------------------------------*/

div.Racecraft_Newsletter {
	background: #FFF;
	margin-bottom: 20px;
	margin-right: 2%;
	border: 1px solid #CCC;
	padding: 15px;
    border-radius: 5px;	
}

body.single div.Racecraft_Newsletter {
	margin-right: 0%;
}


div.Racecraft_Newsletter_title {
	line-height: 1.2em;
	color: #AAA;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

div.Racecraft_Newsletter_title h2 {
	font-family: Glegoo, serif;
	color: #F00;
	font-size: 1.7em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: 100 !important;
}

div.Racecraft_Newsletter_block {
	margin: 0 auto;
	display: block;
}

div.Racecraft_Newsletter_form {
	float: left;
	padding: 0px;
	width: 50%;
}

div.Racecraft_Newsletter_fb {
	float: left;
	padding: 0px;
	width: 48%;
	text-align: center;
	margin-left: 2%;
}

div.Racecraft_Newsletter_form input {
	width: 60%;
	height: 40px;
	font-size: 16px;
	color: #555;	
	border-radius: 5px;
}

a.Facebook_Connect_Btn {
	background-color: #4e69a2;
	color: #FFF;
	border-bottom: 1px solid #223770;
	padding: 0px 15px;
	height: 40px;
	float: right;
	line-height: 40px;
	text-align: center;	
	transition: .3s ease-in-out;	
}


a.Subsribe_Btn {
	background-color: #900;
    color: #FFF;
    border-bottom: 1px solid #600;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 37%;
    text-align: center;
    transition: .3s ease-in-out;
    border-radius: 5px;
}

a.Subsribe_Btn:hover,
a.Facebook_Connect_Btn:hover {
	background: #333;	
	border-color: #000;
	text-decoration: none;
}	

div#Racecraft_Newsletter_info {
  background: green;
  color: #FFF;
  padding: 5px 15px;
  margin-top: 15px;
  display: none;
}


.btn-danger {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
    color: #ffffff;
    background-color: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.15);
}

.btn-danger:hover {
    color: #ffffff;
    background-color: rgba(255,0,0,0.50);
    border-color: rgba(0,0,0,0.15);
}

/* Sharer Buttons */

h3.sharer_title {
	font-family: Glegoo, serif;
	color: #F00;
	font-size: 1.7em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border-bottom: 3px solid #CCC;
	padding-bottom: 5px;
	margin-top: 100px;
	font-weight: 100 !important;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin: 0px auto;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 75%;
	background: rgba(0,0,0,.03);
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
}

.wp-caption.alignleft {
	margin-right: 15px;
	margin-left: -100px;
}

.wp-caption.alignright {
	margin-left: 15px;
	margin-right: -100px;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* **********************************************************************
VIDEO WRAPPER
********************************************************************** */

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}










/*--------------------------------------------------------------
RESPONSIVE 5H17
--------------------------------------------------------------*/


@media all and (max-width: 960px) {

	div#rc_carousel {
		display: none;
	}

	.wp-caption.alignleft {
		margin-left: 0px;
	}
	
	.wp-caption.alignright {
		margin-right: 0px;
	}

	.openSidebar,
	.headinterna,
	div.home_carousel {
		display: none;
	}
	
	.widget-area {
		position: relative;
		width: 100%;
		height: auto;
		left: inherit;
		top: inherit;
		background: none;
		border-right: none !important;
		z-index: 1;
		padding: 0;
	}
	
	#secondary {
		display: inline-block;
		margin-top: 4.5em;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}

	#secondary aside {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
		padding: 0 0.75em;
	}

	.branding {
	    padding-bottom: 30%;
	    background-size: 65%;
	}

}

@media all and (max-width: 767px) {


	.site-header {
		height: 54px;
	}

	#masthead {
		padding-top: 50px;
	}

	#rc_home_video,
	.openSearch {
		display: none;
	}



	#secondary {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary aside {
		-webkit-column-break-inside: initial;
		-moz-column-break-inside: initial;
		column-break-inside: initial;
		padding: 0;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
		float: none;
	}
	.post-navigation .nav-next {
		border-top: 1px solid rgba(0,0,0,0.05);
		border-left: 0;
	}
	.blockCommentLeft {
		width: 100%;
		padding-right: 0;
	}
	.blockComment.double .blockCommentRight {
		width: 100%;
	}
	#comments .reply {
		position: relative;
		margin-bottom: 1.5em;
	}


}


@media all and (max-width: 579px) {

	body.page-template-temp-landing .landing_logo {
		height: 200px;
	}

	body.page-template-temp-landing div.Racecraft_Newsletter {
		margin-bottom: 50px;
		margin-top: 50px;
	}	
	
	body.page-template-temp-landing #footer {
		height: 200px;
	}

	.home_claim {
	    display: none;
	}

	.branding {
		background: url(images/logo_rc2.png) top center no-repeat;
		top: 65px;
	}
		
	.socialnetw a {
		font-size: 30px;	
		margin-right: 0px;
		color: #FFF;
		border: none;
		padding: 5px 10px;
	}

	.socialnetw a span {
		display: none;
	}
	
	.socialnetw .spaceRight {
    padding-right: 0px;
	}


	div.dida_right,
	div.dida_left {
		width: 50%;
	}
	
	body, button {
		font-size: 14px;
		line-height: 2;
	}
	.entry-meta > span {
		display: block;
		margin: 0;
	}
	.entry-meta .spaceLeftRight {
		margin: 0;
		margin-right: 5px;
	}
	.site-content, .site-footer {
		padding: 0 1em;
	}
	blockquote,
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation,
	.site-main .pagination {
		margin: 0 -1em 1.5em;
	}
	.alignleft {
		margin-left: 1em;
		display: inline-block;
		float: none;
	}
	.alignright {
		margin-left: 1em;
		display: inline-block;
		float: none;
	}
	.sepHentry {
		margin: 1em -1em;
	}
	.sepHentry2 {
		margin: 2.5em -1em;
	}
	header.page-header {
		margin: 0 -1em;
	}
	.form-allowed-tags {
		display: none;
	}
	.sticky .entry-title {
		padding-left: 1em;
	}
	.sticky .entry-header .entry-title:before {
		left: 0;
	}
	.site-branding .site-title {
		font-size: 3em;
	}
	.search-container input[type="search"] {
		padding: 0.5em 1em;
	}
	
	div.Racecraft_Newsletter_form {
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #CCC;
		margin-bottom: 15px;		
	}

	div.Racecraft_Newsletter_fb {
	  width: 100%;
	  margin: 0px;
	}	
	
	a.Facebook_Connect_Btn {
	  width: 100%;
	}

	div.Racecraft_Newsletter {
	  margin-right: 0%;
	}	

	.wp-caption.alignleft {
		margin: 0px;
	}
	
	.wp-caption.alignright {
		margin: 0px;
	}

	.steam_box {
	    position: relative;
	    background: rgba(0,0,0,0.2);
	    width: 200px;
	    /* height: 200px; */
	    padding: 5px;
	    font-size: 14px;
	    color: #FFF;
	    border-radius: 14px;
	    float: left;
	    text-align: left;
	}
	
	.trailer_box {
	    position: relative;
	    background: rgba(0,0,0,0.2);
	    width: 150px;
	    /* height: 200px; */
	    padding: 5px;
	    font-size: 13px;
	    color: #FFF;
	    border-radius: 14px;
	    float: left;
	    text-align: left;
	    margin-left: 10px;
	}	
	
	.home_box {
	    bottom: 50px;
	}
		
}


@media all and (max-width: 320px) {
	
	.socialnetw a span {
		display: none;

	}


	
}	