/**
 * Theme name: Sonoris Software
 * Author:     Rien Stenekes
 * Template:   zakra
 */

.body {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, 'Helvetica Neue', blinkmacsystemfont, segoe ui,
    roboto, oxygen-sans, ubuntu, cantarell, helvetica neue, helvetica, arial,
    sans-serif;
}

.site {
  background: #111 !important;
}

/* clearing styles */

a:hover,
a:focus,
.tg-primary-menu > div ul li:hover > a,
.tg-primary-menu > div > ul > li.current_page_item > a,
.tg-primary-menu > div > ul > li.current-menu-item > a,
.entry-content a {
  color: inherit;
}

/* clearing styles end */

/* fade in */
.hideme {
  opacity: 0;
}

.hideme.showme {
  opacity: 1;
}
/* */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  font-weight: 200;
}

h1.entry-title {
  margin-top: 30px;
  text-align: center;
  font-size: 50px;
}

p {
  line-height: 1.6;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-decoration: none;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  border-radius: 7px;
  font-weight: inherit;
  cursor: default;
  line-height: 1.3;
  color: #fff;
  background: #333;
  border: none;
  font-size: 15px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #222;
  color: #fff;
}

.entry-content a {
  color: #4caee2;
  text-decoration: none;
}

.entry-content a:hover {
  color: #4caee2;
  text-decoration: underline;
}

p.centered {
  text-align: center;
}

img.medium-img {
  width: 400px;
  height: 270px;
  object-fit: contain;
  object-position: center bottom;
}

img.cover {
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  img.medium-img {
    object-fit: contain;
    height: 100%;
    max-height: 270px;
  }
}

/* standard button */
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
  color: #4caee2;
  font-size: 1.1em;
  padding: 0;
}

.woocommerce input.button.alt,
.woocommerce ul.products li.product .button::after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.1em;
}

.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce ul.products a.button:hover,
.woocommerce div.product form.cart .button:hover {
  background: none;
}

.woocommerce input.button.alt,
.woocommerce ul.products li.product .button:hover {
  color: #008cd6;
  background: none !important;
}

.woocommerce input.button.alt,
.woocommerce ul.products li.product .button:hover::after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.1em;
}

.woocommerce a.button.alt {
  margin: 0 3px;
  background: #333;
}

.woocommerce a.button.alt:hover {
  background: #222;
}

.site-content {
  margin-top: 0;
  padding-bottom: 0px;
}

.tg-site-layout--default .content-area {
  max-width: 1140px;
}

.site-header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(17, 17, 17, 0.7);
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  z-index: 1000;
  top: 0;
}

.tg-primary-menu div ul li ul {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(17, 17, 17, 0.7);
  border: none;
  border-left: 1px solid #fff;
  text-align: left;
  left: 0 !important;
  top: 100% !important;
  padding: 0 7px 0 10px;
}

.tg-primary-menu > div ul li ul li a {
  border: none;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}

