/*
Theme Name: GPU Open
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: GPU Open
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GPU Open is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
	color: #ed1c24;
	cursor: pointer;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.2em;
	margin: 0.67em 0;
}

body.single h1:not(.entry-title) {
	font-size: 1.8em;
	margin: 1.5em 0 .3em;
}

h2 {
	font-size: 1.65em;
	margin: 1.5em 0 .3em;
}

h3 {
	font-size: 1.5em;
	margin: 1.5em 0 .3em;
	font-weight: 600;
}

h4 {
	font-size: 1.3em;
	margin: 1.5em 0 .3em;
}

h5 {
	font-size: 1.1em;
	margin: 1.5em 0 .3em;
}

h6 {
	font-size: 1.1em;
	margin: 1.5em 0 .3em;
	color: rgba(255, 255, 255, .4);
}

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;
	outline-color: #ffffff;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	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-appearance: textfield;
}

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: 5px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p,
.inner-post-content div {
	color: rgba( 255, 255, 255, .7 );
	margin: 1.5em 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

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

ul,
ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ul.bullets, ul.bullets li {
	list-style-type: 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%;
}

table.striped.alt>tbody>tr {
	background: rgba(255, 255, 255, .075);
}

table.striped>tbody>tr:nth-child(odd) {
	background: rgba(255, 255, 255, .15);
}

table.highlight>tbody>tr:hover {
	background: rgba(255, 255, 255, .15);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


input[type="submit"] {
	background: none;
	border: none;
	color: #939598;
}


input[type="submit"]:hover {
	color: #ffffff;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.comment-navigation,
.posts-navigation,
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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%;
}

/*--------------------------------------------------------------
# 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: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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

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

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

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

.default-page {
	padding: 1em 2.5em 2.5em!important;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}


/* Custom */



/* Global */

html {
    background: #000000;
}

body:not(.home) {
	overflow: hidden;
}

body.home,
body.page-template-page-product-list-compute,
body.page-template-page-product-list-gaming {
    overflow-y: auto;
	overflow-x: hidden;
}

div.background {
	/* background: url('http://gpuopen.com/wp-content/uploads/2016/01/background.jpg') no-repeat top center; */
	background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

p,
ul li,
ol li {
	color: rgba( 255, 255, 255, .7 );
}

#content ul li,
#content ol li {
	margin: 5px 0;
}

b, strong {
	color: #fff;
}

.mdi {
	vertical-align: middle;
}

.mdi span {
	margin-left: 10px;
}

.bg-overlay {
	background: rgba( 0, 0, 0, .65 );
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -2;
}


/* Structure */

html, body, #page, #primary, #secondary, .height-100-perc {
	height: 100%;
}

body.home,
body.home #primary,
body.page-template-page-product-list-compute,
body.page-template-page-product-list-gaming,
body.page-template-page-product-list-compute #primary,
body.page-template-page-product-list-gaming #primary {
    height: auto;
}

#primary {
	z-index: 100;
    padding-top: 47px;
}

#secondary {
	z-index: 200;
}

#primary.scrollable, #secondary.scrollable {
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 47px;
}

.pos-fixed {
    position: fixed;
}

#content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

body.single .primary-inner {
	padding: 40px 80px;
}

.primary-inner img {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.primary-inner img.no-shadow {
	box-shadow: none;
}



@media only screen and (max-width: 992px) {
	#primary.sidebar-visible {
		float: none;
		margin-left: 154px; /* width of the blog image plus 4 pixels of gutter */
	}

	body.single .primary-inner {
		padding: 40px;
	}

	#secondary {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 600px) {
	body.single #primary.sidebar-visible {
		margin-left: 0;
	}

	body.single .primary-inner {
		padding: 20px;
	}

	#primary, #primary.scrollable, #secondary.scrollable {
		padding-top: 96px;
	}
}

body #comments,
body .entry-content,
body .search-content,
body .post-list {
	margin: 0 auto;
	max-width: 960px;
}

