/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Initial Preload Styles
# Header Styles
# Base Elements
# Blog Layouts
# BoldGrid Bootstrap Additions
# Customizer Styles
	## Widget Overlays
	## Help Panel Overlay
# BoldGrid Core Styles
	# Site Title
	# BoldGrid Navigation
	# Widgets
		## Default Widget Styles
	# Page Titles
	# Media
	# Forms
	# Ninja Forms
	# Comments
	# 404 Pages
	# Editor Styles
	# Footer
		## Disabled Footer Defaults
# GridBlocks
# Modules
# Utility Classes & Helpers
	## BoldGrid Color Utilities
	## Bootstrap Utilities
	## Bootstrap Responsive Utilities
*/
/*--------------------------------------------------------------
# Initial Preload Styles
--------------------------------------------------------------*/
/**
 * This applies a css animation for browsers with no JS enabled.
 */
.no-bgtfw #boldgrid-sticky-wrap,
.no-bgtfw #colophon,
.wf-loading #boldgrid-sticky-wrap,
.wf-loading #colophon {
  opacity: 1;
}

.bgtfw-preload-fadein body:not(.customize-partial-edit-shortcuts-shown) #boldgrid-sticky-wrap,
.bgtfw-preload-fadein body:not(.customize-partial-edit-shortcuts-shown) #colophon {
  opacity: 0;
}

.bgtfw-preload-fadein.bgtfw-loaded #boldgrid-sticky-wrap,
.bgtfw-preload-fadein.bgtfw-loaded #colophon, .bgtfw-preload-fadein.bgtfw-loaded #boldgrid-sticky-wrap,
.bgtfw-preload-fadein.bgtfw-loaded #colophon {
  -webkit-animation: fadein 1s linear forwards;
  animation: fadein 1s linear forwards;
}

.bgtfw-preload body:not(.customize-partial-edit-shortcuts-shown) #boldgrid-sticky-wrap,
.bgtfw-preload body:not(.customize-partial-edit-shortcuts-shown) #colophon {
  opacity: 0;
}

.bgtfw-preload.bgtfw-loaded #boldgrid-sticky-wrap,
.bgtfw-preload.bgtfw-loaded #colophon, .bgtfw-preload.bgtfw-loaded #boldgrid-sticky-wrap,
.bgtfw-preload.bgtfw-loaded #colophon {
  opacity: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
/**
 * Header clone.
 */
.header-top .bgtfw-sticky-header {
  position: fixed;
  z-index: 401;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header-top .bgtfw-sticky-header.bgtfw-stick {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.header-top .bgtfw-sticky-header.bgtfw-stick .custom-logo-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-top.admin-bar .bgtfw-sticky-header.bgtfw-stick {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .header-top.admin-bar .bgtfw-sticky-header.bgtfw-stick {
    top: 46px;
  }
}

.custom-logo-link:not(.bgc_logo) {
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-logo-link:not(.bgc_logo) .custom-logo {
  width: 100%;
  height: auto;
}

#masthead[class^=sticky-template-], #masthead-sticky[class^=sticky-template-], #colophon[class^=sticky-template-] {
  background-color: none;
}

#masthead aside.sidebar, #masthead-sticky aside.sidebar, #colophon aside.sidebar {
  margin-left: -15px;
  margin-right: -15px;
}

#masthead > .boldgrid-section,
#masthead > .bgtfw-footer > .boldgrid-section, #masthead-sticky > .boldgrid-section,
#masthead-sticky > .bgtfw-footer > .boldgrid-section, #colophon > .boldgrid-section,
#colophon > .bgtfw-footer > .boldgrid-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#masthead > .boldgrid-section > .container-fluid,
#masthead > .bgtfw-footer > .boldgrid-section > .container-fluid, #masthead-sticky > .boldgrid-section > .container-fluid,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .container-fluid, #colophon > .boldgrid-section > .container-fluid,
#colophon > .bgtfw-footer > .boldgrid-section > .container-fluid {
  width: 100%;
}

#masthead > .boldgrid-section > .container, #masthead > .boldgrid-section > .container-fluid,
#masthead > .bgtfw-footer > .boldgrid-section > .container,
#masthead > .bgtfw-footer > .boldgrid-section > .container-fluid, #masthead-sticky > .boldgrid-section > .container, #masthead-sticky > .boldgrid-section > .container-fluid,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .container,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .container-fluid, #colophon > .boldgrid-section > .container, #colophon > .boldgrid-section > .container-fluid,
#colophon > .bgtfw-footer > .boldgrid-section > .container,
#colophon > .bgtfw-footer > .boldgrid-section > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#masthead > .boldgrid-section .row,
#masthead > .bgtfw-footer > .boldgrid-section .row, #masthead-sticky > .boldgrid-section .row,
#masthead-sticky > .bgtfw-footer > .boldgrid-section .row, #colophon > .boldgrid-section .row,
#colophon > .bgtfw-footer > .boldgrid-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#masthead > .boldgrid-section > .full-width,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width, #masthead-sticky > .boldgrid-section > .full-width,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width, #colophon > .boldgrid-section > .full-width,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

#masthead > .boldgrid-section > .full-width > .row,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row, #masthead-sticky > .boldgrid-section > .full-width > .row,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row, #colophon > .boldgrid-section > .full-width > .row,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#masthead > .boldgrid-section > .full-width > .row aside.sidebar,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row aside.sidebar, #masthead-sticky > .boldgrid-section > .full-width > .row aside.sidebar,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row aside.sidebar, #colophon > .boldgrid-section > .full-width > .row aside.sidebar,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row aside.sidebar {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
}

#masthead > .boldgrid-section > .full-width > .row > div,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row > div, #masthead-sticky > .boldgrid-section > .full-width > .row > div,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row > div, #colophon > .boldgrid-section > .full-width > .row > div,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row > div {
  padding-left: 0px;
  padding-right: 0px;
}

#masthead > .boldgrid-section > .full-width > .row .site-title,
#masthead > .boldgrid-section > .full-width > .row .site-description,
#masthead > .boldgrid-section > .full-width > .row .custom-logo-link,
#masthead > .boldgrid-section > .full-width > .row .hamburger,
#masthead > .boldgrid-section > .full-width > .row .sm-clean,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-title,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-description,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .custom-logo-link,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .hamburger,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .sm-clean, #masthead-sticky > .boldgrid-section > .full-width > .row .site-title,
#masthead-sticky > .boldgrid-section > .full-width > .row .site-description,
#masthead-sticky > .boldgrid-section > .full-width > .row .custom-logo-link,
#masthead-sticky > .boldgrid-section > .full-width > .row .hamburger,
#masthead-sticky > .boldgrid-section > .full-width > .row .sm-clean,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-title,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-description,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .custom-logo-link,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .hamburger,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .sm-clean, #colophon > .boldgrid-section > .full-width > .row .site-title,
#colophon > .boldgrid-section > .full-width > .row .site-description,
#colophon > .boldgrid-section > .full-width > .row .custom-logo-link,
#colophon > .boldgrid-section > .full-width > .row .hamburger,
#colophon > .boldgrid-section > .full-width > .row .sm-clean,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-title,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-description,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .custom-logo-link,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .hamburger,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .sm-clean {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  #masthead > .boldgrid-section > .full-width > .row .sm-clean,
  #masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .sm-clean, #masthead-sticky > .boldgrid-section > .full-width > .row .sm-clean,
  #masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .sm-clean, #colophon > .boldgrid-section > .full-width > .row .sm-clean,
  #colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .sm-clean {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #masthead > .boldgrid-section > .full-width > .row .site-title,
  #masthead > .boldgrid-section > .full-width > .row .site-description,
  #masthead > .boldgrid-section > .full-width > .row .custom-logo-link,
  #masthead > .boldgrid-section > .full-width > .row .hamburger,
  #masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-title,
  #masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-description,
  #masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .custom-logo-link,
  #masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .hamburger, #masthead-sticky > .boldgrid-section > .full-width > .row .site-title,
  #masthead-sticky > .boldgrid-section > .full-width > .row .site-description,
  #masthead-sticky > .boldgrid-section > .full-width > .row .custom-logo-link,
  #masthead-sticky > .boldgrid-section > .full-width > .row .hamburger,
  #masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-title,
  #masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-description,
  #masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .custom-logo-link,
  #masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .hamburger, #colophon > .boldgrid-section > .full-width > .row .site-title,
  #colophon > .boldgrid-section > .full-width > .row .site-description,
  #colophon > .boldgrid-section > .full-width > .row .custom-logo-link,
  #colophon > .boldgrid-section > .full-width > .row .hamburger,
  #colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-title,
  #colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .site-description,
  #colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .custom-logo-link,
  #colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .hamburger {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#masthead > .boldgrid-section > .full-width > .row .attribution-theme-mods,
#masthead > .bgtfw-footer > .boldgrid-section > .full-width > .row .attribution-theme-mods, #masthead-sticky > .boldgrid-section > .full-width > .row .attribution-theme-mods,
#masthead-sticky > .bgtfw-footer > .boldgrid-section > .full-width > .row .attribution-theme-mods, #colophon > .boldgrid-section > .full-width > .row .attribution-theme-mods,
#colophon > .bgtfw-footer > .boldgrid-section > .full-width > .row .attribution-theme-mods {
  margin-left: 15px;
  margin-right: 15px;
}

#masthead > .boldgrid-section:not(.default-preset) .site-branding.hide-logo .custom-logo-link, #masthead > .boldgrid-section:not(.custom-preset) .site-branding.hide-logo .custom-logo-link,
#masthead > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-logo .custom-logo-link,
#masthead > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-logo .custom-logo-link, #masthead-sticky > .boldgrid-section:not(.default-preset) .site-branding.hide-logo .custom-logo-link, #masthead-sticky > .boldgrid-section:not(.custom-preset) .site-branding.hide-logo .custom-logo-link,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-logo .custom-logo-link,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-logo .custom-logo-link, #colophon > .boldgrid-section:not(.default-preset) .site-branding.hide-logo .custom-logo-link, #colophon > .boldgrid-section:not(.custom-preset) .site-branding.hide-logo .custom-logo-link,
#colophon > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-logo .custom-logo-link,
#colophon > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-logo .custom-logo-link {
  display: none !important;
}

#masthead > .boldgrid-section:not(.default-preset) .site-branding.hide-title .site-title, #masthead > .boldgrid-section:not(.custom-preset) .site-branding.hide-title .site-title,
#masthead > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-title .site-title,
#masthead > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-title .site-title, #masthead-sticky > .boldgrid-section:not(.default-preset) .site-branding.hide-title .site-title, #masthead-sticky > .boldgrid-section:not(.custom-preset) .site-branding.hide-title .site-title,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-title .site-title,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-title .site-title, #colophon > .boldgrid-section:not(.default-preset) .site-branding.hide-title .site-title, #colophon > .boldgrid-section:not(.custom-preset) .site-branding.hide-title .site-title,
#colophon > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-title .site-title,
#colophon > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-title .site-title {
  display: none !important;
}

#masthead > .boldgrid-section:not(.default-preset) .site-branding.hide-description .site-description, #masthead > .boldgrid-section:not(.custom-preset) .site-branding.hide-description .site-description,
#masthead > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-description .site-description,
#masthead > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-description .site-description, #masthead-sticky > .boldgrid-section:not(.default-preset) .site-branding.hide-description .site-description, #masthead-sticky > .boldgrid-section:not(.custom-preset) .site-branding.hide-description .site-description,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-description .site-description,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-description .site-description, #colophon > .boldgrid-section:not(.default-preset) .site-branding.hide-description .site-description, #colophon > .boldgrid-section:not(.custom-preset) .site-branding.hide-description .site-description,
#colophon > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-description .site-description,
#colophon > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-description .site-description {
  display: none !important;
}

