/*
	Theme Name: PikRite
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	
	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #404040;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #404040;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 24px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #920000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #404040;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #161616;
}


/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	max-width: 1100px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #3c0811;
	overflow: hidden;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	max-width: 575px;
	margin: 40px 0;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	color: #fff;
	float: left;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 22px;
	font-weight: 700;
	padding: 25px 0 0 5px;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	width: 450px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title {
	background: url(images/logo.jpg) no-repeat;
}

.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 192px;
	height: 71px;
}


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

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	background: #000;
	float: right;
	margin: 0;
	padding-bottom: 3px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.menu li a {
	background: url(images/header-nav-divider.png) no-repeat left center;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li.first-menu-item a {
	background: transparent;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #916068;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


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

.mobile-menu{ display: none; }

#nav {
	background-color: #000;
	border-top: 1px solid #717171;
	border-bottom: 1px solid #717171;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#nav ul {
	border-left: 1px solid #717171;
	float: left;
	width: 100%;
}

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

#nav li.right {
	float: right;
}

#nav li a {
	border-right: 1px solid #717171;
	color: #fff;
	display: block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 17px;
	line-height: 18px;
	padding: 12px 34px 10px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #181818;
	border: 1px solid #717171;
	border-top-width: 0;
	color: #fff;
	position: relative;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #3c0811;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li > ul {
	border-top: 1px solid #717171;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}



/* Inner
------------------------------------------------------------ */

#inner {
	background: #ececec;
	overflow: hidden;
	width: 100%;
}

#inner .wrap {
	background: #f8f8f8;
	margin-bottom: 80px;
	overflow: hidden;

	-webkit-box-shadow:  0px 0px 3px 2px rgba(100, 100, 100, .25);
	box-shadow:  0px 0px 3px 2px rgba(100, 100, 100, .25);
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 82.291666%; /* 790/960 */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

/* Page Title
------------------------------------------------------------ */

.page-title {
	border-bottom: 1px solid #b0b0b0;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 40px;
	width: 100%;
}

.page-title h1 {
	color: #161616;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 32px;
	float: left;
	text-transform: uppercase;
}

.page-title h2 {
	background: url(images/page-title-arrows.png) no-repeat 10px center;
	color: #696969;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 24px;
	float: left;
	padding-left: 45px;
	text-transform: uppercase;
}

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

#content {
	float: left;
	padding: 45px;
	width: 71.818%; /* 790/1100 */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

/* Headlines
------------------------------------------------------------ */

h1 {
	color: #161616;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 30px;
	text-transform: uppercase;
}

h2,
h2 a,
h2 a:visited {
	color: #161616;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 24px;
	text-transform: uppercase;
}

.single-post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
}

