Browse Source

mobile navigation

windhamdavid 7 years ago
parent
commit
5bd0ae1d5a
3 changed files with 1397 additions and 1307 deletions
  1. 2 1
      header.php
  2. 91 1
      js/climatecontrol.js
  3. 1304 1305
      style.css

+ 2 - 1
header.php

@@ -15,6 +15,7 @@
 <head>
 <head>
 
 
 	<meta charset="<?php bloginfo( 'charset' ); ?>">
 	<meta charset="<?php bloginfo( 'charset' ); ?>">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
 	<title><?php wp_title( '|', true, 'right' ); ?></title>
 	<title><?php wp_title( '|', true, 'right' ); ?></title>
 	<meta name="description" content="Climate Control Systems of Greenwood has been owned and operated in Greenwood, SC for over 25 years.  We are a full-service heating, ventilation and air conditioning company offering repairs and installations for residential and commercial customers. "/>
 	<meta name="description" content="Climate Control Systems of Greenwood has been owned and operated in Greenwood, SC for over 25 years.  We are a full-service heating, ventilation and air conditioning company offering repairs and installations for residential and commercial customers. "/>
 	<meta property="og:image" content="http://www.climategreenwood.com/wp-content/themes/climatecontrol/images/climategreenwood.jpg" />
 	<meta property="og:image" content="http://www.climategreenwood.com/wp-content/themes/climatecontrol/images/climategreenwood.jpg" />
@@ -61,7 +62,7 @@
 				</div>
 				</div>
 			</div>
 			</div>
 		</div>
 		</div>
-		<nav id="primary-navigation" class="site-navigation primary-navigation inner-wrapper" role="navigation">
+		<nav id="primary-navigation" class="site-navigation primary-navigation inner-wrapper " role="navigation">
 			<div class="inner-wrapper">
 			<div class="inner-wrapper">
 				<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
 				<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
 			</div>
 			</div>

+ 91 - 1
js/climatecontrol.js

@@ -7,10 +7,100 @@ $(document).ready( function() {
 	function() {
 	function() {
 		$('.sub-nav-back').removeClass('show');
 		$('.sub-nav-back').removeClass('show');
 	});
 	});
+	
+	
 });
 });
 $(window).load( function() {
 $(window).load( function() {
 	$('#slider').nivoSlider({
 	$('#slider').nivoSlider({
 		directionNav: false,
 		directionNav: false,
 		controlNav: false,
 		controlNav: false,
 	});
 	});
-});
+});
+
+$(function () {
+  $("#menu-primary-menu").tinyNav();
+});
+
+
+/*! http://tinynav.viljamis.com v1.2 by @viljamis */
+(function ($, window, i) {
+  $.fn.tinyNav = function (options) {
+
+    // Default settings
+    var settings = $.extend({
+      'active' : 'selected', // String: Set the "active" class
+      'header' : '', // String: Specify text for "header" and show header instead of the active item
+      'indent' : '- ', // String: Specify text for indenting sub-items
+      'label'  : '' // String: sets the <label> text for the <select> (if not set, no label will be added)
+    }, options);
+
+    return this.each(function () {
+
+      // Used for namespacing
+      i++;
+
+      var $nav = $(this),
+        // Namespacing
+        namespace = 'tinynav',
+        namespace_i = namespace + i,
+        l_namespace_i = '.l_' + namespace_i,
+        $select = $('<select/>').attr("id", namespace_i).addClass(namespace + ' ' + namespace_i);
+
+      if ($nav.is('ul,ol')) {
+
+        if (settings.header !== '') {
+          $select.append(
+            $('<option/>').text(settings.header)
+          );
+        }
+
+        // Build options
+        var options = '';
+
+        $nav
+          .addClass('l_' + namespace_i)
+          .find('a')
+          .each(function () {
+            options += '<option value="' + $(this).attr('href') + '">';
+            var j;
+            for (j = 0; j < $(this).parents('ul, ol').length - 1; j++) {
+              options += settings.indent;
+            }
+            options += $(this).text() + '</option>';
+          });
+
+        // Append options into a select
+        $select.append(options);
+
+        // Select the active item
+        if (!settings.header) {
+          $select
+            .find(':eq(' + $(l_namespace_i + ' li')
+            .index($(l_namespace_i + ' li.' + settings.active)) + ')')
+            .attr('selected', true);
+        }
+
+        // Change window location
+        $select.change(function () {
+          window.location.href = $(this).val();
+        });
+
+        // Inject select
+        $(l_namespace_i).after($select);
+
+        // Inject label
+        if (settings.label) {
+          $select.before(
+            $("<label/>")
+              .attr("for", namespace_i)
+              .addClass(namespace + '_label ' + namespace_i + '_label')
+              .append(settings.label)
+          );
+        }
+
+      }
+
+    });
+
+  };
+})(jQuery, this, 0);

+ 1304 - 1305
style.css

@@ -1,1314 +1,1313 @@
-/* @override https://macs.local/cc/wp-content/themes/cc_17/style.css?ver=4.8 */
+/* @override https://macs.local/cc/wp-content/themes/cc_17/style.css */
-
+
-/*
+/* @override https://macs.local/cc/wp-content/themes/cc_17/style.css?ver=4.8 */
-Theme Name: Climate Control Systems
+
-Author: AdServices
+/*

-*/
+Theme Name: Climate Control Systems

-
+Author: AdServices

-/**
+*/

- * Table of Contents:
+

- *
+/**

- * 1.0 - Reset
+ * Table of Contents:

- * 2.0 - Repeatable Patterns
+ *

- * 3.0 - Basic Structure
+ * 1.0 - Reset

- * 4.0 - Header
+ * 2.0 - Repeatable Patterns

- * 5.0 - Navigation
+ * 3.0 - Basic Structure

- * 6.0 - Content
+ * 4.0 - Header

- *   6.1 - Post Thumbnail
+ * 5.0 - Navigation

- *   6.2 - Entry Header
+ * 6.0 - Content

- *   6.3 - Entry Meta
+ *   6.1 - Post Thumbnail

- *   6.4 - Entry Content
+ *   6.2 - Entry Header

- *   6.5 - Galleries
+ *   6.3 - Entry Meta

- *   6.6 - Post Formats
+ *   6.4 - Entry Content

- *   6.7 - Post/Image/Paging Navigation
+ *   6.5 - Galleries

- *   6.8 - Attachments
+ *   6.6 - Post Formats

- *   6.9 - Archives
+ *   6.7 - Post/Image/Paging Navigation

- *   6.10 - Contributor Page
+ *   6.8 - Attachments

- *   6.11 - 404 Page
+ *   6.9 - Archives

- *   6.12 - Full-width
+ *   6.10 - Contributor Page

- *   6.13 - Singular
+ *   6.11 - 404 Page

- *   6.14 - Comments
+ *   6.12 - Full-width

- * 7.0 - Sidebar
+ *   6.13 - Singular

- *   7.1 - Widgets
+ *   6.14 - Comments

- *   7.2 - Content Sidebar Widgets
+ * 7.0 - Sidebar

- * 8.0 - Footer
+ *   7.1 - Widgets

- * 9.0 - Featured Content
+ *   7.2 - Content Sidebar Widgets

- * 10.0 - Fluid Columns
+ * 8.0 - Footer

- * 11.0 - Media Queries
+ * 9.0 - Featured Content

- * 12.0 - Print
+ * 10.0 - Fluid Columns

- * -----------------------------------------------------------------------------
+ * 11.0 - Media Queries

- */
+ * 12.0 - Print

-
+ * -----------------------------------------------------------------------------

-
+ */

-/**
+

- * 1.0 Reset
+

- *
+/**

- * Resetting and rebuilding styles have been helped along thanks to the fine
+ * 1.0 Reset

- * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
+ *

- * along with Nicolas Gallagher and Jonathan Neal
+ * Resetting and rebuilding styles have been helped along thanks to the fine

- * http://necolas.github.com/normalize.css/ and Blueprint
+ * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

- * http://www.blueprintcss.org/
+ * along with Nicolas Gallagher and Jonathan Neal

- *
+ * http://necolas.github.com/normalize.css/ and Blueprint

- * -----------------------------------------------------------------------------
+ * http://www.blueprintcss.org/

- */
+ *

-
+ * -----------------------------------------------------------------------------

