/*
Theme Name: Car Kulture Deluxe
Theme URI: http://underscores.me/
Author: Green Jeans Creative
Author URI: http://greenjeanscreative.com/
Description: Custom Wordpress theme created for Car Kulture Deluxe & Koolhouse Publishing
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: car-kulture-deluxe
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.

car kulture deluxe 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:
----------------------------------------------------------------
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# theme specific styles by GJC
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.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;
}

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


/*--------------------------------------------------------------
## Theme Specific styles created by GJC
--------------------------------------------------------------*/

html, body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', 'helvetica', sans-serif;
    background-image: url('/wp-content/themes/car-kulture-deluxe/assets/imgs/bg.jpg');
}

.logged-in .navbar-fixed-top {
    top: 32px;
}

.btn {
    background: #BF0404;
    border-radius: 8px;
    font-size: 18px;
    color: #F8F4F4;
    margin-top: 19px;
    font-style: italic
}

.btn:hover {
    background-color: #840404;
    color: #F8F4F4;
}

p a, a p {
    color: #BF0404;
}

/*-------------- Navigation ------------------*/

.navbar {
    height: 100px;
}

.navbar-inverse {
    background-color: black;
    background-image: none;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.9);
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-nav {
    padding-top: 20px;
}

#brand-image {
     margin-top: 8px;
    height: 85px;
}

/*-------------- Hero ------------------*/

#hero {
	background: url('/~ckdeluxe/wp-content/themes/car-kulture-deluxe/assets/imgs/hero.jpg')no-repeat;
	/*background-size: 100%;*/
    background-size:contain;
	height: auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.herotext {
    margin-left: 30px;
}

.herotext h1 {
    font-weight: 900;
    font-size: 58px;
    font-style: italic;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    margin-top: 42%;
    margin-bottom: -15px;
    letter-spacing: 2px;
}

.herotext h3 {
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    margin-top: 15px;
    letter-spacing: 2px
}

/*-------------- Call Out Sections ------------------*/

.call-out-section {
    font-style: italic;
    font-weight: 700;
    color: #BF0404;
    margin: 10px 0 20px 0;
}

.call-out-section .copy{
    padding-top: 45px;
}

.call-out-section h2 {
    border-top: 8px solid #040404;
    font-size: 48px;
    padding-top: 20px;
    text-transform: uppercase;
}

.call-out-section p {
    font-size: 18px;
    margin-top: 19px;
}

.copy.alt {
    text-align:right;
}

/*-------------- Features Section ------------------*/

#features {
    background-color: black;
    color: #D9D5DA;
    padding-bottom: 50px;
}

.title-reverse {
    font-style: italic;
    font-weight: 700;
    text-align: center;
}

.title-reverse h2 {
    font-size: 48px;
    padding-top: 20px;
    text-transform: uppercase;
}

.title-reverse p {
    font-size: 18px;
    padding-bottom: 20px;
}

.feature-image {
    width: 100%
}

.stories h4 {
    font-weight: bold;
    font-size: 20px;
}

.stories p {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
}

#features a {
    color: #BF0404;
}

/*-------------- Social Media ------------------*/

#social {
    font-style: italic;
    font-weight: 700;
    color: #BF0404;
    text-align: center;
    padding: 40px;
}

#social h4 {
    font-size: 48px;
    text-transform: uppercase;
}

#social p {
    font-size: 18px;
}

#social .social-icons img {
        margin-right: 10px
}

/*-------------- OSR Link Section ------------------*/

#osr-link {
    background-color: black;
    font-style: italic;
    font-weight: 700;
    color: #D9D5DA; 
    text-align: center;
}

#osr-link p {
    padding-top: 30px;
    font-size: 18px;
    text-align: center;
}

#osr-link a {
    text-decoration: none;
    color: #BF0404;
    font-weight: bold;
    font-style: italic;
}

/*-------------- Footer Nav ------------------*/

#footer-nav {
    background-color: #4A4A4A;
    color: white;
}

#footer-nav a {
    text-decoration: none;
    color: #D9D5Da;
    padding: 20px 0 20px 0;
    font-weight: bold;
    font-size: 12px;
}

#footer-nav a:hover {
    background-color: #393939;
}

.alert-link {
    background-color: #BF0404;
}

/*-------------- Copyright ------------------*/

#copyright {
    background-color: black;
    color: #D9D5Da;
    font-weight: 700;
    font-size: 12px;
    padding: 20px 0 20px 0;
    text-align: center;
}

#copyright a {
    color: #2F8D43;
}

/*-------------- Features Loop Section ------------------*/

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post a {
    text-decoration: none;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h3 a {
    color: #BF0404
}

.post header h1 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
	font-size: 24px;
}

.authors-line {
    font-style: italic;
}

.post-image img {
	height: auto;
}

.post img {
    width: 100%;
    height: auto;
    margin-bottom: 3px;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i.glyphicon {
	padding-left: 10px;
}

.post-details i.glyphicon:first-child {
	padding: 0;
}

.post .feature-body-image img {
    margin: 10px 0 15px 0;
}


/* === COMMENTS === */

.post-comments-badge {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #BF0404;
	text-align: center;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 16px;
	line-height: 8px;
}

.post-comments-badge i {
	display: block;
	font-size: 16px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background-color: #840404;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}

/*specific WP comment styles*/
#comments footer {
    background: none;
    color: inherit;
}

#comments footer a{
    color: inherit;
}

#comments .comment-meta {
    margin: 10px 0 0;
}

/* === WIDGETS === */

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}

aside.widget input {
    border: 1px;
}

/*-------------- Misc Page contant ------------------*/

#contact h2, #advertisers h2 {
    font-size: 48px;
    font-weight: 400;
    font-style: italic;
    color: #BF0404;
}

#contact p, #advertisers p {
    font-size: 16px;
    color: #5C5C5C;
}

#contact form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #040404;
}

/*-------------- Media Queries ------------------*/

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

	.navbar-collapse {
	    background-color: black;
	}
     #hero {
        margin-top: 60px;
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    .herotext h1 {
        font-size: 40px;
    }
    .herotext h3 { 
        font-size: 20px;
    }
    .call-out-section , .copy.alt {
        text-align: center;
    }
    .call-out-section h2 {
        border: none;
        padding: 0;
        margin-top: 0px;
    }
    #copyright {
        padding: 20px;
    }
    #ipad .btn {
        margin-bottom: 20px;
    }
    .story-sample {
        margin-bottom: 20px;
    }
}

@media screen and (max-width : 498px) {
    .herotext {
        text-align: center;
        margin-left: 0;
    }
    .herotext h1 {
        font-size: 25px;
        margin-top: 35%;
    }
    .herotext h3 { 
        font-size: 16px;
        letter-spacing: 0;
    }
}


