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

@font-face {
  font-family: "Montserrat-Regular";
  src: url("css/fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("css/fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("css/fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("css/fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("css/fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("css/fonts/Montserrat-Black.ttf") format("truetype");
}

/* 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: #ffffff;
  color: #333333;
  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: #9578b6;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

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

p {

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

.content p {
  /* font-family: "Montserrat-Regular"; */
  /* color: #393939; */
  /* font-size: 26px; */
  /* line-height: 28px; */
}

  .dark-background p {
    color: #D7D7D7;
  }

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

li {
  list-style-type: none;
}

.content li {
  /* font-family: "Montserrat-Regular"; */
  /* color: #393939; */
  /* font-size: 26px; */
  /* line-height: 28px; */
}

  .dark-background li {
    color: #D7D7D7;
  }

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

b,
strong {
  font-weight: 700;
}

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

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

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-family: "Montserrat-Bold";
  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 {
  font-family: "Montserrat-ExtraBold";
  border: 2px solid #fd675e;
  border-radius: 20px;
  color: #222;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 35px;
  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: #fd675e;
  color: #f4f4f4;
}

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

.calendar-title {
    font-family: "Montserrat-Bold";
    border-bottom: 2px solid #FD675E;
    color: #D7D7D7;
    font-size: 40px;
    line-height: 54px;
    margin: 80px 0 36px;
}

.calendar-events {
    /* margin: 150px 0; */
}

.calendar-events thead {
    font-family: "Montserrat-ExtraBold";
    color: #D7D7D7;
    font-size: 18px;
}

.calendar-mobile {
    display: none;
}

.hide .cal-text {
	display: none;
}

.calendar-events thead tr {
    border: 0;
    /* border-bottom: 5px solid #D7D7D7; */
}

.calendar-events tr {
    border-top: 1px solid #D7D7D7;
}

.calendar-events td {
    font-family: "Montserrat-Medium";
    word-break: break-word;
    color: #D7D7D7;
    font-size: 14px;
    line-height: 24px;
    padding: 0.5em 5px;
}


.cal-date {
    width: 14%;
}

.cal-location {
    /* width: 17%; */
}

.cal-type {
    /* width: 19%; */
}

.spec-title {
    width: 130px;
}

.spec-content ul {
    margin: 0 !important;
}

/* 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: 1420px;
  width: 100%;
}

.site-inner {
  clear: both;
  margin: 0 auto;
  padding-top: 0px;
  position: relative;
  z-index: 2;
}

.dark-background .site-inner {
  background: #222222;
}

/* 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%;
}

  .tax-product_cat .sidebar-primary,
  .single-product .sidebar-primary,
  .woocommerce-shop .sidebar-primary {
    display: none;
  }

.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;
  margin: 0;
  list-style: none;
}

  .single-product ul.accordion-list {
   clear: both;
   margin: 0 0 50px;
  }

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 27px;
  cursor: pointer;
}

  ul.accordion-list li:last-child {
    margin: 0;
  }

ul.accordion-list li.active h3.accord-title:after {
  transform: rotate(180deg);
}
ul.accordion-list li h3.accord-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #f4f4f4;
  border-radius: 20px;
  color: #f4f4f4;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  padding: 15px;
}

  .single-product ul.accordion-list li h3.accord-title {
    border: 2px solid #fd675e;
    color: #111;
  }

ul.accordion-list li.active h3.accord-title {
  border: 2px solid #fd675e;
}

ul.accordion-list li h3.accord-title:after {
  content: "\f347";
  font-family: 'dashicons';
  position: absolute;
  right: 11px;
  top: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
ul.accordion-list li div.panel {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  margin: 28px 0 0 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li.active div.panel {
  display: block !important;
}

ul.accordion-list li div.panel p {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: "Montserrat-Medium";
  color: #D7D7D7;
  font-size: 24px;
  line-height: 29px;
}

  .single-product ul.accordion-list li div.panel p {
    color: #111; 
  }

/* 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: #fff;
  display: none;
  font-size: 12px;
}

.breadcrumb a {
  color: #fff;
  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-flex {
  position: relative;
  margin-top: -157px;
}

.subpage-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  .dark-background .subpage-header-image,
  .page-template-reviews .subpage-header-image {
        background: #222222;
  }

  .page-template-about-page-template .subpage-header-image {
        background: #EFEFEF;
  }

.subpage-header-image img {
  border-radius: 0 0 150px 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sub-header {
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
  padding: 180px 0 70px;
}

.sub-header .wrap {
  /* width: 1420px; */
}

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

.entry-title {
    font-family: acumin-pro-wide, "Montserrat-ExtraBold";
    font-weight: 700;
    color: #fff;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
    font-size: 53px;
    line-height: 60px;
    margin: 0;
}

/* If the container is larger than 700px */
@container (min-width: 1440px) {
  .entry-title {
    /* font-size: clamp(36px, 3vw, 84px); */
  }
}

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

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

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

.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 {
  position: relative;
  z-index: 3;
}

.email-phone {
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 23px 0;
}

  .dj-cam-pages #custom_html-4 {
    display: none;
  }

  .reeverb-pages #custom_html-5 {
    display: none;
  }

.email {
  margin-right: 15px;
}

.email-phone a {
  font-family: "Montserrat-ExtraBold";
  border: 2px solid #fd675e;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 20px;
  padding: 3px 10px;
}

    .email-phone a:hover {
        position: relative;
        background: #fd675e;
        color: #fff;
        bottom: 3px;
    }

.site-header {
  /* background: #222; */
  text-align: center;
  position: relative;
  z-index: 3;
}

  .home .site-header {
    background: none;
  }