-html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
+ */

-	border: 0;
+

-	font-family: inherit;
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

-	font-size: 100%;
+	border: 0;

-	font-style: inherit;
+	font-family: inherit;

-	font-weight: inherit;
+	font-size: 100%;

-	margin: 0;
+	font-style: inherit;

-	outline: 0;
+	font-weight: inherit;

-	padding: 0;
+	margin: 0;

-	vertical-align: baseline;
+	outline: 0;

-}
+	padding: 0;

-
+	vertical-align: baseline;

-article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
+}

-	display: block;
+

-}
+article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {

-
+	display: block;

-audio, can vas, video {
+}

-	display: inline-block;
+

-	max-width: 100%;
+audio, can vas, video {

-}
+	display: inline-block;

-
+	max-width: 100%;

-html {
+}

-	overflow-y: scroll;
+

-	-webkit-text-size-adjust: 100%;
+html {

-	-ms-text-size-adjust:     100%;
+	overflow-y: scroll;

-}
+	-webkit-text-size-adjust: 100%;

-
+	-ms-text-size-adjust:     100%;

-html, body {
+}

-	height:100%;
+

-	position: relative;
+html, body {

-}
+	height:100%;

-
+	position: relative;

-body, button, input, select, textarea {
+}

-	color: #2b2b2b;
+

-	font-family: 'Economica', sans-serif;
+body, button, input, select, textarea {

-	font-size: 16px;
+	color: #2b2b2b;

-	font-weight: 400;
+	font-family: 'Economica', sans-serif;

-	line-height: 1.5;
+	font-size: 16px;

-}
+	font-weight: 400;

-
+	line-height: 1.5;

-body {
+}

-}
+

-
+body {

-p {
+}

-	font-size: 16px;
+

-	line-height: 1.3em;
+p {

-	margin-bottom:1em;
+	font-size: 16px;

-}
+	line-height: 1.3em;

-
+	margin-bottom:1em;

-a {
+}

-	text-decoration: none;
+

-}
+a {

-
+	text-decoration: none;

-a:hover, a:active {
+}

-	outline: 0;
+

-}
+a:hover, a:active {

-
+	outline: 0;

-a:active, a:hover {
+}

-}
+

-
+a:active, a:hover {

-h1, h2, h3, h4, h5, h6 {
+}

-	clear: both;
+

-	font-weight: 700;
+h1, h2, h3, h4, h5, h6 {

-	margin:0 0 .7em 0;
+	clear: both;

-	color:#7a1919;
+	font-weight: 700;

-	text-transform: uppercase;
+	margin:0 0 .7em 0;

-}
+	color:#7a1919;

-
+	text-transform: uppercase;

-h1 {
+}

-	font-size: 30px;
+

-	line-height: 1;
+h1 {

-}
+	font-size: 30px;

-
+	line-height: 1;

-h2 {
+}

-	font-size: 26px;
+

-	line-height: 1;
+h2 {

-}
+	font-size: 26px;

-
+	line-height: 1;

-h3 {
+}

-	font-size: 22px;
+

-	line-height: 1.0909090909;
+h3 {

-}
+	font-size: 22px;

-
+	line-height: 1.0909090909;

-h4 {
+}

-	font-size: 20px;
+

-	line-height: 1.2;
+h4 {

-}
+	font-size: 20px;

-
+	line-height: 1.2;

-h5 {
+}

-	font-size: 18px;
+

-	line-height: 1.3333333333;
+h5 {

-}
+	font-size: 18px;

-
+	line-height: 1.3333333333;

-h6 {
+}

-	font-size: 16px;
+

-	line-height: 1.5;
+h6 {

-}
+	font-size: 16px;

-
+	line-height: 1.5;

-address {
+}

-	font-style: italic;
+

-	margin-bottom: 24px;
+address {

-}
+	font-style: italic;

-
+	margin-bottom: 24px;

-abbr[title] {
+}

-	border-bottom: 1px dotted #2b2b2b;
+

-	cursor: help;
+abbr[title] {

-}
+	border-bottom: 1px dotted #2b2b2b;

-
+	cursor: help;

-b, strong {
+}

-	font-weight: 700;
+

-}
+b, strong {

-
+	font-weight: 700;

-cite, dfn, em, i {
+}

-	font-style: italic;
+

-}
+cite, dfn, em, i {

-
+	font-style: italic;

-mark, ins {
+}

-	background: #fff9c0;
+

-	text-decoration: none;
+mark, ins {

-}
+	background: #fff9c0;

-
+	text-decoration: none;

-code, kbd, tt, var, samp, pre {
+}

-	font-family: monospace, serif;
+

-	font-size: 15px;
+code, kbd, tt, var, samp, pre {

-	-webkit-hyphens: none;
+	font-family: monospace, serif;

-	-moz-hyphens:    none;
+	font-size: 15px;

-	-ms-hyphens:     none;
+	-webkit-hyphens: none;

-	hyphens:         none;
+	-moz-hyphens:    none;

-	line-height: 1.6;
+	-ms-hyphens:     none;

-}
+	hyphens:         none;

-
+	line-height: 1.6;

-pre {
+}

-	border: 1px solid rgba(0, 0, 0, 0.1);
+

-	-webkit-box-sizing: border-box;
+pre {

-	-moz-box-sizing:    border-box;
+	border: 1px solid rgba(0, 0, 0, 0.1);

-	box-sizing:         border-box;
+	-webkit-box-sizing: border-box;

-	margin-bottom: 24px;
+	-moz-box-sizing:    border-box;

-	max-width: 100%;
+	box-sizing:         border-box;

-	overflow: auto;
+	margin-bottom: 24px;

-	padding: 12px;
+	max-width: 100%;

-	white-space: pre;
+	overflow: auto;

-	white-space: pre-wrap;
+	padding: 12px;

-	word-wrap: break-word;
+	white-space: pre;

-}
+	white-space: pre-wrap;

-
+	word-wrap: break-word;

-blockquote, q {
+}

-	-webkit-hyphens: none;
+

-	-moz-hyphens:    none;
+blockquote, q {

-	-ms-hyphens:     none;
+	-webkit-hyphens: none;

-	hyphens:         none;
+	-moz-hyphens:    none;

-	quotes: none;
+	-ms-hyphens:     none;

-}
+	hyphens:         none;

-
+	quotes: none;

-blockquote:before, blockquote:after, q:before, q:after {
+}

-	content: "";
+

-	content: none;
+blockquote:before, blockquote:after, q:before, q:after {

-}
+	content: "";

-
+	content: none;

-blockquote {
+}

-	color: #767676;
+

-	font-size: 19px;
+blockquote {

-	font-style: italic;
+	color: #767676;

-	font-weight: 300;
+	font-size: 19px;

-	line-height: 1.2631578947;
+	font-style: italic;

-	margin-bottom: 24px;
+	font-weight: 300;

-}
+	line-height: 1.2631578947;

-
+	margin-bottom: 24px;

-blockquote cite, blockquote small {
+}

-	color: #2b2b2b;
+

-	font-size: 16px;
+blockquote cite, blockquote small {

-	font-weight: 400;
+	color: #2b2b2b;

-	line-height: 1.5;
+	font-size: 16px;

-}
+	font-weight: 400;

-
+	line-height: 1.5;

-blockquote em, blockquote i, blockquote cite {
+}

-	font-style: normal;
+

-}
+blockquote em, blockquote i, blockquote cite {

-
+	font-style: normal;

-blockquote strong, blockquote b {
+}

-	font-weight: 400;
+

-}
+blockquote strong, blockquote b {

-
+	font-weight: 400;

-small {
+}

-	font-size: smaller;
+

-}
+small {

-
+	font-size: smaller;

-big {
+}

-	font-size: 125%;
+

-}
+big {

-
+	font-size: 125%;

-sup, sub {
+}

-	font-size: 75%;
+

-	height: 0;
+sup, sub {

-	line-height: 0;
+	font-size: 75%;

-	position: relative;
+	height: 0;

-	vertical-align: baseline;
+	line-height: 0;

-}
+	position: relative;

-
+	vertical-align: baseline;

-sup {
+}

-	bottom: 1ex;
+

-}
+sup {

-
+	bottom: 1ex;

-sub {
+}

-	top: .5ex;
+

-}
+sub {

-
+	top: .5ex;

-dl {
+}

-	margin-bottom: 24px;
+

-}
+dl {

-
+	margin-bottom: 24px;

-dt {
+}

-	font-weight: bold;
+

-}
+dt {

-
+	font-weight: bold;

-dd {
+}

-	margin-bottom: 24px;
+

-}
+dd {

-
+	margin-bottom: 24px;

-ul, ol {
+}

-	list-style: none;
+

-	margin: 0 0 24px 20px;
+ul, ol {

-}
+	list-style: none;

-
+	margin: 0 0 24px 20px;

-ul {
+}

-	list-style: disc;
+

-}
+ul {

-
+	list-style: disc;

-ol {
+}

-	list-style: decimal;
+

-}
+ol {

-
+	list-style: decimal;

-li > ul, li > ol {
+}

-	margin: 0 0 0 20px;
+

-}
+li > ul, li > ol {

-
+	margin: 0 0 0 20px;

-img {
+}

-	-ms-interpolation-mode: bicubic;
+

-	border: 0;
+img {

-	vertical-align: middle;
+	-ms-interpolation-mode: bicubic;

-}
+	border: 0;

-
+	vertical-align: middle;

-figure {
+}

-	margin: 0;
+

-}
+figure {

-
+	margin: 0;

-fieldset {
+}

-	border: 1px solid rgba(0, 0, 0, 0.1);
+

-	margin: 0 0 24px;
+fieldset {

-	padding: 11px 12px 0;
+	border: 1px solid rgba(0, 0, 0, 0.1);

-}
+	margin: 0 0 24px;

-
+	padding: 11px 12px 0;

-legend {
+}

-	white-space: normal;
+

-}
+legend {

-
+	white-space: normal;

-button, input, select, textarea {
+}

-	-webkit-box-sizing: border-box;
+

-	-moz-box-sizing:    border-box;
+button, input, select, textarea {

-	box-sizing:         border-box;
+	-webkit-box-sizing: border-box;

-	font-size: 100%;
+	-moz-box-sizing:    border-box;

-	margin: 0;
+	box-sizing:         border-box;

-	max-width: 100%;
+	font-size: 100%;

-	vertical-align: baseline;
+	margin: 0;

-}
+	max-width: 100%;

-
+	vertical-align: baseline;

-button, input {
+}

-	line-height: normal;
+

-}
+button, input {

-
+	line-height: normal;

-input, textarea {
+}

-	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
+

-}
+input, textarea {

-
+	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */

-button, html input[type="button"], input[type="reset"], input[type="submit"] {
+}

-	-webkit-appearance: button;
+

-	cursor: pointer;
+button, html input[type="button"], input[type="reset"], input[type="submit"] {

-}
+	-webkit-appearance: button;

-
+	cursor: pointer;

-button[disabled], input[disabled] {
+}

-	cursor: default;
+

-}
+button[disabled], input[disabled] {

-
+	cursor: default;

-input[type="checkbox"], input[type="radio"] {
+}

-	padding: 0;
+

-}
+input[type="checkbox"], input[type="radio"] {

-
+	padding: 0;

-input[type="search"] {
+}

-	-webkit-appearance: textfield;
+

-}
+input[type="search"] {

-
+	-webkit-appearance: textfield;

-input[type="search"]::-webkit-search-decoration {
+}

-	-webkit-appearance: none;
+

-}
+input[type="search"]::-webkit-search-decoration {

-
+	-webkit-appearance: none;

-button::-moz-focus-inner, input::-moz-focus-inner {
+}

-	border: 0;
+

-	padding: 0;
+button::-moz-focus-inner, input::-moz-focus-inner {

-}
+	border: 0;

-
+	padding: 0;

-textarea {
+}

-	overflow: auto;
+

-	vertical-align: top;
+textarea {

-}
+	overflow: auto;

-
+	vertical-align: top;

-table {
+}

-	border-collapse: separate;
+

-	border-spacing: 0;
+table {

-	border-width: 1px 0 0 1px;
+	border-collapse: separate;

-	margin-bottom: 24px;
+	border-spacing: 0;

-	width: 100%;
+	border-width: 1px 0 0 1px;

-}
+	margin-bottom: 24px;

-
+	width: 100%;

-caption, th, td {
+}

-	font-weight: normal;
+

-	text-align: left;
+caption, th, td {

-}
+	font-weight: normal;

-
+	text-align: left;

-th {
+}

-	border-width: 0 1px 1px 0;
+

-	font-weight: bold;
+th {

-}
+	border-width: 0 1px 1px 0;

-
+	font-weight: bold;

-td {
+}

-	border-width: 0 1px 1px 0;
+

-}
+td {

-
+	border-width: 0 1px 1px 0;

-del {
+}

-	color: #767676;
+

-}
+del {

-
+	color: #767676;

-hr {
+}

-	background-color: rgba(0, 0, 0, 0.1);
+

-	border: 0;
+hr {

-	height: 1px;
+	background-color: rgba(0, 0, 0, 0.1);

-	margin-bottom: 23px;
+	border: 0;

-}
+	height: 1px;

-
+	margin-bottom: 23px;

-/* Support a widely-adopted but non-standard selector for text selection styles
+}

- * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
+

- */
+/* Support a widely-adopted but non-standard selector for text selection styles

-::selection {
+ * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.

-	background: #7a1919;
+ */

-	color: #fff;
+::selection {

-	text-shadow: none;
+	background: #7a1919;

-}
+	color: #fff;

-
+	text-shadow: none;

-::-moz-selection {
+}

-	background: #7a1919;
+

-	color: #fff;
+::-moz-selection {

-	text-shadow: none;
+	background: #7a1919;

-}
+	color: #fff;

-
+	text-shadow: none;

-
+}

