/*
	Theme Name: Becoming Minimalist
	Theme URI: http://www.becomingminimalist.com/
	Description: Less is more.
	Author: Brian Gardner
	Author URI: http://briangardner.com/

	Version: 4.0.0
	Template: genesis
*/


/*
Reset
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

body {
	background-color: #fff;
	border-top: 5px solid #8d7f78;
	color: #594a42;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
#header-menu-icon::before {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #594a42;
	color: #fff;
}

::selection {
	background-color: #594a42;
	color: #fff;
}

a {
	color: #594a42;
	text-decoration: none;
}

a:hover {
	color: #2c7bcc;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry blockquote {
	font-style: italic;
	margin: 40px;
}

.entry blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-comments blockquote {
	border-left: 2px solid #ddd;
	color: #999;
	font-style: normal;
	margin: 0;
	margin-bottom: 28px;
	padding-left: 15px;
}

cite {
	font-style: normal;
}


/*
Site Container
---------------------------------------------------------------------------------------------------- */

.site-container,
.wrap {
	margin: 0 auto;
	width: 600px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	height: 150px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.site-title > a {
	background: url(images/header.png);
	float: left;
	height: 150px;
	width: 100%;
}

.site-description,
.site-title {
	display: block;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	margin-bottom: 20px;
	margin-top: 20px;
}

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
}

.genesis-nav-menu a {
	color: #594a42;
	font-family: 'proxima-nova', sans-serif;
	font-size: 12px;
	margin-right: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.genesis-nav-menu > .last > a {
	margin-right: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #2c7bcc;
}


/*
Header Menu Icon
---------------------------------------------------------------------------------------------------- */

div#header-menu-icon {
	height: 24px;
}

#header-menu-icon {
	display: none;
}

#header-menu-icon::before {
	color: #594a42;
	content: "\f333";
	font: normal 24px/1 'dashicons';
}


/*
Genesis Grid
---------------------------------------------------------------------------------------------------- */

.genesis-grid {
	font-size: 16px;
	margin-bottom: 20px;
	width: 48%;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 20px;
}

.genesis-grid .entry-meta {
	display: none;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

.entry {
	border-bottom: 1px solid #f3ede9;
	margin-bottom: 60px;
	position: relative;
}

.error404 .entry,
.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
}

.entry-content a {
	border-bottom: 1px dotted #594a42;
	font-weight: 600;
}

.entry-content a:hover {
	border-bottom: 1px dotted #2c7bcc;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 32px;
	margin-left: 40px;
}

.entry-content ul.car-list {
	margin-left: 0;
}

.entry-content ul.car-monthlisting {
	margin-left: 25px;
}

.entry-content ul.car-list > li {
	list-style-type: none;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

p.margin-none {
	margin-bottom: 0;
}

.line-break {
	border-bottom: 1px solid #f3ede9;
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 12px;
}


/*
Entry Meta
---------------------------------------------------------------------------------------------------- */

.entry-meta {
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.entry-meta a {
	border-bottom: 1px dotted #594a42;
}

.entry-meta a:hover {
	border-bottom: 1px dotted #2c7bcc;
}

.entry-meta .by {
	font-family: 'freight-text-pro', sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
}


/*
Share Plugin
---------------------------------------------------------------------------------------------------- */

.share-small {
	float: right;
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
	font-weight: 400;
}

.content .share-small .count {
	line-height: 19px;
}

.content .share-small .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-small .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .count,
.content .share-filled .count:hover {
	color: #594a42 !important;
	border: 1px solid #8d7f78 !important;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #8d7f78 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff !important;
}


/*
After Entry
---------------------------------------------------------------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #f3ede9;
	border-top: 1px solid #f3ede9;
	margin-bottom: 80px;
	margin-top: 12px;
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 40px;
}

.after-entry h4 {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.after-entry .dashicons {
	margin-right: 5px;
	margin-top: 3px;
}

.after-entry .dashicons-facebook {
	margin-left: 20px;
}

.after-entry a {
	border-bottom: 1px dotted #594a42;
	font-weight: 600;
}

.after-entry a:hover {
	border-bottom: 1px dotted #2c7bcc;
}

.after-entry p {
	margin-bottom: 15px;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.entry-avatar {
	float: left;
	height: 130px;
	margin-right: 30px;
	width: 130px;
}


/*
Newsletter
---------------------------------------------------------------------------------------------------- */

.newsletter {
	background-color: #fcfaf9;
	overflow: hidden;
	padding: 70px 20px 80px;
	text-align: center;
}

.newsletter h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.site-footer .newsletter p {
	margin-bottom: 20px;
}

.newsletter input[type="email"] {
	font-size: 18px;
	letter-spacing: 0.3px;
	margin-right: -8px;
	padding: 17px 20px 19px;
	width: 400px;
}

.newsletter input[type="submit"] {
	font-size: 16px;
	margin: 0;
	padding: 20px;
	width: auto;
}

#mc_embed_signup label {
	display: block;
}


/*
Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4 {
	color: #594a42;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 22px;
}

h3 b {
	font-weight: 700;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

h4,
.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}

.entry-title a {
	border-bottom: none;
	color: #594a42;
}

.entry-title a:hover {
	color: #2c7bcc;
}


/*
Entry Misc
---------------------------------------------------------------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}


/*
Pagination
---------------------------------------------------------------------------------------------------- */

.pagination {
	clear: both;
	font-size: 16px;
	margin: 40px 0;
}

.pagination a {
	border-bottom: 1px dotted #594a42;
	font-weight: 600;
}

.pagination a:hover {
	border-bottom: 1px dotted #2c7bcc;
}


/*
Images
---------------------------------------------------------------------------------------------------- */

img {
	height: auto;
	max-width: 100%;
}

.entry-content a img {
	border-bottom: none;
}

a img.aligncenter {
	margin-bottom: -8px;
}

a < img { border: none; }

img.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright {
	margin: 0 0 24px 24px;
}

img.grid-featured {
	float: left;
	margin-right: 10px;
}

img#wpstats {
	display: none
}

