@charset "UTF-8";
/*
    Theme Name: High Octane
    Theme URI: http://www.performancedrivenmarketing.com
    Description: Genesis Child Theme built to enhance SEO ratings and site curb appeal. High Octane is the ultimate streamlined customizable Genesis Child Theme.
    Author: Performance Driven Marketing & Bonnie Rivas
    Author URI: http://www.bonnierivas.com
    Version: 3.0

    Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, grid-layout, custom-logo, featured-images, footer-widgets

    Template: genesis
    Template Version: 3.3.3

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    Requires at least: 5.0
    Tested up to: 5.5.3
    Requires PHP: 7.3
//    Text Domain: highoctane
    Text Domain: genesis
*/
/* HTML5 RESET WITH NORMALIZE.CSS
/* Baseline Normalize
    normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
/* Genesis Framework
Theme Name: Genesis
Theme URI: http://my.studiopress.com/themes/genesis/
Description: The industry standard for Premium WordPress Themes. Please do not modify this style sheet, as it might get overridden in updates.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.2.7
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents
----------------------------------------------
- Imports
- HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Accordion
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
- Widgets
    - Featured Content
- Plugins
    - Genesis eNews Extended
    - Jetpack
- Site Header
    - Title Area
    - Widget Area
- Site Navigation
    - Accessible Menu
    - Site Header Navigation
    - Primary Navigation
    - Secondary Navigation
    - Skip Links
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Site Footer
- Media Queries
    - Retina Display
    - Max-width: 1200px
    - Max-width: 960px
    - Max-width: 800px
- Print Styles
*/
/* Imports
-------------------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("css/fonts/OpenSans-Regular.eot");
  /*IE9 Compat Modes*/
  src: local("Open Sans"), url("css/fonts/OpenSans-Regular.ttf") format("truetype"), url("css/fonts/OpenSans-Regular.woff") format("woff"), url("css/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
  /*IE6 -IE8*/
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("css/fonts/OpenSans-Bold.eot");
  /*IE9 Compat Modes*/
  src: local("Open Sans Bold"), url("css/fonts/OpenSans-Bold.ttf") format("truetype"), url("css/fonts/OpenSans-Bold.woff") format("woff"), url("css/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  /*IE6 -IE8*/
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("css/fonts/OpenSans-Semibold.eot");
  /*IE9 Compat Modes*/
  src: local("Open Sans Bold"), url("css/fonts/OpenSans-Semibold.ttf") format("truetype"), url("css/fonts/OpenSans-Semibold.woff") format("woff"), url("css/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype");
  /*IE6 -IE8*/
}
@font-face {
  font-family: "Open Sans Light";
  src: url("css/fonts/OpenSans-Light.eot");
  /*IE9 Compat Modes*/
  src: local("Open Sans Light"), url("css/fonts/OpenSans-Light.ttf") format("truetype"), url("css/fonts/OpenSans-Light.woff") format("woff"), url("css/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype");
  /*IE6 -IE8*/
}
@font-face {
  font-family: "Open Sans Italic";
  src: url("css/fonts/OpenSans-Italic.eot");
  /*IE9 Compat Modes*/
  src: local("Open Sans Italic"), url("css/fonts/OpenSans-Italic.ttf") format("truetype"), url("css/fonts/OpenSans-Italic.woff") format("woff"), url("css/fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype");
  /*IE6 -IE8*/
}
@font-face {
  font-family: "Socialico";
  src: url("css/fonts/Socialico.eot");
  /*IE9 Compat Modes*/
  src: local("Socialico"), url("css/fonts/Socialico.ttf") format("truetype"), url("css/fonts/Socialico.otf") format("otf"), url("css/fonts/Socialico.woff") format("woff"), url("css/fonts/Socialico.eot?#iefix") format("embedded-opentype");
  /*IE6 -IE8*/
}
.social-icon {
  font-family: "Socialicon";
  font-size: 30px;
}

/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
--------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  background-color: #f5f5f5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #1d1d1d;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.625;
  max-width: 2560px;
  margin: 0 auto;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #c3251d;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333333;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  /* border: 1px solid #eee; */
  height: auto;
  /* padding: 4px; */
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #cc0000;
  border: 0;
  
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit] {
  background-color: #444;
  border-width: 0;
  color: #ffffff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #ffffff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

  .wpseo-opening-hours {
    margin-top: 20px;
  }

tbody {
  border-bottom: 1px solid #ddd;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

  .wpseo-opening-hours td,
  .wpseo-opening-hours th {
    line-height: 3;
  }

tr {
  border-top: 1px solid #ddd;
}

th {
  font-weight: bold;
}

td {
  padding: 0.5em;
}

  .wpseo-opening-hours td {
    padding: 0;
  }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333333;
  background: #ffffff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
--------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
  margin: 0 auto;
  padding-top: 0px;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 78%;
}

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

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

/* Content */
.content {
  float: right;
  width: 70%;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 70%;
}

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 30%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 22%;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Bootstrap Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.two-fifths {
  float: left;
}

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

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

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

.one-fourth {
  width: 25%;
}

.three-fourths {
  width: 75%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Common Classes
--------------------------------------------- */
/* Accordion */
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #eee;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto 15px auto;
  cursor: pointer;
}
ul.accordion-list li.active h3.accord-title:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3.accord-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 22px;
  cursor: pointer;
}
ul.accordion-list li h3.accord-title:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #ff0000;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
ul.accordion-list li div.panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 28px 0 0 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.panel p {
  position: relative;
  display: block;
  cursor: pointer;
}