.tg-mobile-navigation,
.tg-mobile-navigation.tg-mobile-navigation--opened {
  width: 100% !important;
  padding: 0 60px;
  top: 60px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tg-mobile-navigation {
  width: 100%;
  padding: 60px;
  transform: translateY(-100%);
  z-index: 1;
}

.tg-mobile-navigation-close {
  display: none;
}

.tg-mobile-navigation > div > ul > li {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
}

.tg-mobile-navigation--opened > div > ul > li {
  opacity: 1;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(2) {
  transition-delay: 0.15s;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(3) {
  transition-delay: 0.2s;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(4) {
  transition-delay: 0.25s;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(5) {
  transition-delay: 0.3s;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(6) {
  transition-delay: 0.35s;
}

.tg-mobile-navigation--opened > div > ul > li:nth-child(7) {
  transition-delay: 0.4s;
}

@media screen and (max-width: 1000px) {
  .menu-main-menu-container > ul > li ::after {
    padding-left: 100vw !important;
  }

  .menu-main-menu-container > ul > li:last-child ::after {
    padding-left: 0 !important;
  }
}

.tg-container {
  max-width: 87.5%;
  padding-left: 0;
  padding-right: 0;
  width: 1140px;
}

.tg-site-header--transparent {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: fixed !important;
}

.tg-site-header--transparent .tg-primary-menu div ul li ul {
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.tg-site-header--transparent.scrolling .tg-primary-menu div ul li ul {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(17, 17, 17, 0.7);
}

.tg-site-header--transparent.scrolling {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(17, 17, 17, 0.7);
}

.site-branding img {
  height: 35px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .site-branding img {
    height: 30px;
    width: auto;
  }
}

.tg-site-header-bottom {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

.tg-mobile-navigation {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(17, 17, 17, 0.7);
  width: calc(100% - 100px);
  overflow: scroll;
}

.tg-mobile-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tg-mobile-navigation li:first-child {
  border: none;
}

.tg-mobile-navigation a {
  color: #fff;
  font-size: 17px;
}

.sub-menu li {
  border: none;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle,
.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
  margin-top: 4px;
}

.buttons-in-text {
  list-style: none;
  padding: 0;
  padding-top: 15px;
  margin: 0;
}

.tg-menu-item-cart {
  display: flex;
}

.tg-icon-shopping-cart::after {
  content: 'Cart';
  font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen-sans,
    ubuntu, cantarell, helvetica neue, helvetica, arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after,
.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
  padding: 20px 0 20px 20px;
}

@media screen and (max-width: 1000px) {
  .tg-icon-shopping-cart::after {
    font-size: 17px;
  }

  .tg-menu-item-cart .cart-page-link {
    padding: 0.5em 0;
  }
}

/* mobile header edit */
@media screen and (max-width: 1000px) {
  /* Boxed Layout */
  .tg-container--separate #primary {
    padding-right: 0;
  }
  .tg-container--separate #secondary {
    padding-left: 0;
  }
  .main-navigation {
    display: none;
  }
  .tg-container--boxed .tg-site {
    width: 90%;
  }
  .tg-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Header Action */
  .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    display: block;
  }
  .tg-mobile-navigation {
    display: block;
  }
  .tg-menu-item-search {
    margin-top: 0.5em;
  }
  .tg-menu-item-search a {
    display: none;
  }
  #primary,
  #secondary {
    width: 100% !important;
    padding: 0;
    border: none;
  }
  .tg-site-footer .tg-footer-widget-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tg-site-footer
    .tg-footer-widget-container.tg-footer-widget-col--two
    .tg-footer-widget-area,
  .tg-site-footer
    .tg-footer-widget-container.tg-footer-widget-col--three
    .tg-footer-widget-area,
  .tg-site-footer
    .tg-footer-widget-container.tg-footer-widget-col--four
    .tg-footer-widget-area {
    width: 100%;
  }
}

/* homepage heading */
.homepage-headings {
  font-size: 50px;
  margin-top: 50px;
}

/* highlight section content styling */

.highlight-section-content {
  max-width: 1140px;
  width: 87.5%;
  margin: -30px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .highlight-section-content {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    width: 100%;
  }
}

/* highlight section - main style */

.highlight-section {
  margin: 0;
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.highlight-section:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .highlight-section {
    text-align: left;
  }

  .highlight-section.centered * {
    text-align: center;
  }
}

.highlight-section h2 {
  font-size: 30px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.highlight-section h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

.highlight-section li,
.highlight-section .woocommerce ul.products li.product .button {
  border-radius: 7px;
  font-weight: inherit;
  line-height: 1.3;
  display: inline-block;
  padding: 6px 20px 9px 0;
}

.highlight-section li:first-child,
.highlight-section .woocommerce ul.products li.product .button:first-child {
  padding-left: 0;
}

.highlight-section li:last-child,
.highlight-section .woocommerce ul.products li.product .button:last-child {
  padding-right: 0;
}

.highlight-section a {
  text-decoration: none;
}

.highlight-section a:hover {
  text-decoration: none;
}

.highlight-section a::after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.1em;
}

section + * {
  margin-bottom: 60px;
}

/* highlight-section-background-image */
.highlight-section-background-image {
  height: 525px;
  background: url('https://www.sonorissoftware.com/wordpress/wp-content/uploads/2019/03/customer-logos.png')
    repeat center;
  display: flex;
  flex-flow: row nowrap;
  margin-top: -30px !important;
  margin-bottom: 50px !important;
}

/* highlight section content styling - two columns */

.highlight-section-two-column {
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: flex-start; /* Safari 6.1+ */
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: stretch;
}

.highlight-section-two-column-centered {
  align-items: center;
}

.highlight-section-two-column-centered > * {
  height: 100%;
}

.highlight-section-two-column-column {
  width: calc(50% + 20px);
  height: auto;
  margin: -30px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .highlight-section-two-column {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .highlight-section-two-column-column {
    width: 100vw;
    margin-bottom: 50px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: left;
    padding: 6.25vw;
  }

  .highlight-section-two-column-column:last-child {
    margin-bottom: 0;
  }
}

/* highlight section content styling - three columns */

.highlight-section-three-column {
  display: -webkit-flex; /* Safari */
  -webkit-justify-content: flex-start; /* Safari 6.1+ */
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.highlight-section-three-column-centered {
  align-items: center;
}

.highlight-section-three-column-column {
  width: calc(33.33333% + 8px);
  height: auto;
  margin: -30px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .highlight-section-three-column {
    flex-wrap: wrap;
  }

  .highlight-section-three-column-column {
    width: 100vw;
    margin-bottom: 50px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: left;
    padding: 6.25vw;
  }

  .highlight-section-three-column-column:last-child {
    margin-bottom: 0;
  }
}

/* highlight section - features */

* + .feature-container {
  margin-top: 30px;
}

.feature-container + * {
  margin-top: 30px;
}

.feature-container ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.feature-container li {
  padding: 10px 20px 10px 0;
  margin: 0;
  width: 33%;
  border-top: 1px solid #333;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
}

.feature-container.less-than-three li,
.feature-block.less-than-two {
  flex-grow: 1;
}

.feature-container li strong {
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}

.feature-block {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .feature-container li,
  .feature-block {
    width: 100%;
  }
}

.feature-block h4 {
  margin-top: 0;
}

.feature-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.feature-block h4 {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.feature-block ul {
  display: flex;
}

.feature-block li {
  width: 100%;
}

/* highlight section content styling - grey */

.highlight-section-content-grey {
  background-color: #151515;
}

/* highlight section content styling - grey */

.highlight-section-content-white {
  background-color: #fcfcfc;
}

.highlight-section-content-white h2 {
  color: #111;
}

.highlight-section-content-white h3 {
  color: #333;
}

.highlight-section-content-white p {
  color: #555;
}

.highlight-section-content-white .feature-container li {
  border-top: 1px solid #ccc;
  color: #555;
}

.highlight-section-content-white a,
.highlight-section-content-white .woocommerce ul.products li.product .button {
  color: #007ec2;
}

.highlight-section-content-white a:hover,
.highlight-section-content-white
  .woocommerce
  ul.products
  li.product
  .button:hover {
  color: #005380;
}

.highlight-section-content-white .woocommerce ul.products li.product .price {
  color: #555;
}

/* highlight-section - two column image section */

.highlight-section-two-column-column-img,
.highlight-section-three-column-column-img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .highlight-section-two-column-column-img,
  .highlight-section-three-column-column-img {
    padding: 0;
    margin-bottom: 20px !important;
    order: -1;
  }

  .highlight-section-two-column-column-img-text,
  .highlight-section-three-column-column-img-text {
    margin-bottom: 0;
  }
}

/* highlight section content styling - two columns black */

.highlight-section-two-column-column-black {
  background-color: #111;
}

.highlight-section-two-column-column-black h2 {
  color: #fff;
}

.highlight-section-two-column-column-black h2 {
  color: #aaa;
}

.highlight-section-two-column-column-black a {
  color: #4caee2 !important;
}

.highlight-section-two-column-column-black a:hover {
  color: #008cd6 !important;
}

.highlight-section-two-column-column-black p {
  color: #aaa !important;
}

/* highlight section content styling - two columns grey */

.highlight-section-two-column-column-grey {
  background-color: #151515;
}

.highlight-section-two-column-column-grey h2 {
  color: #fff;
}

.highlight-section-two-column-column-grey a {
  color: #4caee2 !important;
}

.highlight-section-two-column-column-grey a:hover {
  color: #008cd6 !important;
}

.highlight-section-two-column-column-grey p {
  color: #aaa !important;
}

/* highlight section content styling - two columns Feedback Module grey */

.highlight-section-product-description.highlight-section-fbm
  .highlight-section-content {
  background: linear-gradient(to right, #16431e, #163a38);
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .highlight-section-product-description.highlight-section-fbm
    .highlight-section-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.highlight-section-product-description.highlight-section-fbm h2 {
  color: #fff;
  font-weight: 500;
  font-size: 2.7em;
}

.highlight-section-product-description.highlight-section-fbm h3 {
  color: #c9f6d0;
  font-size: 1.3em;
}

.highlight-section-product-description.highlight-section-fbm p {
  color: #c9f6d0;
}

.highlight-section-product-description.highlight-section-fbm a {
  color: #4ce265 !important;
}

.highlight-section-product-description.highlight-section-fbm img {
  width: 150px;
}

.highlight-section-fbm .highlight-section-two-column-column-grey,
.highlight-section-fbm .highlight-section-content-grey {
  position: relative;
}

.highlight-section-fbm .highlight-section-two-column-column-grey::before,
.highlight-section-fbm .highlight-section-content-grey::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #4ce265, #4cc3bd);
  position: absolute;
  top: 0;
  left: 0;
}

.highlight-section-fbm a {
  color: #81ea93 !important;
}

.highlight-section-fbm a:hover {
  color: #4ce265 !important;
}

/* highlight section content styling - two columns Feedback Module black */

.highlight-section-fbm .highlight-section-content-black {
  background: linear-gradient(to right, #0a200e, #0d2423);
}

.highlight-section-fbm .highlight-section-content-black h2 {
  color: #fff;
  font-weight: 500;
  font-size: 2.7em;
}

.highlight-section-fbm .highlight-section-content-black h3 {
  color: #e0f9e4;
  font-size: 1.3em;
}

.highlight-section-fbm .highlight-section-content-black p {
  color: #d3f7d9;
}

/* highlight section content styling - two columns Feedback Module white */

.highlight-section-fbm .highlight-section-content-white {
  background: url('https://www.sonorissoftware.com/wordpress/wp-content/uploads/2019/04/Schermafbeelding-2019-04-20-om-11.33.29.png'),
    rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-blend-mode: overlay;
}

.highlight-section-fbm .highlight-section-content-white h2 {
  color: #fff;
  font-weight: 500;
  font-size: 2.7em;
}

.highlight-section-fbm .highlight-section-content-white h3 {
  color: #eee;
  font-size: 1.3em;
}

.highlight-section-fbm .highlight-section-content-white p {
  color: #eee;
}

/* highlight section content styling - two columns white */

.highlight-section-two-column-column-white {
  background-color: #fff;
}

.highlight-section-two-column-column-white h2 {
  color: #111 !important;
}

.highlight-section-two-column-column-white a {
  color: #008cd6 !important;
}

.highlight-section-two-column-column-white a:hover {
  color: #007ec0 !important;
}

.highlight-section-two-column-column-white p {
  color: #555 !important;
}

/* highlight section - grey theme */

.highlight-section-grey {
  background-color: #151515;
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.highlight-section-grey h2 {
  color: #fff;
}

.highlight-section-grey h3 {
  color: #888;
}

.highlight-section-grey p {
  color: #aaa;
}

.highlight-section-grey .feature-block h4 {
  color: #fff;
}

.highlight-section-grey .feature-block li {
  border-top: 1px solid #333;
  color: #ccc;
}

.highlight-section-grey a,
.highlight-section-grey .woocommerce ul.products li.product .button {
  color: #4caee2;
}

.highlight-section-grey a:hover,
.highlight-section-grey .woocommerce ul.products li.product .button:hover {
  color: #008cd6;
}

.highlight-section-grey .woocommerce ul.products li.product .price {
  color: #ccc;
}

/* highlight section - white theme */

.highlight-section-white {
  background-color: #fcfcfc;
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.highlight-section-white h2 {
  color: #111;
}

.highlight-section-white h3 {
  color: #333;
}

.highlight-section-white p {
  color: #555;
}

.highlight-section-white .feature-block h4 {
  color: #333;
}

.highlight-section-white .feature-block li {
  border-top: 1px solid #ccc;
  color: #555;
}

.highlight-section-white a,
.highlight-section-white .woocommerce ul.products li.product .button {
  color: #007ec2;
}

.highlight-section-white a:hover,
.highlight-section-white .woocommerce ul.products li.product .button:hover {
  color: #005380;
}

.highlight-section-white .woocommerce ul.products li.product .price {
  color: #555;
}

/* highlight section - black theme */

.highlight-section-black {
  background-color: #111;
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.highlight-section-black h2 {
  color: #fff;
}

.highlight-section-black h3 {
  color: #888;
}

.highlight-section-black p {
  color: #aaa;
}

.highlight-section-black .feature-block h4 {
  color: #fff;
}

.highlight-section-black .feature-block li {
  border-top: 1px solid #333;
  color: #ccc;
}

.highlight-section-black a,
.highlight-section-black .woocommerce ul.products li.product .button {
  color: #4caee2;
}

.highlight-section-black a:hover,
.highlight-section-black .woocommerce ul.products li.product .button:hover {
  color: #008cd6;
}

.highlight-section-black .woocommerce ul.products li.product .price {
  color: #ddd;
}

/* highlight-section - full black theme */

.highlight-section-full-black {
  background-color: #111;
}

.highlight-section-full-black h2 {
  color: #fff;
}

.highlight-section-full-black h3 {
  color: #fff;
}

.highlight-section-full-black p {
  color: #fff;
}

.highlight-section-full-black a,
.highlight-section-full-black .woocommerce ul.products li.product .button {
  color: #fff;
  border: 1px solid #fff;
}

.highlight-section-full-black a:hover,
.highlight-section-full-black
  .woocommerce
  ul.products
  li.product
  .button:hover {
  color: #fff;
}

.highlight-section-black .woocommerce ul.products li.product .price {
  color: #ddd;
}

/* highlight-section products */

.highlight-section-products {
  padding-top: 50px;
}

.highlight-section-products h2 {
  margin-bottom: 30px;
}

.highlight-section-products a {
  margin-bottom: 10px;
}

.woocommerce ul.products li.product a {
  border: none;
  background: none;
}

.woocommerce ul.products {
  padding-top: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 10px auto 0 auto;
  }
}

.woocommerce ul.products li.product .price {
  color: inherit;
  font-size: 15px;
}

/* highlight section content title styling */
.highlight-section-content-header {
  padding-bottom: 0;
  padding-top: 120px;
}

.highlight-section-content-header h2 {
  font-size: 50px;
  font-weight: 100;
}

/* highligh-section - upgrade theme */
.highlight-section-content-upgrade h3 {
  color: #333;
}

/* highlight content - quote (dark) */

.quoteimg {
  padding-top: 25px;
  width: 180px;
}

.quote,
.longquote {
  font-size: 16px;
  font-weight: 200;
  color: #ddd !important;
}

.quote::before,
.longquote::before {
  content: open-quote;
  color: #aaa;
}

.quote::after,
.longquote::after {
  content: close-quote;
  color: #aaa;
}

.author {
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sub-author {
  color: #fff !important;
  font-size: 15px;
  font-weight: 300;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.quote a {
  color: #ff0;
}

/* edit top banner */

.highlight-section-topbanner {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #008cd6;
}

.highlight-section-topbanner a {
  color: #fff;
}

.highlight-section-topbanner a:hover {
  color: #fff;
  opacity: 0.7;
}

.highlight-section-topbanner * {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .highlight-section-topbanner * {
    text-align: center;
  }
}

.highlight-section-topbanner img {
  height: 400px;
  width: 95%;
  margin-bottom: 30px;
  object-fit: contain;
}

.highlight-section-topbanner h2 {
  margin-bottom: 10px;
}

.highlight-section-topbanner h3 {
  font-size: 22px;
  font-weight: 300;
}

.buttons-in-text.topbanner {
  font-size: 1.2em;
  font-weight: 300;
}

.buttons-in-text.topbanner * {
  padding-bottom: 0;
}

.buttons-in-text.topbanner a::after {
  margin-bottom: 0.15em;
}

/* footer */
.widget {
  margin-bottom: 20px;
}

footer img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  footer img {
    width: 160px;
  }
}

.site-content,
.tg-site-layout--default .hentry,
.entry-content {
  margin-bottom: 0;
}

.tg-site-footer {
  background-color: #111;
}

.tg-site-footer .tg-site-footer-widgets .widget-title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.tg-site-footer .tg-site-footer-widgets a {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.tg-site-footer .tg-site-footer-widgets li {
  padding: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.tg-site-footer .tg-site-footer-widgets a {
  font-size: 13px;
}

.footer-sidebar-1 {
  padding-top: 30px;
}

.footer-text p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-text a::after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-bottom: 0.1em;
}

.tg-site-footer-section-2 {
  color: #555;
}

.currency_switcher li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  margin: 0 !important;
}

.currency_switcher li a {
  padding: 5px 0 !important;
  border: none !important;
}

ul.currency_switcher li a:hover {
  color: #777 !important;
  background: none !important;
  border: none !important;
}

ul.currency_switcher li a.active {
  background: none !important;
  border: none !important;
  color: #444 !important;
}

/* shop - main page */

.woocommerce-breadcrumb {
  display: none;
}

.tg-site-layout--default #primary {
  width: 100%;
}

.woocommerce ul.products {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-beteen;
  align-items: stretch;
}

.woocommerce ul.products li:last-child {
  margin-right: 0;
}

.woocommerce ul.products li a.woocommerce-loop-product__link {
  align-self: stretch;
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-end;
  height: 92%;
}

.woocommerce ul.products li a.woocommerce-loop-product__link img,
.woocommerce
  ul.products
  li
  a.woocommerce-loop-product__link
  .woocommerce-placeholder {
  height: 170px;
  object-fit: contain;
  object-position: 50% bottom;
}

.columns-2 h2 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.columns-2 img {
  height: 250px !important;
  object-position: 50% bottom !important;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products li a.woocommerce-loop-product__link img,
  .woocommerce
    ul.products
    li
    a.woocommerce-loop-product__link
    .woocommerce-placeholder {
    height: auto;
  }
}

.woocommerce ul.products li a.woocommerce-loop-product__link h2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}

.woocommerce ul.products li a.button {
  margin: 0 !important;
}

/* single product page */
.woocommerce div.product div.images {
  display: flex;
  justify-content: center;
}

.woocommerce div.product div.images img {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 500px;
  margin: auto;
}

.woocommerce-variation-add-to-cart-disabled {
  display: none;
}

.woocommerce #content div.product div.images {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 95%;
}

.pswp__caption__center {
  text-align: center;
}

.woocommerce #content div.product div.summary {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline;
}

.woocommerce #content div.product div.summary h1 {
  padding-top: 30px;
  font-size: 27px;
  font-weight: 400;
}

p.price,
p.price *,
span.price,
span.price * {
  color: #aaa !important;
  font-weight: 200;
}

/* product page - upgrade section */
#allow_upgrade {
  width: 87.5%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
}

.toggle input[type='button'].upgrade_button {
  padding: 8px;
  width: 100%;
  background: #005380;
  color: #fff;
  border: 1px solid #005380;
  border-radius: 0;
  white-space: normal;
}

.toggle input[type='button'].upgrade_button:hover {
  border: 1px solid #4caee2;
}

/* more info box */
.moreinfo-box,
#upgrade_order_list {
  padding: 8px 0;
  color: #fff;
  background: #222;
  width: 100%;
}

#upgrade_order_list {
  padding: 0 0 15px 0;
}

#upgrade_order_list a {
  color: #4caee2;
}

#upgrade_order_list a:hover {
  color: #008cd6;
}

.moreinfo-box p {
  display: inline-block;
  padding: 0;
  margin: 0 15px;
  text-align: left;
  color: #eee;
}

.moreinfo-button {
  padding: 8px 0;
  color: #4caee2;
  background: #222;
  width: 100%;
  margin: 0;
}

.moreinfo-button:hover {
  color: #008cd6;
}

.moreinfo-got-it {
  display: inline-block;
  color: #4caee2;
  margin: 0;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #444;
}

.moreinfo-got-it:hover {
  color: #008cd6;
}

input[type='checkbox'].moreinfo-checkbox {
  display: none;
}

.moreinfo-box {
  display: none;
}

.moreinfo-checkbox:checked ~ .moreinfo-button {
  display: none;
}

.moreinfo-checkbox:checked ~ .moreinfo-box {
  display: inline-block;
}
/* end */

.woocommerce div.product form.cart {
  border-top: 1px solid #333;
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 40px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

.single_variation {
  margin-top: 10px;
  margin-bottom: 20px;
}

.woocommerce div.product form.variations_form {
  top: 40px;
  margin-top: 50px;
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.single_variation {
  margin-top: 10px;
  margin-bottom: 20px;
}

.woocommerce-variation-price * {
  color: #4caee2;
}

.woocommerce div.product form.cart .variations {
  display: inline;
}

.woocommerce div.product form.cart .variations * {
  margin: 0;
  padding: 0;
}

.woocommerce div.product form.cart .variations .label {
  text-align: right;
}

.woocommerce div.product form.cart .variations td {
  white-space: nowrap;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}

.variations,
.variations * {
  width: auto !important;
}

.variations td.label {
  display: none;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .value select {
  color: #000;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  padding: 0;
  display: inline-block;
}

.woocommerce div.product form.cart div.quantity input {
  float: none;
  display: inline;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-radius: 5px;
  font-weight: inherit;
  cursor: default;
  color: #fff;
  background: none;
  border: 1px solid #333 !important;
  font-size: inherit;
  text-align: left;
}

.woocommerce
  div.product
  form.cart
  div.quantity
  input[type='number']::-webkit-inner-spin-button,
.woocommerce
  div.product
  form.cart
  div.quantity
  input[type='number']::-webkit-outer-spin-button {
  opacity: 0.5;
}

.woocommerce div.product form.cart .button {
  float: none;
  display: inline;
  text-decoration: none;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  border-radius: 7px;
  font-weight: 600;
  cursor: default;
  line-height: 1.3;
  font-size: 15px;
  background: none;
  color: #4caee2;
  font-size: 1.1em;
}

.woocommerce div.product form.cart .button::after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.1em;
}

.woocommerce div.product form.cart .button:hover {
  color: #008cd6;
}

.product_meta {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

/* product downloads */

.highlight-section-product-links {
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  width: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.highlight-section-product-links * {
  list-style: none;
  white-space: nowrap;
}

.dropdown {
  max-width: 800px;
  margin: 0;
}

.dropdown > li {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  margin: 10px 0;
}

.dropdown > li > p {
  margin: 0;
  cursor: pointer;
  line-height: 2.1;
  text-align: center;
  color: #4caee2;
}

.dropdown > li > p:hover {
  color: #008cd6;
}

.dropdown > li > p::after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.3em;
}

.sub-dropdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  margin-top: 10px;
}

.sub-dropdown li a {
  margin: 4px;
  display: inline-block;
  border: 1px solid #008cd6;
  border-radius: 5px;
  padding: 0px 7px;
  -webkit-transition: 0; /* Safari */
  transition: 0;
}

.sub-dropdown li a:hover {
  text-decoration: none;
  color: #007ec2;
  border: 1px solid #007ec2;
}

.sub-dropdown li a:hover::after {
  color: #007ec2;
}

.sub-dropdown li a:after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 768px) {
  .sub-dropdown li,
  .sub-dropdown li a {
    text-align: center;
    width: 90%;
    box-sizing: border-box;
  }
}

/* product description */

.highlight-section-product-description {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.highlight-section-product-description h2 {
  font-size: 40px;
  font-weight: 300;
}

.download::after {
  content: '' !important;
  border-left: 1px solid;
  border-right: none !important;
  margin-left: 10px !important;
  margin-bottom: 0.2em !important;
}

.highlight-section-two-column-column-product-img {
  text-align: center;
}

.highlight-section-two-column-column-product-img-text {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .highlight-section-two-column-column-product-img {
    order: -1;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

  .highlight-section-two-column-column-product-img-text {
    text-align: center;
    margin-bottom: 0;
  }
}

.product-image {
  max-height: 500px;
}

.reset_variations {
  padding-left: 20px;
}

/* related products */
.related {
  margin-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.related h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100%;
    text-align: center;
  }
}

/* single category page */
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product,
.woocommerce-products-header {
  text-align: center;
}

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

.woocommerce-products-header {
  padding-bottom: 40px;
}

.woocommerce-products-header h1 {
  font-size: 50px;
  font-weight: 200;
}

.woocommerce-products-header p {
  font-weight: 300;
  margin-top: 20px;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.woocommerce ul.products li.product {
  margin-bottom: 60px;
}

.woocommerce ul.products li.product .button:hover {
  background: #444;
}

/* category overview page */

.woocommerce ul.products li.product .woocommerce-placeholder,
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image--placeholder {
  border: none;
}

.woocommerce ul.products li.product a img {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.product-category {
  font-size: 20px;
}

.product-category h2 {
  font-weight: 200;
  letter-spacing: 0.5px;
}

mark.count {
  display: none;
}

/* messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: #222;
  color: #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2em;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  top: inherit;
}

@media screen and (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    padding: 1em 1em 1em 3.5em;
  }
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  order: 2;
  white-space: nowrap;
  margin-left: 10px !important;
  text-decoration: none;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  border-radius: 7px;
  font-weight: inherit;
  cursor: default;
  line-height: 1.3;
  color: #fff;
  background: #333;
  border: none;
  font-size: 15px;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
  color: #fff;
  background-color: #444;
  text-decoration: none;
}

.woocommerce .woocommerce-message .button {
  background: #333;
  font-weight: 400;
  color: #fff;
}

.woocommerce .woocommerce-message .button:hover {
  background: #444;
  font-weight: 400;
  color: #fff;
}

/* info messages */
.woocommerce-info {
  background: #222;
  color: #ddd;
}

.woocommerce .woocommerce-info .button {
  background: #333;
  font-weight: 400;
  color: #fff;
}

.woocommerce .woocommerce-info .button:hover {
  background: #444;
  font-weight: 400;
  color: #fff;
}

/* error messages */
.woocommerce-error {
  background: #222;
  color: #ddd;
}

.woocommerce .woocommerce-error .button {
  background: #333;
  font-weight: 400;
  color: #fff;
}

.woocommerce .woocommerce-error .button:hover {
  background: #444;
  font-weight: 400;
  color: #fff;
}

/* cart */
.woocommerce table {
  border: none;
}

.woocommerce table th,
.woocommerce table td {
  border: none;
  color: #fff;
  font-weight: 400 !important;
}

.woocommerce table a {
  color: #fff;
  text-decoration: none;
}

.woocommerce table a:hover {
  color: #bbb;
}

.woocommerce a.remove,
.woocommerce a.remove:hover {
  visibility: hidden;
  color: #4caee2 !important;
}

.woocommerce a.remove::before {
  content: 'Remove';
  visibility: visible;
  font-size: 15px;
  font-weight: 400;
  color: #4caee2;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody td {
  border: none;
}

.woocommerce table.shop_table tbody td {
  border-top: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table tbody td {
    border: none;
  }
}

/* my account - downloads */

.woocommerce-MyAccount-content mark {
  background: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr {
    padding: 0 10px;
    background: #222;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.woocommerce table.shop_table tbody tr:first-child td {
  border-top: none;
}

.woocommerce table.shop_table thead tr th {
  border-bottom: 1px solid #aaa;
}

.woocommerce table.shop_table .product-upgrade-meta {
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_table .product-upgrade-meta-key {
  color: rgba(255, 255, 255, 0.675);
  font-size: 0.875rem;
  font-family: monospace;
}

.woocommerce table .woocommerce-Price-amount,
.woocommerce table .woocommerce-price-suffix {
  color: #fff;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  background-color: #333;
  border: none !important;
  color: #fff !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  color: #4caee2;
  font-weight: 400;
  background: none;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  color: #4caee2;
  text-decoration: underline;
  font-weight: 400;
  background: none;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: none;
  color: #ddd !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.woocommerce-cart table.cart .product-thumbnail {
  display: flex;
  justify-content: center;
  text-align: left !important;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  max-height: 80px;
  width: auto;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 300 !important;
  font-size: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals * {
  border: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 40%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  font-weight: 300;
  background: #008cd6;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff;
  font-weight: 300;
  background: #4caee2;
}

.woocommerce-cart .wc-proceed-to-checkout {
  width: 40%;
  display: block;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 300;
}

/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
  background: #111 !important;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals table,
  .woocommerce-cart .wc-proceed-to-checkout {
    width: 100%;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    float: left;
    clear: both;
    padding-left: 0;
  }

  .woocommerce-page table.shop_table_responsive tr td.product-name {
    font-size: 1.3em;
    float: left;
    clear: both;
    text-align: left !important;
  }

  .woocommerce-page table.shop_table_responsive tr td.product-price {
    font-size: 1.1em;
    clear: left;
    margin-top: 0;
    padding-top: 0;
  }

  .woocommerce-page table.shop_table_responsive tr td.product-quantity {
    clear: both;
  }

  .woocommerce-page table.shop_table_responsive tr td.product-name::before,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before,
  .woocommerce-page table.shop_table_responsive tr td.product-price::before {
    content: '';
  }

  .woocommerce-page table.shop_table_responsive tr td.product-quantity {
    line-height: 40px;
  }

  .woocommerce-cart-form__cart-item {
    background: #171717 !important;
    padding: 10px;
    margin-bottom: 30px;
  }

  .woocommerce table.shop_table_responsive tr td::before {
    text-align: right !important;
    padding-right: 1em;
  }
}

/* Checkout */
.woocommerce table.shop_table {
  margin-top: 20px;
  margin-bottom: 40px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding-left: 0 !important;
}

.woocommerce table.shop_table thead th {
  font-weight: 500 !important;
}

.woocommerce button#place_order {
  background: #008cd6;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 300;
  cursor: default;
  line-height: 1.3;
  color: #fff;
  margin-top: 10px;
  width: 40%;
  height: 50px;
  font-size: 17px;
}

.woocommerce button.button.alt:hover {
  background: #4caee2;
}

.woocommerce-checkout #payment {
  background: #222 !important;
  color: #fff;
}

div.payment_box,
div.payment_box p {
  background: #222 !important;
  margin-top: 5px !important;
  padding-top: 0 !important;
  color: #ccc !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  float: left;
  margin-top: 0.6em;
  margin-right: 0.5em;
}

.wc_payment_methods label {
  margin-left: 1em;
}

ul.payment_methods li img {
  float: left;
  height: 24px;
  width: 38px;
  border-radius: 5px;
  object-fit: contain;
}

div.payment_box::before {
  display: none !important;
}

.about_paypal {
  display: none;
}

.wc_payment_methods label {
  display: inline;
}

.woocommerce-checkout #payment ul.payment_methods {
  border: none;
}

.woocommerce-checkout #payment div.form-row {
  padding-top: 0;
}

/* my account */
.woocommerce-MyAccount-content p {
  margin-top: 0;
}

.woocommerce-MyAccount-content strong {
  font-weight: inherit;
}

.woocommerce-MyAccount-content h3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.woocommerce form .form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-top: 1px solid #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #999;
  text-decoration: none;
}

form em {
  color: #aaa;
  font-size: 0.9em;
  font-style: normal;
}

.woocommerce-account .addresses .title {
  display: flex;
  align-items: flex-end;
}

.woocommerce-account .addresses .title h3 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
}

.woocommerce-account .addresses .title .edit {
  float: left;
  margin-left: 20px;
}

.woocommerce-Address address {
  margin-top: 20px !important;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid #333;
  }
}

