@charset "UTF-8";
/* GLOBAL STYLES
----------------*/
h2,
.entry-title,
.entry-title a {
  font-weight: 500 !important;
}

.home .page .title {
  display: none;
}

.page .title,
.error404 .title {
  margin: 0 0 1em;
}

.search-results .title {
  margin: 0 0 0.5em;
}

a:link {
  font-weight: bold;
}

abbr {
  border-bottom: none;
  cursor: inherit;
}

.entry h2 small {
  font-size: 13px;
  font-weight: 300 !important;
}

.entry ul li {
  margin-bottom: 10px;
}

.entry .wp-caption {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  font-style: italic;
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.entry .wp-caption-text {
  margin: 0 0 0.3em;
  padding: 0;
  font: italic normal 13px/1.3em "Open Sans", arial, sans-serif;
  text-align: left;
  padding: 5px;
}

#header-container {
  position: relative;
  background-size: cover;
  background-position: top center;
}
#header-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 1;
}
#header-container .nav-toggle {
  position: relative;
  z-index: 3;
}

#header {
  position: relative;
  z-index: 2;
}

#logo img {
  max-width: 325px;
}

.header-widget {
  display: flex;
  align-items: center;
  gap: 35px;
  width: auto;
}
.header-widget .widget {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .header-widget {
    margin: 2.5em 0 1.5em;
  }
}

.header-widget h3,
.header-widget p,
#footer-widgets h3,
#footer-widgets p {
  display: none;
}

.header-widget #connect,
#footer-widgets #connect {
  background-color: inherit;
  margin: 0;
}

#footer-widgets #connect {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

#footer-widgets #connect .social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-widget #connect .social a,
#footer-widgets #connect .social a {
  opacity: 1;
  font-weight: normal;
}

.header-widget #connect .social a:hover,
#footer-widgets #connect .social a:hover {
  opacity: 0.8;
}

.header-widget #connect .social a:before,
#footer-widgets #connect .social a:before {
  color: #1d1d1b;
  text-shadow: none;
  background-color: #fff;
  margin: 0;
}

#footer-widgets #connect .social a:before {
  font-size: 1.125rem;
}

#connect .social a.twitter:before {
  content: "𝕏";
  width: 17px;
  text-align: center;
  font-size: 1.3em;
  padding: 0.36em;
  position: relative;
  top: 1px;
}

#rb-banner {
  max-width: 959px;
  margin: 0 auto;
}
#rb-banner img {
  height: auto;
}

#content {
  background: black;
  background-color: rgba(0, 0, 0, 0.75);
}