.default-page .entry-content {
	max-width: none;
}

/* Materialize Overides */

.row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.row.no-gutter {
	margin: 0;
}

.row.px-gutter {
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: 0;
}

.px-gutter + .px-gutter {
	margin-top: 1px;
}

.row.no-gutter > .col{
	padding-left: 0;
	padding-right: 0;
}

.row.px-gutter > .col {
	padding: 1px;
}

.mrg-A-no {
	margin: 0 !important;
}

.mrg-H-no {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.center-align {
    text-align: center;
}

.tabs {
	background: rgba(255, 255, 255, .1);
}

.tabs .tab a {
	color: #ed1c24;
}

.tabs .tab a.active {
	color: #fff;
}

.tabs .indicator {
	background: #ed1c24;
}

img.materialboxed.active {
	max-width: none;
}


/* Navigation */

.navbar-fixed {
	height: 47px;
}

nav {
	background: rgba( 0, 0, 0, .5 );
	height: auto;
	line-height: initial;
}

nav i.mdi {
	display: inline;
	height: auto;
	line-height: normal;
}

nav .main-nav-btn {
	line-height: 45px;
	height: 45px;
	border-radius: 0;
	background: #ed1c24;
	display: block;
	text-align: left;
	padding: 0;
	letter-spacing: 5px;
	font-size: 14px;


	transition: all .25s;
	-webkit-transition: all .25s; /* Safari */
}

nav .main-nav-btn:hover {
	background: #c61017;
}

nav .main-nav-btn .icon-box {
	background: rgba( 255, 255, 255, .2 );
	height: 45px;
	width: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	font-size: 36px;
	color: rgba( 255, 255, 255, .6 );
	padding-left: 3px;
}

nav .dropdown-button-wrapper:hover .mdi:before {
	content: "\f236"
}

nav .dropdown-text {
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#main-navigation-menu {
	background: #470F12;
	padding-bottom: 10px;
}

#main-navigation-menu.dropdown-content li {
	margin-top: 4px;
}

#main-navigation-menu.dropdown-content li:hover {
	background-color: #6F171C;
}

#main-navigation-menu.dropdown-content li.active,
#main-navigation-menu.dropdown-content li.current-menu-ancestor {
	background-color: #ed1c24;

	-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
}

#main-navigation-menu.dropdown-content li > a {
	background-color: transparent;
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 5px;
	text-transform: uppercase;
}

nav ul a,
.scrollspy-menu a {
	padding: 0;
}

nav ul.sub-navigation-menu,
.scrollspy-menu {
	margin-right: -2px;
    padding-top: 0;
}

nav ul.sub-navigation-menu a .mdi,
.scrollspy-menu a .mdi {
    font-size: 20px;
    vertical-align: middle;
}

nav ul.sub-navigation-menu a span,
.scrollspy-menu a span {
    margin-left: 10px;
}

nav ul.sub-navigation-menu a,
.scrollspy-menu a {
	background: rgba( 0, 0, 0, .5 );
	margin: 0 2px 0 0;
	line-height: 45px;
	text-align: center;

	transition: .25s background;
}

nav ul.sub-navigation-menu .sub-menu li:last-child a,
.scrollspy-menu li:last-child a {
	margin-right: 0;
}

nav ul.sub-navigation-menu a:hover,
.scrollspy-menu a:hover {
	background: rgba( 125, 125, 125, .6 );
}

nav ul.sub-navigation-menu li.current-menu-item > a,
.scrollspy-menu a.active {
	background: rgba( 125, 125, 125, .8 );
}

.sub-navigation-menu > li {
	display: none;
}

.sub-navigation-menu li.current-menu-ancestor,
.sub-navigation-menu li.current-menu-item,
.scrollspy-menu {
	display: block;
	width: 90%;  /*add back in if search comes back */
	/*width: 100%;*/
}

.sub-navigation-menu > li > a {
	display: none;
}

.sub-navigation-menu li.current-menu-ancestor .sub-menu {
	margin: 0;
	padding: 0;
}

