/*!
Theme Name: Boy Sox Club
Theme URI: https://boysox.club
Author: Harreh354
Author URI: https://boysox.club
Description: This is a custom theme created explicitly for Boy Sox Club.
Version: 1.0
*/
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", "San Francisco", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #181818;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:active, a:visited {
  color: #ff5b00;
}

a:hover {
  color: white;
}

.navbar {
  background-image: url("img/banner.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: 2px solid #cb4401;
  height: 145px;
  width: 100%;
}
.navbar .navbar-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.navbar .navbar-logo {
  float: left;
  height: 100%;
  display: block;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.navbar .navbar-logo .navbar-logo-image {
  margin-top: 20px;
  height: 70px;
  display: inline-block;
}
.navbar .navbar-logo span {
  text-decoration: none;
  color: #ff5b00;
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  display: none;
}
.navbar .navbar-nav {
  float: right;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar .navbar-nav a {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  height: 100%;
  display: inline-block;
  padding-top: 20px;
  padding-left: 25px;
  padding-top: 59.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  line-height: 0;
  color: #ff5b00;
  font-weight: 600;
}
.navbar .navbar-nav a:hover, .navbar .navbar-nav a.current {
  color: white;
}
.navbar .navbar-nav a.current {
  font-weight: 700;
}
.navbar .navbar-nav .navbar-nav-cart {
  display: inline-block;
  background-color: rgba(24, 24, 24, 0.75);
  margin-left: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 25px;
  position: relative;
  top: 14px;
  padding: 0;
  border: 2px solid #ff5b00;
}
.navbar .navbar-nav .navbar-nav-cart a {
  display: block;
  color: #ff5b00;
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav .navbar-nav-cart .navbar-nav-cart-content {
  padding: 10px;
  padding-right: 0;
  display: inline-block;
}
.navbar .navbar-nav .navbar-nav-cart .icon {
  margin-left: 1px;
  margin-right: 6px;
}
.navbar .navbar-nav .navbar-nav-cart .navbar-nav-cart-price {
  font-weight: 500;
  margin-left: -2px;
  margin-right: 7px;
}
.navbar .navbar-nav .navbar-nav-cart .navbar-nav-cart-count {
  display: inline-block;
  background-color: #ff5b00;
  color: #181818;
  margin-right: -1px;
  padding: 10px;
  padding-top: 21px;
  padding-bottom: 24px;
  font-weight: 600;
}
.navbar .navbar-nav .navbar-nav-cart:hover {
  border-color: white;
}
.navbar .navbar-nav .navbar-nav-cart:hover a {
  color: white;
}
.navbar .navbar-nav .navbar-nav-cart:hover .navbar-nav-cart-count {
  background-color: white;
}
.navbar .navbar-search {
  display: none !important;
  float: right;
  height: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .navbar-search .navbar-search-icon {
  position: absolute;
  left: 20px;
  z-index: 2;
  font-size: 18px;
  top: 59.5px;
  color: #ababab;
  pointer-events: none;
}
.navbar .navbar-search .navbar-search-box {
  height: 38px;
  border: none;
  width: 200px;
  float: left;
  margin-top: 53.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #181818;
  padding: 10px;
  padding-left: 30px;
  font-size: 16px;
  color: #ababab;
}
.navbar .navbar-search .navbar-search-box:focus {
  color: white;
  background-color: #323232;
  outline: none;
}
.navbar .navbar-mobile-nav, .navbar .navbar-search-button, .navbar .navbar-menu-button {
  display: none;
}
.navbar .navbar-subnav {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 600;
  font-size: 12px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  background-color: rgba(24, 24, 24, 0.8);
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.navbar .navbar-subnav a {
  text-decoration: none;
  color: #ff5b00;
  margin-right: 10px;
}
.navbar .navbar-subnav a:last-child {
  margin-right: 0;
}
.navbar .navbar-subnav a:hover {
  color: white;
}
.navbar .navbar-social {
  display: none !important;
  float: right;
  height: 100%;
  padding-top: 60.5px;
  padding-left: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar .navbar-social a {
  margin-left: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #ababab;
  display: inline-block;
  text-align: center;
  padding: 0;
  color: #3b3b3b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
}
.navbar .navbar-social a:hover {
  background-color: white;
}

p.demo_store {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  background-color: rgba(24, 24, 24, 0.8);
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
  box-shadow: inherit;
  width: inherit;
  right: inherit;
  color: #ff5b00;
}
p.demo_store a {
  text-decoration: none;
  color: #ff5b00;
}
p.demo_store a:hover {
  color: white;
}

.header {
  background-color: #cb4401;
  width: 100%;
  color: #181818;
  overflow: hidden;
}
.header .header-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .header-content {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
}
.header .header-content.header-content-half {
  width: 50%;
}
.header .header-content h1 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.header .header-content h1 a {
  color: #181818;
  text-decoration: underline;
}
.header .header-content h1 a:hover {
  color: white;
}
.header .header-content h1 .icon {
  margin-left: 8px;
  margin-right: 5px;
}
.header .header-content h2 {
  margin: 0;
  margin-bottom: 10px;
}
.header .header-content h3 {
  margin: 0;
  color: #fee8af;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.header .header-content p {
  margin: 0;
  margin-top: 7px;
  margin-bottom: 7px;
}
.header .header-content nav {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.header .header-content nav a {
  color: #181818;
  text-decoration: underline;
}
.header .header-content nav a:hover {
  color: white;
}
.header .header-content nav .icon {
  margin-left: 8px;
  margin-right: 5px;
}

.main {
  min-height: calc(100% - 314px);
  color: #cb4401;
}
.main .main-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .columns {
  display: flex;
  align-items: flex-start;
}
.main .column {
  width: 100%;
}
.main .column .column-button-adaptive {
  border: none;
  margin: 20px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #181818;
  color: white;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  width: intrinsic;
  font-size: 14px;
}
.main .content {
  padding-right: 60px;
}
.main .content hr {
  border: none;
  margin-top: 20px;
  border-bottom: 2px solid #e4e4e4;
}
.main .content > *:first-child {
  margin-top: 0;
}
.main .banner {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.main .banner img {
  width: 100%;
  max-width: 1100px;
  display: inline-block;
}

.woocommerce-error {
  list-style: none;
  padding: 0;
}

.woocommerce-error li, .woocommerce .woocommerce-message, .woocommerce-message {
  background-color: #cb4401;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #181818;
  flex-basis: 100%;
  border-top: none;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding-left: 32px !important;
}
.woocommerce-error li a, .woocommerce .woocommerce-message a, .woocommerce-message a {
  text-decoration: none;
  float: right;
  padding-left: 10px;
  font-weight: 600;
  color: white;
}
.woocommerce-error li a:hover, .woocommerce .woocommerce-message a:hover, .woocommerce-message a:hover {
  text-decoration: underline;
}
.woocommerce-error li a.button, .woocommerce .woocommerce-message a.button, .woocommerce-message a.button {
  background-color: #ff5b00;
  color: #181818;
}
.woocommerce-error li a.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce-message a.button:hover {
  background-color: white;
}
.woocommerce-error li:before, .woocommerce .woocommerce-message:before, .woocommerce-message:before {
  display: none;
}

.woocommerce-message {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-info {
  margin: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  padding: 20px !important;
  background-color: #cb4401;
  color: #181818;
  border-top: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce .woocommerce-info a {
  text-decoration: none;
  float: right;
  padding-left: 10px;
  font-weight: 600;
  color: white;
}
.woocommerce .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-info:before {
  content: '';
}

.section-header {
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: -10px;
}
.section-header .icon, .section-header .fa {
  display: inline-block;
  color: #979797;
  width: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
}
.section-header h1 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  top: -3px;
  color: #ff5b00;
}

.blog-post {
  padding: 15px;
  color: #cb4401;
  padding-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
}
.blog-post .blog-post-image {
  position: relative;
  z-index: 0;
  height: intrinsic;
  flex-basis: 160px;
  width: 160px;
  margin: 0;
  margin-top: -2.5px;
}
.blog-post .blog-post-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.blog-post .blog-post-content {
  padding-left: 20px;
  padding-right: 20px;
  flex-basis: 100%;
  flex-grow: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-post .blog-post-content .blog-post-headline h1 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.blog-post .blog-post-content .blog-post-headline h1 a {
  text-decoration: none;
  color: #202020;
}
.blog-post .blog-post-content .blog-post-headline p {
  margin: 0;
  text-transform: uppercase;
  color: #181818;
  font-size: 11px;
  font-weight: 600;
  margin-top: 5px;
}
.blog-post .blog-post-content .blog-post-headline p a {
  text-decoration: none;
  color: #202020;
}
.blog-post .blog-post-content .blog-post-text p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #202020;
}
.blog-post .blog-post-content .blog-post-footer .blog-post-button {
  text-decoration: none;
  margin-right: 10px;
  color: #202020;
}
.blog-post .blog-post-content .blog-post-footer .blog-post-button:hover {
  opacity: 0.75;
}
.blog-post .blog-post-content .blog-post-footer .blog-post-button .fa, .blog-post .blog-post-content .blog-post-footer .blog-post-button .icon {
  position: relative;
  top: 1px;
  width: 20px;
  text-align: center;
  font-size: 14px;
}
.blog-post .blog-post-content .blog-post-footer .blog-post-button .fa.heart, .blog-post .blog-post-content .blog-post-footer .blog-post-button .icon.heart {
  color: #ed462f;
}
.blog-post .blog-post-content .blog-post-footer .blog-post-button p {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
}
.blog-post .blog-post-content .blog-post-footer .blog-post-time {
  font-size: 11px;
  text-transform: uppercase;
  color: #979797;
}

.podcast .blog-post-image:after {
  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;
  text-align: center;
  line-height: 52px;
  font-size: 42pt;
  content: '\f0da';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -34.5px;
  z-index: 200;
  border: 6px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  padding-left: 5px;
  opacity: 0.75;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.podcast .blog-post-image:hover:after {
  opacity: 1;
}

.footer {
  border-top: 2px solid #cb4401;
  margin-top: 20px;
  background-image: url("img/footer.png");
  background-position: center top;
  background-size: cover;
  background-color: #242424;
}
.footer .footer-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer a.footer-logo {
  height: 145px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  text-align: center;
  width: 200px;
  text-decoration: none;
  color: #ff5b00;
}
.footer a.footer-logo p:first-child {
  margin: 0;
  padding-top: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer a.footer-logo .footer-logo-image {
  height: 30px;
  display: inline-block;
}
.footer a.footer-logo p:last-child {
  margin: 0;
  margin-left: 60px;
  margin-top: -5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.footer .footer-nav a {
  display: block;
  font-size: 18px;
  color: #ff5b00;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin-right: 5%;
  margin-bottom: 20px;
}
.footer .footer-nav a:hover {
  color: white;
}

.order-info mark {
  background-color: transparent;
  color: #ff5b00;
  font-weight: 600;
  font-style: italic;
}

.woocommerce-breadcrumb {
  line-height: 1.5 !important;
}

*[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}

.mobile-only {
  display: none !important;
}

.woocommerce form.login, .woocommerce form.register {
  border-color: #cb4401;
  border-width: 2px;
}

@media (max-width: 1100px) {
  .header .header-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar .navbar-nav a {
    padding-left: 10px;
    padding-right: 15px;
  }
  .navbar .navbar-nav-cart {
    right: 15px;
    margin-left: 25px;
  }
  .navbar .navbar-subnav {
    right: 15px;
  }

  .main .main-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .content {
    padding-right: 40px;
  }

  .blog-post .blog-post-image {
    flex-basis: 100px;
    height: 100px;
    width: 100px;
  }

  .podcast .blog-post-image:after {
    line-height: 42px;
    font-size: 30pt;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -31.5px;
    border: 4px solid white;
  }

  .networks {
    padding: 10px;
    display: block;
    padding: 0;
  }
  .networks .networks-text {
    text-align: center;
  }
  .networks .networks-image {
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .footer .footer-logo {
    position: relative;
    left: 20px;
  }
}
@media (min-width: 951px) {
  .navbar .navbar-search.closed {
    display: block !important;
  }
}
@media (max-width: 950px) {
  .navbar .navbar-mobile-nav {
    height: 145px;
  }
  .navbar .navbar-mobile-nav .navbar-search-button {
    display: block;
    float: right;
    height: 100%;
    padding: 20px;
    padding-top: 60.5px;
    padding-bottom: 60.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-size: 25px;
    background-color: transparent;
    margin-right: -2px;
    color: #ababab;
    outline: none;
  }
  .navbar .navbar-mobile-nav .navbar-search-button i {
    position: relative;
    top: -4px;
  }
  .navbar .navbar-mobile-nav .navbar-search-button.open {
    background-color: #181818;
    color: white;
  }
  .navbar .navbar-search {
    width: 100%;
    height: intrinsic;
    padding: 0;
    overflow: hidden;
    display: none;
    height: 57px;
  }
  .navbar .navbar-search .navbar-search-icon {
    left: 15px;
    top: 10px;
    color: #181818;
    font-size: 24px;
  }
  .navbar .navbar-search .navbar-search-box {
    float: right;
    margin: 0;
    background-color: #ababab;
    color: #181818;
    width: 100%;
    font-size: 24px;
    height: 100%;
    padding-left: 45px;
    padding-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .navbar .navbar-search .navbar-search-box:focus {
    background-color: #e4e4e4;
    color: #181818;
  }
}
@media (min-width: 801px) {
  .navbar .navbar-nav.closed, .navbar .navbar-social.closed {
    display: block !important;
  }
}
@media (max-width: 800px) {
  .mobile-only {
    display: inherit !important;
  }

  .navbar .navbar-center {
    position: relative;
  }
  .navbar .navbar-mobile-nav {
    display: block;
  }
  .navbar .navbar-nav {
    width: 100%;
    background-color: #181818;
    margin: 0;
    height: 184px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    z-index: 2;
    top: 145px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #cb4401;
    border-bottom: 2px solid #cb4401;
  }
  .navbar .navbar-nav a {
    width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 20px;
    height: 40px;
    text-align: right;
  }
  .navbar .navbar-nav .navbar-nav-cart {
    display: none !important;
  }
  .navbar .navbar-social {
    width: 100%;
    background-color: #181818;
    padding: 0;
    margin: 0;
    height: intrinsic;
    border-top: 1px dotted #3b3b3b;
    display: none;
    white-space: nowrap;
    overflow: hidden;
  }
  .navbar .navbar-social a {
    display: inline-block;
    flex-grow: 1;
    margin: 0;
    font-size: 24px;
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #181818;
    color: #ababab;
    width: 33%;
    margin-right: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: intrinsic;
  }
  .navbar .navbar-social a:last-child {
    margin-right: 0;
  }
  .navbar .navbar-mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
  }
  .navbar .navbar-mobile-nav .navbar-search-button {
    font-size: 30px;
    padding-top: 56.5px;
  }
  .navbar .navbar-mobile-nav .navbar-menu-button {
    display: block;
    float: right;
    height: 100%;
    padding: 15px;
    padding-top: 54.5px;
    padding-bottom: 60.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-size: 25px;
    background-color: transparent;
    margin-right: -2px;
    color: #ff5b00;
    font-size: 35px;
    outline: none;
  }
  .navbar .navbar-mobile-nav .navbar-menu-button i {
    position: relative;
    top: -4px;
  }
  .navbar .navbar-mobile-nav .navbar-menu-button.open {
    background-color: #cb4401;
    color: white;
  }
  .navbar .navbar-mobile-nav .navbar-cart-button {
    display: block;
    float: right;
    padding: 18px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 43.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-size: 37px;
    background-color: transparent;
    color: #ff5b00;
    outline: none;
    position: relative;
  }
  .navbar .navbar-mobile-nav .navbar-cart-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -7px;
    color: #181818;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 0;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .navbar .navbar-subnav {
    display: none;
  }

  .main .columns {
    flex-wrap: wrap;
    align-content: stretch;
  }
  .main .column .column-button-adaptive {
    width: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .content {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .blog-post .blog-post-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog-post .blog-post-image {
    flex-basis: 80px;
    height: 80px;
    width: 80px;
    margin-top: 4px;
    margin-right: 20px;
  }

  .podcast .blog-post-image:after {
    line-height: 42px;
    font-size: 30pt;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -29.5px;
    border: 4px solid white;
  }
}
@media (max-width: 600px) {
  .header .header-content {
    width: 100%;
  }

  .blog-post .blog-post-image {
    flex-basis: 50px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-top: 5px;
  }

  .podcast .blog-post-image:after {
    line-height: 20px;
    font-size: 17pt;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -15.5px;
    border: 2px solid white;
    padding-left: 3px;
  }

  .section-header .icon, .section-header .fa {
    display: none;
  }
}
@media (max-width: 370px) {
  .navbar .navbar-mobile-nav .navbar-cart-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  .navbar .navbar-mobile-nav .navbar-cart-button {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 350px) {
  .navbar .navbar-mobile-nav .navbar-cart-button .icon {
    display: none;
  }
  .navbar .navbar-mobile-nav .navbar-cart-button span {
    position: absolute;
    top: 17px;
    left: 52px;
    text-align: center;
    padding-top: 8px;
    padding-right: 1px;
    background-color: #ff5b00;
    color: #181818;
    border: 2px solid #181818;
  }
  .navbar .navbar-mobile-nav .navbar-menu-button.open + .navbar-cart-button span {
    color: white;
    background-color: #cb4401;
    border: 2px solid white;
  }
}
.ad {
  position: relative;
  max-width: none;
  height: 100px;
  width: 1100px;
  display: block;
  background-color: #e4e4e4;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
}
.ad.ad-skyscraper {
  height: 90px;
  width: 728px;
}
.ad.ad-banner {
  height: 60px;
  width: 468px;
}
.ad:after {
  content: 'Advertisement';
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  text-align: center;
  height: 20px;
  width: 100%;
  color: #979797;
  font-weight: 600;
  text-transform: uppercase;
}

.ad-center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 800px) {
  .ad.ad-banner {
    display: none;
  }
}
.header .header-center.header-hero {
  overflow: visible;
}
.header .header-center.header-hero:after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -300px;
  background-image: url("img/profile.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: 1;
}
.header .header-content a {
  text-decoration: none;
  color: white;
}
.header .header-content .header-content-listen {
  display: flex;
  width: intrinsic;
  color: white;
  text-decoration: none;
  margin-top: 30px;
}
.header .header-content .header-content-listen div {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.header .header-content .header-content-listen .header-content-listen-icon {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background-color: #202020;
  font-size: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.header .header-content .header-content-listen .header-content-listen-text {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  padding-left: 15px;
  padding-right: 20px;
}
.header .header-subscriber {
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.header .header-subscriber .header-subscriber-left {
  padding: 20px;
  padding-right: 30px;
  background-color: rgba(59, 59, 59, 0.9);
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.header .header-subscriber .header-subscriber-left img {
  height: 50px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.header .header-subscriber .header-subscriber-left span {
  display: block;
}
.header .header-subscriber .header-subscriber-right {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: rgba(24, 24, 24, 0.9);
  width: intrinsic;
  display: flex;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .header-subscriber .header-subscriber-right input {
  border: none;
  padding: 10px;
  font-size: 16px;
}
.header .header-subscriber .header-subscriber-right input[type=text], .header .header-subscriber .header-subscriber-right input[type=email] {
  background-color: white;
  color: black;
  margin-right: 2px;
}
.header .header-subscriber .header-subscriber-right input[type=text]:first-child, .header .header-subscriber .header-subscriber-right input[type=email]:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.header .header-subscriber .header-subscriber-right input[type=submit] {
  background-color: #5cb724;
  color: white;
  font-weight: 700;
  width: intrinsic;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header .header-subscriber .header-subscriber-right input[type=submit]:hover {
  background-color: #478c1c;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .header .header-center.header-hero {
    padding: 30px;
    padding-top: 0;
    z-index: auto;
    background: url("img/profile.png") no-repeat right -600px top;
    width: 100%;
  }
  .header .header-center.header-hero:after {
    display: none;
  }
  .header .header-subscriber {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 700px;
  }
  .header .header-subscriber .header-subscriber-left {
    padding-right: 40px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
  }
  .header .header-subscriber .header-subscriber-left img {
    margin-right: 10px;
  }
  .header .header-subscriber .header-subscriber-right {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .header .header-subscriber .header-subscriber-right input {
    flex-grow: 1;
  }
}
@media (max-width: 600px) {
  .header .header-center.header-hero {
    background: none;
    z-index: 0;
  }
  .header .header-center.header-hero:after {
    display: block;
    right: 0;
    top: 0;
    background-position-x: -200px;
    opacity: 0.3;
  }
  .header .header-subscriber .header-subscriber-right {
    display: block;
  }
  .header .header-subscriber .header-subscriber-right input, .header .header-subscriber .header-subscriber-right input[type=submit], .header .header-subscriber .header-subscriber-right input[type=text], .header .header-subscriber .header-subscriber-right input[type=email], .header .header-subscriber .header-subscriber-right input[type=text]:first-child, .header .header-subscriber .header-subscriber-right input[type=email]:first-child {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .header .header-subscriber .header-subscriber-right input[type=submit] {
    margin-bottom: 0;
  }
}
.stats {
  width: 100%;
  overflow: auto;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stats .stat {
  text-align: center;
  padding: 20px;
  background-color: blue;
  display: inline-block;
  max-width: 200px;
  width: calc(33% - 15px);
  height: 150px;
  float: left;
  margin-right: 10px;
  padding: 28px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px -10px 0px #ababab;
  -moz-box-shadow: inset 0px -10px 0px #ababab;
  box-shadow: inset 0px -10px 0px #ababab;
}
.stats .stat h1 {
  font-size: 40px;
  margin: 0;
}
.stats .stat p {
  margin: 0;
  color: #181818;
  font-weight: 600;
  font-size: 18px;
}
.stats .stat.stat-1 {
  -webkit-box-shadow: inset 0px -10px 0px #dfa002;
  -moz-box-shadow: inset 0px -10px 0px #dfa002;
  box-shadow: inset 0px -10px 0px #dfa002;
}
.stats .stat.stat-2 {
  -webkit-box-shadow: inset 0px -10px 0px #69e08b;
  -moz-box-shadow: inset 0px -10px 0px #69e08b;
  box-shadow: inset 0px -10px 0px #69e08b;
}
.stats .stat.stat-3 {
  -webkit-box-shadow: inset 0px -10px 0px #907668;
  -moz-box-shadow: inset 0px -10px 0px #907668;
  box-shadow: inset 0px -10px 0px #907668;
}

@media (max-width: 800px) {
  .stats {
    display: none;
  }
}
.article {
  overflow: auto;
  zoom: 1;
}
.article .article-header {
  padding-bottom: 20px;
}
.article .article-header .article-header-interior {
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
}
.article .article-header .article-header-interior h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.article .article-header .article-header-interior p {
  margin: 0;
  margin-top: 10px;
}
.article .article-header .article-header-interior p a {
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.article .article-header .article-header-interior time {
  color: #979797;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.article.content h1:nth-child(2), .article.content h2:nth-child(2), .article.content h3:nth-child(2), .article.content h4:nth-child(2), .article.content h5:nth-child(2), .article.content h6:nth-child(2), .article.content p:nth-child(2) {
  margin-top: 0;
}
.article.content h1:nth-child(3), .article.content h2:nth-child(3), .article.content h3:nth-child(3), .article.content h4:nth-child(3), .article.content h5:nth-child(3), .article.content h6:nth-child(3), .article.content p:nth-child(3) {
  margin-top: 20px;
}
.article.content img {
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 100%;
}
.article.content > p {
  display: block;
  margin: 0 0 10px;
}
.article.content .mejs-container {
  float: left;
  margin-top: 10px;
}
.article.content .aricle-content-listen {
  display: flex;
  width: intrinsic;
  color: white;
  text-decoration: none;
  margin-top: 50px;
}
.article.content .aricle-content-listen div {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.article.content .aricle-content-listen .aricle-content-listen-icon {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background-color: #202020;
  font-size: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.article.content .aricle-content-listen .aricle-content-listen-text {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  padding-left: 15px;
  padding-right: 20px;
}

.related {
  padding-top: 40px;
  padding-bottom: 10px;
}
.related .section-header {
  padding: 0;
  padding-right: 60px;
}
.related .blog-post {
  padding-left: 0;
  padding-right: 60px;
  padding-bottom: 0;
}

.page-button-container {
  overflow: auto;
  zoom: 1;
}
.page-button-container .page-button {
  border: none;
  margin: 20px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #181818;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  width: intrinsic;
  font-size: 14px;
}
.page-button-container .page-button.page-button-next {
  float: left;
  margin-right: 20px;
}
.page-button-container .page-button.page-button-prev {
  float: right;
  margin-right: 20px;
}

.blog-post-comments {
  padding-right: 60px;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .page-button-container {
    display: flex;
    justify-content: space-between;
  }
  .page-button-container .page-button {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-grow: 1;
    margin-right: 0;
  }

  .related {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .related .section-header {
    padding-right: 0;
  }
  .related .blog-post {
    padding-right: 0;
  }

  .blog-post-comments {
    padding-right: 0;
  }
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

.product-spacer {
  min-width: 250px;
  flex-grow: 1;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

a.product-post {
  border: 2px solid #ff5b00;
  width: intrinsic;
  margin: 15px;
  min-width: 250px;
  flex-grow: 1;
  display: block;
  color: #181818;
  text-decoration: none;
  background-color: white;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.product-post .product-sale-banner {
  right: -40px;
  top: 15px;
  padding: 2px;
  padding-left: 60px;
  padding-right: 60px;
  text-transform: uppercase;
  position: absolute;
  background-color: #ff5b00;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  font-weight: 700;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
a.product-post .product-description {
  color: #181818;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 75px);
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
a.product-post .product-description p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 117.0px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.product-post .product-image {
  padding: 0;
  height: 150px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a.product-post .product-headline {
  margin-top: -5px;
  background-color: #ff5b00;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 75px;
}
a.product-post .product-headline h1 {
  margin: 0;
  color: #181818;
}
a.product-post .product-headline p {
  margin: 0;
  color: #181818;
}
a.product-post .product-headline a {
  color: #181818;
}
a.product-post .product-headline .product-price {
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: 600;
  font-size: 14pt;
  line-height: 0;
}
a.product-post .product-headline .product-regular-price {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 10pt;
  line-height: 0;
  margin-top: -15px;
  text-decoration: line-through;
}
a.product-post .product-headline .product-sale-price {
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: 600;
  font-size: 14pt;
  line-height: 0;
}
a.product-post:hover {
  border-color: white;
}
a.product-post:hover .product-description {
  opacity: 1;
}
a.product-post:hover .product-sale-banner {
  opacity: 0;
}
a.product-post:hover .product-image {
  opacity: 0.3;
  background-position: center bottom;
}
a.product-post:hover .product-headline {
  background-color: white;
}

.product-detail {
  padding: 15px;
  padding-top: 20px;
  min-height: 466px;
}
.product-detail .product {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  color: #cb4401;
}
.product-detail .product .onsale {
  position: absolute;
  left: -18px;
  top: 18px;
  padding: 2px;
  padding-left: 60px;
  padding-right: 100px;
  text-transform: uppercase;
  background-color: #ff5b00;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-weight: 700;
  color: #181818;
  -webkit-clip-path: polygon(7.4% 0, 67.8% 0, 90% 100%, 0% 100%);
  clip-path: polygon(7.4% 0, 67.8% 0, 90% 100%, 0% 100%);
  z-index: 1;
}
.product-detail .product .images {
  max-width: 400px;
  width: 100%;
  background-color: #ff5b00;
  border: 2px solid #ff5b00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.product-detail .product .images .woocommerce-main-image {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
}
.product-detail .product .images .woocommerce-main-image img {
  width: 100%;
  height: inherit;
}
.product-detail .product .images .thumbnails {
  white-space: nowrap;
  width: 400px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
  margin-bottom: -5px;
  margin-top: 2px;
}
.product-detail .product .images .thumbnails img {
  height: 60px;
  width: 60px;
  margin-right: 2px;
}
.product-detail .product .summary {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 20px;
  padding-top: 10px;
  padding-left: 440px;
}
.product-detail .product .summary .product_title {
  margin: 0;
  font-size: 40px;
  color: #ff5b00;
}
.product-detail .product .summary .woocommerce-product-rating .star-rating {
  background-color: #cb4401;
  border: 2px solid #cb4401;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  order: 2;
  margin-bottom: 5px;
}
.product-detail .product .summary .woocommerce-product-rating .star-rating > span {
  display: block;
  background-color: #181818;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  color: #ff5b00;
  white-space: nowrap;
}
.product-detail .product .summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.product-detail .product .summary .price {
  margin: 0;
}
.product-detail .product .summary .price > span {
  font-size: 20px;
  font-weight: 600;
  color: #ff5b00;
}
.product-detail .product .summary .price ins {
  text-decoration: none;
}
.product-detail .product .summary .price ins > span {
  font-size: 20px;
  font-weight: 600;
  color: #ff5b00;
}
.product-detail .product .summary .variations_form .variations {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-detail .product .summary .variations_form .variations label {
  color: #ff5b00;
  padding-right: 5px;
}
.product-detail .product .summary .variations_form .variations select {
  -webkit-appearance: none;
  border: 1px solid #ff5b00;
  background-color: transparent;
  color: #ff5b00;
  text-align: center;
  padding: 2px;
  position: relative;
  top: -2px;
}
.product-detail .product .summary .variations_form .variations .reset_variations {
  padding-left: 5px;
  text-decoration: none;
  color: #FF5B00;
}
.product-detail .product .summary .variations_form .woocommerce-variation-price .price .amount {
  font-size: 25px;
  text-decoration: underline;
}
.product-detail .product .summary .variations_form .woocommerce-variation-price .price .amount:before {
  content: 'Selected Price: ';
}
.product-detail .product .summary .stock {
  margin-bottom: 3px;
  max-width: 300px;
  text-align: right;
}
.product-detail .product .summary button {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #ff5b00;
  color: #181818;
  font-size: 20pt;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", "San Francisco", "Helvetica Neue", Helvetica, sans-serif;
  outline-color: #cb4401;
  -webkit-appearance: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 300px;
}
.product-detail .product .summary button:hover {
  background-color: white;
  cursor: pointer;
}
.product-detail .product .summary .product_meta .posted_in {
  margin-top: 3px;
  display: none;
}
.product-detail .product .summary .product_meta .posted_in a {
  color: #ff5b00;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product-detail .product .summary .product_meta .posted_in a:hover {
  color: white;
}
.product-detail .product .summary .product_meta .tagged_as {
  display: none;
}
.product-detail .product .summary .product_meta .sku_wrapper {
  display: none;
}
.product-detail .product .woocommerce-tabs {
  padding: 20px;
  padding-top: 0;
  padding-left: 440px;
  flex-grow: 1;
}
.product-detail .product .woocommerce-tabs .tabs {
  padding: 0;
  margin: 0;
}
.product-detail .product .woocommerce-tabs .tabs li {
  list-style: none;
  display: inline-block;
  background-color: #181818;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #ff5b00;
  border-bottom: none;
}
.product-detail .product .woocommerce-tabs .tabs li a {
  text-decoration: none;
  color: #ff5b00;
}
.product-detail .product .woocommerce-tabs .tabs li.active {
  background-color: #ff5b00;
}
.product-detail .product .woocommerce-tabs .tabs li.active a {
  color: #181818;
}
.product-detail .product .woocommerce-tabs .panel {
  background-color: #ff5b00;
  color: #181818;
  padding: 20px;
  padding-top: 1px;
  padding-bottom: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
}
.product-detail .product .woocommerce-tabs .panel a {
  color: #181818;
  text-decoration: underline;
}
.product-detail .product .woocommerce-tabs .panel a:hover {
  color: white;
}
.product-detail .product .woocommerce-tabs .panel#tab-description h2 {
  display: none;
}
.product-detail .product .woocommerce-tabs .panel#tab-additional_information h2 {
  display: none;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments h2 {
  display: none;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol {
  list-style: none;
  padding: 0;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container {
  display: flex;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(24, 24, 24, 0.1);
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  flex-basis: 60px;
  min-width: 60px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .comment-text {
  flex-grow: 1;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .comment-text .star-rating {
  background-color: #cb4401;
  border: 2px solid #cb4401;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  order: 2;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .comment-text .star-rating span {
  display: block;
  background-color: #181818;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  color: #ff5b00;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .comment-text .meta {
  order: 1;
  margin: 0;
  margin-bottom: 5px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .comment-text .description {
  order: 3;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li .comment_container .comment-text .description p {
  margin: 0;
  margin-top: 5px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #comments ol li:first-child .comment_container {
  padding-top: 8px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-reply-title {
  margin: 0;
  text-transform: capitalize;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating {
  margin: 0;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating label:after {
  content: ':';
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars {
  margin: 0;
  margin-top: 5px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span {
  display: flex;
  background-color: #cb4401;
  border: 2px solid #cb4401;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span a {
  display: block;
  flex-grow: 1;
  text-align: center;
  background-color: #ff5b00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #181818;
  text-decoration: none;
  margin-right: 2px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span a:last-child {
  margin: 0;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars.selected span a {
  background-color: #181818;
  color: #ff5b00;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars.selected span a.active + a, .product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars.selected span a.active + * + a, .product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars.selected span a.active + * + * + a, .product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars.selected span a.active + * + * + * + a {
  background-color: #ff5b00;
  color: #181818;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span:hover a {
  background-color: #181818 !important;
  color: #ff5b00 !important;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span:hover a:hover + a, .product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span:hover a:hover + * + a, .product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span:hover a:hover + * + * + a, .product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-rating .stars span:hover a:hover + * + * + * + a {
  background-color: #ff5b00 !important;
  color: #181818 !important;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-comment {
  margin: 0;
  margin-top: 10px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-comment label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-comment label:after {
  content: ':';
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .comment-form-comment textarea {
  font-size: 16px;
  padding: 10px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .form-submit .submit {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #cb4401;
  font-size: 20pt;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", "San Francisco", "Helvetica Neue", Helvetica, sans-serif;
  outline: none;
  -webkit-appearance: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.product-detail .product .woocommerce-tabs .panel#tab-reviews #review_form .form-submit .submit:hover {
  background-color: white;
  color: #ff5b00;
  cursor: pointer;
}
.product-detail .product .related.products {
  display: none;
}
.product-detail .product .related.products ul.products {
  list-style: none;
  padding: 0;
}
.product-detail .product .related.products ul.products .product {
  border: 2px solid #ff5b00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff5b00;
  position: relative;
}
.product-detail .product .related.products ul.products .product .onsale {
  left: -20px;
  top: 16px;
}
.product-detail .product .related.products ul.products .product h3 {
  position: absolute;
}
.product-detail .product .related.products ul.products .product .price {
  position: absolute;
  right: 0;
}
.product-detail .product .related.products ul.products .product .add_to_cart_button {
  display: none;
}

.product-related h2 {
  margin: 0;
  margin-left: 15px;
  color: #ff5b00;
}

@media (max-width: 1000px) {
  .product-detail .product .images {
    max-width: 300px;
  }
  .product-detail .product .summary, .product-detail .product .woocommerce-tabs {
    padding-left: 340px;
  }
}
@media (max-width: 800px) {
  .product-detail .product .images {
    max-width: 200px;
  }
  .product-detail .product .summary, .product-detail .product .woocommerce-tabs {
    padding-left: 240px;
  }
}
@media (max-width: 700px) {
  .product-detail {
    padding-left: 0px;
    padding-right: 0px;
    min-height: none;
  }
  .product-detail .product .images {
    max-width: none;
    position: static;
  }
  .product-detail .product .woocommerce-tabs {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
  }
  .product-detail .product .summary, .product-detail .product .woocommerce-tabs {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 100%;
  }
  .product-detail .product .summary button, .product-detail .product .summary .stock, .product-detail .product .woocommerce-tabs button, .product-detail .product .woocommerce-tabs .stock {
    max-width: none;
  }
}
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input[type="email"], .woocommerce input[type="tel"] {
  font-size: 16px;
  padding: 7px;
  outline: none;
  border: 2px solid #cb4401 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #181818;
  color: #ff5b00;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.woocommerce input[type="text"]::-webkit-input-placeholder, .woocommerce input[type="password"]::-webkit-input-placeholder, .woocommerce input[type="email"]::-webkit-input-placeholder, .woocommerce input[type="tel"]::-webkit-input-placeholder {
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce input[type="text"]:-moz-placeholder, .woocommerce input[type="password"]:-moz-placeholder, .woocommerce input[type="email"]:-moz-placeholder, .woocommerce input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce input[type="text"]::-moz-placeholder, .woocommerce input[type="password"]::-moz-placeholder, .woocommerce input[type="email"]::-moz-placeholder, .woocommerce input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce input[type="text"]:-ms-input-placeholder, .woocommerce input[type="password"]:-ms-input-placeholder, .woocommerce input[type="email"]:-ms-input-placeholder, .woocommerce input[type="tel"]:-ms-input-placeholder {
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce input[type="text"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="tel"]:focus {
  border-color: white !important;
}
.woocommerce input[type="submit"], .woocommerce button[type="submit"], .woocommerce input.button, .woocommerce a.button, .woocommerce a.button.alt {
  color: #181818;
  background-color: #ff5b00;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.woocommerce input[type="submit"]:hover, .woocommerce button[type="submit"]:hover, .woocommerce input.button:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover {
  color: #181818;
  background-color: white;
}
.woocommerce textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #cb4401;
  outline: none;
  background-color: #181818;
  color: #ff5b00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.woocommerce textarea::-webkit-input-placeholder {
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce textarea:-ms-input-placeholder {
  color: rgba(203, 68, 1, 0.5);
}
.woocommerce textarea:focus {
  border-color: white;
}
.woocommerce fieldset {
  border-color: #cb4401;
}

#billing_email_field {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#billing_phone_field, #billing_company_field, #shipping_company_field {
  display: none;
}

.select2-container .select2-choice {
  background-color: #181818 !important;
  border-color: #cb4401 !important;
  border-width: 2px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-search {
  background-color: #FAFAFA;
  border-bottom: 1px solid lightgray !important;
}
.select2-search input[type="text"] {
  border: none !important;
  color: #181818;
  background-color: #FAFAFA;
}

.select2-chosen {
  color: #ff5b00;
}

.cart-page .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.cart-page .woocommerce .cart-empty, .cart-page .woocommerce .return-to-shop {
  flex-basis: 100%;
}
.cart-page .woocommerce .woocommerce-info {
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.cart-page .woocommerce > form {
  flex-grow: 1;
  margin-right: 30px;
  margin-top: 30px;
}
.cart-page .woocommerce > form .cart {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cart-page .woocommerce > form .cart input[type="text"] {
  position: relative;
  top: 1px;
}
.cart-page .woocommerce > form .cart #coupon_code {
  margin-right: 5px;
}
.cart-page .woocommerce > form .cart .product-thumbnail img {
  max-width: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cart-page .woocommerce .cart-collaterals {
  flex-basis: 300px;
}
.cart-page .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.cart-page .woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 10px;
}
.cart-page .woocommerce .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 15px;
}
.cart-page .woocommerce .cart-collaterals .cart_totals .checkout-button {
  width: calc(100% - 30px);
  text-align: center;
}

.checkout .place-order #place_order {
  background-color: #0070BA;
  margin-bottom: 0 !important;
}
.checkout .place-order #place_order:hover {
  background-color: #005EA6;
}

.woocommerce table.shop_table {
  border-color: #cb4401;
  border-width: 2px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-color: #cb4401 !important;
}

.woocommerce .order_details li {
  border-color: #cb4401;
}

@media (max-width: 729px) {
  .cart-page .woocommerce {
    display: block;
  }
  .cart-page .woocommerce > form {
    width: 100%;
  }
  .cart-page .woocommerce .cart-collaterals {
    flex-basis: 300px;
  }
  .cart-page .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
  }
  .cart-page .woocommerce .cart-collaterals .cart_totals h2 {
    margin-top: 0;
  }
}
.sidebar {
  background-color: #f8f8f8;
  flex-basis: 500px;
  padding: 10px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.sidebar-item-button {
  display: block;
  padding: 15px;
  background-color: #dfa002;
  color: white;
  margin: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.sidebar-item-button i {
  font-size: 35px;
  line-height: 0;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
}

.sidebar-header {
  padding: 20px;
  padding-bottom: 0;
}
.sidebar-header .sidebar-header-interior {
  border-bottom: 2px solid #e4e4e4;
}
.sidebar-header .icon, .sidebar-header .fa {
  display: inline-block;
  color: #979797;
  width: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
}
.sidebar-header h1 {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  top: -3px;
  color: #202020;
}

.sidebar-item {
  padding: 20px;
  padding-bottom: 0;
}
.sidebar-item .sidebar-item-image {
  text-align: center;
}
.sidebar-item .sidebar-item-image img {
  display: inline-block;
}
.sidebar-item .sidebar-item-content {
  padding-left: 20px;
  padding-right: 20px;
  flex-basis: 100%;
  flex-grow: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar ul {
  list-style-type: none;
}
.sidebar ul a {
  text-decoration: none;
  color: #181818;
}
.sidebar ul li {
  color: #181818;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.sidebar ul li: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;
  color: #979797;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
  content: '\f0da';
}

.widget {
  padding: 20px;
  padding-bottom: 0;
}
.widget > * {
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget .widget-header {
  border-bottom: 2px solid #e4e4e4;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  top: -3px;
  color: #202020;
  font-weight: bold;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
}
.widget .widget-header: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: '\f0d6';
  display: inline-block;
  color: #979797;
  width: 25px;
  text-align: center;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.widget ul {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.widget.widget_calendar > div {
  padding: 0;
}
.widget.widget_calendar > div table {
  width: 100%;
  text-align: center;
}
.widget.widget_calendar > div table caption {
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.widget.widget_calendar > div table thead, .widget.widget_calendar > div table tbody {
  background-color: white;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #181818;
}
.widget.widget_calendar > div table thead a, .widget.widget_calendar > div table tbody a {
  text-decoration: none;
  color: #dfa002;
  font-weight: 600;
}
.widget.widget_calendar > div table tfoot td {
  padding-top: 5px;
}
.widget.widget_calendar > div table tfoot a {
  color: #181818;
  padding: 5px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget .searchform {
  padding: 0;
}
.widget .searchform > div {
  display: flex;
}
.widget .searchform > div label {
  display: none;
}
.widget .searchform > div input[type=text] {
  flex-grow: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid white;
  border-right: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.widget .searchform > div input[type=text]:focus {
  border-color: #dfa002;
}
.widget .searchform > div input[type=submit] {
  padding: 10px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #dfa002;
  color: white;
  outline: none;
  font-weight: 600;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.widget.widget_nav_menu > div {
  padding: 0;
}
.widget.widget_nav_menu > div ul {
  padding-left: 20px;
}
.widget.widget_rss .widget-header img {
  display: none;
}
.widget.widget_rss .widget-header a {
  color: black;
  text-decoration: none;
}
.widget.widget_rss ul li {
  font-weight: 500;
}
.widget.widget_rss ul li a:first-child {
  font-weight: 600;
}
.widget.widget_rss ul li span {
  font-style: italic;
  margin-bottom: 5px;
  display: block;
}
.widget.widget_rss ul li span:last-child {
  margin-bottom: 0;
}

.tagcloud {
  margin-top: -5px;
  padding-left: 0;
  text-align: center;
}
.tagcloud a {
  text-decoration: none;
  background-color: white;
  padding: 5px;
  white-space: nowrap;
  margin-top: 5px;
  display: inline-block;
  border-radius: 4px;
  color: #181818;
}

.widget.widget_categories .widget-header:before {
  content: '\f0b0';
}
.widget.widget_archive .widget-header:before {
  content: '\f187';
}
.widget.widget_meta .widget-header:before {
  content: '\f0c1';
}
.widget.widget_pages .widget-header:before {
  content: '\f0c5';
}
.widget.widget_recent_comments .widget-header:before {
  content: '\f27a';
}
.widget.widget_recent_entries .widget-header:before {
  content: '\f005';
}
.widget.widget_tag_cloud .widget-header:before {
  content: '\f02c';
}
.widget.widget_search .widget-header:before {
  content: '\f002';
}
.widget.widget_text .widget-header:before {
  content: '\f05a';
}
.widget.widget_calendar .widget-header:before {
  content: '\f073';
}
.widget.widget_nav_menu .widget-header:before {
  content: '\f279';
}
.widget.widget_rss .widget-header:before {
  content: '\f09e';
}

@media (max-width: 800px) {
  .sidebar {
    flex-basis: 100%;
  }

  .sidebar-item .sidebar-item-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sidebar-item .sidebar-item-image {
    padding: 0;
  }
}
#av-overlay-wrap {
  background-image: url("img/verification.png") !important;
  background-position: center bottom !important;
  background-size: cover !important;
}

#av-overlay {
  border: 2px solid #cb4401;
  background-color: #181818 !important;
  color: #cb4401;
  font-family: "Open Sans", "San Francisco", "Helvetica Neue", Helvetica, sans-serif;
  width: 600px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#av-overlay h1 {
  text-transform: uppercase;
  margin-top: 10px !important;
  margin-bottom: -5px !important;
}

#av-logo {
  width: 150px;
}

label[for="av_verify_confirm"] {
  display: none;
}

#av_verify {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background-color: #ff5b00;
  font-size: 20pt;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", "San Francisco", "Helvetica Neue", Helvetica, sans-serif;
  outline-color: #cb4401;
  -webkit-appearance: none !important;
}
#av_verify:hover {
  background-color: #cb4401;
  cursor: pointer;
}

@media (max-width: 1000px) {
  #av-overlay {
    width: 60% !important;
  }
}
@media (max-width: 800px) {
  #av-overlay {
    width: 80% !important;
    margin: 50px auto 0 auto !important;
  }
}
@media (max-width: 500px) {
  #av-overlay {
    width: 90% !important;
    margin: 20px auto 0 auto !important;
  }
}
@media (max-width: 400px) {
  #av-overlay {
    width: 100% !important;
    margin: 0 !important;
  }
}