-/**
+

- * 2.0 Repeatable Patterns
+

- * -----------------------------------------------------------------------------
+/**

- */
+ * 2.0 Repeatable Patterns

-
+ * -----------------------------------------------------------------------------

-/* Input fields */
+ */

-
+

-input, textarea {
+/* Input fields */

-	border: 1px solid rgba(0, 0, 0, 0.1);
+

-	border-radius: 2px;
+input, textarea {

-	color: #2b2b2b;
+	border: 1px solid rgba(0, 0, 0, 0.1);

-	padding: 8px 10px 7px;
+	border-radius: 2px;

-}
+	color: #2b2b2b;

-
+	padding: 8px 10px 7px;

-textarea {
+}

-	width: 100%;
+

-}
+textarea {

-
+	width: 100%;

-input:focus, textarea:focus {
+}

-	border: 1px solid rgba(0, 0, 0, 0.3);
+

-	outline: 0;
+input:focus, textarea:focus {

-}
+	border: 1px solid rgba(0, 0, 0, 0.3);

-
+	outline: 0;

-/* Buttons */
+}

-
+

-
+/* Buttons */

-/* Placeholder text color -- selectors need to be separate to work. */
+

-
+

-::-webkit-input-placeholder {
+/* Placeholder text color -- selectors need to be separate to work. */

-	color: #7a1919;
+

-}
+::-webkit-input-placeholder {

-
+	color: #7a1919;

-:-moz-placeholder {
+}

-	color: #7a1919;
+

-}
+:-moz-placeholder {

-
+	color: #7a1919;

-::-moz-placeholder {
+}

-	color: #7a1919;
+

-	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
+::-moz-placeholder {

-}
+	color: #7a1919;

-
+	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */

-:-ms-input-placeholder {
+}

-	color: #7a1919;
+

-}
+:-ms-input-placeholder {

-
+	color: #7a1919;

-/* Responsive images. Fluid images for posts, comments, and widgets */
+}

-
+

-.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
+/* Responsive images. Fluid images for posts, comments, and widgets */

-	max-width: 100%;
+

-}
+.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {

-
+	max-width: 100%;

-/**
+}

- * Make sure images with WordPress-added height and width attributes are
+

- * scaled correctly.
+/**

- */
+ * Make sure images with WordPress-added height and width attributes are

-
+ * scaled correctly.

-.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
+ */

-	height: auto;
+

-}
+.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {

-
+	height: auto;

-img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
+}

-	height: auto;
+

-	max-width: 100%;
+img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {

-}
+	height: auto;

-
+	max-width: 100%;

-/* Make sure embeds and iframes fit their containers */
+}

-
+