.site-header .wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: auto;
  grid-template-areas:
    "title-area nav-primary";
  align-items: center;
}

.title-area {
  grid-area: title-area;
  text-align: left;
}

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

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

/* ## Header Widget Area
--------------------------------------------- */
.site-header .widget-area {
  order: 3;
}

#book {
  margin-left: 15px;
}

#book a {
  display: block;
  font-family: "Montserrat-Bold";
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 20px;
  padding: 2px 25px;
}

  #book a:hover {
    border: 3px solid #9578b6;
    background: #9578b6;
  }

/* # 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 {
  grid-area: nav-primary;
}

.nav-primary .wrap {
  display: block;
}

.genesis-nav-menu {
  clear: both;
  font-size: 20px;
  font-size: 2.0rem;
  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: "Montserrat-Bold";
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  padding: 10px 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "Montserrat-Bold";
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}

.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 {
  color: #9578b6;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgba(0,0,0,30%);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: 2px 2px 10px rgba(0,0,0,30%);
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  color: #9578b6;
  border: 0;
  font-size: 14px !important;
  font-size: 1.4rem;
  padding: 10px 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

  .genesis-nav-menu .sub-menu .menu-item:first-of-type,
  .genesis-nav-menu .sub-menu .menu-item:first-of-type a {
    border-radius: 15px 15px 0px 0px;
  }

  .genesis-nav-menu .sub-menu .menu-item:last-of-type,
  .genesis-nav-menu .sub-menu .menu-item:last-of-type a {
    border-radius: 0 0 15px 15px;
  }

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

.genesis-nav-menu .sub-menu a:hover {
  background-color: #9578b6;
  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
--------------------------------------------- */
#mega-menu-wrap-dj-cam-home-template,
#mega-menu-wrap-reeverb-page-template {
  grid-area: nav-primary;
}

#mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: "Montserrat-Bold";
}

#mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}

#mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template li:hover .mega-sub-menu,
#mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template li:hover .mega-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template li .mega-sub-menu .mega-sub-menu,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template li .mega-sub-menu .mega-sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template li .mega-sub-menu .mega-menu-item-has-children:hover .mega-sub-menu,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template li .mega-sub-menu .mega-menu-item-has-children:hover .mega-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }

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

  .entry.product {
    padding: 0;
  }

  .single-product article {
    padding: 80px 0 !important;
  }

.content .entry {
  background-color: #ffffff;
}

  .dark-background .content .entry {
    background-color: #222;
  }

.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 */

.blog-titles {
  text-align: center;
  border-bottom: 2px solid #FD675E;
  padding: 80px 0 20px;
}

.blog-titles h3 {
    font-family: "Montserrat-Bold";
    color: #222;
    font-size: 40px;
    line-height: 54px;
    margin: 0 0 36px;
}

.blog-titles p {
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  color: #222;
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 5px;
  margin: 0;
}

.woocommerce-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.cat-links div {
   text-align: center;
}

.blog-cat-links {
  padding: 20px 0;
}

.blog-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.blog-links .cat-item {
  flex: 1 0 32%;
}

.cat-links a,
.blog-links a {
    display: block;
    width: fit-content;
    font-family: "Montserrat-ExtraBold";
    border: 2px solid #fd675e;
    border-radius: 10px;
    color: #222;
    letter-spacing: 0.5px;
    font-size: 20px;
    padding: 2px 10px;
}

  .uncategorized {
    display: none !important;
  }

  .blog-links a {
    text-align: center;
    width: 100%;
  }

.cat-links a:hover,
.blog-links a:hover {
      background: #fd675e;
      color: #fff;
}

.blog-search {
  max-width: 800px;
  margin: 0 auto;
}

.view-more {
  display: flex;
  justify-content: flex-end;
}

.view-more a {
    display: block;
    width: fit-content;
    font-family: "Montserrat-ExtraBold";
    border: 2px solid #fd675e;
    border-radius: 10px;
    color: #222!important;
    letter-spacing: 0.5px;
    font-size: 20px;
    padding: 0 10px;
}

.view-more a:hover {
    background: #fd675e;
    color: #fff;
}

.blog-page-section {
  padding: 80px 0;
}

  .category .blog-page-section {
    padding: 0 0 80px;
  }

.post-cat {
  margin: 0 0 30px;
}

.post-title {
    font-family: "Montserrat-Bold";
    border-bottom: 2px solid #FD675E;
    color: #222;
    font-size: 40px;
    line-height: 54px;
    margin: 0 0 36px;
}

.content ul.blog-list {
  width: 100%;
  display: inline-flex;  
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 30px;
  margin: 0 0 30px;
}

  .category .content ul.blog-list {
    flex-wrap: wrap;
  }

.content ul.blog-list > li.list-item {
  text-align: center;
  flex: 0 1 23%;
}

  .page-template-reeverb-main-blog-page .list-item.sticky {
    order: 1;
  }

  .page-template-reeverb-main-blog-page .list-item.not {
    order: 2;
  }

.content ul.blog-list > li.list-item img {
  object-fit: cover;
  width: 100%;
  height: 364px;
  margin: 0 0 30px;
}

.post-category a {
  display: block;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  color: #222;
  border-bottom: 2px solid #FD675E;
  font-size: 20px;
  line-height: 22px;
  padding: 0 0 5px;
  margin: 0 auto 20px;
}

.sub-title,
.sub-title a {
  font-family: "Montserrat-ExtraBold";
  color: #222;
  font-size: 28px;
  margin: 0;
}