li.gaming.current-menu-ancestor .sub-menu li,
li.compute.current-menu-ancestor .sub-menu li,
.scrollspy-menu li {
	text-align: center;
    width: 25%;
}

.scrollspy-menu.three li {
	width: 33.333%;
}

.title-bar {
	line-height: 45px;
	font-size: 16px;
	padding: 0 10px;
}

.title-bar .mdi {
	font-size: 14px;
	line-height: 45px;
}

.title-bar .mdi:before {
	font-size: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

.title-bar a:hover {
	color: #ed1c24;
}

.title-bar .right {
	margin-left: 20px;
}


/* Search */
li.search-box,
.share-box {
	float: left;
	display: block;
	width: 5%;
}

@media only screen and (max-width: 992px) {

    .sub-navigation-menu li.current-menu-ancestor,
    .sub-navigation-menu li.current-menu-item,
    .scrollspy-menu {
        display: block;
        width: 70%;  /*add back in if search comes back */
        /*width: 100%;*/
    }

    li.search-box,
	li.share-box {
        width: 15%;
    }

}

.search-handle,
.share-handle {
	background: rgba( 0, 0, 0, .85 );
    color: rgba( 255, 255, 255, .5 );
	height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.search-box:hover .search-handle,
.share-box:hover .share-handle {
    background: rgba( 100, 100, 100, .8 );
    color: #ffffff;
}

.search-box form {
	display: none;
	position: absolute;
	right: 0;
    background: rgba( 100, 100, 100, .8 );
    padding: 5px 10px 10px;
    width: 260px;
}

.search-box:hover form {
	display: block;
}

.search-box input[type=search] {
	margin-bottom: 0;
}


/* Share */

.share-box ul,
.share-box ul li {
	padding: 0;
	margin: 0;
}


.share-box {
	text-align: center;
	position: relative;
}

.share-box .mdi {
	font-size: 24px;
}

.title-bar .share-handle {
	color: #fff;
	background: none;
}

.share-box ul {
	display: none;
	position: absolute;
	width: 100%;
}

.share-box:hover ul {
	display: block;
	background: rgba( 100, 100, 100, .6 );
}


.share-box ul li {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.share-box ul li a:hover {
	background: rgba( 255, 255, 255, .2 );
	color: #fff;
}

.share-box .mdi:before {
	margin: 0;
}



/* Footer */

footer.site-footer {
    position: fixed;
    bottom: -120px;
    width: 100%;
    background: rgba( 0, 0, 0, .85 );
    height: 120px;
    padding: 20px;
	z-index: 250;

    transition: bottom .5s;
}

footer.site-footer:hover {
    bottom: 0px;
}


@media only screen and (max-width: 600px) {

	footer.site-footer {
		bottom: -170px;
		height: 170px;
	}
}

footer .footer-handle {
    height: 35px;
    width: 65px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: -35px;
    right: 65px;
    background: rgba( 0, 0, 0, .85 );
    cursor: pointer;
    color: rgba( 255, 255, 255, .8 );
}

footer.site-footer:hover .footer-handle {
    color: #ffffff;
}

footer ul {
    margin: 0;
}

footer ul li {
    display: inline;
}

footer ul .mdi {
    font-size: 2rem;
}

footer #copyright {
    opacity: .5;
}

a {
	transition: .25s all;
}

footer a:not(.mdi) {
	color: #ffffff;
}

footer a:not(.mdi):hover {
	color: rgba( 255, 255, 255, .8 );
}

footer a.mdi:hover {
	color: #ffffff;
}




/* Page */

.primary-inner {
	background: rgba( 255, 255, 255, .1 );
}

.post-categories {
	color: rgba( 255, 255, 255, .8 );
	margin-bottom: 15px;
}

.entry-meta {
	color: rgba( 255, 255, 255, .6 );
}

.signature {
	font-style: italic;
}

/* Page Overrides */

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

#content ul li {
    list-style-type: initial;
}



/* Home Page */

.home-page {
	text-align: center;
}

.section {
	padding: 0;
}

.intro {
	margin: 80px 25% 50px;
}

.intro img {
	margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
	.intro {
		margin: 80px 15% 50px;
	}
}


.box {
	color: #fff;
	padding: 10%;
	padding-bottom: 0;

	background: rgba( 255, 255, 255, .08 );
}

.box:hover {
	background: rgba( 255, 255, 255, .15 );
}

.box h2,
.box h4 {
	margin-top: 5%;
}

.box .featured-img {
	/* max-width: 100; */
	width:100%
	display: inline-block;
}

.initiatives h2,
.featured-posts h4 {
	text-transform: uppercase;
}

.box p {
	margin-bottom: 0;
}

.box p,
.featured-posts .box h4 {
	color: rgba( 255, 255, 255, .9 ); 
}

.box:hover p,
.featured-posts .box:hover h4 {
	color: rgba( 255, 255, 255, .95 );
}

.featured-posts h4 {
	margin: -6px 0 0px;
	text-transform:none;
	text-align:right;
	font-size:large;
	background-color:#470F12;
	padding:10px 10px 5px 10px;
}
.entry-meta-ftr{
	text-align:right;
	color:#fff;
	background-color:#470F12;
	font-size:13px;
	font-style:italic;
	padding:0 10px 10px 10px;
}

.Featured-title h2{font-size:2.2em; margin:2%}

.featured-posts h1 {
	line-height: 1.5em;
	font-weight: 600;
}

.initiatives .box {
	min-height: 370px;
}

.featured-posts .box {
	min-height: 270px;
	padding:2%;
}

.featured-posts .product-logo {
	padding-top: 0px;
	font-size: 2.6em;
}

.featured-posts .product-logo img {
	height:178px;
}

@media only screen and (max-width: 992px) {
	.featured-posts .box {
		min-height: 220px;
	}

}

@media only screen and (max-width: 600px) {
	.initiatives .box {
		min-height: inherit;
		padding: 10%;
	}

	.featured-posts .box {
		min-height: inherit;
		padding: 2%;
		min-height: initial;
	}
}

.parallax img {
	max-width: 120%;
}

@media only screen and (max-width: 992px) {
	.parallax img {
		max-width: 185%;
	}
}

@media only screen and (max-width: 600px) {
	.parallax img {
		max-width: 260%;
	}
}

.parallax-2 .parallax img {
	max-width: none;
}



.parallax-container {
	height: auto;
}

.mission-wrapper {
	padding: 12% 0;
}

.parallax-1 {
	padding: 13% 20%;
}

.parallax-1 h2 {
	text-transform: uppercase;
}

/* Newsletter section */

.newsletter-1 {
	padding: 5% 20%;
	text-align:left;
}
.newsletter-1 h2 {
	text-transform: uppercase;
	margin-top:0px;
}
.btn{text-transform:none}


/* Initiatives Page */

table.initiatives {
    border-spacing: 2px;
    border-collapse: separate;
    margin: -2px;
    height: 100%;
}

table.initiatives td {
    width: 50%;
    background: rgba( 0, 0, 0, .5);
	vertical-align: top;
}

table.initiatives td.selectable:hover {
    background: rgba( 0, 0, 0, .6);
}

table.initiatives td .initiatives-box {
    padding: 30%;
    vertical-align: top;
    display: block;
	height: 100%;
}

table.initiatives td a {
    color: #ffffff;
	height: 100%;
	display: inline-block;
}

table.initiatives td a:hover {
    color: #ed1c24;
}

table.initiatives h2 {
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 0;
}

table.initiatives h2 div {
	font-weight: 200;
	font-size: .8em;
}

.parallax-2.box {
    padding: 0%;
    background: rgba( 0, 0, 0, .5);
}

.parallax-2.box .follow {
	padding: 10%;
}

.parallax-2.box ul.socials {
	text-align: center;
	margin: 40px 0;
	font-size: 40px;
}

#content .parallax-2.box ul.socials li {
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
}