-embed, iframe, object, video {
+/* Make sure embeds and iframes fit their containers */

-	margin-bottom: 24px;
+

-	max-width: 100%;
+embed, iframe, object, video {

-}
+	margin-bottom: 24px;

-
+	max-width: 100%;

-p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
+}

-	margin-bottom: 0;
+

-}
+p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {

-
+	margin-bottom: 0;

-/* Alignment */
+}

-
+

-.alignleft {
+/* Alignment */

-	float: left;
+

-}
+.alignleft {

-
+	float: left;

-.alignright {
+}

-	float: right;
+

-}
+.alignright {

-
+	float: right;

-.aligncenter {
+}

-	display: block;
+

-	margin-left: auto;
+.aligncenter {

-	margin-right: auto;
+	display: block;

-}
+	margin-left: auto;

-
+	margin-right: auto;

-blockquote.alignleft, img.alignleft {
+}

-	margin: 7px 24px 7px 0;
+

-}
+blockquote.alignleft, img.alignleft {

-
+	margin: 7px 24px 7px 0;

-.wp-caption.alignleft {
+}

-	margin: 7px 14px 7px 0;
+

-}
+.wp-caption.alignleft {

-
+	margin: 7px 14px 7px 0;

-blockquote.alignright, img.alignright {
+}

-	margin: 7px 0 7px 24px;
+

-}
+blockquote.alignright, img.alignright {

-
+	margin: 7px 0 7px 24px;

-.wp-caption.alignright {
+}

-	margin: 7px 0 7px 14px;
+

-}
+.wp-caption.alignright {

-
+	margin: 7px 0 7px 14px;

-blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
+}

-	margin-top: 7px;
+

-	margin-bottom: 7px;
+blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {

-}
+	margin-top: 7px;

-
+	margin-bottom: 7px;

-.site-content blockquote.alignleft, .site-content blockquote.alignright {
+}

-	border-top: 1px solid rgba(0, 0, 0, 0.1);
+

-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+.site-content blockquote.alignleft, .site-content blockquote.alignright {

-	padding-top: 17px;
+	border-top: 1px solid rgba(0, 0, 0, 0.1);

-	width: 50%;
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);

-}
+	padding-top: 17px;

-
+	width: 50%;

-.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
+}

-	margin-bottom: 17px;
+

-}
+.site-content blockquote.alignleft p, .site-content blockquote.alignright p {

-
+	margin-bottom: 17px;

-.wp-caption {
+}

-	margin-bottom: 24px;
+

-}
+.wp-caption {

-
+	margin-bottom: 24px;

-.wp-caption img[class*="wp-image-"] {
+}

-	display: block;
+

-	margin: 0;
+.wp-caption img[class*="wp-image-"] {

-}
+	display: block;

-
+	margin: 0;

-.wp-caption {
+}

-	color: #767676;
+

-}
+.wp-caption {

-
+	color: #767676;

-.wp-caption-text {
+}

-	-webkit-box-sizing: border-box;
+

-	-moz-box-sizing:    border-box;
+.wp-caption-text {

-	box-sizing:         border-box;
+	-webkit-box-sizing: border-box;

-	font-size: 12px;
+	-moz-box-sizing:    border-box;

-	font-style: italic;
+	box-sizing:         border-box;

-	line-height: 1.5;
+	font-size: 12px;

-	margin: 9px 0;
+	font-style: italic;

-	padding-right: 10px;
+	line-height: 1.5;

-}
+	margin: 9px 0;

-
+	padding-right: 10px;

-.wp-smiley {
+}

-	border: 0;
+

-	margin-bottom: 0;
+.wp-smiley {

-	margin-top: 0;
+	border: 0;

-	padding: 0;
+	margin-bottom: 0;

-}
+	margin-top: 0;

-
+	padding: 0;

-/* Assistive text */
+}

-
+

-.screen-reader-text {
+/* Assistive text */

-	clip: rect(1px, 1px, 1px, 1px);
+

-	position: absolute;
+.screen-reader-text {

-}
+	clip: rect(1px, 1px, 1px, 1px);

-
+	position: absolute;

-.screen-reader-text:focus {
+}

-	background-color: #f1f1f1;
+

-	border-radius: 3px;
+.screen-reader-text:focus {

-	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+	background-color: #f1f1f1;

-	clip: auto;
+	border-radius: 3px;

-	color: #21759b;
+	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

-	display: block;
+	clip: auto;

-	font-size: 14px;
+	color: #21759b;

-	font-weight: bold;
+	display: block;

-	height: auto;
+	font-size: 14px;

-	line-height: normal;
+	font-weight: bold;

-	padding: 15px 23px 14px;
+	height: auto;

-	position: absolute;
+	line-height: normal;

-	left: 5px;
+	padding: 15px 23px 14px;

-	top: 5px;
+	position: absolute;

-	text-decoration: none;
+	left: 5px;

-	text-transform: none;
+	top: 5px;

-	width: auto;
+	text-decoration: none;

-	z-index: 100000; /* Above WP toolbar */
+	text-transform: none;

-}
+	width: auto;

-
+	z-index: 100000; /* Above WP toolbar */

-.hide {
+}

-	display: none;
+

-}
+.hide {

-
+	display: none;

-/* Clearing floats */
+}

-
+

-.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
+/* Clearing floats */

-	content: "";
+

-	display: table;
+.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {

-}
+	content: "";

-
+	display: table;

-.footer-sidebar:after, .hentry:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
+}

-	clear: both;
+

-}
+.footer-sidebar:after, .hentry:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {

-.clear {
+	clear: both;

-	float:none;
+}

-	clear:both;
+.clear {

-}
+	float:none;

-
+	clear:both;

-/* Genericons */
+}

-
+

-.bypostauthor > article .fn:before .comment-edit-link:before .comment-reply-link:before .comment-reply-login:before .comment-reply-title small a:before .contributor-posts-link:before .menu-toggle:before .search-toggle:before .slider-direction-nav a:before .widget_twentyfourteen_ephemera .widget-title:before {
+/* Genericons */

-	-webkit-font-smoothing: antialiased;
+

-	display: inline-block;
+.bypostauthor > article .fn:before .comment-edit-link:before .comment-reply-link:before .comment-reply-login:before .comment-reply-title small a:before .contributor-posts-link:before .menu-toggle:before .search-toggle:before .slider-direction-nav a:before .widget_twentyfourteen_ephemera .widget-title:before {

-	font: normal 16px/1 Genericons;
+	-webkit-font-smoothing: antialiased;

-	text-decoration: inherit;
+	display: inline-block;

-	vertical-align: text-bottom;
+	font: normal 16px/1 Genericons;

-}
+	text-decoration: inherit;

-
+	vertical-align: text-bottom;

-/* Separators */
+}

-
+

-.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {
+/* Separators */

-	content: "\0020\007c\0020";
+

-}
+.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_twentyfourteen_ephemera .entry-title:after {

-
+	content: "\0020\007c\0020";

-table {
+}

-	color:#7a1919;
+

-}
+table {

-table td {
+	color:#7a1919;

-	font-weight: bold;
+}

-	font-size: 14px;
+table td {

-}
+	font-weight: bold;

-
+	font-size: 14px;

-
+}

-/**
+

- * 3.0 Basic Structure
+

- * -----------------------------------------------------------------------------
+/**

- */
+ * 3.0 Basic Structure

-.inner-wrapper {
+ * -----------------------------------------------------------------------------

-	width:980px;
+ */

-	position: relative;
+.inner-wrapper {

-	margin:0 auto;
+	width:980px;

-}
+	position: relative;

-#page {
+	margin:0 auto;

-	padding-top:140px;
+}

-	min-height: calc(100% - 140px);
+#page {

-	position: relative;
+	padding-top:140px;

-	background:#CCC;
+	min-height: calc(100% - 140px);

-}
+	position: relative;

-.bg-element {
+	background:#CCC;

-	position:fixed;
+}

-	width:980px;
+.bg-element {

-	top:0;
+	position:fixed;

-	left:50%;
+	width:980px;

-	margin-left:-490px;
+	top:0;

-	height:100%;
+	left:50%;

-	z-index: 0;
+	margin-left:-490px;

-	background:white;
+	height:100%;

-}
+	z-index: 0;

-#main {
+	background:white;

-	position: relative;
+}