/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: underline;
}

.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
  margin-bottom: 40px;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.sub-header {
  background: #444;
  padding: 10px;
}

.archive-title,
.archive-description .entry-title,
.author-box-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
}

.entry-title a,
.sidebar .widget-title a {
  color: #ff0000;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #ff0000;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

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

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* Widgets
----------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* Plugins
--------------------------------------------- */
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333333;
  outline: #ccc solid 1px;
}

/* Title Area
--------------------------------------------- */

.topbar {
  display: none;
}

.site-header {
  background-color: #1d1d1d;
  position: relative;
  z-index: 1;
  padding: 27px 0 0;
}

  .home .site-header {
    background-color: transparent;
  }

.title-area {
  float: left;
  width: 267px;
}

.site-title, .site-description {
  display: none;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

/* ## Header Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  clear: right;
  padding: 0 0 10px;
}

.connect-phone-social {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.connect a,
.number {
  font-family: 'Open Sans Semibold';
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.connect a {
  font-size: 16px;
}

.number {
  font-size: 25px;
  margin: 0 40px;
}

.social a {
  padding: 0 5px;
}

.social img {
  vertical-align: middle;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* responsive hamburger menu for mobile menu */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  color: #fff;
  content: "";
  display: inline-block;
  font: normal 29px/1 "dashicons";
  margin: 0 auto;
  padding: 10px;
}

.nav-primary {
  width: auto;
  border-top: 2px solid #fff;float: right;
  clear: right;
  margin-right: -6px;
  padding: 8px 0 0;
}

.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  font-family: 'Open Sans Semibold';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: block;
  letter-spacing: 2.4px;
  padding: 6px 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  background: rgba(0, 0, 0, 50%);
  color: #fff;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background: rgba(0, 0, 0, 50%);
  border: 0;
  font-family: 'Open Sans';
  text-transform: unset;
  font-size: 16px !important;
  font-size: 1.6rem;
  padding: 5px 10px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -36px 0 0 199px;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: #cc0000;
  color: #ffffff !important;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #ffffff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #ffffff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
  padding: 50px 10px 0;
}

.content .entry {
  background-color: #1d1d1d;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
}

.entry-content ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}

.entry-content ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333333;
  color: #ddd;
}