h2.entry-title a {
	color: #920000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

h3 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

h4 {
	color: #161616;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 18px;
	text-transform: uppercase;
}

h5 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h6 {
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-bottom: 10px;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
}

.entry-content .featured-image {
	background: url(images/shadow.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


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

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 28.18%; /* 310/1100 */
}

.sidebar-content .sidebar {
	background: #f8f8f8 url(images/sidebar-bg.jpg) repeat-y right top;
}

.content-sidebar .sidebar {
	background: #f8f8f8 url(images/sidebar-right-bg.jpg) repeat-y left top;
}

.sidebar p {
	color: #161616;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}

.sidebar .fluid-width-video-wrapper {
	margin-bottom: 20px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	border-bottom: 1px solid #dbd6d4;
	overflow: hidden;
	padding: 40px 35px 20px;
}

.sidebar h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.sidebar .widget_testimonial h4 {
	background: url(images/icon-testimonial.png) no-repeat left center;
	padding-left: 20px;
}

.sidebar .widget_dealership h4 {
	background: url(images/icon-pin.png) no-repeat left center;
	padding-left: 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}

/* Custom Menu
------------------------------------------------------------ */

.sidebar .widget_nav_menu ul {
	margin: 0;
}

.sidebar .widget_nav_menu li {
	list-style-type: none;
	padding-bottom: 5px;
}

.sidebar .widget_nav_menu li a {
	color: #494949;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}


/* Testimonial
------------------------------------------------------------ */

.sidebar .widget_testimonial {
	padding-bottom: 0;
}

.sidebar .widget_testimonial .testimonial {
	padding-bottom: 20px;
}

.sidebar .widget_testimonial .testimonial-source {
	font-weight: bold;
	line-height: 18px;
}



/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: url(images/button-bg.jpg) repeat-x;
	border: 1px solid #580816;
	color: #fff;
	display: inline-block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 28px;
	line-height: 28px;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}

.icon-pdf,
.icon-text,
.icon-ppt {
	cursor: pointer;
	display: inline-block;
	text-indent: -9999em;
	width: 42px;
	height: 42px;
}

.icon-pdf {background: url(images/icon-pdf.png) no-repeat;}
.icon-text {background: url(images/icon-text.png) no-repeat;}
.icon-ppt {background: url(images/icon-ppt.png) no-repeat;}

/* Search Form
------------------------------------------------------------ */

.searchform {
	height: 34px;
	position: relative;
	padding-right: 59px;
	margin-bottom: 10px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.searchform .s {
	background: #fff;
	border: 1px solid #cbcbcb;
	font-size: 14px;
	outline: none;
	padding: 3px 5px 2px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.searchform .searchsubmit {
	background: url(images/search-button-bg.jpg) repeat-x;
	border: 1px solid #434343;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.searchform .searchsubmit:hover {
	background: url(images/search-button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}

/* Call To Action
------------------------------------------------------------ */

.call-to-action {
	background: url(images/cta-bg.jpg);
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.call-to-action .wrap {
	background: url(images/cta-dollar.png) no-repeat left center;
	min-height: 141px;
	padding: 30px 0 30px 200px;
	position: relative;
}

.call-to-action h4 {
	font-size: 28px;
	padding-bottom: 6px;
}

.call-to-action p {
	color: #161616;
	line-height: 18px;
}

.call-to-action .cta-content {
	padding-right: 250px;
}

.call-to-action .cta-button {
	position: absolute;
	right: 0;
	top: 40px;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: #f6f6f6;
	overflow: hidden;
	padding: 35px 0;
	width: 100%;

	-webkit-box-shadow:  0px -5px 10px 3px rgba(100, 100, 100, .25);
	        box-shadow:  0px -5px 10px 3px rgba(100, 100, 100, .25);
}

#footer-widgets .wrap {
	background: url(images/footer-widget-divider.png) no-repeat right;
	overflow: hidden;
}

#footer-widgets .widget-area {
	background: url(images/footer-widget-divider.png) no-repeat;
	float: left;
	min-height: 184px;
	padding: 15px 15px 0;
	width: 25%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: none;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets li {
	list-style-type: none;
	line-height: 18px;
	text-transform: uppercase;
}

#footer-widgets p {
	color: #161616;
	line-height: 18px;
	padding-bottom: 15px;
}

#footer-widgets a {
	color: #080808;
	font-weight: normal;
}

#footer-widgets a:hover {
	color: #920000;
	text-decoration: none;
}

#footer-widgets a.red,
#footer-widgets .widget_testimonial a {
	color: #920000;
	font-weight: bold;
}

#footer-widgets .testimonial-content {
	font-style: italic;
}

#footer-widgets .testimonial-source {
	font-weight: bold;
}

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

#footer {
	background: #161616 url(images/footer-bg.jpg) repeat-x;
	overflow: hidden;
	padding: 50px 0 30px;
	width: 100%;
}

#footer .wrap {
	padding: 0 20px;
}

#footer p {
	color: #e8e8e8;
}

#footer a {
	color: #e8e8e8;
	text-decoration: underline;
}

#footer-right {
	text-align: right;
}

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

#respond {
	padding-right: 10px;
}

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Single Post
------------------------------------------------------------ */

.single .post-info {
	padding-bottom: 20px;
}

.single .entry-content {
	padding-bottom: 100px;
}