/* my account - address fields*/

#vat_number_field {
  width: 100%;
}

.woocommerce-address-fields button {
  margin-top: 20px !important;
}

/* my account - password change */

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

legend {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

/* login */
#customer_login h2 {
  font-size: 20px !important;
  font-weight: 300;
}

#customer_login label.inline {
  margin-left: 30px;
}

.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin-top: 10px;
}

/* my account - orders */
.woocommerce-orders-table {
  margin-top: 0 !important;
}

.woocommerce-orders-table__cell a {
  color: #4caee2 !important;
}

.woocommerce-orders-table__cell a:hover {
  color: #4caee2 !important;
  text-decoration: underline !important;
}

.woocommerce table.my_account_orders .button {
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  .woocommerce-orders-table tr {
    background: #171717;
     padding: 10px;
    margin-bottom: 30px;
  }
}

/* custom software */
.featured-logos-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.featured-logos {
  margin: 8px;
}

/* contact form */
.contact-form-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.contact-form-info > label {
  width: 45%;
  margin-right: 20px;
  border-bottom: 1px solid #333;
}

.contact-form-info > label > span > label {
  margin: 0;
  padding: 0.7rem 0;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .contact-form-info label {
    width: 100%;
    margin-right: 0;
  }
}

.contact-form-info label * {
  background: none;
  padding-left: 0;
}

