/*
Theme Name: Pistonhead
Theme URI: http://underscores.me/
Author: deBroome
Author URI: http://deBroome.com
Description: Pistonheads website. To change footer info and text on the slideshow in startpage, please go to Widgets. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pistonhead
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.

Pistonhead is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url('https://fast.fonts.net/cssapi/0896eb9f-3e71-46d8-8c6e-35ff3ba84571.css');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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: 3em;
	margin: 0.3em 0;
}

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;
}

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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*
font-family:'Univers LT W01_67 Bold_1476016'; 	// Bold Condensed 
font-family:'Univers LT W01_57 Condensed';		// Condensed 
font-family:'Helvetica Neue LT W01_71488914';	// Bold
font-family:'Helvetica Neue LT W01_55 Roman';	// Roman
*/

body,
button,
input,
select,
textarea,
.cat-list ul li.cat-item {
	color: #404040;
	font-family: 'Helvetica Neue LT W01_55 Roman', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation li,
.cat-list ul li.categories {
	font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
	clear: both;
}
b,
strong {
	font-family: 'Helvetica Neue LT W01_71488914', sans-serif;
	font-weight: normal;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

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;
}

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;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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 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. */
	margin: 0 auto;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;

    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;

    margin-top: 10px;

    font-size: 1.1em;
    letter-spacing: 1px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-top: 35px;
	text-align: center;
}

.main-navigation li {
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	margin-left: 10px;
}
.main-navigation a:hover {
	color: #999;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
#menuToggle {
	display: none;
}
/*@media screen and (max-width: 37.5em) {*/
@media screen and (min-width: 768px) {
/*	.main-navigation a.blackLogo {
		display: none;
	}*/
}
@media screen and (max-width: 768px) {
	#menuToggle {
		display: block;
	}
	a.site-logo {
		position: relative;
		width: 80%;
		margin: 0 auto 25px auto;
		text-align: center;
	}
	a.site-logo img {
		width: 160px;
		max-width: inherit;
	}
	img.pistonvision-logo {
		position: relative;
		display: block;
	    margin-top: 10px;
	    width: 180px;
	    max-width: inherit;
	}
	#primary-menu {
		width: 190px;
		max-width: inherit;		
	}
	#site-navigation {
		display: none;

		overflow-y: auto;
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 15;
		background-color: #000;
		width: 250px;
		height: 100%;
		padding-bottom: 15px;
		margin-top: 0;
		margin-right: 0;
	}

	.main-navigation {
		float: none;
		width: 100%;
		clear: both;
	}
	.main-navigation ul {
		float: none;
		width: 80%;
	    margin: 0 auto;
	    border-top: 2px solid #FFF;
	    border-bottom: 2px solid #FFF;
	}
	.main-navigation li {
		float: none;
		margin: 10px 0;
		text-align: center;
	}
	.main-navigation li.current_page_item a,
	.main-navigation a:hover {
		color: #ccc;
	}
	.header-default-wrapper {
		display: none;
	}
}


#menuToggle {
	position: fixed;
	z-index: 16;

	-webkit-user-select: none;
	user-select: none;

	right: 30px;
	margin-top: 15px;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #FFF;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-11px, -15px);
  /*background: #000;*/
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(-4px, 9px);
}


/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: scale(1.0, 1.0);
  opacity: 1;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
a.btn-filled {

}
a.btn-clear {
	padding: 10px 25px 12px 25px;
	border: 1px solid #FFF;
	color: #FFF;
}
a.btn-clear:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.rotate {
    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
 		   	transform: rotate(45deg);
}

body.home .entry-content {
	margin-top: 0;
}
.panel-grid
/*.minus-margin,
.widget_instagram-feed-widget*/ {
	margin: 0 -15px;
}
#sbi_load {
	padding-top: 0!important;
}
#content .textwidget table {
	float: left;
    margin-right: 20px;
}
#content .textwidget table tr {
    border: 2px solid #FFF;
}
.panel-row-style {
	background-position: center center;
}




/*--------------------------------------------------------------
## Instagram flow
--------------------------------------------------------------*/
#sb_instagram #sbi_images .sbi_item:nth-child(n+13) {
	display: none;
}
@media (max-width: 480px) {
	#sb_instagram #sbi_images .sbi_item:nth-child(n+7) {
		display: none;
	}
}
#sb_instagram .sbi_photo_wrap svg.sbi_playbtn {
	max-width: 48px; 
}

/*--------------------------------------------------------------
## Splash - Age Check
--------------------------------------------------------------*/
body.splash-overflow {
	overflow: hidden;
}