#content .parallax-2.box ul.socials li a {
	color: #fff;
}

#content .parallax-2.box ul.socials li a:hover {
	color: #ed1c24;
}

.subscribe-panel {
	max-width: 50%;
	margin: 0 auto;
}

.subscribe-panel .form-title {
	text-align: center;
	display: block;
	font-size: 14px;
}

[type="checkbox"]+label:before {
	border-color: rgba(255, 255, 255, .5 );
}

[type="checkbox"]+label {
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
}

[type="checkbox"]:checked+label:before {
	border-bottom-color: #ed1c24;
	border-right-color: #ed1c24;
}

.subscribe-panel input {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.subscribe-panel input[type=text] {
	background: rgba(255, 255, 255, .13);
}

.subscribe-panel input[type=submit] {
	width: 100%;
	background: rgba(255,255,255,.4);
	color: #eee;
	transition: .25s background;
}

.subscribe-panel input[type=submit]:hover {
	background: rgba(255,255,255,.5);
}




@media only screen and (max-width: 992px) {

	.initiatives td .initiatives-box {
		padding: 20%;
	}

	.initiatives h2 {
		font-size: 28px;
	}

	.follow-box {
		padding: 10%;
	}

	.subscribe-panel {
		max-width: 65%;
	}
}

@media only screen and (max-width: 600px) {

	.initiatives td .initiatives-box {
		padding: 10%;
	}

	.initiatives h2 {
		font-size: 24px;
	}

	.subscribe-panel {
		max-width: 75%;
	}
}




pre.gpu-code[class*="language-"] {
	background: rgba( 0, 0, 0, .5);
	color: #ffffff;
	border: none;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
	tab-size: 4;
}

code {
	background: rgba( 0, 0, 0, .5);
	color: #ffffff;
	padding: 2px 6px;
}

pre code {
	padding: 0;
	background: none;
}



input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=submit], textarea.materialize-textarea {
	/*background: rgba( 255, 255, 255, .2 );*/
	line-height: 45px;
	padding: 0 10px;
	box-sizing: border-box;
}

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-color: #ed1c24;
	box-shadow: #ed1c24 0 1px 0 0;
}