input[type=submit],
#wrapper .woo-sc-button,
a.button {
  background: #fff;
  color: #000 !important;
  font-weight: 600 !important;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
input[type=submit]:after,
#wrapper .woo-sc-button:after,
a.button:after {
  margin-left: 5px;
}

input[type=submit]:hover,
#wrapper .woo-sc-button:hover,
a.button:hover {
  background: #000;
  color: #fff !important;
}

.custom-btn,
.wpb_button {
  display: inline-block;
  padding: 0.327em 1em;
  line-height: 1.618em;
  margin: 10px 0 10px 0;
  background: #fff;
  color: #000 !important;
  border-radius: 3px;
  font-weight: 600 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.custom-btn:hover,
.wpb_button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.entry img {
  padding: inherit;
  border: none;
  background: none;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
  font-weight: bold;
  color: #b5b5b5;
}

.ppost-more .read-more {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.post-more .post-comments {
  padding-left: 8px;
}

.post-more .read-more a,
.post-more .post-comments a {
  font-weight: 600 !important;
}

.widget {
  font: normal 13px/1.5em "Open Sans", arial, sans-serif;
  color: #e2e1e1;
}

input, textarea {
  width: 100%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer {
  border: none;
}

#copyright {
  text-shadow: 1px 1px 0px black;
}

.search-details {
  margin-bottom: 20px;
}

.search-results .entry p {
  margin-bottom: 0;
}

.search-results .read-more {
  display: block;
  margin-top: 15px;
}

.woo-pagination a {
  border: none;
  background: #fff;
  color: #000 !important;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.woo-pagination a:hover {
  color: #fff !important;
  background: #000;
}

.woo-pagination span.current {
  color: #d2d1d1 !important;
}

#comments {
  display: none;
}

/* VC STYLES
----------------*/
.home .wpb_content_element {
  margin-bottom: 15px;
}

.entry .vc_row:last-child {
  margin-bottom: 15px;
}

.home .vc_col-sm-4 .wpb_single_image,
.page-id-15 .wpb_single_image,
.page-id-139 .wpb_single_image,
.page-id-711 .wpb_single_image,
.page-id-714 .wpb_single_image {
  margin-bottom: 15px;
}

.vc_separator .vc_sep_holder .vc_sep_line {
  border-top: 1px solid #6d6d6c;
  opacity: 0.7;
}

.home .widget_recent_entries ul,
.current-events ul {
  margin: 0 !important;
  padding: 0 !important;
}

.home .widget_recent_entries li,
.current-events li {
  margin-left: 0;
  background-image: none;
  list-style: none !important;
  padding-bottom: 5px;
}

.home .widget_recent_entries li:last-child {
  padding-bottom: 0;
}

.home .widget_recent_entries li a {
  font-size: 1rem;
  line-height: 18px;
}

.home .widget_recent_entries .post-date {
  display: block;
  color: #e2e1e1;
  font-style: italic;
}

.current-events ul {
  margin-bottom: 10px !important;
}

.current-events li {
  margin-bottom: 3px !important;
}

.current-eventss p {
  margin-bottom: 0 !important;
}

.home .current-events h3 {
  font: 700 14px/1.5em "Open Sans", arial, sans-serif;
  color: #d2d1d1;
  margin: 0 0 5px 0;
}

.home .wpb_accordion_wrapper {
  position: relative;
  top: -7px;
}

.wpb_text_column_quote {
  position: relative;
}
.wpb_text_column_quote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Times New Roman", serif;
  font-size: 5em;
  font-style: italic;
  transform: translate(-100%, -20%);
}

.wpb_accordion_section.group {
  margin-top: 5px;
}

.wpb_accordion_header {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.wpb_accordion_header:hover {
  background-color: black !important;
}

.wpb_accordion_header a {
  padding: 0.5em 2.5em 0.5em 1em !important;
}

.wpb_accordion_wrapper h3 a {
  color: #d2d1d1;
  font-weight: normal;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  cursor: pointer;
}

.vc_tta-title-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.vc_separator {
  margin: 15px auto 55px auto !important;
}

.home .vc_separator {
  margin: 30px auto 55px auto !important;
}

.wpb_single_image .vc_figure-caption {
  font-size: 0.9em;
}

/* Image carousel */
.rb-image-carousel {
  margin: 0 -10px;
}
.rb-image-carousel__slides {
  opacity: 0;
  height: 200px;
  transition: opacity 500ms;
}
.rb-image-carousel__slides.slick-initialized {
  opacity: 1;
  height: auto;
}
.rb-image-carousel__slide {
  padding: 10px;
}
.rb-image-carousel img {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .wpb_text_column_quote:before {
    font-size: 3em;
  }

  .rb-image-carousel {
    padding: 0 30px;
  }
}
/* ENVIRA STYLES
----------------*/
.envira-gallery-wrap {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.wpb_row.envgal-wrap {
  margin-bottom: 0 !important;
}

#envirabox-loading, .envirabox-close, .envirabox-prev span, .envirabox-next span {
  background-image: none !important;
}

.envirabox-skin {
  background: #999999 !important;
}

.envirabox-close:before {
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "x";
  color: #fff;
  font-size: 35px;
}

.envirabox-close:hover {
  opacity: 0.75 !important;
  text-decoration: none;
}

.envirabox-prev span:before,
.envirabox-next span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.envirabox-prev span:before {
  content: "\f104";
}

.envirabox-next span:before {
  content: "\f105";
  position: relative;
  right: 0;
}

.envirabox-next span {
  text-align: right;
}

.envirabox-prev span:hover,
.envirabox-next span:hover {
  opacity: 0.75 !important;
}

.envirabox-close {
  top: -48px !important;
  right: -48px !important;
}

/* DISQUS STYLES
----------------*/
#disqus_thread {
  margin-top: 30px;
}

/* DOWNLOAD STYLES
----------------*/
ul.dlm-downloads {
  float: left;
  width: 100%;
}

ul.dlm-downloads,
ul.dlm-downloads li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.dlm-downloads {
  margin-top: 15px;
  margin-bottom: 25px;
}

ul.dlm-downloads li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

/* SOCIAL STYLES
----------------*/
.ssbp-container {
  padding-top: 20px;
  margin-bottom: 0 !important;
}

.ssbp-container .ssbp-list {
  display: inline-block !important;
  width: auto !important;
}

.ssbp-container .ssbp-btn {
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  margin: 0 5px 7px 5px !important;
  padding: 8px 12px 5px 12px;
  border: none !important;
  border-radius: 3px;
}

.ssbp-btn:before {
  min-width: 18px;
}

.single-post .ssbp-container {
  padding-top: 30px;
  padding-bottom: 20px;
}

/* VIDEO STYLES
----------------*/
.video-embed-html {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-embed-html iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FORM STYLES
----------------*/
.gform_wrapper ul.gform_fields li.gfield.hidden-field label {
  display: none !important;
}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
  /* Desktop styles go below this line */
  #header {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 40px 0 0;
  }
  #header .header-widget {
    margin-left: auto;
  }

  #nav-container {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }

  #navigation {
    background: none;
  }

  #content {
    padding: 3.618em 3.618em 3em 3.618em !important;
  }

  .home #content {
    padding: 3.618em 3.618em !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  #nav-container {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  ul.nav li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding-bottom: 10px;
  }

  #navigation {
    font: normal 16px/1.2em "Open Sans", arial, sans-serif;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../rogerballen/images/header-fade.png");
    background-repeat: repeat-x;
    background-position: left top;
  }

  #navigation a:link {
    font-weight: normal;
  }

  #navigation ul#main-nav * {
    background: none !important;
  }

  ul.nav li a,