.contact-form-message label {
  width: 100%;
  border-bottom: 1px solid #333;
  background: #181818;
}

.contact-form-message label * {
  background: none;
}

.contact-form-message,
.contact-form-send {
  margin-top: 30px;
}

.contact-form-send input {
  text-decoration: none;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  border-radius: 7px;
  font-weight: inherit;
  cursor: default;
  line-height: 1.3;
  color: #fff;
  background: #333;
  border: none;
  font-size: 15px;
}

.contact-form-send input:hover {
  background: #222;
}

.ajax-loader {
  display: none !important;
}

div.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
}

/* contact page */
.feature-container-contact-info {
  justify-content: space-between;
  margin-top: 0;
}

.feature-container-contact-info .feature-block {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .feature-container-contact-info .feature-block {
    width: 100%;
  }
}

.feature-container-contact-info .feature-block a {
  color: #ccc;
}

/* userstories */

h1.userstories,
h2.userstories,
h3.userstories,
h4.userstories {
  margin: 60px auto 40px;
  max-width: 750px;
  font-weight: 500;
}

p.userstories {
  font-size: 1.2em;
  max-width: 750px;
  line-height: 1.8;
  margin: auto;
  margin-bottom: 30px;
  font-weight: 300;
}

/* newsletter sign up */