input:-webkit-autofill {
	background-color: #ffd2ca !important;
}


/* Slider */

.slider {
    margin-bottom: 2px;
}

.slider h1,
.slider h4 {
    text-shadow: 2px 2px 2px #000;
}

.slider .slides {
	height: 236px !important;
}

.slider .indicators {
	z-index: 5;
}

.slider .indicators .indicator-item {
	background: rgba(255, 255, 255, .6);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	margin-left: 5px !important;
}

.slider .indicators .indicator-item.active {
	background: rgba(255, 255, 255, .9);
}

/* Grid Posts */

.grid-post {
	padding: 40px 0;
	background: rgba( 255, 255, 255, .15 );
	height: 350px;
	color: #fff;
	position: relative;
}

.grid-post:hover {
    background: rgba( 255, 255, 255, .2 );
}

.grid-post img,
.grid-post h4,
.grid-post .product-logo,
.grid-post div.grid-content {
	margin: 0 50px;
}

.grid-post .mdi-star {
	position: absolute;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, .8);
}

.grid-post:hover .mdi-star {
	color: #fff;
}


@media only screen and (max-width: 992px) {

	.grid-post {
		padding: 30px 0;
		height: 320px;
	}

	.grid-post img,
    .grid-post .product-logo,
	.grid-post h4,
	.grid-post div.grid-content {
		margin: 0 30px;
	}
}

@media only screen and (max-width: 600px) {

	.grid-post {
		padding: 20px 0;
		height: auto;
	}

	.grid-post img,
    .grid-post .product-logo,
	.grid-post h4,
	.grid-post div.grid-content {
		margin: 0 20px;
	}

	.grid-post div.grid-content {
		margin-bottom: 20px;
	}
}