.sub-title:hover,
.sub-title a:hover {
  color: #FD675E;
}

.post-date {
    font-family: "Montserrat-Medium";
    color: #222;
    font-size: 20px;
    line-height: 22px;
}

.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: #ff0000;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

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




.search-content .entry-content {
  display: flex;
  flex-direction: row;
  max-width: 800px;
/*   outline: 3px solid #fd675e; */
  border-bottom: 4px solid #222;
  padding: 10px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.search-content .entry-content .entry-image-link {
  margin: 0px;
  padding: 0px;
  order: 1;
/*   width: 40%; */
}

.search-content .entry-image {
  margin: 10px;
}

.search-content .entry-content .entry-image-link img {
   aspect-ratio: 1 / 1;
  object-fit: cover;
  height: 250px;
  width: auto;
}

.search-content .entry-content h3 {
  order: 2;
  width: 60%;
  text-align: center;
}

.search-content .entry-content p {
  order: 3;
  width: 90%;
}



/* ## 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: #ffffff;
  margin-bottom: 40px;
  padding: 50px 10px 0;
}

/********** Footer Widgets ***********/
.footer-widgets {
  position: relative;
  text-align: center;
  background: url('/wp-content/uploads/2022/11/adrian-infernus-unsplash.jpg') center no-repeat;
  background-size: cover;
}

  .home .footer-widgets,
  .page-template-dj-cam-home-template .footer-widgets,
  .page-template-reeverb-page-template .footer-widgets {
    padding: 250px 0 150px !important;
    margin-top: -150px;
  }

  .dj-cam-pages .footer-widgets {
    padding: 80px 0 105px;
  }

  .reeverb-pages .footer-widgets {
    padding: 60px 0 150px;
  }

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

.footer-widgets .wrap .widget-area {
  text-align: center;
  color: #ffffff !important;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0 1.25%;
  font-size: 18px;
}

.footer-widgets-1 {
  margin: 0 0 10px;
}

.footer-widgets .wrap .widget-area .widget_media_image {
  width: 25%;
}

.footer-widgets .wrap .widget-area .widget_media_image img {
  width: 345px;
}

.footer-widgets .wrap .widget-area .widget_custom_html {
  width: 5%;
}

  .footer-social .dashicons {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

.footer-widgets .wrap .widget-area .widget_nav_menu {
  width: 67%;
}

  .reeverb-pages #media_image-2,
  .reeverb-pages #dj-cam-insta,
  .reeverb-pages #nav_menu-2 {
    display: none;
  }
  
  .dj-cam-pages #media_image-3,
  .dj-cam-pages #reeverb-insta,
  .dj-cam-pages #nav_menu-3 {
    display: none;
  }

.footer-widgets .wrap .widget-area a {
  font-family: "Montserrat-Bold";
  letter-spacing: -0.7px;
  color: #ffffff;
  font-size: 28px;
}

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

.footer-widgets .widget_nav_menu ul {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1%;
}

.footer-widgets .widget_nav_menu li {
  flex: 0 1 32%;
}

.footer-widgets .widget_nav_menu a {
  font-family: "Montserrat-ExtraBold" !important;
  text-transform: uppercase;
  letter-spacing: 1.38px !important;
  font-size: 14px !important;
  line-height: 18px;
}

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

.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 {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  margin-top: -78px;
}

.site-footer .wrap {
  border-top: 4px solid #fff;
  padding: 30px 0 0;
}

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

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

.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  */

.single-product .entry-title {
  display: none;
}

.woocommerce div.product .product_title {
  display: block;
  font-family: "Montserrat-Black";
  -webkit-text-stroke-width: 0;
  color: #222;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 20px;
}

.woocommerce .archive-description .archive-title {
  margin-top: 40px;
}

.woocommerce form label {
  display: none;
}

.single-product div.product p.price,
.single-product ul.products li.product .price,
.single-product .woocommerce-Price-amount {
  font-family: "Montserrat-SemiBold";
  color: #fd675e;
  font-size: 36px;
}

  .woocommerce-shop .price,
  .tax-product_cat .price {
    font-family: "Montserrat-SemiBold";
    color: #111 !important;
    font-size: 18px !important;
    margin: 0 0 28px;
  }

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

.wcrp-rental-products-rental-form .wcrp-rental-products-rental-dates-wrap .wcrp-rental-products-rental-dates-parent {
  margin: 0 0 28px;
}

.wcrp-rental-products-rental-dates {
  font-family: "Montserrat-SemiBold";
  color: #111;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 5px;
}

.wcrp-rental-products-rental-dates:focus {
  border: 0;
}

.litepicker .container__months {
  width: 100% !important;
  box-shadow: none !important;
  overflow: unset !important;
  flex-direction: row !important;
  justify-content: space-between;
  gap: 0 20px !important;
}

.litepicker .container__months .month-item {
  border: 1px solid #ddd;
  width: 48% !important;
  padding: 0;
}

.wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap {
  display: flex !important;
  gap: 0 20px;
}

.wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee, 
.wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee {
  width: 50%;
  margin: 0 auto;
}

.wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee label, 
.wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee label { 
  font-family: "Montserrat-SemiBold";
  color: #111;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 5px;
}

.product_meta {
  display: none;
}

.related.products {
  clear: both;
}

.related.products .woocommerce div.product p.price, 
.related.products ul.products li.product .price, 
.related.products .woocommerce-Price-amount {
    font-family: "Montserrat-SemiBold";
    color: #fd675e;
    font-size: 18px;
}