-	z-index: 5;
+#main {

-	padding-bottom:100px;
+	position: relative;

-}
+	z-index: 5;

-#main-content {
+	padding-bottom:100px;

-}
+}

-#primary {
+#main-content {

-	width:940px;
+}

-	padding:20px;
+#primary {

-	min-height: calc(100% - 140px);
+	width:940px;

-	background:white;
+	padding:20px;

-	position: relative;
+	min-height: calc(100% - 140px);

-	z-index: 10;
+	background:white;

-	/*padding-bottom:;*/
+	position: relative;

-}
+	z-index: 10;

-
+	/*padding-bottom:;*/

-/**
+}

- * 4.0 Header
+

- * -----------------------------------------------------------------------------
+/**

- */
+ * 4.0 Header

-
+ * -----------------------------------------------------------------------------

-/* Ensure that there is no gap between the header and
+ */

-   the admin bar for WordPress versions before 3.8. */
+

-#wpadminbar {
+/* Ensure that there is no gap between the header and

-	min-height: 32px;
+   the admin bar for WordPress versions before 3.8. */

-}
+#wpadminbar {

-header#masthead {
+	min-height: 32px;

-	background: #7f5516; /* Old browsers */
+}

-	background: -moz-linear-gradient(left,  #7f5516 0%, #ba9458 15%, #e8c48b 50%, #ba9458 85%, #7f5516 100%); /* FF3.6+ */
+header#masthead {

-	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f5516), color-stop(15%,#ba9458), color-stop(50%,#e8c48b), color-stop(85%,#ba9458), color-stop(100%,#7f5516)); /* Chrome,Safari4+ */
+	background: #D1D1D1; /* Old browsers */


-	background: -webkit-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Chrome10+,Safari5.1+ */
+	padding-top:4px;

-	background: -o-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Opera 11.10+ */
+	position: fixed;

-	background: -ms-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* IE10+ */
+	z-index: 100;

-	background: linear-gradient(to right,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* W3C */
+	width:100%;

-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#7f5516',GradientType=1 ); /* IE6-9 */
+	height:136px;

-	padding-top:4px;
+	top:0;

-	position: fixed;
+	left:0;

-	z-index: 100;
+}

-	width:100%;
+.header-main {

-	height:136px;
+	background:white;

-	top:0;
+}

-	left:0;
+.header-main .inner-wrapper {

-}
+	height: 107px;
-.header-main {
+	

-	background:white;
+}

-}
+.logo {

-.header-main .inner-wrapper {
+	position: absolute;

-	height: 107px;
+	top:10px;

-}
+	left:50%;

-.logo {
+	margin-left:-152px;

-	position: absolute;
+}

-	top:10px;
+.logo a {

-	left:50%;
+	display: block;

-	margin-left:-152px;
+	width:305px;

-}
+	height:85px;

-.logo a {
+	background:url('images/climate_control_logo.png') center center no-repeat;

-	display: block;
+}

-	width:305px;
+.header-main .search-form {

-	height:85px;
+	position: absolute;

-	background:url('images/climate_control_logo.png') center center no-repeat;
+	top:10px;

-}
+	right:0;

-.header-main .search-form {
+	width:200px;

-	position: absolute;
+}

-	top:10px;
+input.search-field {

-	right:0;
+	border: 1px solid #7a1919;

-	width:200px;
+	padding: 2px 2px 2px 20px;

-}
+	color: #7a1919;

-input.search-field {
+	background:url('images/search_icon.png') left center no-repeat;

-	border: 1px solid #7a1919;
+	background-color: rgba(232,196,139,.5);

-	padding: 2px 2px 2px 20px;
+	border-radius: 0;

-	color: #7a1919;
+	width:90%;

-	background:url('images/search_icon.png') left center no-repeat;
+}

-	background-color: rgba(232,196,139,.5);
+input.search-submit {

-	border-radius: 0;
+	display: block;

-	width:90%;
+	text-indent: -9999px;

-}
+	padding: 0;

-input.search-submit {
+	width: 0;

-	display: block;
+	height: 0px;

-	text-indent: -9999px;
+	border: 10px solid transparent;

-	padding: 0;
+	border-right: 0;

-	width: 0;
+	border-left: 15px solid #7a1919;

-	height: 0px;
+	background: none;

-	border: 10px solid transparent;
+	float: right;

-	border-right: 0;
+	margin-top: 2px;

-	border-left: 15px solid #7a1919;
+}

-	background: none;
+.search-submit {

-	float: right;
+	display: none;

-	margin-top: 2px;
+}

-}
+.social {

-.search-submit {
+	position: absolute;

-	display: none;
+	right:0;

-}
+	bottom:10px;

-.social {
+}

-	position: absolute;
+.social .social-links {

-	right:0;
+	margin:0;

-	bottom:10px;
+}

-}
+.social .social-links li {

-.social .social-links {
+	display: inline-block;

-	margin:0;
+	list-style: none outside none;

-}
+}

-.social .social-links li {
+.social .social-links li a {

-	display: inline-block;
+	display: block;

-	list-style: none outside none;
+	font-weight: bold;

-}
+	padding:5px 30px 5px 5px;

-.social .social-links li a {
+	background-position: right center;

-	display: block;
+	background-repeat: no-repeat;

-	font-weight: bold;
+	color:#7a1919;

-	padding:5px 30px 5px 5px;
+}

-	background-position: right center;
+

-	background-repeat: no-repeat;
+.header-left{

-	color:#7a1919;
+	position: absolute;

-}
+	top:10px;

-
+	left:0;

-.header-left{
+}

-	position: absolute;
+.header-left .header-links a {

-	top:10px;
+	display: block;

-	left:0;
+	width:160px;

-}
+	text-align: center;

-.header-left .header-links a {
+	background:#7a1919;

-	display: block;
+	color:white;

-	width:160px;
+	font-weight: bold;

-	text-align: center;
+	font-size: 14px;

-	background:#7a1919;
+	text-transform: uppercase;

-	color:white;
+	margin-bottom:10px;

-	font-weight: bold;
+}

-	font-size: 14px;
+.header-left .phone {

-	text-transform: uppercase;
+	font-size: 30px;

-	margin-bottom:10px;
+	font-weight: bold;

-}
+	color:#7a1919;

-.header-left .phone {
+	line-height: 1em;

-	font-size: 30px;
+	text-align: center;

-	font-weight: bold;
+}

-	color:#7a1919;
+

-	line-height: 1em;
+/**

-	text-align: center;
+ * 5.0 Navigation

-}
+ * -----------------------------------------------------------------------------

-
+ */

-/**
+#primary-navigation, .menu-primary-menu-container {

- * 5.0 Navigation
+	position: relative;

- * -----------------------------------------------------------------------------
+	z-index: 100;

- */
+}

-#primary-navigation, .menu-primary-menu-container {
+#primary-navigation .nav-menu {

-	position: relative;
+	list-style: none outside none;

-	z-index: 100;
+	margin:0;

-}
+	text-align: left;

-#primary-navigation .nav-menu {
+}

-	list-style: none outside none;
+#primary-navigation .nav-menu li {

-	margin:0;
+	display: block;

-	text-align: left;
+	float:left;

-}
+	position: relative;

-#primary-navigation .nav-menu li {
+}

-	display: block;
+#primary-navigation .nav-menu > li > a {

-	float:left;
+	display: block;

-	position: relative;
+	font-size: 17px;

-}
+	font-weight: bold;

-#primary-navigation .nav-menu > li > a {
+	color:#5a0000;

-	display: block;
+	line-height: 17px;

-	font-size: 17px;
+	padding:6px 12px;

-	font-weight: bold;
+	text-transform: uppercase;

-	color:#5a0000;
+}

-	line-height: 17px;
+#primary-navigation .nav-menu > li:hover > a, #primary-navigation .nav-menu > li.current-menu-item > a, #primary-navigation .nav-menu > li.current-menu-ancestor > a {

-	padding:6px 12px;
+	color:white;
-	text-transform: uppercase;
+	background-color: #797979;
-}
+}

-#primary-navigation .nav-menu > li:hover > a, #primary-navigation .nav-menu > li.current-menu-item > a, #primary-navigation .nav-menu > li.current-menu-ancestor > a {
+#primary-navigation .nav-menu li > ul {