.entry-content form ul > li {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

/* Blog Page Styles
----------------------------------------------*/
/* Default Blog Layout */
.content ul.blog-list > li.list-item {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: left;
}

.content ul.blog-list > li.list-item .blog-list-button {
  font-size: 14px;
  text-decoration: none;
  display: block;
  max-width: 160px;
  text-align: center;
  margin-bottom: 20px;
  background: #cc0000;
  color: #ffffff;
  padding: 10px;
  
}

.blog .one-fourth {
  padding-right: 10px;
}

/* Alternate Blog Layout */
.content ul.blog-list > li.list-item-grid {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 30px 1%;
  text-align: center;
}

.content ul.blog-list > li.list-item-grid {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 10px 5px -8px #eee;
}

.content ul.blog-list > li.list-item-grid .sub-title {
  margin: 10px 0;
  font-size: 24px;
}

.content ul.blog-list > li.list-item-grid .post-date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #ff0000;
  text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #ffffff;
  border-right: 0;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #1d1d1d;
  margin-bottom: 40px;
  padding: 50px 10px 0;
}

/********** Footer Widgets ***********/
.footer-widgets {
  border-top: 3px solid #9b9b9b;
  background-color: #1d1d1d;
  text-align: center;
}

.footer-widgets .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-column-gap: 1.25%;
}

.footer-widgets .wrap::before {
  display: none;
}

.footer-widgets .wrap .widget-area {
  padding: 20px 5px;
  text-align: left;
  color: #ffffff !important;
  font-size: 12px;
}

.footer-widgets .wrap .widget-area a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.footer-widgets .wrap .widget-area a:hover {
  text-decoration: underline;
}

.footer-widgets .widget-area ul {
  text-align: left;
}

.footer-widgets .widget-area .gform_wrapper li {
  width: 100%;
  margin-bottom: 10px;
}

.footer-widgets .widget-area .gform_wrapper textarea {
  height: 150px !important;
}

.footer-widgets .wrap .widget-wrap .widgettitle {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans Bold";
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
}

/* # Site Footer (aka Socket)
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #cc0000;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 30px 10px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
  color: #ffffff;
}

.site-footer a {
  color: #e1e1e1;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.page-template-contact-page-template .contact-form-widget, .page-template-contact-page-template .contact-hours-widget {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.page-template-contact-page-template .footer-widgets {
  display: none;
}

/*  WooCommerce Styles  */
.woocommerce .archive-description .archive-title {
  margin-top: 40px;
}

.woocommerce form label {
  display: block;
}

.woocommerce .product_meta span.sku_wrapper, .woocommerce .product_meta span.posted_in {
  display: block;
}

/* About */

.fusion-progressbar {
    position: relative;
    margin-bottom: 10px;
    height: 37px;
    width: 100%;
}

.fusion-progressbar .sr-only {
    position: absolute;left: 15px;
    top: 9px;
    clip: auto;
    height: auto;
    width: auto;
    font-size: 13px;
}

.progress {
    height: 100%;
}

.hightlights .advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {
    border-bottom: 1px solid #3e3e3e !important;
}

#wpmem_login legend, #wpmem_reg legend {
    color: #fff !important;
}

#wpmem_login label, #wpmem_reg label {
    color: #fff !important;
}

#wpmem_reg .req-text {
    color: #fff !important;
}

#wpmem_msg, .wpmem_msg {
    background-color: #1d1d1d !important;
}

#wpmem_msg, .wpmem_msg {
    background-color: #1d1d1d !important;
}

.error404 .search-form {
	display: none;
}

/**************************************************************/
/*           DEFAULT MEDIA QUERY STYLING                      */
/**************************************************************/

@media (max-width: 1350px) {

  .site-header .wrap {
    max-width: 1100px;
  }

  .genesis-nav-menu a {
      padding: 20px 7px;
  }  
}

@media (max-width: 1250px) {

  .site-header {
    padding: 0;
  }
  
  .site-header .wrap {
    max-width: 1000px;
  }

  .title-area {
    width: 237px;
    padding: 27px 0 0;
  }

  .site-header .widget-area {
    padding: 10px 0 10px;
  }
  
  .genesis-nav-menu a {
      padding: 20px 4px;
  }  
}

@media (max-width: 1150px) {
  
  .site-header .wrap {
    max-width: 900px;
  }

  .title-area {
    width: 207px;
  }

  .site-header .widget-area {
    padding: 10px 0 5px;
  }

  .genesis-nav-menu {
    font-size: 14px;
  } 
}