.addtocartbutton,
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.elex-rqst-quote-front-wrap .btn-primary {
  display: block !important;
  width: fit-content;
  margin: 0 auto !important;
  background: none !important;
  border: 2px solid #fd675e !important;
  border-radius: 10px !important;
  color: #222 !important;
  font-size: 18px !important;
  padding: 10px 15px !important;
}

  .elex-rqst-quote-front-wrap a {
    color: #9578b6;
    text-decoration: none !important;
  }
  
  .elex-rqst-quote-front-wrap .btn-primary {
    text-decoration: none !important;
    margin: 0 !important;
  }

  .elex-rqst-quote-front-wrap .btn-primary:first-child {
    margin: 0 0 20px !important;
  }

  .addtocartbutton:hover,
  .woocommerce div.product form.cart .button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
  .elex-rqst-quote-front-wrap .btn-primary:hover {
      position: relative;
      background: #fd675e !important;
      color: #fff !important;
      bottom: 3px;    
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin: 0 !important;
  }

  .addtocartbutton {
    font-family: "Montserrat-ExtraBold";
    margin: 0 !important;
  }

.single-product div.product p.price {
  display: none;
}

.over-week {
  /* display: none; */
  margin: 0 0 28px;
}

.ow-text {
    font-family: "Montserrat-SemiBold";
    color: #fd675e;
    font-style: italic;
    font-size: 22px;
}

.prod-menu {
  padding: 80px 0;
}

.main-rental {
  border-bottom: 2px solid #FD675E;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0 0 20px !important;
}

  .cat-links {
    padding: 20px 0;
  }

  .cat-links-sm {
    padding: 0;
  }

.cat-links .products {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 0 !important;
}

.cat-links .product-category {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.cat-links img {
  display: none !important;
}

.cat-links .woocommerce-loop-category__title {
  padding: 0 !important;
}

.cat-links .count {
  display: none !important;
}

.main-rental a {
  font-size: 30px;
  margin-right: 20px;
}

  .rent-cart {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .rent-cart:hover {
    background: none !important;
  }

  .rent-cart .dashicons {
    font-size: 36px !important;
    vertical-align: sub;
  }

  .rent-cart .dashicons:hover {
    color: #FD675E;
  }

.prod-search {
  width: 800px;
  margin: 0 auto;
}

.woocommerce-message,
.woocommerce-info {
    background: #F4F4F4 !important;
    border-radius: 10px;
    border: 0 !important;
    color: #222;
}

.woocommerce-message a,
.woocommerce-info a {
   color: #222; 
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #FD675E !important;
}

.woocommerce table.shop_table {
    border-radius: 10px;
}

.woocommerce-cart table.cart th {
  font-family: "Montserrat-SemiBold";
  color: #222;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #F4F4F4 !important;
  border-radius: 10px;
}

.woocommerce-breadcrumb,
.woocommerce-products-header {
  display: none;
}

.woocommerce nav.woocommerce-pagination {
  padding: 0 0 50px;
}

.woocommerce-product-details__short-description li {
    list-style: disc;
    margin-left: 20px;
}

.woocommerce-product-details__short-description ul {
    margin: 0 0 28px;
}

.wcrp-rental-products-select-dates-button {
	background: transparent !important;
}

.wcrp-rental-products-select-dates-button:hover {
	background: #fd675e !important;
}

/* Styles on other pages */

.kb-show-more-buttons .kt-button {
    border: 4px solid #222;
}

    .kb-show-more-buttons .kt-button:hover {
        color: #fff !important;
    }

.gform_heading {
  display: none;
}

#field_1_4 input {
    width: 100%;
}

/* Subpage Hero & CTA */

.sub-dj-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-dj-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;    
}

.sub-dj-content {
    position: relative;
    height: 100%;     
}

/* Hero */

.sub-hero {
    position: relative;
    margin-top: -124px;
}

.sub-hero .sub-dj-content {
    /* background: rgba(0,0,0,50%); */
}

.sub-hero-flex {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1080px;
}

.hero-title {
    font-family: acumin-pro-wide, "Montserrat-ExtraBold";
    font-weight: 700;
    color: #fff;
    color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
    font-size: 84px;
    line-height: 104px;
    margin: 0;
}

/* CTA */

.sub-cta {
    position: relative;
}

.sub-cta .sub-dj-background img {
    border-radius: 0px 0px 150px 0px;
}

.sub-cta-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 36px 0;
}

.sub-cta-left {
  width: 70%;
}

.cta-title {
    font-family: "Montserrat-ExtraBold";
    color: #F5F5F5;
    font-size: 55px;
    line-height: 67px;
    margin: 0 0 10px;
}

.sub-cta-left p {
  font-family: "Montserrat-Medium";
  color: #F5F5F5;
  font-size: 24px;
  line-height: 28px;
}

  .sub-cta-left p:last-child {
    margin: 0;
  }

.sub-cta-right {
  text-align: right;
  width: 25%;
}

.cta-link {
  display: block;
  width: fit-content;
  font-family: "Montserrat-Bold";
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 20px;
  padding: 2px 25px;
  margin: 0 0 0 auto;
}

  .cta-link:hover {
    background: #222222;
    border: 3px solid #222222;
    color: #fff;
  }

/* Accordion */

.kt-accordion-panel-inner {
	border: 0 !important;
}

.kt-accordion-panel-inner p,
.kt-accordion-panel-inner li {
    font-family: "Montserrat-Medium";
    font-size: 24px;
    line-height: 29px;
}

	.kt-accordion-panel-inner p:last-of-type {
		margin: 0;
	}

/* Past Clients */

#past-clients {
    padding: 80px 0;
}

#past-clients li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    margin: 0 20px 30px;
}