#splash-age-check {
	position: fixed;
	overflow: auto;
	z-index: 9000;
	height: 100%;
	width: 100%;
	padding: 10%;
	background-color: #555;
	color: #FFF;
	text-align: center;

	background-image: url('img/splash_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
		moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;	

}
#splash-age-check .splash-headline {
	margin-bottom: 15px;
}
#splash-age-check .splash-logo {
	width: 200px;
	margin-bottom: 25px;

    -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
    	 -o-transition: all 500ms ease-in-out;
    		transition: all 500ms ease-in-out;	
}
#splash-age-check .splash-logo.bw {
    -webkit-filter: grayscale(100%);
    		filter: grayscale(100%);
}
#splash-age-check .splash-btn {
    display: inline-block;
    margin: 15px;
	padding: 10px 0;
	width: 140px;
	border: 1px solid #FFF;
	background: transparent;
	font-size: 2.3em;
	letter-spacing: 1px;
	cursor: pointer;
}
#splash-age-check .splash-btn:hover {
	background: #FFF;
	color: #000;
}
#splash-age-check a {
	color: #FFF;
	text-decoration: underline;
}
#splash-age-check a:hover {
	color: #999;
}
#splash-age-check .splash-terms {
	display: table;
	border-top: 1px solid #FFF;
	padding: 7px 25px 0 25px;
	margin: 25px auto;
}
#splash-age-check .splash-if-no {
	color: #d22630;
	display: none;
}


/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/

.prod-text {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 50px;
	color: #FFF;
}
.prod-text h3 {
	margin-bottom: 30px;
}
.prod-text img {
    -webkit-transform-origin: 10% 90%;
    	-ms-transform-origin: 10% 90%;
	    	transform-origin: 10% 90%;
	max-height: 320px;
    width: auto;
}
.prod-text a {
    border: 1px solid #FFF;
    background-color: #000;
    color: #FFF;
    position: absolute;
    padding: 5px 45px 5px 15px;
    right: -200px;
    top: 150px;
    font-size: 1.1em;
}
.prod-text a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
.prod-box:hover .prod-text a {
	right: -3px;
}
.prod-box:hover .prod-text img {
    -webkit-transform: rotate(-15deg);
    	-ms-transform: rotate(-15deg);
	        transform: rotate(-15deg);
}

.prod-img {
	min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
		moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;		
}