/* Blog Archive
------------------------------------------------------------ */

.blog .post,
.archive .post {
	border-bottom: 1px solid #b0b0b0;
	padding-left: 105px;
	position: relative;
	min-height: 80px;
}

.blog .post-date,
.archive .post-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	background: #4f4f4f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.blog .post-date .month,
.archive .post-date .month {
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.blog .post-date .day,
.archive .post-date .day {
	display: block;
	font-size: 36px;
	line-height: 38px;
}

.blog .post .more,
.archive .post .more {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 30px;
}

/* 404 Page
------------------------------------------------------------ */

.error404 {
	background: #ececec;
}

.error404 #inner .wrap {
	background: transparent;
	-webkit-box-shadow:  0px 0px 0 0 rgba(100, 100, 100, 0);
	box-shadow:  0px 0px 0 0 rgba(100, 100, 100, 0);
}

.error404 .left {
	float: left;
	width: 36.41%;
}

.error404 .right {
	float: left;
	padding: 70px 50px;
	width: 63.58%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.error404 h1 {
	font-size: 60px;
	line-height: 70px;
}

.error404 h2 {
	color: #464646;
	font-size: 50px;
	line-height: 45px;
	padding-bottom: 20px;
}

.error404 p {
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Hover Gallery
------------------------------------------------------------ */

.hover-gallery {
	position: relative; 
	background: url(images/shadow.png) no-repeat center bottom;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 305px 0 30px;
	width: 100%;
}

.feature-image { position: absolute; top: 0; left: 0; }

.hover-gallery .feature-image {
	margin-bottom: 30px;
}

.hover-gallery img {
	border: 1px solid #fff;
}

.MagicZoom { width: auto  !important; }
.MagicZoom img { width: 100%; height: auto; max-width:none; }
.MagicZoom, .MagicZoom:hover {
    display: inline-block;
    outline: 0 !important;
}

/* Style of the main image */
.MagicZoom img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}

/* Style of the hint text and image */
.MagicZoomHint {
    background: url(graphics/hint.gif) no-repeat 2px 50%;
    color: #444;
    font-size: 8pt;
    font-family: sans-serif;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 2px 2px 20px !important;
    text-align: left;
    text-decoration: none;
}

/* Style to hide external title on a page. Only needed for #id method */
.MagicZoomExternalTitle {
    display: none;
}

/* Style of the zoomed image */
.MagicZoomBigImageCont {
    background: #ffffff;
    border: 1px solid #999;
}

.MagicZoomBigImageCont img {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    width: auto !important;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
    background: #666;
    color: #fff;
    font-size: 10pt !important;
    line-height: normal !important;
    text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
    background: #fff;
    border: 1px solid #aaa;
    cursor: move;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
    background: #fff url(graphics/loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
-moz-box-shadow: 3px 3px 4px #888888;
-webkit-box-shadow: 3px 3px 4px #888888;
box-shadow: 3px 3px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
-moz-box-shadow: 0px 0px 4px 4px #888888;
-webkit-box-shadow: 0px 0px 4px 4px #888888;
box-shadow: 0px 0px 4px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}

/* Tabbed Content
------------------------------------------------------------ */

.tabbed-content-wrapper .tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.tabbed-content-wrapper .tabs li {
	list-style-type: none;
	margin: 0 4px 0 0;
	float: left;
}

.tabbed-content-wrapper .tabs a {
	background: url(images/tab-title-bg.jpg) repeat-x;
	color: #494949;
	display: block;
	font-family: 'Rokkitt', Times, serif;
	font-size: 20px;
	line-height: 20px;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.tabbed-content-wrapper .tabs a:hover,
.tabbed-content-wrapper .tabs li.active a {
	background: #3c0811;
	color: #fff;
}

.tabbed-content {
	background: #f2f2f1;
	border: 1px solid #d8d7d5;
	display: none;
	overflow: hidden;
	padding: 40px 25px;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabbed-content.active {
	display: block;
}

.tabbed-content p {
	font-weight: bold;
}

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

.home-intro {
	background: url(images/home-top-bg.jpg);
	overflow: hidden;
	width: 100%;
}

.home-intro .wrap {
	background: url(images/header-intro-content.png);
	overflow: hidden;
	position: relative;
}

.home-intro .left {
	float: left;
	width: 50%;
}

.home-intro .right {
	float: right;
	padding: 40px 40px 30px;
	width: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-intro h2 {
	background: url(images/home-quote.png) no-repeat left center;
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	padding-left: 60px;
	margin-bottom: 15px;
}

.home-intro p {
	color: #fff;
	padding-bottom: 20px;
}

.home-intro .more {
	position: absolute;
	bottom: 0;
	right: 40px;
	color: #fff;
	font-family: 'Rokkitt', Times, serif;
	font-size: 18px;
	padding: 8px 16px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.home-intro .more .arrow {
	background: url(images/home-arrow.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999em;
	width: 13px;
	margin-right: 3px;
}

.home-intro .more:hover {
	background: #920000;
	text-decoration: none;
}

.home #inner .wrap {
	background: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
	-webkit-box-shadow:  0px 0px 0 0 rgba(100, 100, 100, 0);
	box-shadow:  0px 0px 0 0 rgba(100, 100, 100, 0);
}

.home #content h2 {
	text-align: center;
	margin-top: -30px;
	padding-bottom: 45px;
}

.home #content h2 span {
	background: #3c0811;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	padding: 20px 30px;	

}

.home .one-fourth .title {
	background: url(images/home-tool-arrow.png) no-repeat center top;
	padding: 30px 0 0;
	margin-top: 20px;
	text-align: center;
}

.home .one-fourth .title a {
	color: #161616;
	font-family: 'Rokkitt', Times, serif;
	font-size: 24px;
	text-transform: uppercase;
}

.home .one-fourth:hover .title a {
	color: #920000;
}

/* Testimonials
------------------------------------------------------------ */

.post-type-archive-testimonials .hentry .source {
	text-align: right;
	font-weight: bold;
	padding-bottom: 50px;
}

/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 1100px) {
	.error404 .left,
	.error404 .right {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.home-intro .left,
	.home-intro .right {
		float: none;
		width: 100%;
	}
	
	.home-intro .left {
		max-width: 500px;
		margin: 0 auto 60px;
	}
	
	#nav li a,
	#nav li li a {
		font-size: 16px;
		line-height: 16px;
		padding: 10px 15px;	
	}
	
	#nav li.right {
		float: left;
	}

	.MagicZoomBigImageCont,
	.MagicZoomPup { display:none !important; }
}

@media only screen and (max-width: 700px) { 
	
	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar { 
		width: 100%; 
		float: none;
	} 
	
	.home #content .one-fourth {
		float: none;
		width: 100%;
		max-width: 250px;
		margin: 0 auto 30px;
		padding: 0;
	}
	
	#footer-widgets .widget-area {
		width: 50%;
		min-height: 0px;
		background: transparent;
	}
	
	.call-to-action .cta-content {
		padding-right: 0;
	}
	
	.call-to-action .cta-button {
		position: relative;
		display: block;
		padding-top: 15px;
		top: auto;
		right: auto;
	}
	
} 

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

	#nav,
	#subnav {
		display: none;
	}
	
	.mobile-menu {
		display: block;
		max-width: 250px;
		margin: 0 auto 40px;
	}
	
	.header-image #title-area {
		width: 100%;
		float: none;
	}	
	.header-image #title {
		float: none;
		margin: 0 auto;
	}
	
	.header-image #description {
		text-align: center;
		float: none;
	}

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.call-to-action .wrap {
		background: transparent;
		padding: 30px 20px;
	}
	
	#footer-widgets .widget-area {
		width: 100%;
		float: none;
	}
	
	#footer-left,
	#footer-right {
		text-align: center;
	}
	
	.hover-gallery .one-fourth {
		max-width: 154px;
		display: inline-block;
	}
}

/* Gray Images */

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
}