#past-clients img {
    object-fit: cover;
    width: 100%;
}

/* Contact */

.gform_wrapper .gfield_required {
  color: #fd675e !important;
}

/* Main Venue Page */

.main-venue-list li {
    margin: 0 10px 15px;
}

.main-venue-list a {
    width: 100%;
    font-family: "Montserrat-ExtraBold";
    border: 2px solid #fd675e;
    border-radius: 7px;
    color: #222;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 0 10px;
}

    .main-venue-list a:hover {
        position: relative;
        background: #fd675e;
        color: #fff;
        bottom: 3px;
    }

/* Gear */

.gear-img {
    object-fit: cover;
}


/* Add text Section */

.add-text-section {
  padding: 105px 0 0;
}

  .add-text-section-black {
      background: #222;
  }

  .add-text-section-black .dj-title {
    color: #fff;
  }

  .add-text-section-black {
    color: #fff;
  }

/* Reeverb Posts */

.single-reeverb-posts #mega-menu-wrap-dj-cam-home-template {
  display: none;
}

.single-reeverb-posts .dj-cam-custom-logo {
  display: none;
}

  .single-reeverb-posts #custom_html-4 {
    display: block !important;
  }

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

@media (max-width: 1920px) {

/* Subpage Hero & CTA */

/* Hero */
  
  .sub-hero-flex {
      height: 1000px;
  }
}

@media (max-width: 1650px) {

.site-header {
    padding: 0 0 78px;
} 

.sub-header-flex {
    margin-top: -235px;
}  
  
/* Subpage Hero & CTA */

/* Hero */

  .sub-hero-flex {
      height: 920px;
  }
}

@media (max-width: 1550px) {

  .wrap {
    max-width: 1300px;
  }

  .entry-title {
      font-size: 48px;
      line-height: 55px;
  }  
}

@media (max-width: 1440px) {

  .wrap {
    max-width: 1200px;
  } 

  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    padding: 0 10px;
  }  

  .sub-header {
      padding: 170px 0 55px;
  }  

  .entry-title {
      font-size: 44px;
      line-height: 51px;
  }   

   #footer-text {
      margin: 0 0 53px;
  } 

  .content ul.blog-list > li.list-item img {
      height: 324px;
  }

/* Accordion */
  
  ul.accordion-list li div.panel p {
    font-size: 22px;
    line-height: 28px;
  }
  
/* Subpage Hero & CTA */

/* Hero */
  
  .sub-hero-flex {
      height: 880px;
  }
}

@media (max-width: 1350px) {

  .wrap {
    max-width: 1100px;
  }

  #book a {
      font-size: 18px;
      line-height: 32px;
  }  

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    padding: 0 10px;
  }
  
  .genesis-nav-menu {
      font-size: 18px;
  }  

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

  .sub-header {
      padding: 170px 0 50px;
  } 
  
  .entry-title {
      font-size: 40px;
      line-height: 47px;
  }  

    .calendar-events {
        /* margin: 110px 0; */
    }

   #footer-text {
      margin: 0 0 33px;
  }   

.cal-date {
    width: 15%;
}

.cal-name {
  width: 25%;
}

  .content ul.blog-list > li.list-item img {
      height: 284px;
  }

  .sub-title, .sub-title a {
      font-size: 24px;
  }  

/* Accordion */

  ul.accordion-list li h3.accord-title {
    font-size: 22px;
    line-height: 24px;
  }
  
/* Past Clients */

  #past-clients li {
      width: 16%;
  }

/* Subpage Hero & CTA */

/* Hero */
  
  .sub-hero-flex {
      height: 840px;
  }
  
  .hero-title {
      font-size: 80px;
      line-height: 100px;
  }   

/* Woocommerce */

  .litepicker .container__months {
      gap: 0 10px !important;
  }
    
  .litepicker .container__months .month-item {
      width: 48% !important;
  }  

  .wcrp-rental-products-rental-dates {
      font-size: 20px;
      line-height: 26px;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap {
      gap: 0 10px;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee label, .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee label {
      font-size: 20px;
      line-height: 26px;
  }  
}

@media (max-width: 1250px) {

  .wrap {
    max-width: 1000px;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-item > a.mega-menu-link {
    padding: 0 8px;
  }   

.cal-date {
    width: 16%;
}  

.cal-name {
  width: 24%;
}  

  .content ul.blog-list > li.list-item img {
      height: 244px;
  }

  .sub-title, .sub-title a {
      font-size: 20px;
  }   
  
  #menu-footer-navigation a {
      font-size: 31px;
      line-height: 41px;
  }    

/* Accordion */
  
  ul.accordion-list li h3.accord-title {
    font-size: 20px;
    line-height: 24px;
  }
  
  ul.accordion-list li div.panel p {
    font-size: 20px;
    line-height: 24px;
  }
  
/* Past Clients */

  #past-clients li {
      width: 20%;
  } 

/* Add text Section */

.add-text-section {
    padding: 80px 0;
}  

/* Subpage Hero & CTA */

/* Hero */
  
  .sub-hero-flex {
      height: 800px;
  }
  
  .hero-title {
      font-size: 76px;
      line-height: 86px;
  }    

/* Woocommerce */

  .single-product article {
      padding: 60px 0 !important;
  }  

/* Footer */
  
  .footer-widgets .wrap .widget-area .widget_media_image {
    width: 20%;
  }
  
  .footer-widgets .wrap .widget-area .widget_media_image img {
    width: 200px;
  }

  .footer-widgets .wrap .widget-area .widget_nav_menu {
      width: 72%;
  }
}