.prod-box {
	position: relative;
	overflow: hidden;
}
.prod-box .panel-grid .panel-first-child { 
	background-color: #000;
	margin-bottom: 0!important;
}
.prod-box:hover .prod-img {
	opacity: 0.3;
}
.prod-box .panel-grid {
	margin-left: 0!important;
	margin-right: 0!important;
}
.prod-box .panel-grid .panel-grid-cell {
	padding-left: 0!important;
	padding-right: 0!important;
}
.prod-img,
.prod-text a,
.prod-text img {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
    	 -o-transition: all 300ms ease-in-out;
    		transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #000;
	padding: 100px 50px;
	color: #FFF;
	background-image: url('img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
	-webkit-background-size: cover;
		moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
@media (max-width: 780px) {
	.site-footer {
		padding: 50px 20px;
	}
	.site-footer .col-sm-6 {
		margin-bottom: 25px;
	}

}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-logo {
	position: absolute;
	z-index: 1;
}

.pistonvision-logo {
	position: absolute;
    top: 8px;
    right: 0;
}

.header-slider-text {
	position: absolute;
	text-align: center;
	margin-top: 12%;
	left: 0;
	right: 0;
	z-index: 5;
	color: #FFF;
}
.header-slider-text {
}
.header-slider-text .rotate {
	font-size: 3em;
    margin-bottom: -10px;
    display: inline-block;
}
.header-slider-wrapper {
	position: relative;
}
.header-slider-wrapper .ewd-slider-section .slider {
	min-height: 400px;
}

.header-slider-wrapper img {
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;	
	user-select: none;
	user-drag: none;

    min-height: 400px;
	object-fit: cover;
}
.header-slider-wrapper #timerBar,
.header-slider-wrapper .slideTitle,
.header-slider-wrapper .ewd-us-arrow-div {
	display: none;
}

.header-default-wrapper {
	position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
	-webkit-background-size: cover;
		moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

	background-color: #000;
	height: 130px;

	background-image: url('img/header-bg.jpg');
}
.header-title {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	color: #FFF;
}


/*--------------------------------------------------------------
## Country flags
--------------------------------------------------------------*/
.country-flags a {
    width: 36%;
    display: inline-block;
    margin: 6%;
    opacity: 0.5;

    -webkit-transition: opacity 200ms ease-in-out;
       -moz-transition: opacity 200ms ease-in-out;
    	 -o-transition: opacity 200ms ease-in-out;
    		transition: opacity 200ms ease-in-out;	
}
.country-flags a:hover {
    opacity: 1;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post-blogg-bg,
.search-archive-bg,
.post-blogg-single-bg {
	background-color: #000;
	background-image: url('img/background.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
}
.post-blogg-header {
	background-position: center center;
	background-size: cover;
	background-color: #000;
	height: 250px;
}
.post-blogg-header h1 {
	color: #FFF;
	margin: 0;
	padding: 80px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.container-fluid.post-blogg,
.container-fluid.post-blogg-single {
	max-width: 1100px;
}
a.post-link {
	text-decoration: none;
	color: inherit;
}
a.post-link:hover .post-mini,
a.post-link:hover .post-large {
	background-color: #1f1f21;
}
.post-mini,
.post-large {
	background-color: #000;
	color: #FFF;
	min-height: 380px;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
    	 -o-transition: all 300ms ease-in-out;
    		transition: all 300ms ease-in-out;	
}
.post-images {
	position: relative;
	min-height: 200px;
	background-size: cover;
	background-position: center center;
}
.post-large .post-images {
	min-height: 400px;
}
.post-images img {
	width: 100%;
}
.post-category {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 7px 14px;
	background-color: #d22630;
	color: #000;
	text-transform: uppercase;
}
.post-mini h5,
.post-large h5 {
	padding: 15px 30px 0 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.post-mini p,
.post-large p {
	padding: 0 30px 20px 30px;
    font-size: 0.9em;
}
.post-large p {
	padding-bottom: 35px;
}
.alm-btn-wrap {
	clear: both;
    padding-top: 15px;
}
.load-more-btn {
	display: block;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 0;
    padding: 10px 50px;
	font-size: 1em;
    text-transform: uppercase;
    margin: 0 auto 40px auto;
}
.load-more-btn:hover {
	background-color: #FFF;
	color: #000;
}
.load-more-btn.done:hover {
	background-color: inherit;
	color: #222;
}
.load-more-btn.done {
	cursor: default;
	color: #222;
	border-color: #222;
	outline: none;
}

@media (max-width: 870px) {
	.post-mini,
	.post-large {
		min-height: 400px;
	}
}
@media (max-width: 767px) {
	.post-mini,
	.post-large {
		min-height: inherit;
	}
}
.post-blogg-single h1 {
	text-transform: uppercase;
}
.post-blogg-single h4 {
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 25px;
}

.post-blogg-single .site-main {
	background-color: #000;
	color: #FFF;
	margin-bottom: 25px;
}
.post-blogg-single .site-main .entry-content {
	padding: 0 30px;
}
.cat-list ul {
	padding: 0;
	margin: 0;
}
.cat-list ul li.categories {
	list-style: none;
	font-size: 1.3em;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cat-list ul li.categories > ul {
	margin-top: 10px;	
}
.cat-list ul li.cat-item {
	list-style: none;
    background-color: #d22630;
    color: #000;
    display: inline-block;
    margin: 0 10px 14px 0;
	font-size: 0.7em;
    letter-spacing: 0;
}
.cat-list ul li.cat-item a {
	color: #000;
    padding: 7px 14px;
    display: block;
}
.cat-list ul li.cat-item:hover {
	background-color: #a21f26;
}

.search-form {
	position: relative;
	margin-bottom: 20px;
}
.search-form .search-field {
}

.search-form .search-field::-webkit-input-placeholder {
	font-style: italic;
	color: #FFF;
	opacity: 1;
}
.search-form .search-field::-moz-placeholder {
	font-style: italic;
	color: #FFF;
	opacity: 1;
}
.search-form .search-field:-ms-input-placeholder {
	font-style: italic;
	color: #FFF;
	opacity: 1;
}
.search-form .search-field:-moz-placeholder {
	font-style: italic;
	color: #FFF;
	opacity: 1;
}
.search-form .search-field:focus {
	color: #FFF;
}
.search-form .search-field {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 0;
	outline-color: #FFF;
	width: 100%;
	padding: 8px 12px;
}
.search-form button {
	position: absolute;
	background: transparent;
	font-size: 1.3em;
	color: #FFF;
    border: none;
    padding: 10px 13px;
    top: 0;
    right: 0;
    outline: none;
}
.search-archive-bg {
	color: #FFF;
	padding-bottom: 50px;
}
.search-archive-bg a {
	color: #FFF;
}
.search-archive-bg h4 {
	text-transform: uppercase;
}
.search-archive-bg article {
	border-bottom: 1px solid #FFF;
	margin: 20px 0;
}

.sticky {
	display: block;
}

.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;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/*--------------------------------------------------------------
## 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;
}