#masthead > .boldgrid-section:not(.default-preset) .site-branding.hide-tagline .site-description, #masthead > .boldgrid-section:not(.custom-preset) .site-branding.hide-tagline .site-description,
#masthead > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-tagline .site-description,
#masthead > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-tagline .site-description, #masthead-sticky > .boldgrid-section:not(.default-preset) .site-branding.hide-tagline .site-description, #masthead-sticky > .boldgrid-section:not(.custom-preset) .site-branding.hide-tagline .site-description,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-tagline .site-description,
#masthead-sticky > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-tagline .site-description, #colophon > .boldgrid-section:not(.default-preset) .site-branding.hide-tagline .site-description, #colophon > .boldgrid-section:not(.custom-preset) .site-branding.hide-tagline .site-description,
#colophon > .bgtfw-footer > .boldgrid-section:not(.default-preset) .site-branding.hide-tagline .site-description,
#colophon > .bgtfw-footer > .boldgrid-section:not(.custom-preset) .site-branding.hide-tagline .site-description {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .col-xs-full-width {
    width: 100%;
  }
  @supports (-webkit-touch-callout: none) {
    a.bgc_logo.custom-logo-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-full-width {
    width: 100%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .col-md-full-width {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-full-width {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Base Elements
--------------------------------------------------------------*/
/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Main Padding */
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 0 2.8rem;
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

body.page .main,
body.single .main {
  padding: 0 2.8rem;
}

/* Fixes background scrolling on chrome in iframe */
body.custom-background {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (max-width: 767px) {
  body.custom-background {
    background-position: center top;
  }
}

.row:before,
.row:after {
  display: inline-block;
}

.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .site-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/** Headings **/
.palette-primary h1, .palette-primary .h1 {
  word-wrap: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.palette-primary h2, .palette-primary .h2 {
  word-wrap: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.palette-primary h3, .palette-primary .h3 {
  word-wrap: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.palette-primary h4, .palette-primary .h4 {
  word-wrap: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.palette-primary h5, .palette-primary .h5 {
  word-wrap: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.palette-primary h6, .palette-primary .h6 {
  word-wrap: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

/* Removes Blue Box in Chrome */
*:focus {
  outline: 0;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

blockquote {
  border-left: 5px solid currentColor;
  font-size: 1.125em;
}

blockquote p {
  font-size: 1.125em;
}

/* Support for button wrapping classes. */
.btn,
.button-primary,
.button-secondary {
  white-space: normal;
  height: unset !important;
}

.btn:not(.btn-small):not(.btn-tiny),
.button-primary:not(.btn-small):not(.btn-tiny),
.button-secondary:not(.btn-small):not(.btn-tiny) {
  min-height: 40px;
}

.btn:hover, .btn:focus,
.button-primary:hover,
.button-primary:focus,
.button-secondary:hover,
.button-secondary:focus {
  text-decoration: none;
}

div.btn, div.button-primary, div.button-secondary {
  position: relative;
  white-space: wrap;
}

div.btn a, div.button-primary a, div.button-secondary a {
  color: currentColor;
}

div.btn a:after, div.button-primary a:after, div.button-secondary a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-header {
  display: block;
  margin: 0;
  width: 100%;
}

#wp-custom-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Post/Page password protected styles */
.post-password-form .button-primary {
  margin-left: 9px;
}

/* Adds bgtfw default fieldset lengend styles */
.palette-primary legend {
  color: currentColor;
  border-bottom: none;
}

.bgtfw-edit-link {
  display: none !important;
  position: relative;
  width: auto;
  height: auto;
  float: left;
  padding: 0;
  margin: -1px 0 0 -1px;
  border: 0;
  background: transparent;
  color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 199;
}

.bgtfw-edit-link a {
  position: absolute;
  left: -32px;
  top: 2px;
  color: #fff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  line-height: 1em !important;
  font-size: 18px;
  z-index: 201;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
  box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  opacity: 0;
  pointer-events: none;
}

.bgtfw-edit-link a svg {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
}

.bgtfw-edit-link a:hover {
  opacity: 1;
}

body.bgtfw-edit-links-shown .bgtfw-edit-link a {
  -webkit-animation-name: bgtfw-edit-link-bounce-appear;
  animation-name: bgtfw-edit-link-bounce-appear;
  pointer-events: auto;
}

body.bgtfw-edit-links-hidden .bgtfw-edit-link a {
  -webkit-animation-name: bgtfw-edit-link-bounce-disappear;
  animation-name: bgtfw-edit-link-bounce-disappear;
  pointer-events: none;
}

.bgtfw-edit-link-hidden .bgtfw-edit-link a {
  visibility: hidden;
}

.entry-footer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  white-space: pre-wrap;
  width: 100%;
}

.entry-footer span:last-child:not(.comments-link) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-right: 15px;
}

.entry-footer span:first-child {
  padding-left: 15px;
}

@-webkit-keyframes bgtfw-edit-link-bounce-appear {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bgtfw-edit-link-bounce-appear {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bgtfw-edit-link-bounce-disappear {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  60% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bgtfw-edit-link-bounce-disappear {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  60% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.palette-primary .color1-background-alpha {
  background-color: rgba(var(--color-1-raw), 0.7);
}

.palette-primary .color2-background-alpha {
  background-color: rgba(var(--color-2-raw), 0.7);
}

.palette-primary .color3-background-alpha {
  background-color: rgba(var(--color-3-raw), 0.7);
}

.palette-primary .color4-background-alpha {
  background-color: rgba(var(--color-4-raw), 0.7);
}

.palette-primary .color5-background-alpha {
  background-color: rgba(var(--color-5-raw), 0.7);
}

.palette-primary .boldgrid-shortcode .bgc-single-article {
  background-color: var(--color-3);
  color: var(--color-3-text-contrast);
}

.palette-primary .bgc-single-image .date {
  background-color: rgba(var(--color-1-raw), 0.7);
  color: var(--color-1-text-contrast);
}

.palette-primary .bgc-single-image .image-opacity {
  background-color: rgba(var(--color-2-raw), 0.3);
}

/*--------------------------------------------------------------
# Blog Styles
--------------------------------------------------------------*/
/* Blog Styles */
.blog {
  /* General Design */
  /* Small Devices, Tablets */
  /* Set print preview visibility on archives. */
}

.blog .entry-header,
.blog .entry-content {
  width: 100%;
}

.blog .entry-title {
  word-break: break-word;
}

.blog .post.sticky {
  width: calc( 100% - 1em);
}

.blog .read-more {
  padding-top: 15px;
}

.blog[class*="col"].page-title-above .article-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog[class*="col"] main article {
  margin-left: .5em;
  margin-right: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.blog[class*="col"] main article .entry-content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog[class*="col"]:not(.col1) main .entry-content .row [class*="col-xs"],
.blog[class*="col"]:not(.col1) main .entry-content .row [class*="col-sm"],
.blog[class*="col"]:not(.col1) main .entry-content .row [class*="col-md"],
.blog[class*="col"]:not(.col1) main .entry-content .row [class*="col-lg"] {
  width: 100%;
}

.blog.col1 main article {
  margin-left: auto;
  margin-right: auto;
  width: calc( ( 100% / 1 ) - 1em);
}

.blog.col2 main article {
  width: calc( ( 100% / 2 ) - 1em);
}

.blog.col3 main article {
  width: calc( ( 100% / 3 ) - 1em);
}

.blog.col4 main article {
  width: calc( ( 100% / 4 ) - 1em);
}

.blog.col5 main article {
  width: calc( ( 100% / 5 ) - 1em);
}

.blog.col6 main article {
  width: calc( ( 100% / 6 ) - 1em);
}

.blog .main-wrapper.container {
  padding-left: 0px;
  padding-right: 0px;
}

.blog main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog main.container {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.blog main article.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.blog main article.post .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.blog main article.post .entry-header .entry-title {
  margin-top: .5em;
  margin-bottom: .25em;
}

.blog main article.post .entry-header .entry-title .link, .blog main article.post .entry-header .entry-title .link:hover, .blog main article.post .entry-header .entry-title .link:focus {
  text-decoration: none;
}

.blog main article.post .entry-header .entry-meta {
  margin-top: .25em;
  margin-bottom: .75em;
  width: 100%;
}

.blog main article.post .featured-imgage-header {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.blog main article.post .featured-imgage-header a.featured-image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog main article.post .entry-title,
.blog main article.post .entry-meta {
  padding-right: 15px;
  padding-left: 15px;
}

.blog main article.post .entry-content {
  padding: 15px 15px 0 15px;
  width: 100%;
  word-break: break-word;
}

.blog main article.post .entry-content h1, .blog main article.post .entry-content .h1, .blog main article.post .entry-content h2, .blog main article.post .entry-content .h2, .blog main article.post .entry-content h3, .blog main article.post .entry-content .h3, .blog main article.post .entry-content h4, .blog main article.post .entry-content .h4, .blog main article.post .entry-content h5, .blog main article.post .entry-content .h5, .blog main article.post .entry-content h6, .blog main article.post .entry-content .h6 {
  color: currentColor;
}

.blog main article.post .entry-content .boldgrid-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  width: calc( 100% + 30px);
}

.blog main article.post .entry-content .boldgrid-section > .container {
  width: auto;
}

.blog main article.post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog main article.post .entry-footer span {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog main article.post .entry-footer span.bgtfw-edit-link {
  max-width: 62px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  left: 0;
}

.blog main article.post .entry-footer .bgtfw-edit-link a {
  top: -32px;
  left: -32px;
}

.blog main article.post .entry-footer .bgtfw-edit-link a {
  position: relative;
  top: 0;
  left: 0;
}

.blog main article.post .comments-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.blog main article.post.design-1 .entry-footer {
  padding: 15px 0;
}

.blog main article.post.design-1 .entry-header.above, .blog main article.post.design-1 .entry-header.above .featured-imgage-header,
.blog main article.post.design-1 .entry-header.background,
.blog main article.post.design-1 .entry-header.background .featured-imgage-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 768px) {
  .blog[class*="col"]:not(.col1) main article.post:not(.sticky) {
    width: calc((100% / 2 - .5vw) - 2vw);
  }
  .blog .bgtfw-header .hamburger {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .blog[class*="col"] main article.post {
    width: calc((100% / 1 - .5vw) - 2vw);
  }
}

@media print {
  .blog article.wow {
    visibility: visible !important;
  }
  .blog .empty-sidebar-message {
    display: none;
  }
}

.entry-content .featured-image {
  text-align: center;
  padding-bottom: 15px;
}

.entry-footer {
  width: 100%;
}

.entry-footer .tags-links, .entry-footer .cat-links, .entry-footer .comments-link {
  display: block;
  width: 100%;
}

/* Archive Styles */
.archive {
  /* General Design */
  /* Small Devices, Tablets */
  /* Set print preview visibility on archives. */
}

.archive .entry-header,
.archive .entry-content {
  width: 100%;
}

.archive .entry-title {
  word-break: break-word;
}

.archive .post.sticky {
  width: calc( 100% - 1em);
}

.archive .read-more {
  padding-top: 15px;
}

.archive[class*="col"].page-title-above .article-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive[class*="col"] main article {
  margin-left: .5em;
  margin-right: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.archive[class*="col"] main article .entry-content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.archive[class*="col"]:not(.col1) main .entry-content .row [class*="col-xs"],
.archive[class*="col"]:not(.col1) main .entry-content .row [class*="col-sm"],
.archive[class*="col"]:not(.col1) main .entry-content .row [class*="col-md"],
.archive[class*="col"]:not(.col1) main .entry-content .row [class*="col-lg"] {
  width: 100%;
}

.archive.col1 main article {
  margin-left: auto;
  margin-right: auto;
  width: calc( ( 100% / 1 ) - 1em);
}

.archive.col2 main article {
  width: calc( ( 100% / 2 ) - 1em);
}

.archive.col3 main article {
  width: calc( ( 100% / 3 ) - 1em);
}

.archive.col4 main article {
  width: calc( ( 100% / 4 ) - 1em);
}

.archive.col5 main article {
  width: calc( ( 100% / 5 ) - 1em);
}

.archive.col6 main article {
  width: calc( ( 100% / 6 ) - 1em);
}

.archive .main-wrapper.container {
  padding-left: 0px;
  padding-right: 0px;
}

.archive main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive main.container {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.archive main article.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.archive main article.post .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.archive main article.post .entry-header .entry-title {
  margin-top: .5em;
  margin-bottom: .25em;
}

.archive main article.post .entry-header .entry-title .link, .archive main article.post .entry-header .entry-title .link:hover, .archive main article.post .entry-header .entry-title .link:focus {
  text-decoration: none;
}

.archive main article.post .entry-header .entry-meta {
  margin-top: .25em;
  margin-bottom: .75em;
  width: 100%;
}

.archive main article.post .featured-imgage-header {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.archive main article.post .featured-imgage-header a.featured-image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.archive main article.post .entry-title,
.archive main article.post .entry-meta {
  padding-right: 15px;
  padding-left: 15px;
}

.archive main article.post .entry-content {
  padding: 15px 15px 0 15px;
  width: 100%;
  word-break: break-word;
}

.archive main article.post .entry-content h1, .archive main article.post .entry-content .h1, .archive main article.post .entry-content h2, .archive main article.post .entry-content .h2, .archive main article.post .entry-content h3, .archive main article.post .entry-content .h3, .archive main article.post .entry-content h4, .archive main article.post .entry-content .h4, .archive main article.post .entry-content h5, .archive main article.post .entry-content .h5, .archive main article.post .entry-content h6, .archive main article.post .entry-content .h6 {
  color: currentColor;
}

.archive main article.post .entry-content .boldgrid-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  width: calc( 100% + 30px);
}

.archive main article.post .entry-content .boldgrid-section > .container {
  width: auto;
}

.archive main article.post .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.archive main article.post .entry-footer span {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive main article.post .entry-footer span.bgtfw-edit-link {
  max-width: 62px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  left: 0;
}

.archive main article.post .entry-footer .bgtfw-edit-link a {
  top: -32px;
  left: -32px;
}

.archive main article.post .entry-footer .bgtfw-edit-link a {
  position: relative;
  top: 0;
  left: 0;
}

.archive main article.post .comments-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.archive main article.post.design-1 .entry-footer {
  padding: 15px 0;
}

.archive main article.post.design-1 .entry-header.above, .archive main article.post.design-1 .entry-header.above .featured-imgage-header,
.archive main article.post.design-1 .entry-header.background,
.archive main article.post.design-1 .entry-header.background .featured-imgage-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 768px) {
  .archive[class*="col"]:not(.col1) main article.post:not(.sticky) {
    width: calc((100% / 2 - .5vw) - 2vw);
  }
  .archive .bgtfw-header .hamburger {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .archive[class*="col"] main article.post {
    width: calc((100% / 1 - .5vw) - 2vw);
  }
}

@media print {
  .archive article.wow {
    visibility: visible !important;
  }
  .archive .empty-sidebar-message {
    display: none;
  }
}

/* Single Post Styles */
.single .post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.single .post .entry-footer {
  padding-top: 2.8rem;
  padding-left: 15px;
  padding-right: 15px;
}

.single .post .entry-footer ~ .navigation.post-navigation {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.single .post .entry-footer .cat-links ~ .bgtfw-edit-link {
  margin-top: 0;
  margin-bottom: 1rem;
}

.single .post .entry-footer .bgtfw-edit-link a {
  left: -3px;
}

.single .post .entry-footer .cat-links, .single .post .entry-footer .tags-links {
  padding: 0;
}

.single .post .wp-post-image {
  display: block;
  margin: 0 auto 2.8rem auto;
}

.single .post .wp-post-image.entry-featured-image.alignleft, .single .post .wp-post-image.entry-featured-image.alignright, .single .post .wp-post-image.entry-featured-image.alignnone {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.single .post .wp-post-image.alignnone {
  display: inline;
}

.single .post .wp-post-image.alignleft, .single .post .wp-post-image.alignright {
  max-width: 70%;
}

/*--------------------------------------------------------------
# BoldGrid Bootstrap Additions
--------------------------------------------------------------*/
.entry-content .row,
.entry-content .col-xs-1, .entry-content .col-xs-2, .entry-content .col-xs-3, .entry-content .col-xs-4, .entry-content .col-xs-5, .entry-content .col-xs-6,
.entry-content .col-xs-7, .entry-content .col-xs-8, .entry-content .col-xs-9, .entry-content .col-xs-10, .entry-content .col-xs-11, .entry-content .col-xs-12,
.entry-content .col-sm-1, .entry-content .col-sm-2, .entry-content .col-sm-3, .entry-content .col-sm-4, .entry-content .col-sm-5, .entry-content .col-sm-6,
.entry-content .col-sm-7, .entry-content .col-sm-8, .entry-content .col-sm-9, .entry-content .col-sm-10, .entry-content .col-sm-11,
.entry-content .col-sm-12, .entry-content .col-md-1, .entry-content .col-md-2, .entry-content .col-md-3, .entry-content .col-md-4, .entry-content .col-md-5,
.entry-content .col-md-6, .entry-content .col-md-7, .entry-content .col-md-8, .entry-content .col-md-9, .entry-content .col-md-10, .entry-content .col-md-11, .entry-content .col-md-12 {
  min-height: 30px;
}

.entry-content .row .row,
.entry-content .row .row [class*="col-xs"],
.entry-content .row .row [class*="col-sm"],
.entry-content .row .row [class*="col-md"],
.entry-content .row .row [class*="col-lg"] {
  min-height: 15px;
}

.col-xs-5s,
.col-sm-5s,
.col-md-5s,
.col-lg-5s {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5s {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5s {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5s {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5s {
    width: 20%;
    float: left;
  }
}

.row:not(.bg-editor-hr-wrap) .row:not(.bg-editor-hr-wrap),
.container .entry-content .boldgrid-section {
  margin-left: -15px;
  margin-right: -15px;
}

.full-width .entry-content .boldgrid-section-wrap,
.full-width .entry-content .boldgrid-section {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

.full-width .entry-content .boldgrid-section-wrap .boldgrid-section {
  margin-left: 0;
  margin-right: 0;
}

.full-width-column {
  padding: 0px;
}

.row {
  margin: auto;
}

.entry-content .row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > .wc-gallery {
  width: 100%;
}

.container-fluid .boldgrid-section-group .boldgrid-section {
  margin: auto;
}

#main-wrapper.full-width .main .entry-content .boldgrid-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-wrapper.full-width .main .entry-content .boldgrid-section .boldgrid-section-divider {
  width: calc( 100% + 40px) !important;
}

#main-wrapper.full-width .main .entry-content .boldgrid-section .container-fluid {
  width: calc( 100% + 30px);
}

.section-divider-bottom {
  margin-bottom: -2px;
}

/** Nav Tabs Default Styles **/
.nav-tabs {
  border-bottom: 1px solid currentColor;
}

.nav-tabs > li.active > a {
  border: 1px solid currentColor;
  border-bottom-color: transparent;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 1px solid currentColor;
  border-bottom-color: transparent;
}

.nav > li,
.widget > .nav > li {
  padding: 5px 0;
}

.nav > li.cat-item > a,
.widget > .nav > li.cat-item > a {
  display: inline-block;
}

.nav > li > a,
.widget > .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}

.panel {
  background-color: var(--color-neutral);
  color: var(--color-neutral-text-contrast);
}

.panel-default {
  border-color: var(--color-2);
}

.panel-footer, .panel-default > .panel-heading {
  background-color: var(--color-2);
  color: var(--color-2-text-contrast);
  border-color: var(--color-2);
}

/** Mark elements **/
mark, .mark {
  background-color: var(--color-3);
  color: var(--color-3-text-contrast);
}

/** Adding minimal color definitions for default breadcrumbs **/
.breadcrumb li a.filler {
  background: var(--color-2);
  color: var(--color-2-text-contrast);
}

.breadcrumb li a.filler:after {
  border-left-color: var(--color-2);
}

.breadcrumb li a:not(.filler) {
  color: var(--color-1-text-contrast);
}

.breadcrumb li a:not(.filler):after {
  border-left-color: var(--color-1) !important;
}

.breadcrumb li a:not(.filler):hover, .breadcrumb li a:not(.filler):focus {
  background: var(--color-2);
  color: var(--color-2-text-contrast);
}

.breadcrumb li a:not(.filler):hover:after, .breadcrumb li a:not(.filler):focus:after {
  border-left-color: var(--color-2) !important;
  color: var(--color-2-text-contrast);
}

/*--------------------------------------------------------------
# Customizer Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widget Overlays
--------------------------------------------------------------*/
#boldgrid-widget-area-overlay {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  z-index: 9999;
  height: 100px;
  min-height: 50px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 5px #21759b;
          box-shadow: 0 0 15px 5px #21759b;
  position: absolute;
}

#boldgrid-widget-area-overlay:before {
  content: "";
  height: 25%;
}

#boldgrid-widget-area-overlay h2 {
  display: table-cell;
  vertical-align: middle;
  font-family: "Arial Black", Gadget, sans-serif !important;
  font-size: 24px;
  color: #333 !important;
}

#boldgrid-widget-area-overlay.empty-widget-area {
  -webkit-box-shadow: 0 0 15px 5px #d54e21;
          box-shadow: 0 0 15px 5px #d54e21;
  background-color: rgba(255, 166, 166, 0.7);
}

/*--------------------------------------------------------------
# Help Panel Overlay
--------------------------------------------------------------*/
.overlay-help {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  min-width: 900px;
}

.overlay-help-inside {
  position: fixed;
  margin: 30px;
  background-color: white;
  max-width: 1700px;
  left: 0;
  right: 0;
}

.overlay-help-inside img {
  margin: 0 auto;
  display: block;
}

.overlay-help-inside .button {
  margin: 10px;
  display: none;
}

#boldgrid-customizer-overlay-help {
  display: none;
}

#boldgrid-customizer-overlay-help .overlay-help-text {
  font-family: "Open Sans",sans-serif !important;
  color: black !important;
}

#boldgrid-customizer-overlay-help .overlay-help-text h2 {
  font-family: "Open Sans",sans-serif !important;
  color: black !important;
  padding: 0px;
  margin: 10px 0;
  font-size: 24px;
}

.overlay-help-text {
  padding: 5px;
  padding-left: 40px;
  background-color: #ddd;
}

.overlay-help-text #close-help-popup {
  cursor: pointer;
  color: #dd4b39;
  opacity: .8;
  margin-top: 5px;
  margin-right: 15px;
}

.overlay-help-text #close-help-popup:hover {
  opacity: 1;
}

.overlay-help-text p {
  max-width: 660px;
  font-size: 14px;
  color: #000000 !important;
}

@media (min-width: 900px) {
  .overlay-help-inside {
    position: fixed;
    margin-left: 120px;
    margin-right: 120px;
    left: 0;
    right: 0;
  }
  .overlay-help-inside .button {
    display: inline;
  }
}

@media (max-width: 1000px) {
  .overlay-help-inside {
    position: fixed;
    margin-left: 0px;
    margin-right: 0px;
    left: 0;
    right: 0;
  }
}

/*--------------------------------------------------------------
# BoldGrid Core Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/
/* Site Branding */
.site-branding {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-branding.flex-row.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.site-branding.flex-row.n {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.site-branding.flex-row.ne {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.site-branding.flex-row.w {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.site-branding.flex-row.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.site-branding.flex-row.e {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.site-branding.flex-row.sw {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.site-branding.flex-row.s {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.site-branding.flex-row.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.site-branding.nw, .site-branding.flex-column.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.site-branding.n, .site-branding.flex-column.n {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.site-branding.ne, .site-branding.flex-column.ne {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.site-branding.w, .site-branding.flex-column.w {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.site-branding.c, .site-branding.flex-column.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.site-branding.e, .site-branding.flex-column.e {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.site-branding.sw, .site-branding.flex-column.sw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.site-branding.s, .site-branding.flex-column.s {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.site-branding.se, .site-branding.flex-column.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-title a {
  width: 100%;
  word-break: break-word;
  font-style: normal;
}

[class*="color"].site-title a {
  color: currentColor !important;
}

.site-title a.logo-site-title {
  background: none !important;
  padding: 0px;
}

.site-title a:hover, .site-title a:focus, .site-title a:active {
  text-decoration: none;
}

.site-description {
  word-break: break-word;
  margin-top: 0;
  font-style: normal;
}

/*--------------------------------------------------------------
# BoldGrid Navigation
--------------------------------------------------------------*/
/* Base BGTFW Menu Styles */
.sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm > li.menu-item, .sm ul.sub-menu > li.menu-item, .sm ul.sub-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
}

.sm > li.menu-item:not(.custom-sub-menu), .sm ul.sub-menu > li.menu-item:not(.custom-sub-menu), .sm ul.sub-menu:not(.custom-sub-menu) {
  line-height: normal;
}

.sm > li.menu-item a.disabled {
  cursor: default;
}

.sm > li.menu-item > h1, .sm > li.menu-item > h2, .sm > li.menu-item > h3, .sm > li.menu-item > h4, .sm > li.menu-item > h5, .sm > li.menu-item > h6 {
  margin: 0;
  padding: 0;
}

.sm li.menu-item, .sm li.menu-item > a {
  position: relative;
}

.sm ul.sub-menu {
  display: none;
}

.sm li.menu-item > a {
  display: block;
}

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

.sm-rtl,
.sm-rtl ul.sub-menu,
.sm-rtl li.menu-item {
  direction: rtl;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .header-top .bgtfw-menu-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header-top .bgtfw-menu-wrap.flex-row.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .bgtfw-menu-wrap.flex-row.n {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .bgtfw-menu-wrap.flex-row.ne {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .bgtfw-menu-wrap.flex-row.w {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .bgtfw-menu-wrap.flex-row.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .bgtfw-menu-wrap.flex-row.e {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .bgtfw-menu-wrap.flex-row.sw {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .bgtfw-menu-wrap.flex-row.s {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .bgtfw-menu-wrap.flex-row.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .bgtfw-menu-wrap.nw, .header-top .bgtfw-menu-wrap.flex-column.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .bgtfw-menu-wrap.n, .header-top .bgtfw-menu-wrap.flex-column.n {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .bgtfw-menu-wrap.ne, .header-top .bgtfw-menu-wrap.flex-column.ne {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .bgtfw-menu-wrap.w, .header-top .bgtfw-menu-wrap.flex-column.w {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .bgtfw-menu-wrap.c, .header-top .bgtfw-menu-wrap.flex-column.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .bgtfw-menu-wrap.e, .header-top .bgtfw-menu-wrap.flex-column.e {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .bgtfw-menu-wrap.sw, .header-top .bgtfw-menu-wrap.flex-column.sw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .bgtfw-menu-wrap.s, .header-top .bgtfw-menu-wrap.flex-column.s {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .bgtfw-menu-wrap.se, .header-top .bgtfw-menu-wrap.flex-column.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .sm.flex-row.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .sm.flex-row.n {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .sm.flex-row.ne {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .sm.flex-row.w {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .sm.flex-row.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .sm.flex-row.e {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .sm.flex-row.sw {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .sm.flex-row.s {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .sm.flex-row.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .sm.nw, .header-top .sm.flex-column.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .sm.n, .header-top .sm.flex-column.n {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .sm.ne, .header-top .sm.flex-column.ne {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.header-top .sm.w, .header-top .sm.flex-column.w {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .sm.c, .header-top .sm.flex-column.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .sm.e, .header-top .sm.flex-column.e {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.header-top .sm.sw, .header-top .sm.flex-column.sw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .sm.s, .header-top .sm.flex-column.s {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.header-top .sm.se, .header-top .sm.flex-column.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media only screen and (min-width: 768px) {
  .header-left.standard-menu-enabled .bgtfw-menu-wrap input:not(:checked):not(.hidden) ~ .sm-clean, .header-right.standard-menu-enabled .bgtfw-menu-wrap input:not(:checked):not(.hidden) ~ .sm-clean {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  #masthead .container {
    width: 100%;
  }
}

.standard-menu-enabled {
  /* Menu Mobile */
  /* hide menu state checkbox (keep it visible to screen readers) */
  /* show animation */
  /* hide animation */
}

.standard-menu-enabled .site-footer .sm-clean {
  z-index: 200;
}

.standard-menu-enabled .site-header .sm-clean {
  z-index: 201;
}

.standard-menu-enabled .site-header .sm-clean#secondary-menu {
  z-index: 202;
}

.standard-menu-enabled.header-fixed.header-left .site-header, .standard-menu-enabled.header-fixed.header-right .site-header {
  z-index: 200;
}

.standard-menu-enabled .sm-clean {
  background: transparent;
}

.standard-menu-enabled .sm-clean li.menu-item > a,
.standard-menu-enabled .sm-clean li.menu-item > a:hover,
.standard-menu-enabled .sm-clean li.menu-item > a:focus,
.standard-menu-enabled .sm-clean li.menu-item > a:active,
.standard-menu-enabled .sm-clean li.menu-item > a.highlighted {
  display: inline-block;
  padding: 13px 20px;
  text-decoration: none;
  width: 100%;
}

.standard-menu-enabled .sm-clean li.menu-item > a.btn,
.standard-menu-enabled .sm-clean li.menu-item > a:hover.btn,
.standard-menu-enabled .sm-clean li.menu-item > a:focus.btn,
.standard-menu-enabled .sm-clean li.menu-item > a:active.btn,
.standard-menu-enabled .sm-clean li.menu-item > a.highlighted.btn {
  padding: 0px 20px;
  line-height: 40px !important;
}

.standard-menu-enabled .sm-clean li.menu-item > a.btn.btn-border-thin,
.standard-menu-enabled .sm-clean li.menu-item > a:hover.btn.btn-border-thin,
.standard-menu-enabled .sm-clean li.menu-item > a:focus.btn.btn-border-thin,
.standard-menu-enabled .sm-clean li.menu-item > a:active.btn.btn-border-thin,
.standard-menu-enabled .sm-clean li.menu-item > a.highlighted.btn.btn-border-thin {
  line-height: 38px !important;
}

.standard-menu-enabled .sm-clean li.menu-item > a.btn.btn-border,
.standard-menu-enabled .sm-clean li.menu-item > a:hover.btn.btn-border,
.standard-menu-enabled .sm-clean li.menu-item > a:focus.btn.btn-border,
.standard-menu-enabled .sm-clean li.menu-item > a:active.btn.btn-border,
.standard-menu-enabled .sm-clean li.menu-item > a.highlighted.btn.btn-border {
  line-height: 36px !important;
}

.standard-menu-enabled .sm-clean li.menu-item > a.btn.btn-border-thick,
.standard-menu-enabled .sm-clean li.menu-item > a:hover.btn.btn-border-thick,
.standard-menu-enabled .sm-clean li.menu-item > a:focus.btn.btn-border-thick,
.standard-menu-enabled .sm-clean li.menu-item > a:active.btn.btn-border-thick,
.standard-menu-enabled .sm-clean li.menu-item > a.highlighted.btn.btn-border-thick {
  line-height: 32px !important;
}

.standard-menu-enabled .sm-clean a.disabled {
  color: #bbbbbb;
}

.standard-menu-enabled .sm-clean li.menu-item > a > span.sub-arrow {
  position: relative;
  right: auto;
  width: 34px;
  height: 34px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: inherit;
  margin-left: 5px;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.standard-menu-enabled .sm-clean li.menu-item > a > .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.standard-menu-enabled .sm-clean li.menu-item > a > .sub-arrow::before {
  content: '+';
}

.standard-menu-enabled .sm-clean li.menu-item > a.highlighted > .sub-arrow::before {
  content: '-';
}

.standard-menu-enabled .sm-clean li.menu-item > a.highlighted > span.sub-arrow:before {
  display: block;
  content: '-';
}

.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu a,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu a:hover,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu a:focus,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu a:active {
  border-left: 8px solid transparent;
}

.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu a,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu a:hover,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu a:focus,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu a:active {
  border-left: 16px solid transparent;
}

.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu a,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu a:hover,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu a:focus,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu a:active {
  border-left: 24px solid transparent;
}

.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a:hover,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a:focus,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a:active {
  border-left: 32px solid transparent;
}

.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a:hover,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a:focus,
.standard-menu-enabled .mobile-menu-indent .sm-clean ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  .standard-menu-enabled .site-footer,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header, .standard-menu-enabled.boldgrid-component-menu, .standard-menu-enabled.crio-premium-site-header {
    /* ...end */
  }
  .standard-menu-enabled .site-footer .full-width .sm,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .full-width .sm, .standard-menu-enabled.boldgrid-component-menu .full-width .sm, .standard-menu-enabled.crio-premium-site-header .full-width .sm {
    width: 100%;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu {
    position: absolute;
    width: 12em;
  }
  .standard-menu-enabled .site-footer .sm-clean li.menu-item,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean li.menu-item, .standard-menu-enabled.boldgrid-component-menu .sm-clean li.menu-item, .standard-menu-enabled.crio-premium-site-header .sm-clean li.menu-item {
    float: left;
  }
  .standard-menu-enabled .site-footer .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn, .standard-menu-enabled.boldgrid-component-menu .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn, .standard-menu-enabled.crio-premium-site-header .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn {
    margin-left: 20px;
    margin-right: 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:last-of-type,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:last-of-type, .standard-menu-enabled.boldgrid-component-menu .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:last-of-type, .standard-menu-enabled.crio-premium-site-header .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:last-of-type {
    margin-right: 0px;
  }
  .standard-menu-enabled .site-footer .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:first-of-type,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:first-of-type, .standard-menu-enabled.boldgrid-component-menu .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:first-of-type, .standard-menu-enabled.crio-premium-site-header .sm-clean:not(.sm-vertical) li.menu-item.item-has-btn:first-of-type {
    margin-left: 0px;
  }
  .standard-menu-enabled .site-footer .sm-clean.w:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled .site-footer .sm-clean.nw:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled .site-footer .sm-clean.sw:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.w:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.nw:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sw:not(.sm-vertical) > li.menu-item:first-of-type > a, .standard-menu-enabled.boldgrid-component-menu .sm-clean.w:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.nw:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sw:not(.sm-vertical) > li.menu-item:first-of-type > a, .standard-menu-enabled.crio-premium-site-header .sm-clean.w:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.nw:not(.sm-vertical) > li.menu-item:first-of-type > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sw:not(.sm-vertical) > li.menu-item:first-of-type > a {
    padding-left: 0px;
  }
  .standard-menu-enabled .site-footer .sm-clean.e:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled .site-footer .sm-clean.ne:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled .site-footer .sm-clean.se:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.e:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.ne:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.se:not(.sm-vertical) > li.menu-item:last-of-type > a, .standard-menu-enabled.boldgrid-component-menu .sm-clean.e:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.ne:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.se:not(.sm-vertical) > li.menu-item:last-of-type > a, .standard-menu-enabled.crio-premium-site-header .sm-clean.e:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.ne:not(.sm-vertical) > li.menu-item:last-of-type > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.se:not(.sm-vertical) > li.menu-item:last-of-type > a {
    padding-right: 0px;
  }
  .standard-menu-enabled .site-footer .sm-clean.e.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled .site-footer .sm-clean.ne.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled .site-footer .sm-clean.se.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.e.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.ne.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.se.sm-vertical ul.sub-menu.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean.e.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.ne.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.se.sm-vertical ul.sub-menu.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean.e.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.ne.sm-vertical ul.sub-menu.sub-arrow,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.se.sm-vertical ul.sub-menu.sub-arrow {
    margin-right: -20px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl li.menu-item,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl li.menu-item, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl li.menu-item, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl li.menu-item {
    float: right;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu li.menu-item,
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl ul.sub-menu li.menu-item,
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical li.menu-item,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu li.menu-item,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl ul.sub-menu li.menu-item,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical li.menu-item, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu li.menu-item,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl ul.sub-menu li.menu-item,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical li.menu-item, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu li.menu-item,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl ul.sub-menu li.menu-item,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical li.menu-item {
    float: none;
  }
  .standard-menu-enabled .site-footer .sm-clean a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean a, .standard-menu-enabled.boldgrid-component-menu .sm-clean a, .standard-menu-enabled.crio-premium-site-header .sm-clean a {
    white-space: nowrap;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu li.menu-item > a,
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical li.menu-item > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu li.menu-item > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical li.menu-item > a, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu li.menu-item > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical li.menu-item > a, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu li.menu-item > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical li.menu-item > a {
    white-space: normal;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > a,
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > :not(ul) a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > :not(ul) a, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > :not(ul) a, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu.sm-nowrap > li.menu-item > :not(ul) a {
    white-space: nowrap;
  }
  .standard-menu-enabled .site-footer .sm-clean,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean, .standard-menu-enabled.boldgrid-component-menu .sm-clean, .standard-menu-enabled.crio-premium-site-header .sm-clean {
    padding: 0;
  }
  .standard-menu-enabled .site-footer .sm-clean a.disabled,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean a.disabled, .standard-menu-enabled.boldgrid-component-menu .sm-clean a.disabled, .standard-menu-enabled.crio-premium-site-header .sm-clean a.disabled {
    color: #bbbbbb;
  }
  .standard-menu-enabled .site-footer .sm-clean a.has-submenu,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean a.has-submenu, .standard-menu-enabled.boldgrid-component-menu .sm-clean a.has-submenu, .standard-menu-enabled.crio-premium-site-header .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  .standard-menu-enabled .site-footer .sm-clean li.menu-item > a > span.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean li.menu-item > a > span.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean li.menu-item > a > span.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean li.menu-item > a > span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: currentColor transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .standard-menu-enabled .site-footer .sm-clean li.menu-item > a.highlighted > span.sub-arrow:before,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean li.menu-item > a.highlighted > span.sub-arrow:before, .standard-menu-enabled.boldgrid-component-menu .sm-clean li.menu-item > a.highlighted > span.sub-arrow:before, .standard-menu-enabled.crio-premium-site-header .sm-clean li.menu-item > a.highlighted > span.sub-arrow:before {
    display: none;
  }
  .standard-menu-enabled .site-footer .sm-clean li.menu-item:not(.btn-border),
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean li.menu-item:not(.btn-border), .standard-menu-enabled.boldgrid-component-menu .sm-clean li.menu-item:not(.btn-border), .standard-menu-enabled.crio-premium-site-header .sm-clean li.menu-item:not(.btn-border) {
    border-top: 0;
  }
  .standard-menu-enabled .site-footer .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):before,
  .standard-menu-enabled .site-footer .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):before,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after, .standard-menu-enabled.boldgrid-component-menu .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):before,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after, .standard-menu-enabled.crio-premium-site-header .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):before,
  .standard-menu-enabled.crio-premium-site-header .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):before,
  .standard-menu-enabled .site-footer .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):before,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after, .standard-menu-enabled.boldgrid-component-menu .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):before,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after, .standard-menu-enabled.crio-premium-site-header .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):before,
  .standard-menu-enabled.crio-premium-site-header .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after {
    top: unset;
    bottom: -18px;
    border-style: solid dashed dashed dashed;
    border-color: #bbbbbb transparent transparent transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after, .standard-menu-enabled.boldgrid-component-menu .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after, .standard-menu-enabled.crio-premium-site-header .sm-clean > li.menu-item > ul.sub-menu:not(.custom-sub-menu):after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent white transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after, .standard-menu-enabled.boldgrid-component-menu .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after, .standard-menu-enabled.crio-premium-site-header .sm-clean > li.menu-item > ul.sub-menu.pointer-bottom:not(.custom-sub-menu):after {
    top: unset;
    bottom: -16px;
    border-color: white transparent transparent transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu),
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu), .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu), .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a,
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:hover,
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:focus,
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:active,
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.highlighted,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:hover,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:focus,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:active,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.highlighted, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:hover,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:focus,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:active,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.highlighted, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a,
  .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:hover,
  .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:focus,
  .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a:active,
  .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.disabled,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.disabled, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.disabled, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.disabled {
    background: white;
    color: #cccccc;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.has-submenu,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.has-submenu, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.has-submenu, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a.has-submenu {
    padding-right: 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a > span.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a > span.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a > span.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean ul.sub-menu:not(.custom-sub-menu) li.menu-item > a > span.sub-arrow {
    right: auto;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent currentColor;
  }
  .standard-menu-enabled .site-footer .sm-clean span.scroll-up,
  .standard-menu-enabled .site-footer .sm-clean span.scroll-down,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-up,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-down, .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-up,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-down, .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-up,
  .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean span.scroll-up:hover,
  .standard-menu-enabled .site-footer .sm-clean span.scroll-down:hover,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-up:hover,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-down:hover, .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-up:hover,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-down:hover, .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-up:hover,
  .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-down:hover {
    background: #eeeeee;
  }
  .standard-menu-enabled .site-footer .sm-clean span.scroll-up:hover span.scroll-up-arrow,
  .standard-menu-enabled .site-footer .sm-clean span.scroll-up:hover span.scroll-down-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-up:hover span.scroll-up-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-up:hover span.scroll-down-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-up:hover span.scroll-up-arrow,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-up:hover span.scroll-down-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-up:hover span.scroll-up-arrow,
  .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent currentColor transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean span.scroll-down:hover span.scroll-down-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-down:hover span.scroll-down-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-down:hover span.scroll-down-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color: currentColor transparent transparent transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean span.scroll-up-arrow,
  .standard-menu-enabled .site-footer .sm-clean span.scroll-down-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-up-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-down-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-up-arrow,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-down-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-up-arrow,
  .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent currentColor transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean span.scroll-down-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean span.scroll-down-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean span.scroll-down-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: currentColor transparent transparent transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl a.has-submenu,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl a.has-submenu, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl a.has-submenu, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl li.menu-item > a > span.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl li.menu-item > a > span.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl li.menu-item > a > span.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl li.menu-item > a > span.sub-arrow {
    right: auto;
    left: 12px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl.sm-vertical li.menu-item > a.has-submenu,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl.sm-vertical li.menu-item > a.has-submenu, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl.sm-vertical li.menu-item > a.has-submenu, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl.sm-vertical li.menu-item > a.has-submenu {
    padding: 10px 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl.sm-vertical li.menu-item > a > span.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl.sm-vertical li.menu-item > a > span.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl.sm-vertical li.menu-item > a > span.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl.sm-vertical li.menu-item > a > span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent currentColor transparent transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:before,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:before, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:before, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:before {
    left: auto;
    right: 30px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:after,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:after, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:after, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl > li.menu-item > ul.sub-menu:after {
    left: auto;
    right: 31px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl ul.sub-menu li.menu-item > a.has-submenu,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl ul.sub-menu li.menu-item > a.has-submenu, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl ul.sub-menu li.menu-item > a.has-submenu, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl ul.sub-menu li.menu-item > a.has-submenu {
    padding: 10px 20px !important;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-rtl ul.sub-menu li.menu-item > a > span.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-rtl ul.sub-menu li.menu-item > a > span.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-rtl ul.sub-menu li.menu-item > a > span.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-rtl ul.sub-menu li.menu-item > a > span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent currentColor transparent transparent;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
    border-radius: 5px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical li.menu-item > a:not(.btn),
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical li.menu-item > a:not(.btn), .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical li.menu-item > a:not(.btn), .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical li.menu-item > a:not(.btn) {
    padding: 10px 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical a.disabled,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical a.disabled, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical a.disabled, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical li.menu-item > a > span.sub-arrow,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical li.menu-item > a > span.sub-arrow, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical li.menu-item > a > span.sub-arrow, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical li.menu-item > a > span.sub-arrow {
    top: 50%;
    margin-left: 10px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent currentColor;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:before,
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:after,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:before,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:after, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:before,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:after, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:before,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical > li.menu-item > ul.sub-menu:after {
    display: none;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical ul.sub-menu li.menu-item > a:not(.btn),
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical ul.sub-menu li.menu-item > a:not(.btn), .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical ul.sub-menu li.menu-item > a:not(.btn), .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical ul.sub-menu li.menu-item > a:not(.btn) {
    padding: 10px 20px;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:hover,
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:focus,
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:active,
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a.highlighted,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:hover,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:focus,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:active,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a.highlighted, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:hover,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:focus,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:active,
  .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a.highlighted, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:hover,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:focus,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a:active,
  .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical ul.sub-menu:not(.custom-sub-menu) a.highlighted {
    background: #eeeeee;
  }
  .standard-menu-enabled .site-footer .sm-clean.sm-vertical ul a.disabled,
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .sm-clean.sm-vertical ul a.disabled, .standard-menu-enabled.boldgrid-component-menu .sm-clean.sm-vertical ul a.disabled, .standard-menu-enabled.crio-premium-site-header .sm-clean.sm-vertical ul a.disabled {
    background: white;
  }
}

.standard-menu-enabled label[id$="-menu-btn"] {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 2;
}

.standard-menu-enabled .bgtfw-menu-wrap.e, .standard-menu-enabled .bgtfw-menu-wrap.ne, .standard-menu-enabled .bgtfw-menu-wrap.se {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.standard-menu-enabled .bgtfw-menu-wrap.e > label, .standard-menu-enabled .bgtfw-menu-wrap.ne > label, .standard-menu-enabled .bgtfw-menu-wrap.se > label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.standard-menu-enabled .bgtfw-menu-wrap.n, .standard-menu-enabled .bgtfw-menu-wrap.c, .standard-menu-enabled .bgtfw-menu-wrap.s {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.standard-menu-enabled .bgtfw-menu-wrap.n > label, .standard-menu-enabled .bgtfw-menu-wrap.c > label, .standard-menu-enabled .bgtfw-menu-wrap.s > label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.standard-menu-enabled .bgtfw-menu-wrap.w, .standard-menu-enabled .bgtfw-menu-wrap.nw, .standard-menu-enabled .bgtfw-menu-wrap.sw {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.standard-menu-enabled .bgtfw-menu-wrap.w > label, .standard-menu-enabled .bgtfw-menu-wrap.nw > label, .standard-menu-enabled .bgtfw-menu-wrap.sw > label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.standard-menu-enabled .bgtfw-menu-wrap.n, .standard-menu-enabled .bgtfw-menu-wrap.ne, .standard-menu-enabled .bgtfw-menu-wrap.nw {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.standard-menu-enabled .bgtfw-menu-wrap.n > label, .standard-menu-enabled .bgtfw-menu-wrap.ne > label, .standard-menu-enabled .bgtfw-menu-wrap.nw > label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.standard-menu-enabled .bgtfw-menu-wrap.e, .standard-menu-enabled .bgtfw-menu-wrap.c, .standard-menu-enabled .bgtfw-menu-wrap.w {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standard-menu-enabled .bgtfw-menu-wrap.e > label, .standard-menu-enabled .bgtfw-menu-wrap.c > label, .standard-menu-enabled .bgtfw-menu-wrap.w > label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standard-menu-enabled .bgtfw-menu-wrap.s, .standard-menu-enabled .bgtfw-menu-wrap.se, .standard-menu-enabled .bgtfw-menu-wrap.sw {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.standard-menu-enabled .bgtfw-menu-wrap.s > label, .standard-menu-enabled .bgtfw-menu-wrap.se > label, .standard-menu-enabled .bgtfw-menu-wrap.sw > label {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.standard-menu-enabled input.hidden + label[id$="-menu-btn"] {
  display: none;
}

.standard-menu-enabled input[id$="-menu-state"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (max-width: 767px) {
  .standard-menu-enabled .bgtfw-menu-wrap.ham-phone {
    display: block;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-phone input:not(:checked):not(.hidden) ~ .sm-clean {
    display: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-phone input:checked ~ .sm-clean {
    display: block;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-phone input:checked ~ .sm-clean li {
    float: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-phone) {
    /* hide the button in mobile if not enabled */
    /* always show the menu if hamburger not enabled */
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-phone) label[id$="-menu-btn"] {
    position: absolute;
    top: -99999px;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-phone) input:checked ~ .sm-clean,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-phone) input:not(:checked):not(.hidden) ~ .sm-clean {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-phone) input:checked ~ .sm-clean.sm-vertical,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-phone) input:not(:checked):not(.hidden) ~ .sm-clean.sm-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .standard-menu-enabled .bgtfw-menu-wrap.ham-tablet {
    display: block;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-tablet input:not(:checked):not(.hidden) ~ .sm-clean {
    display: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-tablet input:checked ~ .sm-clean {
    display: block;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-tablet input:checked ~ .sm-clean li.menu-item {
    float: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-tablet) {
    /* hide the button in tablet if not enabled */
    /* always show the menu if hamburger not enabled */
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-tablet) label[id$="-menu-btn"] {
    position: absolute;
    top: -99999px;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-tablet) input:checked ~ .sm-clean,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-tablet) input:not(:checked):not(.hidden) ~ .sm-clean {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-tablet) input:checked ~ .sm-clean.sm-vertical,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-tablet) input:not(:checked):not(.hidden) ~ .sm-clean.sm-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .standard-menu-enabled .bgtfw-menu-wrap.ham-desktop {
    display: block;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-desktop input:not(:checked):not(.hidden) ~ .sm-clean {
    display: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-desktop input:checked ~ .sm-clean {
    display: block;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-desktop input:checked ~ .sm-clean li.menu-item {
    float: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-desktop) {
    /* hide the button in tablet if not enabled */
    /* always show the menu if hamburger not enabled */
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-desktop) label[id$="-menu-btn"] {
    position: absolute;
    top: -99999px;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-desktop) input:checked ~ .sm-clean,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-desktop) input:not(:checked):not(.hidden) ~ .sm-clean {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-desktop) input:checked ~ .sm-clean.sm-vertical,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-desktop) input:not(:checked):not(.hidden) ~ .sm-clean.sm-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) {
  .standard-menu-enabled .bgtfw-menu-wrap.ham-large {
    display: block;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-large input:not(:checked):not(.hidden) ~ .sm-clean {
    display: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-large input:checked ~ .sm-clean {
    display: block;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap.ham-large input:checked ~ .sm-clean li.menu-item {
    float: none;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-large) {
    /* hide the button in tablet if not enabled */
    /* always show the menu if hamburger not enabled */
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-large) label[id$="-menu-btn"] {
    position: absolute;
    top: -99999px;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-large) input:checked ~ .sm-clean,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-large) input:not(:checked):not(.hidden) ~ .sm-clean {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-large) input:checked ~ .sm-clean.sm-vertical,
  .standard-menu-enabled .bgtfw-menu-wrap:not(.ham-large) input:not(:checked):not(.hidden) ~ .sm-clean.sm-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.standard-menu-enabled .sm-clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-smoothing: subpixel-antialiased;
}

.standard-menu-enabled .sm-clean ul.sub-menu.show-animation {
  -webkit-animation: show-animation 0.2s;
  animation: show-animation 0.2s;
}

@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: scale3d(0, 0, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes show-animation {
  0% {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.standard-menu-enabled .sm-clean ul.sub-menu.hide-animation {
  -webkit-animation: hide-animation 0.2s;
  animation: hide-animation 0.2s;
}

@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(0, 0, 1);
    opacity: 0;
  }
}

@keyframes hide-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sm.sm-clean {
    padding-left: 15px;
    padding-right: 15px;
  }
}

li.menu-item[class*="hvr-underline"] > a:not(.button-primary):not(.button-secondary):before {
  z-index: 1;
}

li.menu-item[class*="hvr-underline"]:not(.hvr-underline-reveal) a:not(.button-primary):not(.button-secondary) {
  -webkit-transform: unset;
          transform: unset;
  overflow: unset;
}

li.menu-item[class*="hvr-underline"]:not(.hvr-underline-reveal) a:not(.button-primary):not(.button-secondary):before {
  bottom: -2.5px;
}

.palette-primary .hamburger-inner, .palette-primary .hamburger-inner::before, .palette-primary .hamburger-inner::after {
  background-color: currentColor;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Widget Styles
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.primary-sidebar aside:first-of-type .widget-title {
  margin-top: 0;
}

select[name="archive-dropdown"] {
  width: auto;
}

.footer-company-details .textwidget {
  text-align: center;
  color: white;
}

.widget.well {
  color: #333;
}

.widget.well a, .widget.well .site-info a {
  color: #333;
}

.boldgrid-widget .widget-title {
  display: none;
}

.boldgrid-widget.widget {
  margin: 0;
}

.empty-sidebar-message {
  display: inline-block;
}

.empty-sidebar-message a:hover {
  text-decoration: none;
}

.add-widget-message a:hover {
  text-decoration: none;
}

.widget_search .button-primary {
  height: auto;
  margin: 0;
  margin-top: 0;
  padding: 0 1em;
  line-height: 3;
  font-size: 14px;
}

.widget_calendar caption {
  color: currentColor;
}

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

.bgc-single-article .read-more {
  margin-top: 2em;
}

.boldgrid-shortcode .bgc-postlist .bgc-single-article {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Page Titles
--------------------------------------------------------------*/
.entry-meta {
  width: 100%;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.main-wrapper.full-width {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.main-wrapper.full-width .page-header-wrapper {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

.main-wrapper.full-width .page-header-wrapper.full-width {
  width: auto;
}

.main-wrapper.container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main-wrapper.container main {
  padding-left: 0;
  padding-right: 0;
}

.page-header {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 0;
}

.page-header-wrapper.full-width {
  width: 100%;
}

.page-header-wrapper .page-header {
  border-bottom: none;
}

.page-header-wrapper .page-header .featured-imgage-header {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  padding-left: 15px;
  padding-right: 15px;
}

.page-header-wrapper .page-header.above .featured-imgage-header img {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.page-header-wrapper .page-header.below .featured-imgage-header img {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.page-header-wrapper .page-header.above .featured-imgage-header.img, .page-header-wrapper .page-header.below .featured-imgage-header.img {
  padding-top: 0;
  padding-bottom: 0;
}

.page-header-wrapper .page-header.above .featured-imgage-header.has-feat-image-bg, .page-header-wrapper .page-header.below .featured-imgage-header.has-feat-image-bg {
  height: 20vh;
}

@media (min-width: 768px) {
  .page-header-wrapper .page-header.above .featured-imgage-header.has-feat-image-bg.container, .page-header-wrapper .page-header.below .featured-imgage-header.has-feat-image-bg.container {
    width: 660px;
  }
}

@media (min-width: 992px) {
  .page-header-wrapper .page-header.above .featured-imgage-header.has-feat-image-bg.container, .page-header-wrapper .page-header.below .featured-imgage-header.has-feat-image-bg.container {
    width: 880px;
  }
}

@media (min-width: 1200px) {
  .page-header-wrapper .page-header.above .featured-imgage-header.has-feat-image-bg.container, .page-header-wrapper .page-header.below .featured-imgage-header.has-feat-image-bg.container {
    width: 1080px;
  }
}

.page-header-wrapper .entry-meta,
.page-header-wrapper .entry-title,
.page-header-wrapper .page-title {
  margin: 0;
  padding: 0px;
}

.single .page-header-wrapper .entry-title .entry-meta,
.archive .page-header-wrapper .page-title .taxonomy-description {
  padding-top: 0;
  padding-bottom: 0;
}

.single .page-header-wrapper .entry-title + .entry-meta,
.archive .page-header-wrapper .page-title + .taxonomy-description {
  margin: 0;
  padding: 0 0px;
  padding-top: 1.4rem;
  padding-bottom: 9px;
}

.page-header-hidden .page-header-wrapper,
.customizer-page-header-hidden .page-header-wrapper {
  display: none;
}

.article-wrapper {
  padding-top: 15px;
}

.page-header-wrapper .page-title .link, .page-header-wrapper .entry-title .link {
  color: currentColor;
}

.page-header-wrapper .page-title .link, .page-header-wrapper .page-title .link:hover, .page-header-wrapper .page-title .link:focus, .page-header-wrapper .entry-title .link, .page-header-wrapper .entry-title .link:hover, .page-header-wrapper .entry-title .link:focus {
  text-decoration: none;
}

.site-content.container .page-header-wrapper.full-width,
.site-content.container .page-header-wrapper.container {
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.page-title-above.page .page,
.page-title-above.single .post,
.page-title-above.blog .main,
.page-title-above.archive .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-title-above.page.right-sidebar .page,
.page-title-above.single.right-sidebar .post,
.page-title-above.blog.right-sidebar .main,
.page-title-above.archive.right-sidebar .main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-title-above.page.left-sidebar .page,
.page-title-above.single.left-sidebar .post,
.page-title-above.blog.left-sidebar .main,
.page-title-above.archive.left-sidebar .main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-title-above .article-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 100%;
}

.entry-content .boldgrid-section:first-child,
.entry-content .boldgrid-section-wrap:first-child {
  margin-top: -15px;
}

.has-sidebar:not(.woocommerce).page-title-above .article-wrapper + aside {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .page-title-above.has-sidebar:not(.woocommerce) .main {
    width: auto;
  }
  .page-title-above.has-sidebar:not(.woocommerce).right-sidebar .main-wrapper.container .article-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: auto;
  }
  .page-title-above.has-sidebar:not(.woocommerce).right-sidebar .main-wrapper.container .article-wrapper + aside {
    margin-left: auto;
    margin-right: -15px;
  }
  .page-title-above.has-sidebar:not(.woocommerce).right-sidebar .main-wrapper .article-wrapper {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    margin-left: -2.8rem;
    margin-right: auto;
  }
  .page-title-above.has-sidebar:not(.woocommerce).right-sidebar .main-wrapper .article-wrapper + aside {
    margin-left: auto;
    margin-right: -2.8rem;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.container .entry-content:not(.mce-content-body) :not(.boldgrid-section-wrap) .boldgrid-section {
    margin-left: auto;
    margin-right: -15px;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.container .article-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: -15px;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.container .article-wrapper + aside {
    margin-left: -15px;
    margin-right: auto;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper .entry-content:not(.mce-content-body) :not(.boldgrid-section-wrap) .boldgrid-section {
    margin-left: auto;
    margin-right: -2.8rem;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper .article-wrapper {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    margin-left: auto;
    margin-right: -2.8rem;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper .article-wrapper + aside {
    margin-left: -2.8rem;
    margin-right: auto;
  }
  .has-sidebar:not(.woocommerce).page-title-above .article-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: calc((100% * (2/3)) + 1em);
  }
  .has-sidebar:not(.woocommerce).page-title-above .article-wrapper + aside {
    min-width: 300px;
    width: calc((100% * (1/3)) + 1em - 5.6rem);
    /* result of calc( 2.8 * 2 ); */
    max-width: 325px;
    padding: 0 1em;
  }
  .has-sidebar:not(.woocommerce).page-title-above .main-wrapper.container .article-wrapper {
    width: calc((100% * (2/3)) + 1em - 30px);
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Standard WordPress Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
### WC Canvas Gallery
--------------------------------------------------------------*/
/** Magnific Popup **/
.mfp-zoom-out-cur .mfp-title > * {
  color: currentColor;
}

.wc-image-links .gallery-caption,
.wc-gallery-captions-onpopup .gallery-caption,
.wc-gallery-captions-showon .gallery-caption,
.wc-gallery-captions-onhover .gallery-caption {
  opacity: .8;
}

.wc-image-links .gallery-caption,
.wc-gallery-captions-show .gallery-caption,
.wc-gallery-captions-onhover .gallery-caption,
.wc-gallery-captions-showon .gallery-caption {
  background-color: var(--color-3);
  color: var(--color-3-text-contrast);
}

.wc-image-links .gallery-caption > *,
.wc-gallery-captions-show .gallery-caption > *,
.wc-gallery-captions-onhover .gallery-caption > *,
.wc-gallery-captions-showon .gallery-caption > * {
  color: var(--color-3-text-contrast);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*!
 * Float Labels
 * @version: 3.3.6
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://geminilabs.github.io/float-labels.js
 * @license: MIT
 */
#boldgrid-sticky-wrap .bgtfw-form .bgtfw-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#boldgrid-sticky-wrap .bgtfw-form input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form textarea.bgtfw-textarea {
  width: 100%;
  outline: 0;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background-color: var(--color-neutral);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

#boldgrid-sticky-wrap .bgtfw-form input.bgtfw-input:-moz-placeholder,
#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select:-moz-placeholder,
#boldgrid-sticky-wrap .bgtfw-form textarea.bgtfw-textarea:-moz-placeholder {
  color: var(--color-neutral-text-contrast);
}

#boldgrid-sticky-wrap .bgtfw-form input.bgtfw-input::-moz-placeholder,
#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select::-moz-placeholder,
#boldgrid-sticky-wrap .bgtfw-form textarea.bgtfw-textarea::-moz-placeholder {
  color: var(--color-neutral-text-contrast);
}

#boldgrid-sticky-wrap .bgtfw-form input.bgtfw-input:-ms-input-placeholder,
#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select:-ms-input-placeholder,
#boldgrid-sticky-wrap .bgtfw-form textarea.bgtfw-textarea:-ms-input-placeholder {
  color: var(--color-neutral-text-contrast);
}

#boldgrid-sticky-wrap .bgtfw-form input.bgtfw-input::-webkit-input-placeholder,
#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select::-webkit-input-placeholder,
#boldgrid-sticky-wrap .bgtfw-form textarea.bgtfw-textarea::-webkit-input-placeholder {
  color: var(--color-neutral-text-contrast);
}

#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select {
  position: relative;
  color: var(--color-neutral-text-contrast);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#boldgrid-sticky-wrap .bgtfw-form select.bgtfw-select::-ms-expand {
  display: none;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-is-active input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form .bgtfw-is-active select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form .bgtfw-is-active textarea.bgtfw-textarea {
  color: var(--color-neutral-text-contrast);
  background-color: var(--color-neutral);
  border-color: #dfdfdf;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-has-focus input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form .bgtfw-has-focus select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form .bgtfw-has-focus textarea.bgtfw-textarea {
  background-color: var(--color-neutral);
  border-color: var(--color-1);
}

#boldgrid-sticky-wrap .bgtfw-form label.bgtfw-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-neutral-text-contrast);
  border-top-left-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-is-active label.bgtfw-label {
  opacity: 1;
  visibility: visible;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-has-focus label.bgtfw-label {
  color: var(--color-1);
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-is-required:before {
  opacity: 1;
  content: '*';
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #D32F2F;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 6px 0 0;
  z-index: 1;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-is-required.bgtfw-is-active:before {
  opacity: 0;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 textarea.bgtfw-textarea {
  padding: 6px 12px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 select.bgtfw-select {
  height: 38px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 .bgtfw-is-active input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 .bgtfw-is-active select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 .bgtfw-is-active textarea.bgtfw-textarea {
  padding: 6px 12px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 label.bgtfw-label {
  top: 1px;
  left: 10px;
  background-color: transparent;
  padding: 12px 3px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 label.bgtfw-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color-neutral);
  z-index: -1;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 .bgtfw-is-active label.bgtfw-label {
  top: -9px;
  padding: 3px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-1 .bgtfw-is-active label.bgtfw-label:before {
  top: 9px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 textarea.bgtfw-textarea {
  padding: 12px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 select.bgtfw-select {
  height: 50px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 .bgtfw-is-active input.bgtfw-input,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 .bgtfw-is-active select.bgtfw-select,
#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 .bgtfw-is-active textarea.bgtfw-textarea {
  padding: 18px 12px 6px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 label.bgtfw-label {
  top: 1px;
  left: 10px;
  padding: 6px 3px 3px;
}

#boldgrid-sticky-wrap .bgtfw-form.bgtfw-style-2 .bgtfw-is-required:before {
  padding-top: 12px;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-wrap-select:after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  right: 6px;
  height: calc(100% - 2px);
  width: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='var(--color-neutral-text-contrast)' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E") no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  z-index: 2;
}

form {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
select,
textarea {
  outline: 0;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background-color: var(--color-neutral);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  padding: 12px;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  filter: contrast(0%);
  color: var(--color-neutral-text-contrast);
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  filter: contrast(0%);
  color: var(--color-neutral-text-contrast);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  filter: contrast(0%);
  color: var(--color-neutral-text-contrast);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-filter: contrast(0%);
          filter: contrast(0%);
  color: var(--color-neutral-text-contrast);
}

form:not(.wpuf-theme-style) input {
  width: auto;
}

form.wpuf-theme-style input {
  width: 100%;
}

select,
textarea {
  width: 100%;
}

button, input, optgroup, select, textarea {
  color: var(--color-neutral-text-contrast);
}

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

select {
  position: relative;
  height: 50px;
  color: var(--color-neutral-text-contrast);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select.light {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiMzMzN9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}

select.dark {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dHJhbnNwYXJlbnQ7fS5jbHMtMntmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}

input:active,
select:active,
textarea:active {
  color: var(--color-neutral-text-contrast);
  background-color: var(--color-neutral);
  border-color: #dfdfdf;
}

input:focus,
select:focus,
textarea:focus {
  background-color: var(--color-neutral);
  border-color: var(--color-1);
}

:required:before {
  opacity: 1;
  content: '*';
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #D32F2F;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 6px 0 0;
  z-index: 1;
}

:required:active:before {
  opacity: 0;
}

label {
  top: 1px;
  left: 10px;
  padding: 6px 3px 3px;
}

:required:before {
  padding-top: 12px;
}

#boldgrid-sticky-wrap .bgtfw-form .bgtfw-wrap-select:after {
  content: '';
  position: absolute;
  display: block;
  background: none;
  border-top: 7px solid currentColor;
  border-top-color: var(--color-neutral-text-contrast);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 12px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #searchform .form-group {
    width: 100%;
    max-width: 300px;
  }
  #searchform input {
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #searchform .button-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    margin: 0;
    width: 50px;
    height: auto;
    padding: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #searchform .button-primary span:last-of-type {
    display: none;
  }
}

.widget #searchform input {
  width: 100%;
}

.alert.ninja-forms-response-msg:empty {
  display: none;
}

.alert.ninja-forms-response-msg.alert-success p {
  color: #3c763d;
}

div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week] {
  height: auto;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Page & Post Defaults
--------------------------------------------------------------*/
/** **/
.sticky {
  display: block;
}

.sticky .entry-title > a: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: "\f249";
  margin-right: 1.5rem;
}

.updated:not(.published) {
  display: none;
}

.byline {
  display: inline-block;
  white-space: pre-wrap;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/** Post Format: Aside **/
main > article.post.format-aside .entry-header {
  display: none;
}

.post-edit-link {
  padding: 0 8px;
}

.paging-navigation,
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
}

.paging-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.paging-navigation .nav-previous {
  margin-left: auto;
}

.post-navigation .nav-next {
  margin-left: auto;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments {
  padding: 0 15px;
}

.comments .comment-list {
  padding-left: 0;
}

.comments .comment-list .children {
  padding-left: 10px;
}

@media only screen and (min-width: 480px) {
  .comments .comment-list .children {
    padding-left: 60px;
  }
}

.comments .comment {
  display: block;
}

.comments .comment .comment-body {
  margin-bottom: 20px;
}

.comments .comment .panel-heading a {
  color: currentColor;
}

.comments .comment .panel {
  margin-bottom: 0px;
}

.comments .comment a.avatar.pull-left {
  padding-bottom: 10px;
  padding-right: 10px;
}

.comments .comment-content {
  display: grid;
}

.comments .comment-content a {
  word-wrap: break-word;
}

.comments .comment-notes #email-notes {
  display: block;
}

.comments .media > .pull-left {
  padding-bottom: 10px;
}

.comments .pingback + .comment {
  margin-top: 2.8rem;
}

.bypostauthor {
  display: block;
}

#commentform .form-group:before,
#commentform .form-group:after {
  content: " ";
  display: table;
}

#commentform .form-group:after {
  clear: both;
}

#commentform .radio, #commentform .checkbox, #commentform .radio-inline, #commentform .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

#commentform .radio, #commentform .checkbox {
  min-height: 27px;
}

#commentform .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

#commentform .has-feedback .form-control-feedback {
  right: 15px;
}

#commentform code {
  display: block;
  white-space: normal;
}

#commentform p.form-submit {
  position: relative;
  min-height: 1px;
}

#commentform #submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#commentform #submit:focus, #commentform #submit:active:focus,
#commentform #submit.active:focus, #commentform #submit.focus,
#commentform #submit:active.focus, #commentform #submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#commentform #submit:hover, #commentform #submit:focus, #commentform #submit.focus {
  color: #333333;
  text-decoration: none;
}

#commentform #submit:active, #commentform #submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#commentform #commentsubmit {
  margin-bottom: 2.8rem;
}

#commentform #submit.disabled,
#commentform #submit[disabled],
fieldset[disabled] #commentform #submit {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a#commentform #submit.disabled,
fieldset[disabled] a#commentform #submit {
  pointer-events: none;
}

@media (min-width: 768px) {
  #commentform .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.post .entry-footer .bgtfw-edit-link a {
  left: .25em;
}

time.entry-date.published:before,
time.entry-date.updated:before {
  content: "\f073";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  margin-right: .5em;
  margin-left: .3em;
}

.comments-link {
  display: block;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.no-results,
.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.search .jumbotron,
.no-results.not-found .jumbotron,
.error404 .jumbotron {
  background-color: transparent;
}

.search #searchform,
.no-results.not-found #searchform,
.error404 #searchform {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

/*--------------------------------------------------------------
# Search Pages
--------------------------------------------------------------*/
.bgtfw.search-results {
  padding: 0 15px;
}

.search .post {
  margin: 0;
}

.search .post > h2 {
  width: 100%;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.has-sidebar .main + aside {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .has-sidebar .main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc((100% * (2/3)) + 1em);
  }
  .has-sidebar .main + aside {
    min-width: 300px;
    width: calc((100% * (1/3)) + 1em - 5.6rem);
    max-width: 325px;
    padding: 0 1em;
  }
  .has-sidebar .site-content.container .main {
    width: calc((100% * (2/3)) + 1em - 30px);
  }
  /* Sidebar Template Specific Styles */
  .has-sidebar {
    /** Left Sidebar **/
    /** Right Sidebar **/
  }
  .has-sidebar.left-sidebar .site-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .has-sidebar.right-sidebar .site-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*--------------------------------------------------------------
# Editor Styles
--------------------------------------------------------------*/
#tinymce.mce-content-body {
  height: auto;
}

#tinymce.mce-content-body.post-type-post {
  max-width: 877.5px !important;
}

.entry-content a.wp-block-button__link, .entry-content a.wp-block-button__link:hover, .entry-content a.wp-block-button__link:focus {
  text-decoration: none;
}

.entry-content a.wp-block-button__link:hover, .entry-content a.wp-block-button__link:focus {
  opacity: .9;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Disabled Footer */
.disabled-footer {
  margin-bottom: 50px;
}

.disabled-footer .site-footer {
  padding: 0;
  background-color: white;
  border-top: none;
}

.disabled-footer .content-area {
  margin-bottom: 15px;
}

.bgtfw-edit-links-hidden.page footer.entry-footer {
  background: transparent;
  position: absolute;
  padding: .5em;
  left: 1%;
  right: 1%;
  z-index: 999;
}

.bgtfw-edit-links-hidden.page .entry-footer .fa-pencil {
  opacity: 0.6;
}

.bgtfw-edit-links-hidden.page .entry-footer .fa-pencil:hover {
  opacity: 1;
}

.bgtfw-edit-links-hidden.page .post-edit-link {
  padding: 5px 30px;
  margin-left: -20px;
}

.bgtfw-edit-links-hidden.page .site-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

.bgtfw-edit-links-hidden.page.disabled-footer footer.entry-footer {
  bottom: 2em;
}

.bgtfw-edit-links-hidden.page.disabled-footer {
  margin-bottom: 0;
}

.bgtfw-edit-links-shown.disabled-footer {
  margin-bottom: 0;
}

.bgtfw-edit-links-shown.disabled-footer .attribution-theme-mods:empty {
  display: none;
}

.bgtfw-edit-links-shown.page.disabled-footer .bgtfw-edit-link a {
  top: -42px;
}

.bgtfw-edit-links-shown.page.disabled-footer .entry-footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bgtfw-edit-links-shown.page .post-edit-link {
  padding: 5px 30px;
  margin-left: -20px;
}

.bgtfw-edit-links-shown.page .site-content {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Sticky Footer */
html {
  height: 100%;
}

/* Adjust for standard admin bar displayed */
html.admin-bar {
  height: calc( 100% - 32px);
}

/* Adjust for mobile admin bar displayed */
@media screen and (max-width: 782px) {
  html.admin-bar {
    height: calc( 100% - 46px);
  }
}

.no-flexbox body.sticky-footer-enabled,
.no-flexbox .sticky-footer-enabled .site,
.no-flexbox .sticky-footer-enabled .site-content {
  height: 100%;
}

.no-flexbox #boldgrid-sticky-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.flexbox body.sticky-footer-enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexbox #boldgrid-sticky-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flexbox #boldgrid-sticky-filler {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* Contact Blocks */
.contact-block:not(:empty) {
  margin: 10px 0;
}

.contact-block span {
  display: inline-block;
}

.contact-block span:not(:last-child)::after {
  margin: 0 5px;
  content: '|';
}

/* Attribution Links */
.attribution-theme-mods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attribution-theme-mods.flex-row.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.attribution-theme-mods.flex-row.n {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.attribution-theme-mods.flex-row.ne {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.attribution-theme-mods.flex-row.w {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.attribution-theme-mods.flex-row.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.attribution-theme-mods.flex-row.e {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.attribution-theme-mods.flex-row.sw {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.attribution-theme-mods.flex-row.s {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.attribution-theme-mods.flex-row.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.attribution-theme-mods.nw, .attribution-theme-mods.flex-column.nw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.attribution-theme-mods.n, .attribution-theme-mods.flex-column.n {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.attribution-theme-mods.ne, .attribution-theme-mods.flex-column.ne {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.attribution-theme-mods.w, .attribution-theme-mods.flex-column.w {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.attribution-theme-mods.c, .attribution-theme-mods.flex-column.c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.attribution-theme-mods.e, .attribution-theme-mods.flex-column.e {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.attribution-theme-mods.sw, .attribution-theme-mods.flex-column.sw {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.attribution-theme-mods.s, .attribution-theme-mods.flex-column.s {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.attribution-theme-mods.se, .attribution-theme-mods.flex-column.se {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.attribution-theme-mods .link {
  padding: 13px 10px;
}

.attribution-theme-mods .link:after {
  content: "";
  margin-left: 20px;
  border-left: 1px solid currentColor;
}

.attribution-theme-mods .link.no-separator, .attribution-theme-mods .link:last-child {
  padding-right: 0;
}

.attribution-theme-mods .link.no-separator:after, .attribution-theme-mods .link:last-child:after {
  margin: 0;
  border: 0;
}

.attribution-theme-mods .link:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .attribution-theme-mods {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .attribution-theme-mods .link:first-of-type {
    padding-left: 0;
  }
}

.bgtfw-footer .container .row {
  padding-left: 15px;
  padding-right: 15px;
}

.bgtfw-footer .attribution-theme-mods-wrapper {
  margin-left: -15px;
}

@media only screen and (min-width: 768px) {
  footer#colophon .boldgrid-section .full-width .row aside.sidebar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  footer#colophon .boldgrid-section .full-width .row aside.sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  footer#colophon .boldgrid-section .container .row aside.sidebar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .attribution-theme-mode {
    display: none;
  }
  .attribution-theme-mods .link {
    padding: 13px 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .attribution-theme-mods .link:after {
    border: 0;
    margin: 0;
  }
}

/*--------------------------------------------------------------
# GridBlocks
--------------------------------------------------------------*/
.gridblock h1, .gridblock h2, .gridblock h3, .gridblock h4, .gridblock h5, .gridblock h6, .gridblock ol, .gridblock ul, .gridblock li, .gridblock p {
  margin: 10px 0;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

img.alignleft {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

img.alignright {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Something
--------------------------------------------------------------*/
/* Mod Spacer */
.mod-space {
  background: none;
  height: 15px;
}

.mod-space-1x {
  background: none;
  height: 15px;
}

.mod-space-2x {
  background: none;
  height: 30px;
}

.mod-space-3x {
  background: none;
  height: 45px;
}

.mod-space-4x {
  background: none;
  height: 60px;
}

.mod-space-5x {
  background: none;
  height: 75px;
}

/* Mod Reset */
.boldgrid-section .row .mod-reset {
  margin: 0;
  padding: 0;
}

/* Images */
.mod-img,
.mod-img-circle,
.image-gallery img,
.video-gallery img,
.slideshow-gallery img {
  margin-bottom: 15px;
}

.mod-img-circle img {
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Post and Page Builder
--------------------------------------------------------------*/
body:not(.boldgrid-ppb) .boldgrid-shortcode:not(.wpforms-shortcode) {
  display: none;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.palette-primary.woocommerce, .palette-primary.woocommerce-page {
  /* Product Archive Styles */
  /* Products */
  /* Quantity Inputs */
  /* Grouped Products */
  /* Checkout */
  /* Cart */
  /* PayPal Link Alignment */
  /* WooCommerce Widgets */
  /**
		 * Layered nav seems to be off, so the close icon is cut off.  Adjusting
		 * padding by 1px seems to get everything looking right.
		 */
  /* Shopping Cart Widgets */
  /* Product Search */
}

.palette-primary.woocommerce #ship-to-different-address-checkbox, .palette-primary.woocommerce-page #ship-to-different-address-checkbox {
  width: auto;
}

.palette-primary.woocommerce a.remove:hover, .palette-primary.woocommerce-page a.remove:hover {
  text-decoration: none;
}

.palette-primary.woocommerce .bgtfw-table-vertical-align, .palette-primary.woocommerce-page .bgtfw-table-vertical-align {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.palette-primary.woocommerce #content table.cart td.actions .coupon label.bgtfw-label, .palette-primary.woocommerce-page #content table.cart td.actions .coupon label.bgtfw-label {
  display: block;
  top: 6px;
}

.palette-primary.woocommerce #content table.cart td.actions .coupon .bgtfw-wrap .bgtfw-input, .palette-primary.woocommerce-page #content table.cart td.actions .coupon .bgtfw-wrap .bgtfw-input {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.palette-primary.woocommerce #content table.cart td.actions .coupon .bgtfw-wrap + .button-primary, .palette-primary.woocommerce-page #content table.cart td.actions .coupon .bgtfw-wrap + .button-primary {
  margin-left: 1em;
}

.palette-primary.woocommerce.archive main, .palette-primary.woocommerce-page.archive main {
  display: block;
}

.palette-primary.woocommerce.archive main .page-title,
.palette-primary.woocommerce.archive main .woocommerce-result-count,
.palette-primary.woocommerce.archive main .woocommerce-ordering, .palette-primary.woocommerce-page.archive main .page-title,
.palette-primary.woocommerce-page.archive main .woocommerce-result-count,
.palette-primary.woocommerce-page.archive main .woocommerce-ordering {
  margin: 20px 0;
}

.palette-primary.woocommerce span.onsale, .palette-primary.woocommerce-page span.onsale {
  height: 3.236em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.236em;
  padding: .202em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.75em;
  left: -.75em;
  margin: 0;
  border-radius: 100%;
  font-size: .857em;
  z-index: 9;
}

.palette-primary.woocommerce ul.products, .palette-primary.woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0 2em;
}

.palette-primary.woocommerce ul.products li.product, .palette-primary.woocommerce-page ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-top: 2em;
  padding: 1em;
  width: calc( 100% * (1/4));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products li.product, .palette-primary.woocommerce-page ul.products li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products li.product, .palette-primary.woocommerce-page ul.products li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products li.product img, .palette-primary.woocommerce-page ul.products li.product img {
  width: auto;
  margin-top: 0;
}

.palette-primary.woocommerce ul.products li.product .onsale, .palette-primary.woocommerce-page ul.products li.product .onsale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -1.618em;
  left: -1.618em;
  height: 3.236em;
  width: 3.236em;
  margin: 0;
  padding: 1em 0.636em;
}

.palette-primary.woocommerce ul.products li.product .onsale + img, .palette-primary.woocommerce-page ul.products li.product .onsale + img {
  margin-top: -2.8em;
}

.palette-primary.woocommerce ul.products li.product a.btn, .palette-primary.woocommerce-page ul.products li.product a.btn {
  width: 100%;
}

.palette-primary.woocommerce ul.products.columns-1 li.product, .palette-primary.woocommerce-page ul.products.columns-1 li.product {
  width: calc( 100% * (1/1));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-1 li.product, .palette-primary.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-1 li.product, .palette-primary.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
  }
}

.palette-primary.woocommerce ul.products.columns-2 li.product, .palette-primary.woocommerce-page ul.products.columns-2 li.product {
  width: calc( 100% * (1/2));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-2 li.product, .palette-primary.woocommerce-page ul.products.columns-2 li.product {
    width: calc( 100% * (1/2));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-2 li.product, .palette-primary.woocommerce-page ul.products.columns-2 li.product {
    width: 100%;
  }
}

.palette-primary.woocommerce ul.products.columns-3 li.product, .palette-primary.woocommerce-page ul.products.columns-3 li.product {
  width: calc( 100% * (1/3));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-3 li.product, .palette-primary.woocommerce-page ul.products.columns-3 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-3 li.product, .palette-primary.woocommerce-page ul.products.columns-3 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-4 li.product, .palette-primary.woocommerce-page ul.products.columns-4 li.product {
  width: calc( 100% * (1/4));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-4 li.product, .palette-primary.woocommerce-page ul.products.columns-4 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-4 li.product, .palette-primary.woocommerce-page ul.products.columns-4 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-5 li.product, .palette-primary.woocommerce-page ul.products.columns-5 li.product {
  width: calc( 100% * (1/5));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-5 li.product, .palette-primary.woocommerce-page ul.products.columns-5 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-5 li.product, .palette-primary.woocommerce-page ul.products.columns-5 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-6 li.product, .palette-primary.woocommerce-page ul.products.columns-6 li.product {
  width: calc( 100% * (1/6));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-6 li.product, .palette-primary.woocommerce-page ul.products.columns-6 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-6 li.product, .palette-primary.woocommerce-page ul.products.columns-6 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-7 li.product, .palette-primary.woocommerce-page ul.products.columns-7 li.product {
  width: calc( 100% * (1/7));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-7 li.product, .palette-primary.woocommerce-page ul.products.columns-7 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-7 li.product, .palette-primary.woocommerce-page ul.products.columns-7 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-8 li.product, .palette-primary.woocommerce-page ul.products.columns-8 li.product {
  width: calc( 100% * (1/8));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-8 li.product, .palette-primary.woocommerce-page ul.products.columns-8 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-8 li.product, .palette-primary.woocommerce-page ul.products.columns-8 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-9 li.product, .palette-primary.woocommerce-page ul.products.columns-9 li.product {
  width: calc( 100% * (1/9));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-9 li.product, .palette-primary.woocommerce-page ul.products.columns-9 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-9 li.product, .palette-primary.woocommerce-page ul.products.columns-9 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-10 li.product, .palette-primary.woocommerce-page ul.products.columns-10 li.product {
  width: calc( 100% * (1/10));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-10 li.product, .palette-primary.woocommerce-page ul.products.columns-10 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-10 li.product, .palette-primary.woocommerce-page ul.products.columns-10 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-11 li.product, .palette-primary.woocommerce-page ul.products.columns-11 li.product {
  width: calc( 100% * (1/11));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-11 li.product, .palette-primary.woocommerce-page ul.products.columns-11 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-11 li.product, .palette-primary.woocommerce-page ul.products.columns-11 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce ul.products.columns-12 li.product, .palette-primary.woocommerce-page ul.products.columns-12 li.product {
  width: calc( 100% * (1/12));
}

@media screen and (max-width: 992px) {
  .palette-primary.woocommerce ul.products.columns-12 li.product, .palette-primary.woocommerce-page ul.products.columns-12 li.product {
    width: calc( 100% * (1/3));
  }
}

@media screen and (max-width: 768px) {
  .palette-primary.woocommerce ul.products.columns-12 li.product, .palette-primary.woocommerce-page ul.products.columns-12 li.product {
    width: calc( 100% * (1/2));
  }
}

.palette-primary.woocommerce div.product form.cart,
.palette-primary.woocommerce div.product p.cart, .palette-primary.woocommerce-page div.product form.cart,
.palette-primary.woocommerce-page div.product p.cart {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.palette-primary.woocommerce .input-group.quantity, .palette-primary.woocommerce-page .input-group.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.palette-primary.woocommerce .input-group.quantity .qty.text, .palette-primary.woocommerce-page .input-group.quantity .qty.text {
  width: 50px;
  text-align: center;
  -moz-appearance: textfield;
  /* FireFox textfield appearence for number input */
}

.palette-primary.woocommerce .input-group.quantity .qty.text::-webkit-inner-spin-button, .palette-primary.woocommerce .input-group.quantity .qty.text::-webkit-outer-spin-button, .palette-primary.woocommerce-page .input-group.quantity .qty.text::-webkit-inner-spin-button, .palette-primary.woocommerce-page .input-group.quantity .qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Chrome textfield appearence for number input */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.palette-primary.woocommerce .input-group-btn, .palette-primary.woocommerce-page .input-group-btn {
  width: auto;
}

.palette-primary.woocommerce .input-group-btn > .btn, .palette-primary.woocommerce-page .input-group-btn > .btn {
  border: 1px solid transparent;
  padding: 11px;
  font-size: 14px;
  line-height: 1;
  height: 100%;
}

.palette-primary.woocommerce .input-group-btn:last-child > .btn,
.palette-primary.woocommerce .input-group-btn:last-child > .btn-group, .palette-primary.woocommerce-page .input-group-btn:last-child > .btn,
.palette-primary.woocommerce-page .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}

.palette-primary.woocommerce div.product.product-type-grouped form.cart, .palette-primary.woocommerce-page div.product.product-type-grouped form.cart {
  display: block;
}

.palette-primary.woocommerce div.product.product-type-grouped form.cart .group_table > tbody, .palette-primary.woocommerce-page div.product.product-type-grouped form.cart .group_table > tbody {
  float: left;
}

.palette-primary.woocommerce.woocommerce-checkout .btn.button-primary, .palette-primary.woocommerce-page.woocommerce-checkout .btn.button-primary {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .palette-primary.woocommerce .cart.shop_table.shop_table_responsive .input-group.quantity, .palette-primary.woocommerce-page .cart.shop_table.shop_table_responsive .input-group.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .palette-primary.woocommerce .cart tr.cart_item td.product-quantity, .palette-primary.woocommerce-page .cart tr.cart_item td.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.palette-primary.woocommerce .cart .input-group.quantity, .palette-primary.woocommerce-page .cart .input-group.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.palette-primary.woocommerce .cart .coupon.form-inline, .palette-primary.woocommerce-page .cart .coupon.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.palette-primary.woocommerce .cart .coupon.form-inline input.form-control, .palette-primary.woocommerce-page .cart .coupon.form-inline input.form-control {
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .palette-primary.woocommerce .cart .coupon.form-inline input.form-control, .palette-primary.woocommerce-page .cart .coupon.form-inline input.form-control {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .palette-primary.woocommerce #add_payment_method input[name="update_cart"], .palette-primary.woocommerce.woocommerce-cart input[name="update_cart"], .palette-primary.woocommerce.woocommerce-checkout input[name="update_cart"], .palette-primary.woocommerce-page #add_payment_method input[name="update_cart"], .palette-primary.woocommerce-page.woocommerce-cart input[name="update_cart"], .palette-primary.woocommerce-page.woocommerce-checkout input[name="update_cart"] {
    width: 100%;
  }
}

.palette-primary.woocommerce.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .palette-primary.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: calc( 1.25em / 2);
  /* Based on font-size increase in wooCommerce styles */
}

.palette-primary.woocommerce #payment .payment_method_paypal .about_paypal, .palette-primary.woocommerce-page #payment .payment_method_paypal .about_paypal {
  margin-left: 1em;
}

.palette-primary.woocommerce .widget_layered_nav_filters ul, .palette-primary.woocommerce-page .widget_layered_nav_filters ul {
  padding: 1px;
}

.palette-primary.woocommerce .widget_shopping_cart .button-primary, .palette-primary.woocommerce-page .widget_shopping_cart .button-primary {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .palette-primary.woocommerce #searchform.woocommerce-product-search .form-group, .palette-primary.woocommerce-page #searchform.woocommerce-product-search .form-group {
    display: inline-block;
  }
}

.palette-primary {
  /* Product Titles */
  /* Buttons need some tweaks */
  /* My Account Dashboard */
  /* My Account Dashboard */
  /* Breadcrumbs */
  /* Colors */
}

.palette-primary #add_payment_method #payment,
.palette-primary .woocommerce-cart #payment,
.palette-primary .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.palette-primary #add_payment_method #payment ul.payment_methods,
.palette-primary .woocommerce-cart #payment ul.payment_methods,
.palette-primary .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}

.palette-primary .widget_layered_nav_filters ul {
  padding: 1px;
}

.palette-primary .product .product_title {
  color: currentColor;
  /* needs testing for proper inheritence across all themes */
}

.palette-primary .product .product_title:before {
  all: initial;
}

.palette-primary .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.palette-primary .pagination a:not(.btn):not(.button-primary):not(.button-secondary) {
  text-decoration: none;
}

.palette-primary .pagination > li > a,
.palette-primary .pagination > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 1em 1.25em;
}

.palette-primary.woocommerce, .palette-primary.woocommerce-page {
  /* Base Buttons */
  /* Cross Sells */
}

.palette-primary.woocommerce .button-primary,
.palette-primary.woocommerce .button-secondary, .palette-primary.woocommerce-page .button-primary,
.palette-primary.woocommerce-page .button-secondary {
  height: auto;
  padding: 0 1em;
  margin: 0;
  line-height: 3;
  font-size: 14px;
}

.palette-primary.woocommerce .cross-sells .products .btn.button-primary, .palette-primary.woocommerce-page .cross-sells .products .btn.button-primary {
  padding: 0;
}

.palette-primary.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .btn.button-primary, .palette-primary.woocommerce-page .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button .btn.button-primary {
  margin-top: 1em;
}

.palette-primary .woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
}

.palette-primary .woocommerce-MyAccount-navigation-link a:before {
  font-family: FontAwesome;
  margin-left: -15px;
  position: relative;
  padding: 10px 15px;
}

.palette-primary .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}

.palette-primary .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f218";
}

.palette-primary .woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f019";
}

.palette-primary .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}

.palette-primary .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2b9";
}

.palette-primary .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

.palette-primary .woocommerce-EditAccountForm legend {
  margin-left: 3px;
  border-bottom: 1px solid currentColor;
}

.palette-primary .breadcrumb {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  padding: 0px;
  background: #D4D4D4;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
}

.palette-primary .breadcrumb li {
  float: left;
}

.palette-primary .breadcrumb li:last-child a {
  padding: 10px 25px 10px 45px;
  position: relative;
  display: block;
}

.palette-primary .breadcrumb li:last-child a :before {
  content: "";
  color: transparent;
  padding: 0;
}

.palette-primary .breadcrumb li:first-child a {
  padding-left: 15px;
}

.palette-primary .breadcrumb li a {
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
}

.palette-primary .breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid rgba(212, 212, 212, 0.9);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.palette-primary .breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.palette-primary .breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.palette-primary #add_payment_method #payment div.payment_box:before, .palette-primary.woocommerce-cart #payment div.payment_box:before, .palette-primary.woocommerce-checkout #payment div.payment_box:before {
  border: none;
}

.palette-primary #add_payment_method .cart-collaterals .cart_totals tr td,
.palette-primary #add_payment_method .cart-collaterals .cart_totals tr th, .palette-primary.woocommerce-cart .cart-collaterals .cart_totals tr td,
.palette-primary.woocommerce-cart .cart-collaterals .cart_totals tr th, .palette-primary.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.palette-primary.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top-color: currentColor;
}

.palette-primary table.shop_table {
  border: 1px solid currentColor;
}

.palette-primary table.shop_table td,
.palette-primary table.shop_table tbody th,
.palette-primary table.shop_table tfoot td,
.palette-primary table.shop_table tfoot th {
  border-top-color: currentColor;
}

.palette-primary.woocommerce-account .btn.button-primary {
  height: auto;
  padding: 0 1em;
  margin: 0;
  line-height: 3;
  font-size: 14px;
  text-align: center;
}

.palette-primary.woocommerce-account .panel.user-login, .palette-primary.woocommerce-account .panel.user-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 400px;
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.palette-primary.woocommerce-account .panel.user-login > *, .palette-primary.woocommerce-account .panel.user-registration > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.palette-primary.woocommerce-account .panel.user-registration {
  display: none;
}

.palette-primary.woocommerce-account .input-group-addon:first-child {
  width: 39px;
}

.palette-primary input[type=radio].with-font,
.palette-primary input[type=checkbox].with-font {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.palette-primary input[type=radio].with-font ~ label:before,
.palette-primary input[type=checkbox].with-font ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1em;
  color: #535353;
  width: 1.2em;
}

.palette-primary input[type=radio].with-font:checked ~ label:before,
.palette-primary input[type=checkbox].with-font:checked ~ label:before {
  content: "\f00c";
  font-size: 1em;
  color: darkgreen;
  letter-spacing: 5px;
}

.palette-primary input[type=checkbox].with-font ~ label:before {
  content: "\f096";
}

.palette-primary input[type=checkbox].with-font:checked ~ label:before {
  content: "\f046";
  color: darkgreen;
}

.palette-primary input[type=radio].with-font:focus ~ label:before,
.palette-primary input[type=checkbox].with-font:focus ~ label:before {
  color: green;
}

.palette-primary .alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  display: table;
  width: 100%;
  margin: 2em 0;
}

.palette-primary .alert-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
}

.palette-primary .alert-message a {
  padding: 0 1em;
}

.palette-primary .alert-message .btn.button-primary {
  margin: 0 1.5em 0 0em;
  padding: 0 1em;
}

.palette-primary .alert-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.palette-primary .alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.palette-primary .alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.palette-primary .alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}

.palette-primary .alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}

.palette-primary .alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.palette-primary .alert-white .icon i.fa-info {
  left: 18px;
}

.palette-primary .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.palette-primary .alert-success a:not(.button-primary) {
  color: #54a754;
}

.palette-primary .alert-success a:not(.button-primary):hover, .palette-primary .alert-success a:not(.button-primary):focus, .palette-primary .alert-success a:not(.button-primary):active {
  color: #60c060;
}

.palette-primary .alert-white.alert-success .icon,
.palette-primary .alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.palette-primary .alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}

.palette-primary .alert-info a {
  color: #3a8ace;
}

.palette-primary .alert-info a:hover, .palette-primary .alert-info a:focus, .palette-primary .alert-info a:active {
  color: #4d90fd;
}

.palette-primary .alert-white.alert-info .icon,
.palette-primary .alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}

.palette-primary .alert-white.alert-warning .icon,
.palette-primary .alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.palette-primary .alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}

.palette-primary .alert-warning a:not(.button-primary) {
  color: #d68000;
}

.palette-primary .alert-warning a:not(.button-primary):hover, .palette-primary .alert-warning a:not(.button-primary):focus, .palette-primary .alert-warning a:not(.button-primary):active {
  color: #fc9700;
}

.palette-primary .alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}

.palette-primary .alert-danger a:not(.button-primary) {
  color: #ca452e;
}

.palette-primary .alert-danger a:not(.button-primary):hover, .palette-primary .alert-danger a:not(.button-primary):focus, .palette-primary .alert-danger a:not(.button-primary):active {
  color: #da4932;
}

.palette-primary .alert-white.alert-danger .icon,
.palette-primary .alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}

.palette-primary .woocommerce-store-notice, .palette-primary p.demo_store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: fixed;
  bottom: 0px;
  top: inherit;
}

.header-fixed.header-top.palette-primary .woocommerce-store-notice, .header-fixed.header-top.palette-primary p.demo_store {
  height: 57px;
  min-height: 57px;
  padding: 0;
  height: 57px;
  min-height: 57px;
  padding: 0;
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0px;
  top: inherit;
}

.header-left.palette-primary .woocommerce-store-notice, .header-left.palette-primary p.demo_store, .header-right.palette-primary .woocommerce-store-notice, .header-right.palette-primary p.demo_store {
  height: 57px;
  min-height: 57px;
  padding: 0;
  position: relative;
  width: calc(100% + (2 * 2.8rem));
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

.palette-primary .woocommerce-store-notice a, .palette-primary p.demo_store a {
  padding-left: 1em;
  padding-right: 1em;
}

.palette-primary table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.palette-primary table.cart td.actions .coupon #coupon_code {
  margin-right: 1em;
}

.palette-primary .woocommerce-terms-and-conditions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.palette-primary .woocommerce-terms-and-conditions-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.palette-primary .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.palette-primary .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox input[type="checkbox"] {
  position: relative;
}

.palette-primary .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}

/** WooCommerce overrides **/
@media only screen and (min-width: 992px) {
  .has-sidebar.woocommerce .main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}

.nav.nav-stacked > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.woocommerce .wc-tabs.nav > li > a {
  margin-bottom: -5px;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border-top-left-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1em;
}

.woocommerce label[for=rating] {
  padding: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product .stock,
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: var(--color-1);
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: var(--color-1);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid var(--color-1);
}

.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon {
  border-color: var(--color-1);
}

.woocommerce-store-notice, p.demo_store {
  background-color: var(--color-1);
  color: var(--color-1-text-contrast);
}

.woocommerce-store-notice a, p.demo_store a {
  color: var(--color-1-text-contrast);
}

/*--------------------------------------------------------------
# Temp
--------------------------------------------------------------*/
.palette-primary .transparent-background-color:not(.button-primary):not(.button-secondary) {
  background-color: transparent !important;
}

/** Header on top specific styles (this is the default style) **/
@media only screen and (min-width: 768px) {
  .flexbox .header-fixed.header-top .wp-custom-header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .flexbox .header-fixed.header-top .wp-custom-header video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/** Header on left **/
/* admin bar on mobile header fixed */
@media screen and (max-width: 782px) {
  .admin-bar.header-fixed .header-left, .admin-bar.header-fixed .header-right {
    top: 46px;
  }
}

@media only screen and (min-width: 768px) {
  .flexbox .header-left #boldgrid-sticky-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flexbox .header-left.header-fixed #boldgrid-sticky-filler {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header-right .wp-custom-header,
  .header-right .site-header,
  .header-right #masthead, .header-left .wp-custom-header,
  .header-left .site-header,
  .header-left #masthead {
    will-change: height, display, z-index, position;
    width: 400px;
  }
  .header-right #secondary-menu, .header-left #secondary-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-right.header-fixed .site-header, .header-left.header-fixed .site-header {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .flexbox .header-left .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .flexbox .header-left .site-content {
    width: calc(100% - 400px);
  }
  .flexbox .site-header {
    width: 100%;
  }
  /* Header adjustments */
  .flexbox .header-left.header-fixed .site-header {
    width: 400px;
    height: 100vh;
  }
  .flexbox .admin-bar.header-left.header-fixed .site-header {
    height: calc(100vh - 32px);
  }
  /* Footer Adjustment */
  .flexbox .header-left.header-fixed .site-footer {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
  .flexbox .header-left.header-fixed .site-content {
    margin-left: 400px;
  }
  .flexbox .header-fixed .site-header {
    position: fixed;
    z-index: 201;
  }
}

/** Header on Right **/
@media only screen and (min-width: 768px) {
  .flexbox .header-right #boldgrid-sticky-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flexbox .header-right.header-fixed #boldgrid-sticky-filler {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .flexbox .header-right .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .flexbox .header-right .site-content {
    width: calc(100% - 400px);
  }
  /** Left w/ fixed position **/
  /* Header adjustments */
  .flexbox .header-right.header-fixed .site-header {
    position: fixed;
    width: 400px;
    height: 100vh;
  }
  /** Left w/ fixed position **/
  /* Header adjustments */
  .flexbox .admin-bar.header-right.header-fixed .site-header {
    height: calc(100vh - 32px);
  }
  /* Footer Adjustment */
  .flexbox .header-right.header-fixed .site-footer {
    width: calc(100% - 400px);
    margin-right: 400px;
  }
  .flexbox .header-right.header-fixed .site-content {
    margin-right: 400px;
  }
  .flexbox .header-fixed.header-left .wp-custom-header video,
  .flexbox .header-fixed.header-right .wp-custom-header video {
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    overflow: hidden;
  }
}

/** Youtube video iframe background styles **/
.has-youtube-header .wp-custom-header {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

/**
* This is used to provide a similar effect as object-fit: cover for Youtube video embeds
* The magic number 56.25vw maintains the 16:9 aspect ratio for the height based on the
* viewport's width.
*/
.has-youtube-header iframe#wp-custom-header-video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 3000%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

@media only screen and (min-width: 768px) {
  .has-youtube-header #navi-wrap {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .header-left .has-youtube-header .custom-header-media, .header-right .has-youtube-header .custom-header-media {
    height: 100%;
  }
}

/* Set up header for flex styles */
#masthead {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: transparent !important;
  margin-right: 0;
  margin-left: 0;
}

#navi-wrap:not(.container) {
  width: 100%;
}

#navi-wrap.container > #header-widget-area {
  margin: 1em calc(50% - 50vw);
}

.header0-op {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#navi {
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  #navi-wrap {
    width: 100%;
  }
  #navi.container {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .main-menu-btn {
    margin-top: -1em;
  }
}

/** Allow box shadow display **/
.site-header {
  z-index: 2;
}

.customize-partial-edit-shortcuts-shown .site-header {
  z-index: 3;
}

.customize-partial-edit-shortcuts-shown .site-header.bgtfw-sticky-header {
  z-index: 400;
}

.wp-custom-header {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  /** Fixes bug with video background adding gaps on scroll with object-fit cover on chrome. **/
  width: 100%;
  height: calc( 100% + 2px);
  margin-top: -2px;
  z-index: -1;
}

.has-video-header .wp-custom-header,
.has-header-image .wp-custom-header,
.has-youtube-header .wp-custom-header {
  z-index: 0;
}

.wp-custom-header video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-top .wp-custom-header video {
  width: 100vw;
}

.wp-custom-header img {
  width: 100vw;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: relative;
}

.header .wp-custom-header {
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  max-height: 100vh;
}

/*
 * Unset the user controled padding on mobile for header media. Reason: Media
 * doesnt fill space on mobile beacuse of hameber menus.
 */
@media only screen and (max-width: 767px) {
  .has-video-header .site-header header,
  .has-header-image .site-header header,
  .has-youtube-header .site-header header {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .header-top .layout {
    /** Header Top layout-1 **/
    /** Header Top layout-2 **/
    /** Header Top layout-3 **/
    /** Header Top layout-4 **/
    /** Header Top layout-5 **/
    /** Header Top layout-6 **/
  }
  .header-top .layout-1 #main-menu, .header-top .layout-1 #secondary-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-top .layout-2 #navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-top .layout-2 #secondary-menu {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-top .layout-2 .container .site-branding {
    margin-left: -15px;
  }
  .header-top .layout-2 .site-branding {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .header-top .layout-2 #main-menu {
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-top .layout-3 #navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header-top .layout-3 #main-menu {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-top .layout-3 .site-branding {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .header-top .layout-4 .site-branding {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top .layout-4 #main-menu, .header-top .layout-4 #secondary-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-top .layout-5 #secondary-menu, .header-top .layout-5 #main-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-top .layout-5 #navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-top .layout-6 #secondary-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-fixed.header-top .sm, .header-fixed.header-top .sm ul.sub-menu, .header-fixed.header-top .sm li.menu-item {
  width: 100%;
}

@media (min-width: 768px) {
  .header-fixed.header-top .sm, .header-fixed.header-top .sm ul.sub-menu, .header-fixed.header-top .sm li.menu-item {
    width: auto;
  }
}

.header-left .site-header .sm.sm-clean, .header-right .site-header .sm.sm-clean {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: auto;
}

.header-left .site-header #navi-wrap, .header-right .site-header #navi-wrap {
  display: block;
}

.home.blog.no-sidebar .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home.blog .main > .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% / 1 - .5vw) - 2vw);
  margin: 0 1vw;
}

.page .page,
.single .post {
  width: auto;
  margin: 0;
}

[class^="column-"] .post {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.column-2 .post {
  width: calc((100% / 2 - .5vw) - 2vw);
}

.column-3 .post {
  width: calc((100% / 3 - .5vw) - 2vw);
}

.page .page,
.single .post {
  margin-top: 0;
  margin-bottom: 0;
}

.site-content.container {
  padding-left: 0;
  padding-right: 0;
}

.site-content.container .main {
  padding-left: 15px;
  padding-right: 15px;
}

nav.navigation.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 3.5vw;
}

.bgtfw-widget-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header-top:not(.header-fixed) #navi.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
  .header-top:not(.header-fixed) #navi.container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

#footer-widget-area.bgtfw-widget-row.container {
  margin-left: auto;
  margin-right: auto;
}

.bgtfw-widget-row > .sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media only screen and (min-width: 768px) {
  .bgtfw-widget-row > .sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media only screen and (min-width: 992px) {
  .bgtfw-widget-row > .sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

.header-left #header-widget-area,
.header-right #header-widget-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-left #header-widget-area > .sidebar,
.header-right #header-widget-area > .sidebar {
  margin-left: 0;
  margin-right: 0;
}

.header-left #header-widget-area.bgtfw-widget-row:first-child:after, .header-left #header-widget-area.bgtfw-widget-row:last-child:after,
.header-right #header-widget-area.bgtfw-widget-row:first-child:after,
.header-right #header-widget-area.bgtfw-widget-row:last-child:after {
  padding-bottom: 0;
}

.no-js.flexbox .header-fixed .bgtfw-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  max-height: 100%;
}

.no-js.flexbox .header-fixed #boldgrid-sticky-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.no-js.flexbox body.sticky-footer-enabled.header-fixed {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*--------------------------------------------------------------
# Margin / Padding Fixes ( Added in 2.5.1 )
--------------------------------------------------------------*/
.bgtfw-header.template-header > .boldgrid-section, .bgtfw-sticky-header.template-header > .boldgrid-section, .bgtfw-footer.template-header > .boldgrid-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bgtfw-header.template-header > .boldgrid-section .container .row > div:first-child:not(:last-child), .bgtfw-sticky-header.template-header > .boldgrid-section .container .row > div:first-child:not(:last-child), .bgtfw-footer.template-header > .boldgrid-section .container .row > div:first-child:not(:last-child) {
  padding-right: 0;
  margin-left: 15px;
  margin-right: -15px;
}

.bgtfw-header.template-header > .boldgrid-section .container .row > div:last-child:not(:first-child), .bgtfw-sticky-header.template-header > .boldgrid-section .container .row > div:last-child:not(:first-child), .bgtfw-footer.template-header > .boldgrid-section .container .row > div:last-child:not(:first-child) {
  padding-left: 0;
  margin-left: -15px;
  margin-right: 15px;
}

.bgtfw-header .boldgrid-section .container .row > .w, .bgtfw-sticky-header .boldgrid-section .container .row > .w, .bgtfw-footer .boldgrid-section .container .row > .w {
  padding-right: 0px;
  margin-left: 15px;
  margin-right: -15px;
}

.bgtfw-header .boldgrid-section .container .row > .nw, .bgtfw-sticky-header .boldgrid-section .container .row > .nw, .bgtfw-footer .boldgrid-section .container .row > .nw {
  padding-right: 0px;
  margin-left: 15px;
  margin-right: -15px;
}

.bgtfw-header .boldgrid-section .container .row > .sw, .bgtfw-sticky-header .boldgrid-section .container .row > .sw, .bgtfw-footer .boldgrid-section .container .row > .sw {
  padding-right: 0px;
  margin-left: 15px;
  margin-right: -15px;
}

.bgtfw-header .boldgrid-section .container .row > .e, .bgtfw-sticky-header .boldgrid-section .container .row > .e, .bgtfw-footer .boldgrid-section .container .row > .e {
  padding-left: 0px;
  margin-right: 15px;
  margin-left: -15px;
}

.bgtfw-header .boldgrid-section .container .row > .ne, .bgtfw-sticky-header .boldgrid-section .container .row > .ne, .bgtfw-footer .boldgrid-section .container .row > .ne {
  padding-left: 0px;
  margin-right: 15px;
  margin-left: -15px;
}

.bgtfw-header .boldgrid-section .container .row > .se, .bgtfw-sticky-header .boldgrid-section .container .row > .se, .bgtfw-footer .boldgrid-section .container .row > .se {
  padding-left: 0px;
  margin-right: 15px;
  margin-left: -15px;
}

.bgtfw-header .boldgrid-section .full-width .row > .w, .bgtfw-header .boldgrid-section .full-width .row > .nw, .bgtfw-header .boldgrid-section .full-width .row > .sw, .bgtfw-sticky-header .boldgrid-section .full-width .row > .w, .bgtfw-sticky-header .boldgrid-section .full-width .row > .nw, .bgtfw-sticky-header .boldgrid-section .full-width .row > .sw, .bgtfw-footer .boldgrid-section .full-width .row > .w, .bgtfw-footer .boldgrid-section .full-width .row > .nw, .bgtfw-footer .boldgrid-section .full-width .row > .sw {
  margin-right: -1px;
}

.bgtfw-header .boldgrid-section .full-width .row > .e, .bgtfw-header .boldgrid-section .full-width .row > .ne, .bgtfw-header .boldgrid-section .full-width .row > .se, .bgtfw-sticky-header .boldgrid-section .full-width .row > .e, .bgtfw-sticky-header .boldgrid-section .full-width .row > .ne, .bgtfw-sticky-header .boldgrid-section .full-width .row > .se, .bgtfw-footer .boldgrid-section .full-width .row > .e, .bgtfw-footer .boldgrid-section .full-width .row > .ne, .bgtfw-footer .boldgrid-section .full-width .row > .se {
  margin-left: -1px;
}

.page-title-above.has-sidebar:not(.woocommerce).right-sidebar .main-wrapper.container .article-wrapper {
  max-width: 100%;
}

.page-title-above.has-sidebar:not(.woocommerce).right-sidebar .main-wrapper.container .article-wrapper + aside {
  margin-right: 0px;
}

.page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.container .article-wrapper {
  max-width: 100%;
}

.page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.container .article-wrapper + aside {
  margin-left: 0px;
}

#masthead > .boldgrid-section > .container, #masthead-sticky > .boldgrid-section > .container {
  padding-left: 15px;
  padding-right: 15px;
}

#masthead > .boldgrid-section > .container .site-description, #masthead-sticky > .boldgrid-section > .container .site-description {
  padding-left: 5px;
  padding-right: 5px;
}

#masthead .boldgrid-section .full-width .row aside.sidebar, #masthead-sticky .boldgrid-section .full-width .row aside.sidebar {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#masthead .boldgrid-section .full-width .row .sm-clean, #masthead-sticky .boldgrid-section .full-width .row .sm-clean {
  margin-left: 0px;
  margin-right: 0px;
}

#masthead .boldgrid-section .container .row .sm-clean, #masthead-sticky .boldgrid-section .container .row .sm-clean {
  margin-left: -15px;
  margin-right: -15px;
}

#masthead .boldgrid-section .container-fluid .sm.e .li.menu-item:not(.custom-sub-menu) > .btn, #masthead .boldgrid-section .container-fluid .sm.ne .li.menu-item:not(.custom-sub-menu) > .btn, #masthead .boldgrid-section .container-fluid .sm.se .li.menu-item:not(.custom-sub-menu) > .btn, #masthead-sticky .boldgrid-section .container-fluid .sm.e .li.menu-item:not(.custom-sub-menu) > .btn, #masthead-sticky .boldgrid-section .container-fluid .sm.ne .li.menu-item:not(.custom-sub-menu) > .btn, #masthead-sticky .boldgrid-section .container-fluid .sm.se .li.menu-item:not(.custom-sub-menu) > .btn {
  margin-right: -13px;
  padding-right: 13px;
}

#masthead .boldgrid-section .container-fluid .sm.w .li.menu-item:not(.custom-sub-menu) > .btn, #masthead .boldgrid-section .container-fluid .sm.nw .li.menu-item:not(.custom-sub-menu) > .btn, #masthead .boldgrid-section .container-fluid .sm.sw .li.menu-item:not(.custom-sub-menu) > .btn, #masthead-sticky .boldgrid-section .container-fluid .sm.w .li.menu-item:not(.custom-sub-menu) > .btn, #masthead-sticky .boldgrid-section .container-fluid .sm.nw .li.menu-item:not(.custom-sub-menu) > .btn, #masthead-sticky .boldgrid-section .container-fluid .sm.sw .li.menu-item:not(.custom-sub-menu) > .btn {
  margin-left: -13px;
  padding-left: 13px;
}

.standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.w .sm-clean.w li.menu-item:not(.custom-sub-menu):first-of-type > a {
  margin-left: 0px;
  padding-left: 20px;
}

.standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.nw .sm-clean.nw li.menu-item:not(.custom-sub-menu):first-of-type > a {
  margin-left: 0px;
  padding-left: 20px;
}

.standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.sw .sm-clean.sw li.menu-item:not(.custom-sub-menu):first-of-type > a {
  margin-left: 0px;
  padding-left: 20px;
}

.standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.e .sm-clean.e li.menu-item:not(.custom-sub-menu):last-of-type > a {
  margin-right: 0px;
  padding-right: 20px;
}

.standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.ne .sm-clean.ne li.menu-item:not(.custom-sub-menu):last-of-type > a {
  margin-right: 0px;
  padding-right: 20px;
}

.standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.se .sm-clean.se li.menu-item:not(.custom-sub-menu):last-of-type > a {
  margin-right: 0px;
  padding-right: 20px;
}

.site-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main-wrapper.container .main {
  padding: 0 20px;
}

#main-wrapper.container .main .entry-content .row {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.container .main .entry-content .row .slick-slide .row:not(.bg-editor-hr-wrap) {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.container .main .entry-content .row .row:not(.bg-editor-hr-wrap) {
  margin-left: -15px;
  margin-right: -15px;
}

#main-wrapper.container .main .entry-content .row.bg-editor-hr-wrap > div {
  padding-left: 0px;
}

#main-wrapper.full-width .main {
  padding: 0 20px;
}

#main-wrapper.full-width .main .entry-content .row {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.full-width .main .entry-content .row .slick-slide .row:not(.bg-editor-hr-wrap) {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.full-width .main .entry-content .row .row:not(.bg-editor-hr-wrap) {
  margin-left: -15px;
  margin-right: -15px;
}

#main-wrapper.full-width .main .entry-content .container > .row:not(.bg-editor-hr-wrap) {
  margin-left: 20px;
  margin-right: 20px;
}

#main-wrapper.full-width .main .entry-content .container > .row .slick-slide .row:not(.bg-editor-hr-wrap) {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.full-width .main .entry-content .container > .row .row:not(.bg-editor-hr-wrap) {
  margin-left: -15px;
  margin-right: -15px;
}

#main-wrapper.full-width .main .entry-content .container .row.bg-editor-hr-wrap > div {
  padding-left: 0px;
  padding-right: 0px;
}

#main-wrapper.full-width .main .entry-content .container .row .slick-slide .row:not(.bg-editor-hr-wrap) {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.full-width .main .entry-content .container .row .row:not(.bg-editor-hr-wrap) {
  margin-left: -15px;
  margin-right: -15px;
}

#main-wrapper.full-width .main .entry-content .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

#main-wrapper.full-width .main .entry-content .container-fluid .row {
  margin-left: -5px;
  margin-right: -5px;
}

#main-wrapper.full-width .main .entry-content .container-fluid .row.bg-editor-hr-wrap > div {
  padding-left: 0px;
}

#main-wrapper.full-width .main .entry-content .container-fluid .row .slick-slide .row:not(.bg-editor-hr-wrap) {
  margin-left: 0px;
  margin-right: 0px;
}

#main-wrapper.full-width .main .entry-content .container-fluid .row .row:not(.bg-editor-hr-wrap) {
  margin-left: -15px;
  margin-right: -15px;
}

#main-wrapper.full-width .main aside.sidebar {
  margin-right: 0px;
}

@media only screen and (min-width: 1200px) {
  body .page-header-wrapper.container .page-header.above > .featured-imgage-header.img.container img.alignleft, body .page-header-wrapper.container .page-header.below > .featured-imgage-header.img.container img.alignleft {
    margin-left: 15px;
  }
  body .page-header-wrapper.container .page-header.above > .featured-imgage-header.img.container img.alignright, body .page-header-wrapper.container .page-header.below > .featured-imgage-header.img.container img.alignright {
    margin-right: 15px;
  }
  body .page-header-wrapper.full-width .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc( 100% + 30px);
  }
  body .page-header-wrapper.full-width .page-header > .featured-imgage-header:not(.container) {
    width: calc( 100% + 30px);
  }
  body .page-header-wrapper.full-width .page-header.above, body .page-header-wrapper.full-width .page-header.below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .page-header-wrapper.full-width .page-header.above > .featured-imgage-header:not(.container), body .page-header-wrapper.full-width .page-header.below > .featured-imgage-header:not(.container) {
    width: 100%;
  }
  body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > p:not(.mod-reset), body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > h1, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > h2, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > h3, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > h4, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > h5, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type > h6, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > p:not(.mod-reset), body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > h1, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > h2, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > h3, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > h4, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > h5, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:first-of-type div > h6 {
    padding-left: 10px;
  }
  body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > p:not(.mod-reset), body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > h1, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > h2, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > h3, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > h4, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > h5, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type > h6, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > p:not(.mod-reset), body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > h1, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > h2, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > h3, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > h4, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > h5, body[data-container="max-full-width"] #main-wrapper.full-width .main .entry-content .container-fluid .row div[class^="col-"]:last-of-type div > h6 {
    padding-right: 10px;
  }
  body[data-container="max-full-width"].archive #content.site-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body[data-container="max-full-width"].single #main-wrapper.full-width .main .entry-content .boldgrid-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  body[data-container="max-full-width"].blog #main-wrapper.full-width.max-full-width, body[data-container="max-full-width"].archive #main-wrapper.full-width.max-full-width, body[data-container="max-full-width"].woocommerce #main-wrapper.full-width.max-full-width, body[data-container="max-full-width"].woocommerce-page #main-wrapper.full-width.max-full-width {
    margin-left: auto;
    margin-right: auto;
  }
  body[data-container="max-full-width"].blog #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].archive #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].woocommerce #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].woocommerce-page #main-wrapper.full-width.max-full-width main.main {
    padding-left: 0;
    padding-right: 0;
  }
  body[data-container="max-full-width"].blog.has-sidebar #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].blog.woocommerce-page #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].archive.has-sidebar #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].archive.woocommerce-page #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].woocommerce.has-sidebar #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].woocommerce.woocommerce-page #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].woocommerce-page.has-sidebar #main-wrapper.full-width.max-full-width main.main, body[data-container="max-full-width"].woocommerce-page.woocommerce-page #main-wrapper.full-width.max-full-width main.main {
    padding-left: 20px;
    padding-right: 20px;
  }
  body[data-container="max-full-width"].search #main-wrapper.full-width.max-full-width {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  body[data-container="max-full-width"] {
    overflow-x: hidden;
  }
  body[data-container="max-full-width"] #masthead .boldgrid-section > .container-fluid .row.full-width-row,
  body[data-container="max-full-width"] #masthead-sticky .boldgrid-section > .container-fluid .row.full-width-row,
  body[data-container="max-full-width"] #colophon .boldgrid-section > .container-fluid .row.full-width-row,
  body[data-container="max-full-width"] #main-wrapper.full-width.max-full-width .boldgrid-section > .container-fluid .row.full-width-row {
    position: relative;
  }
  body[data-container="max-full-width"] #masthead .boldgrid-section > .container-fluid .row.full-width-row > div[class^=col-],
  body[data-container="max-full-width"] #masthead-sticky .boldgrid-section > .container-fluid .row.full-width-row > div[class^=col-],
  body[data-container="max-full-width"] #colophon .boldgrid-section > .container-fluid .row.full-width-row > div[class^=col-],
  body[data-container="max-full-width"] #main-wrapper.full-width.max-full-width .boldgrid-section > .container-fluid .row.full-width-row > div[class^=col-] {
    z-index: 1;
  }
  body[data-container="max-full-width"] #masthead .boldgrid-section > .container-fluid .row.full-width-row .fwr-container,
  body[data-container="max-full-width"] #masthead-sticky .boldgrid-section > .container-fluid .row.full-width-row .fwr-container,
  body[data-container="max-full-width"] #colophon .boldgrid-section > .container-fluid .row.full-width-row .fwr-container,
  body[data-container="max-full-width"] #main-wrapper.full-width.max-full-width .boldgrid-section > .container-fluid .row.full-width-row .fwr-container {
    width: calc( 100vw - 10px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  body[data-container="max-full-width"] #masthead .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-left-container,
  body[data-container="max-full-width"] #masthead-sticky .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-left-container,
  body[data-container="max-full-width"] #colophon .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-left-container,
  body[data-container="max-full-width"] #main-wrapper.full-width.max-full-width .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-left-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  body[data-container="max-full-width"] #masthead .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-right-container,
  body[data-container="max-full-width"] #masthead-sticky .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-right-container,
  body[data-container="max-full-width"] #colophon .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-right-container,
  body[data-container="max-full-width"] #main-wrapper.full-width.max-full-width .boldgrid-section > .container-fluid .row.full-width-row .fwr-container .fwr-right-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.page-header-wrapper .page-header .featured-imgage-header {
  padding-left: 20px;
  padding-right: 20px;
}

.page-header-wrapper.full-width .page-header .featured-imgage-header.container {
  padding-left: 45px;
  padding-right: 45px;
}

.page-header-wrapper.full-width .page-header .featured-imgage-header.container .page-title {
  padding-left: 0px;
  padding-right: 0px;
}

.page-header-wrapper.container .page-title {
  padding-left: 15px;
  padding-right: 15px;
}

.single .page-header-wrapper.container .entry-title + .entry-meta {
  padding-left: 15px;
  padding-right: 15px;
}

.full-width .entry-content .boldgrid-section, .full-width .entry-content .boldgrid-section-wrap {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.full-width .entry-content .boldgrid-section.boldgrid-slider, .full-width .entry-content .boldgrid-section-wrap.boldgrid-slider {
  padding-left: 0px;
  padding-right: 0px;
}

.full-width .entry-content .boldgrid-section .full-width > .row > div, .full-width .entry-content .boldgrid-section-wrap .full-width > .row > div {
  padding-left: 0px;
  padding-right: 0px;
}

.blog #main-wrapper.full-width {
  max-width: 100%;
}

.blog #main-wrapper.container {
  padding-left: 15px;
  padding-right: 15px;
}

.blog #main-wrapper.container .main {
  padding: 0 15px;
}

.blog #main-wrapper.container .main .post .entry-header .entry-title, .blog #main-wrapper.container .main .post .entry-header .entry-meta {
  padding-left: 20px;
  padding-right: 20px;
}

.blog #main-wrapper.container .main .post .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}

.blog #masthead .container .hamburger {
  padding-left: 15px;
}

.single #main-wrapper.full-width {
  max-width: 100%;
}

.single .full-width .entry-content .boldgrid-section-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

body:not(.header-top) #colophon.site-footer .boldgrid-section .full-width .row .sm-clean {
  margin-left: 0px;
}

.bgtfw-footer > .boldgrid-section > .container > .row {
  padding-left: 15px;
  padding-right: 15px;
}

#colophon .bgtfw-footer.template-footer .bg-editor-hr-wrap {
  padding-left: 0px;
  padding-right: 0px;
}

#colophon .bgtfw-footer.template-footer .bg-editor-hr-wrap > div {
  padding-left: 0px;
  padding-right: 0px;
}

#colophon .bgtfw-footer > .boldgrid-section > .container > .row > div > aside {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

#colophon .bgtfw-footer > .boldgrid-section > .container > .row .attribution-theme-mods-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

footer#colophon .boldgrid-section .row .attribution-theme-mods-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .single.page-title-above.has-sidebar:not(.woocommerce).left-sidebar #main-wrapper.full-width {
    max-width: 100%;
  }
  .has-sidebar .full-width .entry-content .boldgrid-section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar #main-wrapper.full-width {
    max-width: 100%;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar #main-wrapper.full-width .main {
    padding: 0px;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar #main-wrapper.full-width .main .aside.sidebar {
    margin-left: 0px;
    margin-right: 0px;
  }
  #main-wrapper.full-width .main .entry-content .container > .row:not(.bg-editor-hr-wrap) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .has-sidebar.left-sidebar #main-wrapper.full-width .main {
    padding: 0px;
  }
  .has-sidebar.left-sidebar #main-wrapper.full-width .main aside.sidebar {
    margin-left: 0px;
    margin-right: 0px;
  }
  #main-wrapper.full-width .main aside.sidebar {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc( 100% + 40px);
  }
  #main-wrapper.full-width .main .entry-content .container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #masthead .boldgrid-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-header-wrapper.container {
    width: 100%;
  }
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.w .sm-clean.w li.menu-item:first-of-type > a {
    margin-left: 0px;
  }
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.nw .sm-clean.nw li.menu-item:first-of-type > a {
    margin-left: 0px;
  }
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.sw .sm-clean.sw li.menu-item:first-of-type > a {
    margin-left: 0px;
  }
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.e .sm-clean.e li.menu-item:last-of-type > a {
    margin-left: 0px;
  }
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.se .sm-clean.se li.menu-item:last-of-type > a {
    margin-left: 0px;
  }
  .standard-menu-enabled:not(.header-left):not(.header-right) .site-header .bgtfw-menu-wrap.ne .sm-clean.ne li.menu-item:last-of-type > a {
    margin-left: 0px;
  }
  #masthead .boldgrid-section .container .row div.col-xs-12 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #masthead .boldgrid-section .container .row div.col-xs-12.wedge-cta, #masthead .boldgrid-section .container .row div.col-xs-12.bg-background-color {
    padding-left: 20px;
    padding-right: 20px;
  }
  #masthead .boldgrid-section .container .row div.col-xs-12 .sm-clean {
    margin-left: 0;
    margin-right: 0;
  }
  #masthead .boldgrid-section .container .row div.col-xs-12 .site-branding {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  x
footer#colophon .boldgrid-section .full-width .row aside.sidebar {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .has-sidebar.right-sidebar #main-wrapper.full-width .main {
    padding: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .has-sidebar.right-sidebar .site-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.full-width .article-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: -15px;
  }
  .page-title-above.has-sidebar:not(.woocommerce).left-sidebar .main-wrapper.full-width aside .dynamic-sidebar {
    padding-left: 10px;
  }
}

/*--------------------------------------------------------------
# Inspiration Specific Styles ( Added in 2.5.2 )
--------------------------------------------------------------*/
.wedge-cta {
  background: rgba(255, 255, 255, 0.8);
}

.wedge-cta-dark {
  background: rgba(0, 0, 0, 0.8);
}

body.home.inspirations-theme-73:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0.35;
  pointer-events: none;
}

body.home.inspirations-theme-73:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.35;
  pointer-events: none;
}

body.home.inspirations-theme-73:before, body.home.inspirations-theme-73:after {
  border-top: 700px solid white;
}

body.home.inspirations-theme-73:before {
  border-right: 280px solid transparent;
  width: 38%;
}

body.home.inspirations-theme-73:after {
  border-left: 280px solid transparent;
  width: 38%;
}

.boldgrid-section.theme-split-hero div.split-hero-left {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.boldgrid-section.theme-split-hero div.split-hero-left::before {
  background-color: var(--color-4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.boldgrid-section.theme-split-hero div.split-hero-left ~ .fwr-container .fwr-left-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

@media screen and (max-width: 767px) {
  .mobile-only-cta-dark {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
  }
  .boldgrid-section.theme-split-hero {
    background: var(--color-4) !important;
  }
  .boldgrid-section.theme-split-hero .row.split-hero-bottom {
    background: var(--color-4);
  }
}

@media screen and (min-width: 768px) {
  body.home.inspirations-theme-73:before {
    border-right: 600px solid transparent;
    width: 65%;
  }
  body.home.inspirations-theme-73:after {
    border-left: 600px solid transparent;
    width: 65%;
  }
  .boldgrid-section.theme-split-hero {
    position: relative;
  }
  .boldgrid-section.theme-split-hero::before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-4)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, var(--color-4) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .boldgrid-section.theme-split-hero .row.split-hero-top {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 50%);
  }
}

@media only screen and (min-width: 992px) {
  .wedge-cta {
    background: none;
  }
  .wedge-cta-dark {
    background: none;
  }
  body.home.inspirations-theme-73:before {
    border-right: 980px solid transparent;
    width: 59%;
  }
  body.home.inspirations-theme-73:after {
    border-left: 980px solid transparent;
    width: 59%;
  }
}