.newsletter-sign-up {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-sign-up > * {
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 14px;
}

.newsletter-sign-up-field {
  max-width: 300px !important;
}

.mc4wp-response {
  text-align: center;
}

/* Browse products widget */

div#woocommerce_product_categories-2 ul {
  margin-top: 20px;
}

div#woocommerce_product_categories-2 li {
  width: 100%;
  border-radius: 0;
  border: none;
  border-top: 1px solid #333;
}

div#woocommerce_product_categories-2 li:hover {
  background: none !important;
}

/* removes styling for links that wrap other stuff */
a.link-wrapper {
  margin: 0;
  padding: 0;
}

a.link-wrapper::after {
  display: none;
}

/* our customers */
div.our-customers {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
}

div.our-customers a {
  color: #eee;
  font-weight: 300;
}

div.our-customers a:hover {
  color: #eee;
  font-weight: 300;
  text-decoration: none;
}

div.our-customers > div {
  width: 30%;
  min-width: 300px;
}

div.our-customers > div > a {
  padding: 0;
  height: 105px;
  display: flex;
  margin-bottom: 100px;
}

div.our-customers > div a > div {
  flex-shrink: 0;
}

div.our-customers img {
  width: 105px;
  height: 105px;
}

div.our-customers > div > a > p {
  display: block;
  margin: auto 0 auto 20px;
}