.grid-post img,
.grid-post .product-logo,
.grid-post h4.title {
	margin-bottom: 20px;
}

.grid-post h4.title {
	font-size: 24px;
	font-weight: 300;
	min-height: 2em;
}

.grid-post div.grid-content {
	opacity: .7;
	max-height: 13em;
	text-align: left;
}

.grid-post:hover div.grid-content {
	opacity: 1;
}


/* Blog List */

.blog-list .blog-list-post {
	height: 150px;
	margin-bottom: 2px;
	display: block;
	color: #ffffff;
}

.blog-list .post-thumbnail {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 150px;
	height: 150px;
}

.blog-list .post-thumbnail .img-overlay {
	background-color: rgba( 255, 255, 255, 0.2 );
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-list .blog-list-post:hover .post-thumbnail .img-overlay,
.blog-list .blog-list-post.active .post-thumbnail .img-overlay {
	background-color: rgba( 255, 255, 255, .35 );
}

.blog-list .post-content {
	background: rgba( 255, 255, 255, .08 );
	height: 100%;
	overflow: hidden;
	margin-left: 152px;
}

.blog-list .blog-list-post:hover .post-content {
	background: rgba( 255, 255, 255, .15);
}

.blog-list .blog-list-post.active .post-content {
	background: rgba( 255, 255, 255, .2);
}

@media only screen and (max-width: 992px) {
	.blog-list .blog-list-post {
		height: auto;
		width: 150px;
	}

	.blog-list .post-thumbnail {
		float: none !important;
	}

	.blog-list .post-content {
		max-height: 0;
		margin: 0;

		transition: max-height .5s;
		-webkit-transition: max-height .5s; /* Safari */
	}

	.blog-list .blog-list-post:hover .post-content,
	.blog-list .blog-list-post:focus .post-content,
	.blog-list .blog-list-post:active .post-content	{
		max-height: 260px;
	}

	.blog-list .blog-list-post .post-excerpt {
		height: auto;
	}
}

.blog-list .post-content > div {
	padding: 15px;
	overflow: hidden;
}

.blog-list div h6 {
	margin-top: 0;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.blog-list .post-content .mdi {
    color: #939598;
    margin-right: 10px;
    font-size: 12px;
}

.blog-list .post-content .mdi:before {
    color: #ffffff;
    font-size: 14px;
}

.blog-list .post-content .date {
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
}

.blog-list .post-excerpt {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 200;
    margin-bottom: 10px;
}

.blog-list .post-excerpt p {
	height: 4.7em;
	overflow: hidden;
	color: #fff;
	margin: 0 0 1em;
}


/* Comments */

#comments hr {
    margin: 30px 0 0;
}

#comments .comment {
    background: rgba( 255, 255, 255, .15 );
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#comments .comment .comment {
    margin: 17px 0 0 0;
	background: none;
	border-top: 1px solid rgba( 255, 255, 255, .5 );
	border-radius: 0;
}

#comments .comment a {
	color: #dddddd;
}

#comments .comment a:hover {
	color: #ffffff;
}

#comments .comment a#cancel-comment-reply-link {
	color: #ed1c24;
	float: right;
	font-weight: normal;
	font-size: 14px;
}


#comments .comment a#cancel-comment-reply-link:hover {
	color: #970c11;
}

#comments .comments-title-bar {
    margin-bottom: 5px;
    color: #939598;
}

#comments h2 {
    margin-top: 10px;
    font-size: 20px;
    float: left;
}

#comments .add-comment {
    float: right;
    margin-top: 10px;
	color: #939598;
}

#comments .add-comment:hover {
	color: #ffffff;
}

#comments .add-comment .mdi:before {
    font-size: 16px;
}

#respond {
	padding: 10px;
	display: none;
}

#respond #comment-form-subscribe label {
	color: #eee;
}


/* Product Landing Page*/

.product-list .section {
    margin-bottom: 20px;
}

.product-list .section:last-child {
    margin-bottom: 0;
}