-	background: #7f5516; /* Old browsers */
+	display: none;

-	background: -moz-linear-gradient(top,  #7f5516 0%, #e8c48b 100%); /* FF3.6+ */
+	position: absolute;

-	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f5516), color-stop(100%,#e8c48b)); /* Chrome,Safari4+ */
+	margin:0;

-	background: -webkit-linear-gradient(top,  #7f5516 0%,#e8c48b 100%); /* Chrome10+,Safari5.1+ */
+	left:50%;

-	background: -o-linear-gradient(top,  #7f5516 0%,#e8c48b 100%); /* Opera 11.10+ */
+	-moz-transform: translateX(-50%);

-	background: -ms-linear-gradient(top,  #7f5516 0%,#e8c48b 100%); /* IE10+ */
+	-webkit-transform: translateX(-50%);

-	background: linear-gradient(to bottom,  #7f5516 0%,#e8c48b 100%); /* W3C */
+	-o-transform: translateX(-50%);

-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#e8c48b',GradientType=0 ); /* IE6-9 */
+	-ms-transform: translateX(-50%);

-	color:white;
+	transform: translateX(-50%);

-}
+	white-space: nowrap;

-#primary-navigation .nav-menu li > ul {
+	line-height: 18px;

-	display: none;
+}

-	position: absolute;
+#primary-navigation .nav-menu li:hover > ul {

-	margin:0;
+	display: block;

-	left:50%;
+}

-	-moz-transform: translateX(-50%);
+#primary-navigation .nav-menu li > ul > li {

-	-webkit-transform: translateX(-50%);
+	margin:0 3px 0 1px;

-	-o-transform: translateX(-50%);
+	line-height: 20px;

-	-ms-transform: translateX(-50%);
+	font-size: 14px;

-	transform: translateX(-50%);
+	display: inline-block;

-	white-space: nowrap;
+	float:none;

-	line-height: 18px;
+}

-}
+#primary-navigation .nav-menu li > ul > li:before {

-#primary-navigation .nav-menu li:hover > ul {
+	content:" | ";

-	display: block;
+	color:white;

-}
+}

-#primary-navigation .nav-menu li > ul > li {
+#primary-navigation .nav-menu li > ul > li:first-child:before {

-	margin:0 3px 0 1px;
+	content:"";	

-	line-height: 20px;
+}

-	font-size: 14px;
+#primary-navigation .nav-menu li > ul > li > a {

-	display: inline-block;
+	color:white;

-	float:none;
+	display: inline-block;

-}
+	padding:0 2px 0 4px;

-#primary-navigation .nav-menu li > ul > li:before {
+}