/* more info pages */
.highlight-section-learnmore-header {
  background: #000;
  padding: 60px 0;
  text-align: center;
}

.highlight-section-learnmore-header h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.highlight-section-learnmore-header h3 {
  color: #eee;
  font-weight: 200;
  font-size: 25px;
}

.highlight-section-learnmore-header img {
  max-height: 400px;
  max-width: 95%;
  object-fit: contain;
}

.content-wrapper.learnmore {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  padding-bottom: 100px;
}

/* feedback module page */
.fbm-mail-header {
  width: 100%;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: 45px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  margin-left: auto;
  margin-right: auto;
  background: #edfcef;
  border-radius: 5px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.7);
}

.fbm-mail-header > div:first-child {
  margin: 2px 0;
}

.fbm-mail-header > div:nth-child(2) {
  margin: 2px 0;
}

.fbm-mail-header > div:nth-child(2) p {
  text-align: left;
  line-height: 1.4;
  margin: 0;
  margin-left: 10px;
  color: #000;
  opacity: 0.7;
}

.fbm-mail-header > div:nth-child(2) p:first-child {
  font-weight: 600;
  color: #000;
  opacity: 0.9;
}

.fbm-mail-header > div:nth-child(3) {
  flex-grow: 1;
}

.fbm-mail-header > div:nth-child(3) p {
  line-height: 1.4;
  margin: 0;
  margin-top: 2px;
  color: #000;
  opacity: 0.5;
  text-align: right;
}