@media only screen and (max-width: 1024px) {
  /* media query for responsive menu */
  /* Footer Widgets */
  .footer-widgets .wrap {
    display: block;
    width: 100%;
  }

  .footer-widgets .wrap .widget-area {
    float: none !important;
    width: 90% !important;
    margin: 0px auto !important;
  }

  .topbar {
    
    display: block;
  }

  .topbar .wrap {
    max-width: 90%;
  }

  .connect-phone-social {
    border-bottom: 2px solid #ffff;
    justify-content: center;
    padding: 10px 0;
  }

  .site-header {
    
    text-align: center;
  }
  
  .site-header .wrap {
    max-width: 100%;
  }

  .title-area {
    float: none;
    width: 90%;
    margin: 0 auto;
  padding: 27px 0;}

  .title-area img {
    width: 267px;
  }

  .site-header .widget-area {
    float: none;
    display: none;
  }  
  
  /* Nav Menu */
  .nav-primary {
    background-color: #cc0000;
    border: 0;
    height: 48px;
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
  }

  .nav-primary .wrap {
    position: relative;
    z-index: 10000;
  }

  .genesis-nav-menu.responsive-menu,
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
.responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu > .first > a,
.genesis-nav-menu.responsive-menu > .last > a,
.genesis-nav-menu.responsive-menu a,
.genesis-nav-menu.responsive-menu a:hover,
.genesis-nav-menu.responsive-menu li:hover > a {
    background: #444;
    color: #fff;
    width: 100%;
    line-height: 1;
    padding: 10px 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "";
    float: right;
    font: normal 16px/1 "dashicons";
    height: 16px;
    padding: 10px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "";
  }

  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #fff;
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu li a:hover {
    padding: 10px 20px 10px 60px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: #cc0000;
    border: none;
    color: #ffffff;
    padding: 10px 40px;
    position: relative;
    width: 100%;
  }

  .entry-categories,
.entry-comments-link,
.entry-tags {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 960px) {
  .title-area {
    float: none;
    margin: 0 auto;
  }

  /* SUBPAGES IMAGE FLOAT CORRECTION */
  .alignright {
    float: none !important;
    display: block;
    margin: 15px auto !important;
  }

  .alignleft {
    float: none !important;
    display: block;
    margin: 15px auto !important;
  }

  /* BREADCRUMB STYLES */
  .sub-header .breadcrumb {
    float: none;
    width: 100%;
    text-align: center;
  }

  .sub-header .entry-title {
    float: none;
    width: 100%;
    text-align: center;
  }

  /* service icon section (CTA section) */
  .one-half.first {
    float: none;
    margin: 15px auto;
  }

  .one-half {
    float: none;
    width: 85%;
    margin: 15px auto;
  }

  .content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area {
    width: 100%;
  }

  .header-image .site-title > a {
    background-position: center top;
  }

  .genesis-nav-menu li,
.site-header ul.genesis-nav-menu,
.site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
.site-description,
.site-header .title-area,
.site-header .search-form,
.site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
.genesis-nav-menu > .first > a,
.genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .page-template-contact-page-template .contact-form-widget, .page-template-contact-page-template .contact-hours-widget {
    display: block;
    width: 100%;
  }

  .content ul.blog-list > li.list-item-grid {
    width: 48%;
  }

  .blog .one-fourth {
    width: 33%;
  }

  .blog .three-fourths {
    width: 66%;
  }
}

@media (max-width: 768px) {

  .topbar .wrap {
    max-width: 85%;
  }

  .number {
      font-size: 20px;
      margin: 0 20px;
  }  

  .title-area {
    width: 85%;
  }
}

@media (max-width: 660px) {

  .connect-phone-social {
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;    
  }
}

@media (max-width: 650px) {
  .content ul.blog-list > li.list-item-grid {
    display: block;
    width: 90%;
    margin: 30px auto;
  }

  .blog .one-fourth, .blog .three-fourths {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {

  .connect,
  .phone {
    width: 100%;
  }
  
  .number {
      font-size: 23px;
      margin: 0;
  }     
}

/*# sourceMappingURL=style.css.map */