-	content:" | ";
+.sub-nav-back {

-	color:white;
+	background: #452802; /* Old browsers */

-}
+	background: -moz-linear-gradient(left,  #452802 0%, #ac8b59 15%, #ac8b59 50%, #ac8b59 85%, #ac8b59 85%, #452802 100%); /* FF3.6+ */

-#primary-navigation .nav-menu li > ul > li:first-child:before {
+	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#452802), color-stop(15%,#ac8b59), color-stop(50%,#ac8b59), color-stop(85%,#ac8b59), color-stop(85%,#ac8b59), color-stop(100%,#452802)); /* Chrome,Safari4+ */

-	content:"";	
+	background: -webkit-linear-gradient(left,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* Chrome10+,Safari5.1+ */

-}
+	background: -o-linear-gradient(left,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* Opera 11.10+ */

-#primary-navigation .nav-menu li > ul > li > a {
+	background: -ms-linear-gradient(left,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* IE10+ */

-	color:white;
+	background: linear-gradient(to right,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* W3C */

-	display: inline-block;
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#452802', endColorstr='#452802',GradientType=1 ); /* IE6-9 */

-	padding:0 2px 0 4px;
+	width:100%;

-}
+	position: absolute;

-.sub-nav-back {
+	z-index: 1;

-	background: #452802; /* Old browsers */
+	left:-20px;

-	background: -moz-linear-gradient(left,  #452802 0%, #ac8b59 15%, #ac8b59 50%, #ac8b59 85%, #ac8b59 85%, #452802 100%); /* FF3.6+ */
+	padding:0 20px;

-	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#452802), color-stop(15%,#ac8b59), color-stop(50%,#ac8b59), color-stop(85%,#ac8b59), color-stop(85%,#ac8b59), color-stop(100%,#452802)); /* Chrome,Safari4+ */
+	height:20px;

-	background: -webkit-linear-gradient(left,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* Chrome10+,Safari5.1+ */
+	top:100%;

-	background: -o-linear-gradient(left,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* Opera 11.10+ */
+	display: none;

-	background: -ms-linear-gradient(left,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* IE10+ */
+}

-	background: linear-gradient(to right,  #452802 0%,#ac8b59 15%,#ac8b59 50%,#ac8b59 85%,#ac8b59 85%,#452802 100%); /* W3C */
+.sub-nav-back.show {

-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#452802', endColorstr='#452802',GradientType=1 ); /* IE6-9 */
+	display: block;

-	width:100%;
+}

-	position: absolute;
+

-	z-index: 1;
+

-	left:-20px;
+/**

-	padding:0 20px;
+ * 6.0 Content

-	height:20px;
+ * -----------------------------------------------------------------------------

-	top:100%;
+ */

-	display: none;
+.home .slider {

-}
+	background: #7f5516; /* Old browsers */

-.sub-nav-back.show {
+	background: -moz-linear-gradient(left,  #7f5516 0%, #ba9458 15%, #e8c48b 50%, #ba9458 85%, #7f5516 100%); /* FF3.6+ */

-	display: block;
+	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f5516), color-stop(15%,#ba9458), color-stop(50%,#e8c48b), color-stop(85%,#ba9458), color-stop(100%,#7f5516)); /* Chrome,Safari4+ */

-}
+	background: -webkit-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Chrome10+,Safari5.1+ */

-
+	background: -o-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Opera 11.10+ */

-
+	background: -ms-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* IE10+ */

-/**
+	background: linear-gradient(to right,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* W3C */

- * 6.0 Content
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#7f5516',GradientType=1 ); /* IE6-9 */

- * -----------------------------------------------------------------------------
+	padding-bottom:4px;

- */
+}

-.home .slider {
+.home .slider .bg-color {

-	background: #7f5516; /* Old browsers */
+	background:#7a1919;

-	background: -moz-linear-gradient(left,  #7f5516 0%, #ba9458 15%, #e8c48b 50%, #ba9458 85%, #7f5516 100%); /* FF3.6+ */
+}

-	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f5516), color-stop(15%,#ba9458), color-stop(50%,#e8c48b), color-stop(85%,#ba9458), color-stop(100%,#7f5516)); /* Chrome,Safari4+ */
+.home .entry-content p {

-	background: -webkit-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Chrome10+,Safari5.1+ */
+	font-size: 22px;

-	background: -o-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* Opera 11.10+ */
+}

-	background: -ms-linear-gradient(left,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* IE10+ */
+#slider img {

-	background: linear-gradient(to right,  #7f5516 0%,#ba9458 15%,#e8c48b 50%,#ba9458 85%,#7f5516 100%); /* W3C */
+	display: none;

-	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5516', endColorstr='#7f5516',GradientType=1 ); /* IE6-9 */
+}

-	padding-bottom:4px;
+#slider img:first-child {

-}
+	display: block;

-.home .slider .bg-color {
+}

-	background:#7a1919;
+.content_area {

-}
+	padding-left: 10px;

-.home .entry-content p {
+	border-left: 3px solid #7a1919;

-	font-size: 22px;
+	margin: 25px 0;

-}
+}

-#slider img {
+.home .content_area {

-	display: none;
+	padding-left: 0px;

-}
+	border-left: none;

-#slider img:first-child {
+	margin: 0;

-	display: block;
+}

-}
+.entry-content a {

-.content_area {
+	color:#7a1919;

-	padding-left: 10px;
+	font-weight: bold;

-	border-left: 3px solid #7a1919;
+}

-	margin: 25px 0;
+a.anchor{ display: block; position: relative; top: -160px; visibility: hidden; }

-}
+

-.home .content_area {
+/**

-	padding-left: 0px;
+ * 6.1 Post Thumbnail

-	border-left: none;
+ * -----------------------------------------------------------------------------

-	margin: 0;
+ */

-}
+

-.entry-content a {
+

-	color:#7a1919;
+/**

-	font-weight: bold;
+ * 6.2 Entry Header

-}
+ * -----------------------------------------------------------------------------

-a.anchor{ display: block; position: relative; top: -160px; visibility: hidden; }
+ */

-
+

-/**
+

- * 6.1 Post Thumbnail
+/**

- * -----------------------------------------------------------------------------
+ * 6.3 Entry Meta

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.2 Entry Header
+

- * -----------------------------------------------------------------------------
+

- */
+/**

-
+ * 6.4 Entry Content

-
+ * -----------------------------------------------------------------------------

-/**
+ */

- * 6.3 Entry Meta
+.home .content_area > div { margin-left:-3px; }

- * -----------------------------------------------------------------------------
+.home .content_area > div:first-child {

- */
+	border-right:1px solid #7a1919;

-
+	margin-left:0;

-
+	padding-right:1%;

-
+	margin-right:3%;

-
+}

-/**
+form .grid_2 , form .grid_3{

- * 6.4 Entry Content
+	float:left;

- * -----------------------------------------------------------------------------
+}

- */
+form .grid_2 {

-.home .content_area > div { margin-left:-3px; }
+	width:120px;

-.home .content_area > div:first-child {
+}

-	border-right:1px solid #7a1919;
+form .grid_3 {

-	margin-left:0;
+	width:340px;

-	padding-right:1%;
+}

-	margin-right:3%;
+.form_row {

-}
+	float: left;

-form .grid_2 , form .grid_3{
+	padding: 6px 0;

-	float:left;
+	width: 570px;

-}
+}

-form .grid_2 {
+.form_row .indent { padding-left: 40px; }

-	width:120px;
+.form_row .indent .row {

-}
+	float: left;

-form .grid_3 {
+	margin-bottom: 2px;

-	width:340px;
+	width: 100%;

-}
+}

-.form_row {
+.form_row .indent .first-row { margin-top: 5px; }

-	float: left;
+.form_row .indent input, .form_row .indent span {

-	padding: 6px 0;
+	/*float: left;*/

-	width: 570px;
+	padding-right: 8px;

-}
+	width: auto;

-.form_row .indent { padding-left: 40px; }
+}

-.form_row .indent .row {
+.form_row1 {

-	float: left;
+	float: left;

-	margin-bottom: 2px;
+	padding-top: 6px;

-	width: 100%;
+	width: 570px;

-}
+}

-.form_row .indent .first-row { margin-top: 5px; }
+.form_row1 label {

-.form_row .indent input, .form_row .indent span {
+	padding-left: 16px;

-	/*float: left;*/
+	padding-right: 0;

-	padding-right: 8px;
+	padding-top: 0;

-	width: auto;
+	text-align: left;

-}
+}

-.form_row1 {
+.form_row1 span {

-	float: left;
+	float: left;

-	padding-top: 6px;
+	padding: 0 10px 0 6px;

-	width: 570px;
+}

-}
+.form_row span textarea {

-.form_row1 label {
+	margin: 0 20px;

-	padding-left: 16px;
+	width: 95%;

-	padding-right: 0;
+}

-	padding-top: 0;
+.form_row table { margin-left: 10px; }

-	text-align: left;
+.form_row td input { width: auto; }

-}
+

-.form_row1 span {
+

-	float: left;
+/**

-	padding: 0 10px 0 6px;
+ * 6.6 Post Formats

-}
+ * -----------------------------------------------------------------------------

-.form_row span textarea {
+ */

-	margin: 0 20px;
+

-	width: 95%;
+

-}
+/**

-.form_row table { margin-left: 10px; }
+ * 6.7 Post/Image/Paging Navigation

-.form_row td input { width: auto; }
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.6 Post Formats
+/**

- * -----------------------------------------------------------------------------
+ * 6.8 Attachments

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.7 Post/Image/Paging Navigation
+/**

- * -----------------------------------------------------------------------------
+ * 6.9 Archives

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.8 Attachments
+/**

- * -----------------------------------------------------------------------------
+ * 6.10 Contributor Page

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.9 Archives
+/**

- * -----------------------------------------------------------------------------
+ * 6.11 404 Page

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.10 Contributor Page
+/**

- * -----------------------------------------------------------------------------
+ * 6.12 Full-width

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.11 404 Page
+/**

- * -----------------------------------------------------------------------------
+ * 6.13 Singular

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.12 Full-width
+/**

- * -----------------------------------------------------------------------------
+ * 7.0 Sidebars

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 6.13 Singular
+/**

- * -----------------------------------------------------------------------------
+ * 7.1 Widgets

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 7.0 Sidebars
+/**

- * -----------------------------------------------------------------------------
+ * 7.2 Content Sidebar Widgets

- */
+ * -----------------------------------------------------------------------------

-
+ */

-
+

-/**
+

- * 7.1 Widgets
+

- * -----------------------------------------------------------------------------
+/**

- */
+ * 8.0 Footer

-
+ * -----------------------------------------------------------------------------

-
+ */

-/**
+footer#colophon {

- * 7.2 Content Sidebar Widgets
+	margin-top:-100px;

- * -----------------------------------------------------------------------------
+	background:#7A1919;

- */
+	position: relative;

-
+	z-index: 100;

-
+}

-
+footer#colophon > .inner-wrapper {

-/**
+	height:150px;

- * 8.0 Footer
+}

- * -----------------------------------------------------------------------------
+#footer-navigation {

- */
+	text-align: center;

-footer#colophon {
+	padding-top:8px;

-	margin-top:-100px;
+}

-	background:#7A1919;
+#footer-navigation ul {

-	position: relative;
+	list-style: none outside none;

-	z-index: 100;
+	margin:0 auto;

-}
+	display: inline-block;

-footer#colophon > .inner-wrapper {
+}

-	height:150px;
+#footer-navigation ul ul {

-}
+	display: none;

-#footer-navigation {
+}

-	text-align: center;
+#footer-navigation li {

-	padding-top:8px;
+	display: block;

-}
+	float:left;

-#footer-navigation ul {
+	font-size: 14px;

-	list-style: none outside none;
+}

-	margin:0 auto;
+#footer-navigation li:before {

-	display: inline-block;
+	content:" | ";

-}
+	color:white;

-#footer-navigation ul ul {
+	font-size: 15px;

-	display: none;
+}

-}
+#footer-navigation li:first-child:before {

-#footer-navigation li {
+	content: "";

-	display: block;
+}

-	float:left;
+#footer-navigation li a {

-	font-size: 14px;
+	color:white;

-}
+	font-weight: bold;

-#footer-navigation li:before {
+	display: inline-block;

-	content:" | ";
+	padding:0px 7px 0 5px;

-	color:white;
+	text-transform: uppercase;

-	font-size: 15px;
+}

-}
+.footer-left, .footer-right {

-#footer-navigation li:first-child:before {
+

-	content: "";
+	line-height: 1.3em;

-}
+	color: white;

-#footer-navigation li a {
+	position: absolute;

-	color:white;
+	bottom: 10px;

-	font-weight: bold;
+}

-	display: inline-block;
+.footer-left a, .footer-right a {

-	padding:0px 7px 0 5px;
+	color:white;

-	text-transform: uppercase;
+}

-}
+.footer-left {

-.footer-left, .footer-right {
+	left:20px;

-
+	text-align: left;

-	line-height: 1.3em;
+}

-	color: white;
+.footer-right {

-	position: absolute;
+	right:20px;

-	bottom: 10px;
+	text-align: right;

-}
+}

-.footer-left a, .footer-right a {
+

-	color:white;
+/**

-}
+ * 9.0 Pagination

-.footer-left {
+ * -----------------------------------------------------------------------------

-	left:20px;
+ */

-	text-align: left;
+ 	.pagination { clear:both; padding:20px 0; position:relative; font-size:11px; line-height:13px; }

-}
+	.pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#fff; background: #555; }