.fbm-mail-header > div > div {
  color: #000;
  line-height: 1.4;
  opacity: 0.7;
}

/* img with shadow */
img.img-with-shadow {
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.5);
}

/* frontpage feedback module banner */
.highlight-section-feedback-module {
  padding: 100px 0;
  background: -webkit-linear-gradient(0deg, #0e2a13, #0e2423), #000;
}

.highlight-section-feedback-module img {
  width: 100%;
  max-width: 600px;
  margin-bottom: 50px;
  -webkit-box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.46);
  box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.46);
}

.highlight-section-feedback-module .fade-in-1000,
.highlight-section-feedback-module .fade-in-1500,
.highlight-section-feedback-module .fade-in-2000 {
  opacity: 0;
}

.highlight-section-feedback-module h2 {
  color: #4ce265;
  font-weight: 500;
  font-size: 40px;
}

@supports (-webkit-background-clip: text) and
  (-webkit-text-fill-color: transparent) {
  .highlight-section-feedback-module h2 {
    background: -webkit-linear-gradient(0deg, #4ce265, #4cc3bd), none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.highlight-section-feedback-module h3 {
  font-size: 25px;
  color: #fff;
}

.highlight-section-feedback-module a,
.highlight-section-feedback-module a:hover {
  color: #fff;
}

/* OEM Download Page */
.oem-entry,
.oem-studio,
.oem-version,
.oem-download {
  text-align: center;
}

.oem-entry > p {
  margin-bottom: 4px;
}

.oem-entry > input[type='text'] {
  width: 300px;
  display: inline-block;
}

.oem-entry > input[type='submit'] {
  width: 100px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .oem-entry > p {
  }

  .oem-entry > input[type='text'] {
    width: 100%;
  }

  .oem-entry > input[type='submit'] {
    margin-top: 4px;
    width: 100%;
  }
}

.oem-studio {
  font-size: 30px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 5px;
  padding: 0;
  color: #fff;
}

.oem-version {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}

.oem-download-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.oem-download {
  display: inline-block;
  margin: 0 5px 5px;
}

.oem-download > input {
  display: inline-block;
  border: 1px solid #008cd6;
  border-radius: 5px;
  padding: 4px 7px;
  background: 0;
  color: #008cd6;
  font-size: 15px;
}

.oem-download > input:hover {
  color: #007ec2;
  background: none;
  border-color: #007ec2;
}

.oem-download > input::after {
  content: '';
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px;
  margin-right: 3px;
  margin-bottom: 0.3em;
}

.oem-download-ios {
  margin-top: 10px;
  text-align: center;
}

.oem-download-ios img {
  height: 40px;
}

a.download-ios::after {
  display: none;
}

.download-ios img {
  height: 40px;
}

/* Landing page */

.lp-header {
  margin-bottom: 120px;
}

.lp-header * {
  text-align: left;
}

.lp-header > div {
  position: relative;
}

.lp-header img {
  width: 80%;
}

.lp-header h1 {
  font-size: 8vh;
  font-weight: 400;
  position: absolute;
  margin: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 950px) {
  .lp-header {
    margin-bottom: 60px;
  }
  .lp-header h1 {
    position: initial;
    transform: none;
  }

  .lp-header img {
    width: 100%;
  }
}

.lp-products .woocommerce ul.products li.product {
  padding: 30px;
}

.lp-products .woocommerce ul.products li.product img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp-products .highlight-section-three-column-column {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}

.lp-products .woocommerce ul.products li.product h3 {
  font-weight: 200;
  font-size: 25px;
  color: #aaa;
}

.lp-products .woocommerce ul.products li.product h2 {
  justify-content: flex-start;
  font-weight: 500;
  font-size: 30px;
  flex-grow: 0;
}

.lp-products .woocommerce ul.products li.product a {
  color: #4caee2;
}

.lp-products .woocommerce ul.products li.product a:hover {
  color: #008cd6;
}

.lp-description {
  font-size: 25px;
  font-weight: 200;
  max-width: 800px;
  margin: 50px auto 130px;
}

.lp-quotes {
  max-width: 1000px;
  margin: 0 auto 160px;
}

.lp-quotes blockquote {
  position: relative;
  text-align: left;
  font-size: 1.2em;
  font-weight: 500;
  margin: 30px 0;
}

.lp-quotes blockquote p::before {
  content: open-quote;
  position: absolute;
  top: -20px;
  left: -15px;
  font-size: 4em;
  color: #fff;
  opacity: 0.2;
}

.lp-quotes blockquote::after {
  content: no-close-quote;
}

.lp-quotes cite {
  font-weight: 300;
  font-size: 1rem;
}

/* Sale */
span.onsale {
  display: none;
}

.woocommerce .price ins span {
  display: inline-block;
  padding: 0.1rem 0.75rem;
  border-radius: 0.25rem;
  background: #00ae44;
  margin: 0 0.25rem;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none;
}

.page-older-versions ul {
  list-style: none;
  margin-top: 0.5rem;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page-older-versions {
  text-align: center;
}

.page-older-versions li a {
  margin: 4px;
  display: inline-block;
  color: #008cd6;
  border: 1px solid #008cd6;
  border-radius: 5px;
  padding: 0px 7px;
  -webkit-transition: 0; /* Safari */
  transition: 0;
}

.page-older-versions li a:hover {
  text-decoration: none;
  color: #007ec2;
  border: 1px solid #007ec2;
}

.page-older-versions li a:hover::after {
  color: #007ec2;
}

.page-older-versions li a:after {
  content: '' !important;
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 3px !important;
  margin-bottom: 0.3em;
}