ul.nav li ul li a {
    color: #fff !important;
  }

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

  #navigation .nav-home, #navigation .nav-close, #navigation ul.rss li a, #navigation ul.cart a.cart-contents, #navigation ul.nav-search a.search-contents {
    background: #fff;
    color: #1d1d1b;
  }

  .searchform input.s, #searchform input#s {
    background: #fff;
    color: #1d1d1b;
  }

  ul.dlm-downloads li {
    float: none;
    width: auto;
  }

  .post-comments {
    display: none;
  }

  .ssbp-container .ssbp-btn {
    padding: 6px 9px 3px 9px;
  }
}
@media only screen and (max-width: 450px) {
  .envirabox-close:before {
    font-size: 25px;
  }
}
@media only screen and (max-width: 385px) {
  #logo img {
    max-width: 100%;
  }
}
@media only screen and (max-device-width: 960px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@media print {
  body {
    margin-top: 50px;
  }

  #header-container,
#nav-container,
#disqus_thread,
.post-comments {
    display: none;
  }

  #content {
    background: none !important;
    background-color: none !important;
  }

  .backstretch {
    display: none !important;
  }
}
/* ADDTOANY STYLES
----------------*/
.addtoany_share_save_container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.addtoany_share_save_container .addtoany_header {
  margin-bottom: 10px;
}

.addtoany_list a, .widget .addtoany_list a {
  padding: 0 10px;
}