.avatar {
	float: left;
	height: 60px;
	margin-right: 20px;
	width: 60px;
}


/*
Forms and Buttons
---------------------------------------------------------------------------------------------------- */

.search-form {
	margin-bottom: 40px;
	margin-top: 40px;
	overflow: hidden;
}

.search-form input {
	width: 75%;
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	width: auto;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #f3ede9;
	color: #594a42;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
}

input:focus,
textarea:focus {
	border: 1px solid #8d7f78;
	outline: none;
}

::-moz-placeholder {
	color: #594a42;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #594a42;
	font-weight: 400;
}

input[type="submit"] {
	background-color: #71625a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
}

input:hover[type="submit"] {
	background-color: #594a42;
	color: #fff;
}


/*
Entry Comments
---------------------------------------------------------------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond a,
.entry-comments a,
.entry-pings a {
	border-bottom: 1px dotted #594a42;
}

.comment-respond a,
.entry-comments a {
	font-weight: 600;
}

.comment-respond a:hover,
.entry-comments a:hover,
.entry-pings a:hover {
	border-bottom: 1px dotted #2c7bcc;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

.entry-comments .comment {
	border-bottom: 1px solid #f3ede9;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.comment-respond label {
	font-weight: 700;
	margin-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
	letter-spacing: 0.3px;
	width: 100%;
}

.comment-list li {
	list-style-type: none;
}

ul.children {
	margin-left: 30px;
}

.entry-comments .children .comment {
	border: none;
}

.entry-pings .reply {
	display: none;
}

.subscribe-to-comments {
	margin-top: 30px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 40px 20px;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px dotted #594a42;
	font-weight: 600;
}

.site-footer a:hover {
	border-bottom: 1px dotted #2c7bcc;
}

.site-footer p {
	font-size: 16px;
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title > a {
		background: url(images/header@2x.png) no-repeat center;
		background-size: 600px 150px;
	}

}

@media only screen and (max-width: 600px) {

	.genesis-grid,
	.newsletter input[type="email"],
	.newsletter input[type="submit"],
	.site-container,
	.wrap {
		width: 100%;
	}

	.site-container {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header,
	.site-title > a {
		height: 100px;
		margin-bottom: 10px;
		margin-top: -5px;
	}

	.site-title > a {
		background-size: contain !important;
	}

	.nav-primary {
		margin-bottom: 0;
	}

	.after-entry,
	.nav-primary {
		text-align: center;
	}

	.header-menu {
		display: none;
	}

	#header-menu-icon {
		cursor: pointer;
		display: inline-block;
	}

	.genesis-nav-menu {
		border-bottom: 1px solid #f3ede9;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu .menu-item {
		display: block;
	}

	.genesis-nav-menu .menu-item {
		border-top: 1px solid #f3ede9;
		padding: 10px 0;
	}

	.entry-avatar,
	.genesis-nav-menu {
		float: none;
	}

	.entry-avatar,
	.genesis-nav-menu a,
	.newsletter input[type="email"] {
		margin-right: 0;
	}

	.newsletter input[type="email"] {
		margin-bottom: 20px;
	}

	ul.children {
		margin-left: 0;
	}

	iframe {
		max-width: 100%;
	}

}