@media (max-width: 1150px) {

  .wrap {
    max-width: 900px;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }    

  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
  
  #book a {
      font-size: 16px;
      line-height: 32px;
  }  

   #footer-text {
      margin: 0 0 33px;
  }   

.cal-date {
    width: 18%;
}

.cal-name {
  width: 22%;
} 

  .content ul.blog-list > li.list-item img {
      height: 204px;
  }

  .sub-title, .sub-title a {
      font-size: 18px;
  }  
  
/* Subpage Hero & CTA */

/* Hero */
  
  .hero-title {
      font-size: 72px;
      line-height: 82px;
  }

/* CTA */
  
  .sub-cta-flex {
    flex-direction: column;
  }
  
  .sub-cta-left {
    width: 100%;
    margin: 0 0 10px;
  }
  
  .sub-cta-right {
    width: 100%;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  /* media query for responsive menu */
  /* Footer Widgets */

  .home .footer-widgets,
  .page-template-dj-cam-home-template .footer-widgets,
  .page-template-reeverb-page-template .footer-widgets {
      padding: 230px 0 150px !important;
  }
  
  .footer-widgets .wrap .widget-area {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .footer-widgets-1 {
    margin: 0 0 30px;
  }
  
  .footer-widgets .wrap .widget-area .widget_media_image {
    width: auto;
    margin: 0 0 13px;
  }
  
  .footer-widgets .wrap .widget-area .widget_media_image img {
    width: 200px;
  }
  
  .footer-widgets .wrap .widget-area .widget_custom_html {
    width: 5%;
  }

  .footer-widgets .wrap .widget-area .widget_nav_menu {
      width: 100%;
  }
  
  .site-footer .wrap {
      padding: 30px 0 0;
  }
    
  .wrap {
    max-width: 90%;
  }

  .site-header {
      padding: 0 0 46px;
  }
  
  .site-header .wrap {
    grid-template-columns: 50% 50%;
  }

  .site-header .widget-area {
    float: right;
    padding: 41px 0;
    margin-right: 5%;
  }

  #book {
      margin-left: 0px;
  }  

  #book a {
      font-size: 20px;
  }    


  /* Nav Menu */
  .nav-primary .wrap {
    position: relative;
    z-index: 10000;
  }

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

  .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 {
      font-size: 20px;
  }     

  .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: #222;
    color: #fff;
    width: 100%;
    line-height: 1;
    padding: 10px 20px;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-flyout ul.mega-sub-menu,
  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-flyout ul.mega-sub-menu {
      box-shadow: unset;
  }  

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
  }  

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
      display: unset;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #mega-menu-wrap-reeverb-page-template #mega-menu-reeverb-page-template > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #mega-menu-wrap-dj-cam-home-template #mega-menu-dj-cam-home-template > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #222;
    color: #fff;
  }
  
  .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: #222;
    border: none;
    color: #ffffff;
    padding: 10px 40px;
    position: relative;
    width: 100%;
  }

  .entry-categories,
.entry-comments-link,
.entry-tags {
    display: block;
    float: none;
}

    .sub-header {
      padding: 205px 0 50px;
    }  
    
    .subpage-header-image img {
        border-radius: 0 0 100px 0;
    }  

    .calendar-events {
        /* margin: 80px 0; */
    }  
    
    .calendar-events thead {
        display: none;
    }    

    .calendar-events td {
        display: inline-flex;
        flex-direction: column;
        width: 33%;
    }     

    .calendar-mobile {
        display: block;
        font-family: "Montserrat-ExtraBold";
        color: #D7D7D7;
        font-size: 18px;
    }  
  
  .content ul.blog-list  {
    gap: 0 2%;
  } 

  .content ul.blog-list > li.list-item img {
    height: 244px;
}

/* Past Clients */
  
  #past-clients li {
      margin: 0 2% 30px;
  }   
  
/* Subpage Hero & CTA */

/* Hero */

  .sub-hero {
      margin-top: 0px;
  }
  
  .sub-hero-flex {
      height: 700px;
  } 

/* Woocommerce */

  .litepicker .container__months {
      gap: 0 20px !important;
  }

  .wcrp-rental-products-rental-dates {
      font-size: 24px;
      line-height: 30px;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap {
      gap: 0 20px;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee label, .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee label {
      font-size: 24px;
      line-height: 30px;
  }  

/* Cat links */

  .cat-links .products {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 1%;
  } 

    .cat-links .woocommerce ul.products::before,
    .cat-links .woocommerce ul.products::after {
      display: none !important;
      content: unset !important;
    }
  
  .cat-links .product-category {
      flex: 1 0 32%;
  } 
  
  .cat-links a, .blog-links a {
      width: 100%;
  }  

    .main-rental a {
      width: fit-content;
    }

  .prod-search {
      width: 100%;
  }  
}
@media only screen and (max-width: 960px) {

  /* 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 {
    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 .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: 900px) {

  .footer-widgets .wrap {
    display: block;
  }

  .footer-widgets .wrap .widget-area {
    text-align: center;
  }

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

  .content ul.blog-list {
    flex-wrap: wrap;
    gap: 20px 2%;
  }

  .content ul.blog-list > li.list-item img {
      height: 324px;
  }
  
  .content ul.blog-list > li.list-item {
    flex: 1 0 49%;
  }

/* Woocommerce */

  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      float: none;
      width: 100%;
  }  
  
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      float: none;
      width: 100%;
  }    

  .related .product {
    width: 45% !important;
  }
  
/* Past Clients */

  #past-clients li {
      width: 28%;
  }

/* Add text Section */