/* WOOCOMMERCE STYLES
----------------*/
#content ul.products.columns-1 > li {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 120px;
}
#content ul.products.columns-1 > li:after {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 1px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  background-color: #6d6d6c;
  opacity: 0.7;
}
#content ul.products.columns-1 > li:last-child {
  padding: 0;
}
#content ul.products.columns-1 > li:last-child:after {
  display: none;
}
#content ul.products > li > div:first-child {
  width: clamp(20%, 40%, 300px);
  margin-right: 40px;
}
#content ul.products > li > div:last-child {
  flex: 1;
  text-align: left;
}
#content ul.products > li img {
  width: 100%;
  height: auto;
}
#content ul.products > li h2 {
  margin: 0 0 0.5em;
}
#content ul.products > li .price {
  font-size: 22px;
  color: #ccc;
  font-weight: 600;
  margin: 0 0 0.75em;
}
#content ul.products > li table {
  margin: 0 0 1em;
}
#content ul.products > li table th, #content ul.products > li table td {
  padding: 0.25em 0.5em;
}
#content ul.products > li table th:first-child, #content ul.products > li table td:first-child {
  padding-left: 0;
}
#content ul.products > li .woocommerce-product-short-description {
  margin: 0 0 1em;
}
@media screen and (max-width: 580px) {
  #content ul.products.columns-1 > li {
    flex-direction: column;
    padding: 0 0 80px;
  }
  #content ul.products.columns-1 > li:after {
    bottom: 40px;
  }
  #content ul.products > li > div:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#content .related {
  margin-top: 40px;
}
#content .related ul.products > li > div:first-child {
  width: auto;
  margin-right: 0;
  margin-bottom: 20px;
}

.woocommerce-product-sold-out {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
}

.woocommerce-page .wp-block-woocommerce-cart-line-items-block {
  border-collapse: collapse;
  border: none;
  box-shadow: none;
}
.woocommerce-page .wp-block-woocommerce-cart-line-items-block * {
  border: none;
  box-shadow: none;
}

.woocommerce-products-header {
  margin-bottom: 50px;
}

.woocommerce-result-count {
  margin: 20px 0 50px;
  font-style: italic;
}

.single-product .woocommerce-product-attributes {
  text-align: left;
  margin: 0 0 1em;
}
.single-product .woocommerce-product-attributes th, .single-product .woocommerce-product-attributes td {
  padding: 0.25em 0.5em;
}
.single-product .woocommerce-product-attributes th:first-child, .single-product .woocommerce-product-attributes td:first-child {
  padding-left: 0;
}
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-components-product-badge,
.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-checkout .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-badge,
.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  display: none;
}

.wc-block-components-button:not(.is-link),
button[name=add-to-cart] {
  min-height: inherit !important;
  padding: 0.327em 1em;
  color: #000 !important;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  box-sizing: border-box;
  white-space: normal;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #888;
  -webkit-box-shadow: 0 0 0 0 #888;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: none;
  transition: all 0.15s ease-out;
}
.wc-block-components-button:not(.is-link):hover,
button[name=add-to-cart]:hover {
  background: #000;
  color: #fff !important;
}

.wp-block-woocommerce-proceed-to-checkout-block {
  text-align: center;
}

.wp-block-woocommerce-cart-totals-block {
  border-left: rgba(109, 109, 108, 0.7) 1px solid;
}
@media screen and (max-width: 861px) {
  .wp-block-woocommerce-cart-totals-block {
    border-top: rgba(109, 109, 108, 0.7) 1px solid;
    border-left: none;
  }
}

@media screen and (max-width: 861px) {
  .wc-block-cart table.wc-block-cart-items td {
    margin: 0;
  }
}

.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block {
  display: none;
}

.woocommerce-order-received .entry ul {
  display: inline-flex;
}
.woocommerce-order-received .entry ul li {
  margin-bottom: 0;
}
.woocommerce-order-received .entry ul li.email strong {
  display: block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce-order-received .entry ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .woocommerce-order-received .entry ul {
    display: block;
  }
  .woocommerce-order-received .entry ul li {
    float: none;
    border-right: none;
  }
  .woocommerce-order-received .entry ul li.email strong {
    max-width: none;
  }
}

.woocommerce .shop_table {
  background: transparent;
}
.woocommerce .shop_table thead th {
  background: transparent;
}

/* PAYPAL
---------------- */
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons li {
  list-style-type: none;
}

/* SIDE NAV
----------------*/
@media screen and (min-width: 768px) {
  .side-nav {
    display: flex;
    width: auto !important;
    align-items: center;
    gap: 18px;
  }
}

/* ADD TO ANY SHARE BUTTONS
----------------*/
.single-product .addtoany_header {
  margin-top: 30px;
}

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