ul.grid-links {
	border-left: 1px solid #ffffff;
	min-width: 25%;
}

#content ul.grid-links li {
	list-style-type: none;
	border-top: 1px solid rgba( 255, 255, 255, .5 );
}

#content ul.grid-links li:first-child {
	list-style-type: none;
	border-top: none;
}

ul.grid-links > li a {
	padding: 10px 20px;
	display: block;
	color: #ffffff;
	background: rgba( 255, 255, 255, .1);
}

ul.grid-links > li a .mdi {
	margin-right: 20px;
	font-size: 30px;
}

ul.grid-links > li a:hover {
	background: rgba( 255, 255, 255, .2);
}

/* 404  */

.error404 #primary {
	padding: 5% 20%;
}

/* post-list */

.post-list .entry-content {
	background: rgba( 255, 255, 255, .08);
	padding: 3%;
	margin-bottom: 2px;
}
.post-list .entry-content:hover {
	background: rgba( 255, 255, 255, .15);
}

.post-list h2 {
	margin-top: 0;
}
.post-list .posts-navigation {
	margin-top: 20px;
}

.search .search-box,
.archive .search-box {
	float: right;
}


/* Product Logos */

.product-logos {
	background-color: rgba(255,255,255,.15);
}
.product-logos td {
	padding: 10px;
}
.featured-img .product-logo {height: 178px;}

.product-logo {
	font-size: 24px;
	letter-spacing: 1px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    position: relative;
}

.product-logo .sub-title {
    vertical-align: top;
    position: absolute;
    margin-top: -7px;
    line-height: 0;
}

.bold {
	font-weight: 700;
}
.tiny {
	font-size: .3em;
}
.small {
	font-size: .6em;
}
.medium {
	font-size: .8em;
}

.product-dark-blue {
	color: #0085ff;
}
.product-blue {
	color: #15A4E0;
}
.product-green {
	color: #25EFA5;
}
.product-purple {
	color: #b938ff;
}
.product-red {
	color: #ff3333;
}
.product-gold {
	color: #F9BA0B;
}
.product-turquoise {
	color: #24E9EA;
}
.product-gray {
	color: #8a8a8a;
}
.product-orange {
	color: #F96709;
}
.product-yellow {
	color: #F7F00E;
}




/* Left Nav */

#content .left-nav li {
	list-style-type: none;
}

.left-nav a {
	color: rgba(255, 255, 255, 0.9);
}

.left-nav a:hover,
.left-nav .current_page_item > a {
	color: #ed1c24;
}

.left-nav .sub-menu {
	max-height: 0;
	overflow: hidden;

	transition: all .5s;
	-webkit-transition: all .5s;
}

.left-nav ul > li:hover > .sub-menu {
	max-height: 5000px;
}

.left-nav .current-page-ancestor > .sub-menu,
.left-nav .current-menu-item > .sub-menu {
	max-height: 5000px;
}

.left-nav .menu_wrapper {
	padding: 15px 0;
}

.left-nav.active .menu_wrapper {
	opacity: 1;
	overflow: auto;
	min-width: 170px;
	z-index: 2002;

	max-width: 100%;
	max-height: 100%;

	transition: max-width .5s, max-height .5s, opacity .5s;
	-webkit-transition: max-width .5s, max-height .5s, opacity .5s; /* Safari */
}
.left-nav .menu-item-has-children > a:after {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	speak: none;
	text-decoration: inherit;
	content: "\f238";
	font-weight: bold;
	vertical-align: middle;
}



/* Print Styles */

@media print {
	body, p, ul, ol, li, .inner-post-content div {
		background: transparent!important;
		color: #000!important;
	}

	body,
	body.single .primary-inner,
	body #comments,
	body .entry-content,
	body .search-content,
	body .post-list {
		margin: 0;
		padding: 0;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.site-header,
	#secondary,
	div.reply,
	.add-comment,
	.site-footer {
		display: none;
	}

	#primary.scrollable {
		overflow: visible!important;
	}
}