.add-text-section {
    padding: 60px 0;
}   
  
/* Subpage Hero & CTA */

/* Hero */
  
  .hero-title {
      -webkit-text-stroke-width: 3px;
      font-size: 74px;
      line-height: 74px;
  }  

/* CTA */
  
  .sub-cta .sub-dj-background img {
      border-radius: 0px 0px 110px 0px;
  }
  
  .sub-cta-right {
    padding-right: 46px;
  }  
}

@media (max-width: 800px) {

/* Subpage Hero & CTA */

/* Hero */
  
  .sub-hero-flex {
      height: 660px;
  }  
}

@media (max-width: 768px) {

  .wrap {
    max-width: 85%;
  }

  .entry-title {
      line-height: 49px;
  }     

  .email-phone {
      justify-content: center;
  }
    
  .site-header .widget-area {
    float: none;
    width: 85%;
    margin: 0 auto;
    padding: 0 0 23px;
  }

  #book a {
      width: fit-content;
      margin: 0 auto;
  }

    .calendar-events td {
        width: 50%;
    }     

  .content ul.blog-list > li.list-item img {
      height: 284px;
  }

  .sub-title, .sub-title a {
      font-size: 22px;
  }  

  #menu-footer-navigation li {
      width: 100%;
  }  
  
/* Subpage Hero & CTA */

/* Hero */

  .sub-hero-flex {
      text-align: center;
      height: 620px;
  }
  
  .hero-title {
      font-size: 72px;
      line-height: 72px;
  }

/* CTA */
  
  .sub-cta-left p {
    font-size: 22px;
    line-height: 24px;
  }
  
  .sub-cta-right {
    padding-right: 0px;
  }

/* Accordion */
    
    .kt-accordion-panel-inner p {
        font-size: 22px;
        line-height: 24px;
    }   

/* Woocommerce */ 

  .litepicker .container__months {
      gap: 0 2% !important;
  }

  .wcrp-rental-products-rental-dates {
      font-size: 20px;
      line-height: 26px;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap {
      gap: 0 2%;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee label, .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee label {
      font-size: 20px;
      line-height: 26px;
  }  

  .prod-search {
    width: 100%;
  }

/* Footer Widgets */

   .footer-widgets .widget_nav_menu li {
      flex: 0 1 49%;
  } 

/* Cat links */
  
  .cat-links .product-category {
      flex: 1 0 49%;
  }    
  
  .blog-links .cat-item {
      flex: 1 0 49%;
  }  
}

@media (max-width: 660px) {

 .site-header .wrap {
    grid-template-columns: 80% 20%;
} 
  
  .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;
  }

    #calendar {
      text-align: center;
    }

 .calendar-title {
      margin: 60px 0 36px;
  } 

    .calendar-events {
        margin: 60px 0;
    } 

    .calendar-events td {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }     
    
    .calendar-mobile {
        /* font-size: 22px; */
    }   

    .subpage-header-image img {
        border-radius: 0 0 80px 0;
    }    

  .blog-page-section {
      padding: 60px 0;
  }  

  .post-title {
    text-align: center;
  }

  .content ul.blog-list {
    gap: 20px 0;
  }

  .content ul.blog-list > li.list-item img {
      height: 364px;
  }
  
  .content ul.blog-list > li.list-item {
    flex: 1 0 100%;
  }

  .sub-title, .sub-title a {
      font-size: 20px;
  }  

  .view-more {
      display: flex;
      justify-content: center;
  }  

/* Woocommerce */

  .woocommerce .product .summary {
    text-align: center;
  }

  .woocommerce-product-details__short-description li {
    list-style-position: inside;
    margin-left: 0px;
  }

  .addtocartbutton {
    margin: 0 auto !important;
  }

  .single-product ul.accordion-list li h3.accord-title {
    text-align: center;
  }

  .related .product {
    text-align: center;
    float: none !important;
    width: 100% !important;
  }  
  
/* Accordion */

  ul.accordion-list li div.panel p {
    font-size: 18px;
  }  

/* Table */

  .specs-section {
    display: block;
    padding: 0.5em;
  }
  
  .specs-section td {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
  }

  .spec-title {
    font-weight: bold;
  }

/* Past Clients */
  
  #past-clients li {
      width: 100%;
      margin: 0 0 30px;
  }

/* Add text Section */

.add-text-section {
    text-align: center;
} 
  
/* Subpage Hero & CTA */

/* Hero */

  .sub-hero-flex {
      height: 580px;
  }
  
  .hero-title {
      -webkit-text-stroke-width: 2px;
      font-size: 66px;
      line-height: 66px;
  }  

/* CTA */
  
  .sub-cta-flex {
    text-align: center;
  }
  
  .sub-cta-left {
    margin: 0 0 28px;
  }
  
  .sub-cta-left p {
    font-size: 20px;
    line-height: 22px;
  }
  
  .sub-cta-right {
    text-align: center;
  }
  
  .cta-link {
    margin: 0 auto;
  } 

/* Accordion */
    
    .kt-accordion-panel-inner p {
        font-size: 20px;
        line-height: 22px;
    }   
}

@media (max-with: 600px) {

/* Subpage Hero & CTA */

/* Hero */
  
  .hero-title {
      font-size: 60px;
      line-height: 60px;
  }  
}