-.footer-right {
+	.pagination a:hover{ color:#fff; background: #3279BB; } 

-	right:20px;
+	.pagination .current{ padding:6px 9px 5px 9px; background: #3279BB; color:#fff; }

-	text-align: right;
+

-}
+/**

-
+ * 10.0 Fluid Columns

-/**
+ * -----------------------------------------------------------------------------

- * 9.0 Pagination
+ */

- * -----------------------------------------------------------------------------
+	.one_half{ width:48%; }

- */
+	.one_third{ width:30.66%; }

- 	.pagination { clear:both; padding:20px 0; position:relative; font-size:11px; line-height:13px; }
+	.two_third{ width:65.33%; }

-	.pagination span, .pagination a { display:block; float:left; margin: 2px 2px 2px 0; padding:6px 9px 5px 9px; text-decoration:none; width:auto; color:#fff; background: #555; }
+	.one_fourth{ width:22%; }

-	.pagination a:hover{ color:#fff; background: #3279BB; } 
+	.three_fourth{ width:74%; }

-	.pagination .current{ padding:6px 9px 5px 9px; background: #3279BB; color:#fff; }
+	.one_fifth{ width:16.8%; }

-
+	.two_fifth{ width:37.6%; }

-/**
+	.three_fifth{ width:58.4%; }

- * 10.0 Fluid Columns
+	.four_fifth{ width:79.2%; }

- * -----------------------------------------------------------------------------
+	.one_sixth{ width:13.33%; }

- */
+	.five_sixth{ width:82.67%; }

-	.one_half{ width:48%; }
+	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }

-	.one_third{ width:30.66%; }
+	.last{ margin-right:0 !important; clear:right; }

-	.two_third{ width:65.33%; }
+	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

-	.one_fourth{ width:22%; }
+

-	.three_fourth{ width:74%; }
+/**

-	.one_fifth{ width:16.8%; }
+ * 12.0 Print

-	.two_fifth{ width:37.6%; }
+ * -----------------------------------------------------------------------------

-	.three_fifth{ width:58.4%; }
+ */

-	.four_fifth{ width:79.2%; }
+

-	.one_sixth{ width:13.33%; }
+@media print {

-	.five_sixth{ width:82.67%; }
+	body {

-	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
+		background: none !important; /* Brute force since user agents all print differently. */

-	.last{ margin-right:0 !important; clear:right; }
+		color: #2b2b2b;

-	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
+		font-size: 12pt;

-
+	}

-/**
+

- * 12.0 Print
+	.site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {

- * -----------------------------------------------------------------------------
+		max-width: 100%;

- */
+	}

-
+

-@media print {
+	#site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {

-	body {
+		display: none;

-		background: none !important; /* Brute force since user agents all print differently. */
+	}

-		color: #2b2b2b;
+

-		font-size: 12pt;
+	.site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {

-	}
+		color: #2b2b2b;

-
+	}

-	.site, .site-header, .hentry, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content, .archive-header, .page-header, .contributor-info, .comments-area, .attachment .entry-attachment .attachment {
+

-		max-width: 100%;
+	.entry-content a, .entry-summary a, .page-content a, .comment-content a {

-	}
+		text-decoration: none;

-
+	}

-	#site-header img, .search-toggle, .site-navigation, .site-content nav, .edit-link, .page-links, .widget-area, .more-link, .post-format-archive-link, .comment-respond, .comment-list .reply, .comment-reply-login, #secondary, .site-footer, .slider-control-paging, .slider-direction-nav {
+

-		display: none;
+	.site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {

-	}
+		background: transparent;

-
+	}

-	.site-title a, .entry-meta, .entry-meta a, .featured-content .hentry, .featured-content a {
+

-		color: #2b2b2b;
+	.header-main {

-	}
+		padding: 48px 10px;

-
+	}

-	.entry-content a, .entry-summary a, .page-content a, .comment-content a {
+

-		text-decoration: none;
+	.site-title {

-	}
+		float: none;

-
+		font-size: 19pt;

-	.site-header, .post-thumbnail, a.post-thumbnail:hover, .site-content .entry-header, .site-footer, .featured-content, .featured-content .entry-header {
+	}

-		background: transparent;
+

-	}
+	.content-area {

-
+		padding-top: 0;

-	.header-main {
+	}

-		padding: 48px 10px;
+

-	}
+	.list-view .site-content .hentry {

-
+		border-bottom: 1px solid rgba(0, 0, 0, 0.1);

-	.site-title {
+		margin-bottom: 48px;

-		float: none;
+		padding-bottom: 24px;

-		font-size: 19pt;
+	}

-	}
+

-
+	.post-thumbnail img {

-	.content-area {
+		margin: 0 10px 24px;

-		padding-top: 0;
+	}

-	}
+

-
+	.site-content .has-post-thumbnail .entry-header {

-	.list-view .site-content .hentry {
+		padding-top: 0;

-		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+	}

-		margin-bottom: 48px;
+

-		padding-bottom: 24px;
+	.site-content footer.entry-meta {

-	}
+		margin: 24px auto;

-
+	}

-	.post-thumbnail img {
+

-		margin: 0 10px 24px;
+	.entry-meta .tag-links a {

-	}
+		color: #fff;

-
+	}

-	.site-content .has-post-thumbnail .entry-header {
+

-		padding-top: 0;
+	.singular .site-content .hentry.has-post-thumbnail {

-	}
+		margin-top: 0;

-
+	}

-	.site-content footer.entry-meta {
+

-		margin: 24px auto;
+	.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {

-	}
+		display: block;

-
+	}

-	.entry-meta .tag-links a {
+

-		color: #fff;
+	.archive-title, .page-title {

-	}
+		margin: 0 10px 48px;

-
+	}

-	.singular .site-content .hentry.has-post-thumbnail {
+

-		margin-top: 0;
+	.featured-content .hentry {

-	}
+		margin-bottom: 48px;

-
+	}

-	.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
+

-		display: block;
+	.featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {

-	}
+		padding-top: 0;

-
+	}

-	.archive-title, .page-title {
+

-		margin: 0 10px 48px;
+	.featured-content .post-thumbnail img {

-	}
+		position: relative;

+	}

+

+	.featured-content .entry-header {

+		padding: 0 10px 24px;

+	}

+

+	.featured-content .entry-meta {

+		font-size: 9pt;

+		margin-bottom: 11px;

+	}

+

+	.featured-content .cat-links {

+		font-weight: 900;

+	}

+

+	.featured-content .entry-title {

+		font-size: 25pt;

+		line-height: 36px;

+	}

+	

+}

+.bf_layout_checkbox {margin-right:10px!important;}

+
+
+/**************************************************
+ Styles Below Added by https://davidawindham.com 
+ 
+ **************************************************/
+
+
+.tinynav { display: none }
+
+
+/* Small Devices, Tablets */
+@media only screen and (max-width: 767px) {
+	
+	.logo a {
 
 
-	.featured-content .hentry {
-		margin-bottom: 48px;
 	}
 	}
-
+	
-	.featured-content .post-thumbnail, .slider .featured-content .post-thumbnail {
+	.tinynav { 
-		padding-top: 0;
+		display: block 
 	}
 	}
+	 #menu-primary-menu { display: none }
 
 
-	.featured-content .post-thumbnail img {
+}
-		position: relative;
-	}
 
 
-	.featured-content .entry-header {
+/* Medium Devices, Desktops */
-		padding: 0 10px 24px;
+@media only screen and (min-width : 992px) {
-	}
 
 
-	.featured-content .entry-meta {
+}
-		font-size: 9pt;
-		margin-bottom: 11px;
-	}
 
 
-	.featured-content .cat-links {
+/* Large Devices, Wide Screens */
-		font-weight: 900;
+@media only screen and (min-width : 1200px) {
-	}
 
 
-	.featured-content .entry-title {
-		font-size: 25pt;
-		line-height: 36px;
-	}
-	
 }
 }
-.bf_layout_checkbox {margin-right:10px!important;}
+    
-
+    
-
+ /*! responsive-nav.js 1.0.39 by @viljamis */
-/* Added by https://davidawindham.com */
+ 
-
-    /* Custom, iPhone Retina */ 
-    @media only screen and (min-width : 320px) {
-
-    }
-
-    /* Extra Small Devices, Phones */ 
-    @media only screen and (min-width : 480px) {
-
-    }
-
-    /* Small Devices, Tablets */
-    @media only screen and (min-width : 768px) {
-
-    }
-
-    /* Medium Devices, Desktops */
-    @media only screen and (min-width : 992px) {
-
-    }
-
-    /* Large Devices, Wide Screens */
-    @media only screen and (min-width : 1200px) {
-
-    }