@media (max-width: 550px) {

  .email-phone {
      flex-direction: column;
  }

  .email {
    margin: 0 0 15px;
  }

  .site-header {
      padding: 0;
  }  
  
 .site-header .wrap {
    display: block;
   width: 85%;
    margin: 0 auto;
} 

  .title-area {
    text-align: center;
    padding: 0 0 10px;
}

  #mega-menu-wrap-primary .mega-menu-toggle,
  #mega-menu-wrap-dj-cam-home-template .mega-menu-toggle {
    line-height: 48px;
    height: 48px;
  }

  .sub-header-flex {
      margin-top: -292px;
  }

  .sub-header {
      padding: 305px 0 50px;
  }  

    .subpage-header-image img {
        border-radius: 0 0 60px 0;
    }    

  .entry-title {
      -webkit-text-stroke-width: 1px;
      font-size: 36px;
      line-height: 46px;
  }    

  .mega-toggle-blocks-right {
    order: 2;
    justify-content: center !important;
  }

  .mega-toggle-blocks-center {
    order: 3;
  }

  .site-footer {
      margin-top: -90px;
  }    

/* Subpage Hero & CTA */

/* Hero */

  .sub-hero-flex {
      height: 500px;
  }
  
  .hero-title {
      font-size: 54px;
      line-height: 52px;
  }  

/* CTA */
  
  .sub-cta .sub-dj-background img {
      border-radius: 0px 0px 80px 0px;
  }
  
  .cta-title {
    font-size: 47px;
    line-height: 47px;
  }

/* Woocommerce */

  .litepicker .container__months {
      gap: 20px 0 !important;
  }
    
  .litepicker .container__months .month-item {
      width: 100% !important;
  }  

  .wcrp-rental-products-rental-dates {
      font-size: 20px;
      line-height: 26px;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap {
      flex-direction: column;
      gap: 20px 0 !important;
  }  

  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee, .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee {
      width: 100%;
  }
  
  .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-pick-up-time-fee label, .wcrp-rental-products-rental-form .wcrp-rental-products-in-person-pick-up-return-wrap .wcrp-rental-products-in-person-return-time-fee label {
      font-size: 20px;
      line-height: 26px;
  } 

/* Footer Widgets */

  .home .footer-widgets,
  .page-template-dj-cam-home-template .footer-widgets,
  .page-template-reeverb-page-template .footer-widgets {
      padding: 200px 0 130px !important;
  }
  
  .footer-widgets .wrap .widget-area .widget_media_image img {
    width: 150px;
  }

   .footer-widgets .widget_nav_menu li {
      line-height: 18px;
  }  
  
  .footer-widgets .widget_nav_menu a {
      letter-spacing: 1.0px !important;
      font-size: 12px !important;
  }  

/* Cat links */

  .main-rental {
      flex-direction: column;
  }

    .main-rental a {
      width: fit-content;
    }  
}

@media (max-width: 500px) {

/* Subpage Hero & CTA */

/* Hero */
  
  .hero-title {
    font-size: 48px;
    line-height: 48px;
  }   
}

@media (max-width: 450px) {

  .email,
  .phone {
    width: 100%;
  }
  
  .email-phone a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  
  #book a {
      font-size: 18px;
  }  

    .calendar-events thead {
        font-size: 20px;
    }  

  .sub-header-flex {
      /* margin-top: -270px; */
  }  

  .entry-title {
      font-size: 32px;
      line-height: 42px;
  }      

 .calendar-title {
      font-size: 37px;
      line-height: 37px;
  }  

  .content ul.blog-list > li.list-item img {
      height: 324px;
  }

  .post-category a {
      font-size: 18px;
  }
  
  .sub-title, .sub-title a {
      font-size: 18px;
  } 

  .post-date {
      font-size: 18px;
  }  

/* Main Venue Page */

.main-venue-list a {
  display: inline-block;
  text-align: center;
  width: 90%;
}
  
/* Subpage Hero & CTA */

/* Hero */

  .sub-hero-flex {
      height: 460px;
  }
  
  .hero-title {
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
    line-height: 40px;
  }  

/* CTA */
  
  .sub-cta-left p {
    font-size: 18px;
  }
  
  .cta-link {
    width: 100%;
    font-size: 18px;
  }  

/* Accordion */
    
    .kt-accordion-panel-inner p {
        font-size: 18px;
        line-height: 22px;
    }    

/* Woocommerce */

  .main-rental a {
    display: block;
    margin: 0 0 10px;
  }

  .woocommerce div.product .product_title {
      font-size: 32px;
      line-height: 36px;
  } 

  .woocommerce div.product p.price, .woocommerce ul.products li.product .price, .woocommerce-Price-amount {
      font-size: 32px;
  }  

/* Cat links */
  
  .cat-links .product-category {
      flex: 1 0 100%;
  }  

    .main-rental a {
      text-align: center;
      width: 100%;
    } 
}

@media (max-width: 350px) {
  
  .entry-title {
      font-size: 28px;
      line-height: 38px;
  } 

  .afterparty .entry-title {
    font-size: 27px;
    line-height: 27px;
  }  

 .calendar-title {
      font-size: 27px;
      line-height: 27px;
  }   

  .calendar-events td {
      text-align: center;
      flex-direction: column;
  }  

  .content ul.blog-list > li.list-item img {
      height: 284px;
  }  

/* Main Venue Page */

.main-venue-list a {
  width: 85%;
}  
  
/* Subpage Hero & CTA */

/* Hero */

  .sub-hero-flex {
      height: 420px;
  }
  
  .hero-title {
    font-size: 32px;
    line-height: 32px;
  }  

/* Woocommerce */

  .woocommerce div.product .product_title {
      font-size: 28px;
      line-height: 32px;
  }   

  .woocommerce div.product p.price, .woocommerce ul.products li.product .price, .woocommerce-Price-amount {
      font-size: 28px;
  }    
}

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