/* Fonts */
/* Grid */
/* Breakpoints */
/* Row */
/* Column */
#top-primary-navigation {
  float: left;
  font-family: 'Roboto', Helvetica, Arial, Lucida, serif; }

#main-menu .menu-item-has-children > a:first-child {
  padding-right: 20px; }

#main-menu .menu-item-has-children > a:first-child:after {
  position: absolute;
  top: 0;
  right: 4px;
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  content: "3"; }

@media screen and (max-width: 980px) {
  #main-menu {
    display: none; } }

#main-menu,
.fullwidth-menu,
nav#top-primary-menu-nav,
nav.fullwidth-menu-nav {
  float: left; }

#main-menu,
#top-primary-menu-nav {
  line-height: 0; }

#main-menu li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  word-wrap: break-word; }
  #main-menu li:last-child {
    margin-right: 0; }
  #main-menu li li a {
    width: 200px;
    padding: 6px 20px; }
  #main-menu li a {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none; }

@media (min-width: 981px) and (max-width: 1120px) {
  #main-menu li {
    font-size: 12px; } }

@media (min-width: 981px) and (max-width: 1260px) {
  #main-menu li {
    margin-right: 12px !important; } }

#main-menu a {
  display: inline-block;
  color: #fff; }
  #main-menu a:hover {
    color: #00bcb8; }

.et_fixed_nav #top-primary-navigation {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

@media screen and (min-width: 981px) {
  #top-primary-navigation {
    padding: 30px 0 0 0; } }

@media screen and (min-width: 981px) {
  #top-primary-navigation nav > ul > li > a {
    padding-bottom: 30px; } }

@media screen and (min-width: 981px) {
  .home #top-primary-navigation {
    padding: 52px 0 0 0; } }

@media screen and (min-width: 981px) {
  .home #top-primary-navigation nav > ul > li > a {
    padding-bottom: 52px; } }

@media screen and (min-width: 981px) {
  .et-fixed-header #top-primary-navigation {
    padding: 20px 0 0 0; } }

@media screen and (min-width: 981px) {
  .et-fixed-header #top-primary-navigation nav > ul > li > a {
    padding-bottom: 20px; } }

.circle-border {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative; }
  .circle-border i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media screen and (min-width: 981px) {
  #top_shopping_cart .icon-container,
  #et_top_search .icon-container {
    margin-top: -4px; } }

#et_top_search {
  float: left; }

@media screen and (max-width: 1024px) {
  #et_top_search {
    margin-left: 10px; } }

@media screen and (max-width: 980px) {
  #et_top_search {
    margin-top: 4px; } }

@media screen and (min-width: 981px) {
  #et_top_search {
    margin-top: -4px; } }

#top_shopping_cart {
  display: block;
  float: left;
  position: relative;
  width: 18px;
  margin: -4px 0 0 12px; }

@media screen and (max-width: 980px) {
  #top_shopping_cart {
    margin: 4px 12px 0 0; } }

#et_top_search div {
  cursor: pointer; }

#et_top_search .label {
  font-size: 14px; }

@media screen and (max-width: 1024px) {
  #et_top_search .label {
    display: none; } }

@media (min-width: 981px) and (max-width: 1120px) {
  #et_top_search .label {
    font-size: 12px; } }

.et_pb_menu_hidden #et_top_search > div,
.et_pb_menu_hidden .et-social-icons,
.et_pb_menu_hidden #top_shopping_cart > div {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

.et_pb_menu_visible #et_top_search > div,
.et_pb_menu_visible .et-social-icons,
.et_pb_menu_visible #top_shopping_cart > div {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

.et_pb_menu_hidden #et_top_search > div,
.et_pb_menu_hidden .et-social-icons,
.et_pb_menu_hidden #top_shopping_cart > div {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

.et_pb_menu_visible #et_top_search > div,
.et_pb_menu_visible .et-social-icons,
.et_pb_menu_visible #top_shopping_cart > div {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

.et_pb_no_animation #et_top_search > div,
.et_pb_no_animation .et-social-icons,
.et_pb_no_animation #top_shopping_cart > div {
  -webkit-animation: none !important;
  animation: none !important; }

/* Footer */
.footer-trademark-wrapper {
  border-top: 1px solid #383838; }
  .footer-trademark-wrapper .container {
    max-width: 570px; }

#footer-trademarks {
  padding-top: 29px;
  padding-bottom: 37px;
  font-size: 12px;
  line-height: 20px;
  color: #3e3e3e; }

/* Custom Post Slider */
div [class*="et_pb_ant_custom_post_slider_"].et_pb_slider .et_pb_button,
div [class*="et_pb_ant_custom_post_slider_"].et_pb_slider .et_pb_button:hover {
  padding-left: 0 !important;
  margin-top: 12px;
  text-decoration: underline; }

div [class*="et_pb_ant_custom_post_slider_"] .et_pb_slides .et_pb_container {
  height: 450px !important; }

div [class*="et_pb_ant_custom_post_slider_"] .et_pb_slider_container_inner {
  width: 86%;
  vertical-align: bottom;
  padding-bottom: 88px; }

div [class*="et_pb_ant_custom_post_slider_"] .et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner,
div [class*="et_pb_ant_custom_post_slider_"] .et_pb_slides .et_pb_empty_slide.et_pb_container {
  display: table-cell; }

div [class*="et_pb_ant_custom_post_slider_"] .et_pb_slide_description {
  padding: 0;
  text-align: left !important; }

div [class*="et_pb_ant_custom_post_slider_"] .et-pb-controllers {
  padding: 0 6%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: left; }

div [class*="et_pb_ant_custom_post_slider_"] .et-pb-controllers a {
  width: 9px;
  height: 9px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
  position: relative; }

div [class*="et_pb_ant_custom_post_slider_"] .et-pb-controllers .et-pb-active-control {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
  background-color: #00bbb8 !important; }
  div [class*="et_pb_ant_custom_post_slider_"] .et-pb-controllers .et-pb-active-control:after {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background-color: #000;
    content: ''; }

.top_mask {
  width: 100%;
  height: 83px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.64; }

/* Button group */
.btn-group {
  display: inline-block; }
  .btn-group .et_pb_button {
    float: left; }
  .btn-group .et_pb_button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

@media screen and (max-width: 767px) {
  .btn-group .et_pb_button:first-child {
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; } }
  .btn-group .et_pb_button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media screen and (max-width: 767px) {
  .btn-group .et_pb_button:last-child {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px; } }

.product-cta-wrapper {
  width: 400px;
  margin-top: 30px; }

@media screen and (max-width: 1023px) {
  .product-cta-wrapper {
    width: 100%; } }

.product-cta {
  width: 100%; }
  .product-cta .et_pb_button {
    text-transform: uppercase; }
    .product-cta .et_pb_button:hover {
      border: 2px solid #00bbb8;
      padding: 10px;
      background-color: transparent; }
    .product-cta .et_pb_button:before, .product-cta .et_pb_button:after {
      font-size: 26px;
      content: unset; }

@media screen and (max-width: 1023px) {
  .product-cta .et_pb_button {
    padding: 10px; } }
  .product-cta.btn-group .et_pb_button:hover {
    text-decoration: underline; }
  .product-cta.btn-group .et_pb_button:first-child,
  .product-cta.btn-group .et_pb_button:first-child:hover {
    background-color: #00bbb8;
    color: #000; }

@media screen and (max-width: 767px) {
  .product-cta.btn-group .et_pb_button:first-child,
  .product-cta.btn-group .et_pb_button:first-child:hover {
    margin-bottom: -1px; } }
  .product-cta.btn-group .et_pb_button {
    width: 50%;
    color: #00bbb8;
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .product-cta.btn-group .et_pb_button {
    width: 100%; } }
  .product-cta.btn-group .et_pb_button:last-child {
    margin-left: -1px; }

@media screen and (max-width: 767px) {
  .product-cta.btn-group .et_pb_button:last-child {
    margin-left: 0; } }

.product-portfolio .et_pb_portfolio_item h2 {
  margin-top: 16px; }

@media screen and (min-width: 768px) {
  .product-portfolio.three-column-grid .et_pb_grid_item:nth-child(3n) {
    margin-right: 0 !important; }
  .product-portfolio.three-column-grid .et_pb_grid_item:nth-child(4n+1) {
    clear: unset !important; } }

.product-portfolio .post-excerpt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }

.product-portfolio .product-cta-wrapper {
  width: 100%; }

.product-portfolio .product-cta-wrapper .product-cta.btn-group .et_pb_button {
  padding: 5px 10px; }

/* Button Link */
.btn-link {
  border: none;
  background: transparent; }

/* Page Header */
/* Account Page */
@media screen and (min-width: 981px) {
  .page-account .dashboard-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.page-account .dashboard-item {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 60px;
  text-align: center; }

@media screen and (min-width: 981px) {
  .page-account .dashboard-item {
    width: 33.333333333333%; } }

.page-account .dashboard-item > a {
  display: block; }

.page-account .dashboard-item i {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 36px;
  color: #00bbb8; }

.page-account .dashboard-item-name {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000; }

.page-account .dashboard-item-name + span {
  font-size: 14px;
  line-height: 16px;
  color: #00BBB8; }

/* Product Page */
.page-products .product-portfolio .et_pb_portfolio_grid_items {
  margin-left: -15px;
  margin-right: -15px; }

.page-products .product-portfolio .et_pb_portfolio_item.product {
  float: left;
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 54px !important; }

.page-products .product-portfolio .alm-reveal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.page-products .product-portfolio .alm-reveal .et_pb_portfolio_item.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.page-products .product-portfolio .alm-reveal .post-excerpt {
  margin-bottom: 30px; }

.page-products .product-portfolio .alm-reveal .product-cta-wrapper {
  margin-top: auto !important; }

.row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.comparison-table {
  float: left;
  width: 100%; }

@media screen and (max-width: 480px) {
  .comparison-table {
    padding: 0; } }

#content-area .comparison-table .ct-header {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #82d9d7; }

#content-area .comparison-table .ct-content {
  background-color: transparent; }

#content-area .comparison-table .ct-header ul, #content-area .comparison-table .ct-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  list-style: none; }

@media screen and (max-width: 480px) {
  #content-area .comparison-table .ct-header ul, #content-area .comparison-table .ct-content ul {
    padding: 15px 0;
    line-height: 16px; } }

#content-area .comparison-table .ct-header li, #content-area .comparison-table .ct-content li {
  width: 10%;
  text-align: center;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    #content-area .comparison-table .ct-header li, #content-area .comparison-table .ct-content li {
      width: 12%; } }

@media screen and (max-width: 480px) {
  #content-area .comparison-table .ct-header li, #content-area .comparison-table .ct-content li {
    width: 20%;
    font-size: 12px; } }

#content-area .comparison-table .ct-header li:first-child, #content-area .comparison-table .ct-content li:first-child {
  width: 30%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #content-area .comparison-table .ct-header li:first-child, #content-area .comparison-table .ct-content li:first-child {
      width: 20%; } }

@media screen and (max-width: 480px) {
  #content-area .comparison-table .ct-header li:first-child, #content-area .comparison-table .ct-content li:first-child {
    width: 100%;
    padding-bottom: 15px;
    text-align: center; } }

#content-area .comparison-table .ct-header li {
  color: #00bbb8; }

#content-area .comparison-table .ct-content li {
  color: #ffffff; }

@media screen and (max-width: 480px) {
  #content-area .comparison-table.compare-soundsoap .ct-header li,
  #content-area .comparison-table.compare-soundsoap .ct-content li {
    width: 25%; } }

#content-area .comparison-table.compare-soundsoap .ct-header li:first-child,
#content-area .comparison-table.compare-soundsoap .ct-content li:first-child {
  width: 60%; }

@media screen and (max-width: 480px) {
  #content-area .comparison-table.compare-soundsoap .ct-header li:first-child,
  #content-area .comparison-table.compare-soundsoap .ct-content li:first-child {
    width: 100%;
    padding-bottom: 15px;
    text-align: center; } }

@media screen and (max-width: 480px) {
  #content-area .comparison-table .ct-header li:first-child {
    display: none; } }

#content-area .comparison-table .fa.fa-check-circle {
  color: #00bbb8; }

#content-area .comparison-table.fixed-header {
  padding-top: 68px; }

#content-area .comparison-table.fixed-header .ct-header {
  top: 120px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media screen and (max-width: 767px) {
  #content-area .comparison-table.fixed-header .ct-header {
    top: 49px; } }

.admin-bar #content-area .comparison-table.fixed-header .ct-header {
  top: 152px; }

@media screen and (max-width: 767px) {
  .admin-bar #content-area .comparison-table.fixed-header .ct-header {
    top: 95px; } }

@media screen and (max-width: 980px) {
  #content-area .comparison-table:first-child table {
    border-bottom: 0; } }

@media screen and (max-width: 980px) {
  #content-area .comparison-table:not(:first-child) table {
    border-top: 0; } }

@media screen and (max-width: 980px) {
  #content-area .comparison-table:not(:first-child) table thead {
    display: none; } }

.comparison-section li {
  padding: 8px 0; }
  .comparison-section li ul {
    padding-top: 0;
    padding-bottom: 0; }

.product-name-header {
  font-family: 'AutoTune'; }

#at-efx-comparison-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #at-efx-comparison-section > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #at-efx-comparison-section > div:first-child {
    width: 65%; }
    #at-efx-comparison-section > div:first-child img {
      width: 100%; }
  #at-efx-comparison-section > div:nth-child(2) {
    width: 35%; }
  #at-efx-comparison-section #at-efx-bulletpoint-col li {
    padding-bottom: 3px; }
  @media screen and (max-width: 768px) {
    #at-efx-comparison-section #at-efx-bulletpoint-col li {
      padding-bottom: 0;
      padding-top: 0; } }

body.page-blog h2, body.page-_blog h2 {
  color: #00bbb8;
  margin-top: 20px; }

body.page-blog p, body.page-_blog p {
  color: white; }

@media only screen {
  .avox-text-hard-return-fr p:lang(fr) {
    width: 85%; } }

@media only screen {
  .efx-text-hard-return-fr p:lang(fr) {
    width: 70%; }
  .efx-text-hard-return-fr p:lang(fr-CA) {
    width: 70%; } }

.antares-tbl {
  width: 100%;
  border: none !important;
  font-size: 16px; }
  .antares-tbl thead tr {
    background-color: #00bbb8; }
  .antares-tbl thead th {
    color: #ffffff; }
  .antares-tbl tbody tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 16px 24px;
    color: #ffffff; }

.ant_minipost {
  height: 425px; }
  .ant_minipost .ant_minipost_title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
    width: 80%; }
    @media screen and (max-width: 980px) {
      .ant_minipost .ant_minipost_title {
        width: 100%; } }
  .ant_minipost .ant_minipost_link {
    font-size: 16px;
    font-weight: 400; }

.resp-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 700; }
  @media (max-width: 425px) {
    .resp-btn-group {
      width: 100% !important;
      min-width: 300px; } }

.resp-btn-group-wrapper.single-button {
  width: 50%; }
  @media (max-width: 980px) {
    .resp-btn-group-wrapper.single-button {
      width: 100%; } }

.resp-btn-group-wrapper.single-button .resp-btn-1-wrapper {
  width: 100%; }

.resp-btn-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #05bbb8;
  border-radius: 5px;
  white-space: nowrap;
  width: 100%; }
  .resp-btn-group-wrapper a {
    width: 100%;
    padding: 8px 12px;
    text-align: center; }

.main-btns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #05bbb8; }
  @media (max-width: 425px) {
    .main-btns-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.resp-btn-1-wrapper, .resp-btn-2-wrapper {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000; }
  .resp-btn-1-wrapper:hover, .resp-btn-2-wrapper:hover {
    background-color: #04827f; }
    .resp-btn-1-wrapper:hover a, .resp-btn-2-wrapper:hover a {
      color: #ffffff; }
  @media (max-width: 425px) {
    .resp-btn-1-wrapper, .resp-btn-2-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; } }

.resp-btn-1-wrapper {
  border-right: 1px solid #05bbb8; }
  @media (max-width: 425px) {
    .resp-btn-1-wrapper {
      border-right: none;
      border-bottom: 2px solid #07bbb8; } }

.resp-btn-2-wrapper {
  border-left: 1px solid #05bbb8; }
  @media (max-width: 425px) {
    .resp-btn-2-wrapper {
      border-left: none; } }

.resp-fullwidth-btn-wrapper {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #05bbb8;
  border-top: 2px solid #05bbb8;
  text-align: center; }
  .resp-fullwidth-btn-wrapper a {
    color: #ffffff; }
  .resp-fullwidth-btn-wrapper:hover {
    background-color: #04827f; }
    .resp-fullwidth-btn-wrapper:hover a {
      color: #ffffff; }
    .resp-fullwidth-btn-wrapper:hover span {
      display: none; }
    .resp-fullwidth-btn-wrapper:hover .resp-fullwidth-btn:before {
      content: attr(aria-label); }

.atu-responsive-button-group-d .resp-btn-group-wrapper {
  max-width: 450px; }
  @media only screen {
    .atu-responsive-button-group-d .resp-btn-group-wrapper:lang(de) {
      max-width: 480px; }
    .atu-responsive-button-group-d .resp-btn-group-wrapper:lang(fr) {
      max-width: 500px; }
    .atu-responsive-button-group-d .resp-btn-group-wrapper:lang(fr-CA) {
      max-width: 600px; } }

.atu-subscribe-button-group-d .resp-btn-group-wrapper {
  max-width: 400px; }
  @media only screen {
    .atu-subscribe-button-group-d .resp-btn-group-wrapper:lang(de) {
      max-width: 500px; }
    .atu-subscribe-button-group-d .resp-btn-group-wrapper:lang(fr) {
      max-width: 450px; }
    .atu-subscribe-button-group-d .resp-btn-group-wrapper:lang(fr-CA) {
      max-width: 450px; } }

.resp-btn-group-vertical .main-btns-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.resp-btn-group-vertical .resp-btn-1-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-right: none;
  border-bottom: 2px solid #07bbb8; }

.resp-btn-group-vertical .resp-btn-2-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-left: none; }

.ant-download-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .ant-download-selector .ant-download-selector-select, .ant-download-selector .ant-download-selector-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ant-download-selector .ant-download-selector-select {
    height: 35px;
    border-radius: 3px 0px 0px 3px; }
  .ant-download-selector .ant-download-selector-btn a div {
    padding: 0 25px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00bbb8;
    color: #ffffff;
    border-radius: 0px 3px 3px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 425px) {
      .ant-download-selector .ant-download-selector-btn a div {
        font-size: 12px;
        letter-spacing: 0px; } }
  .ant-download-selector select {
    height: 35px;
    min-width: 150px;
    background-color: transparent;
    border: 2px solid #00bbb8;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px 0px 0px 3px;
    text-align: center; }
  @media screen and (max-width: 425px) {
    .ant-download-selector {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.antares_audio_module {
  background-color: transparent !important; }
  .antares_audio_module .et_audio_container {
    border-radius: 5px;
    padding: 17px 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#333333));
    background: -webkit-linear-gradient(top, #626262 0%, #333333 100%);
    background: linear-gradient(180deg, #626262 0%, #333333 100%); }
  .antares_audio_module .et_audio_container + h1,
  .antares_audio_module .et_audio_container + h2,
  .antares_audio_module .et_audio_container + h3,
  .antares_audio_module .et_audio_container + h4,
  .antares_audio_module .et_audio_container + h5,
  .antares_audio_module .et_audio_container + h6,
  .antares_audio_module .et_audio_container + p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #00BBB8 !important;
    font-family: "Roboto", sans-serif;
    font-weight: bold; }

.custom-image-module-with-caption {
  display: table; }
  .custom-image-module-with-caption div {
    display: table-caption;
    caption-side: bottom;
    line-height: 1.5em; }

.custom_video_module_with_caption {
  display: table;
  width: 100%; }
  .custom_video_module_with_caption .video_caption {
    display: table-caption;
    caption-side: bottom;
    line-height: 1.5em; }

.atu-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }
  @media screen and (max-width: 980px) {
    .atu-card-container {
      margin: 24px 0; } }

.atu-card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid lightgray;
  position: relative;
  max-width: 300px;
  width: 90%;
  height: 400px;
  background-color: #121212; }
  @media screen and (max-width: 980px) {
    .atu-card-box {
      max-width: 400px; } }

.atu-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.atu-card-header {
  font-size: 33px;
  font-weight: bold;
  text-align: center; }

.atu-card-price {
  font-size: 24px; }
  .atu-card-price span {
    font-size: 42px; }
  .atu-card-price .atu-card-pricing-amt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .atu-card-price .atu-card-pricing-tagline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    height: 28px;
    margin-top: 12px;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.atu-card-tagline {
  margin: 0 15%;
  text-align: center;
  line-height: 1.4em; }

/* Top Bar (Replacement of ribbon on subscription card) */
.atu-top-bar {
  position: absolute;
  display: block;
  width: 101%;
  padding: 10px 0;
  background-color: #00bbb8;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  top: -38px;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

.atu-top-bar::before,
.atu-top-bar::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #00a09e; }

/* Ribbon stuff */
.atu-ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute; }

.atu-ribbon::before,
.atu-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #00a09e; }

.atu-ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #00bbb8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

.atu-ribbon-top-right {
  top: -10px;
  right: -10px; }

.atu-ribbon-top-right::before,
.atu-ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent; }

.atu-ribbon-top-right::before {
  top: 0;
  left: 0; }

.atu-ribbon-top-right::after {
  bottom: 0;
  right: 0; }

.atu-ribbon-top-right span {
  left: -25px;
  top: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

#subscription-option-card-mo .atu-card-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 24px; }

#subscription-option-card-yr .atu-card-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 24px; }

/* Post Slider */
.et_pb_slide_description .et_pb_slide_title {
  padding-bottom: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 46px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65); }

@media screen and (max-width: 767px) {
  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title {
    font-size: 36px; } }

@media screen and (max-width: 767px) {
  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
    font-size: 16px;
    line-height: 1.5; } }

.et_pb_slide_content {
  line-height: 30px; }

.slide-image-half-full .et_pb_slide_description,
.slide-image-half-full .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 8.149% 0%; }

.slide-image-half-full .et_pb_slides .et_pb_slide_description {
  max-width: 42.735042735043%; }

@media screen and (max-width: 767px) {
  .slide-image-half-full .et_pb_slides .et_pb_slide_description {
    max-width: 100%;
    padding-left: 8%;
    padding-right: 8%; } }

.slide-image-half-full .et_pb_slide_image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 767px) {
  .slide-image-half-full .et_pb_slide_image:after {
    background-color: rgba(0, 0, 0, 0.7); } }

.slide-image-half-full .et_pb_slide_image {
  height: 500px; }

@media screen and (max-width: 767px) {
  .slide-image-half-full .et_pb_slide_image {
    width: 100% !important;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 1 !important; } }

.slide-image-half-full .et_pb_slide_image img {
  width: 100%;
  height: 100%;
  max-height: 500px !important;
  object-fit: cover; }

@media screen and (min-width: 768px) {
  .slide-image-half-full.et_pb_slider,
  .slide-image-half-full.et_pb_slider .et_pb_container {
    height: 500px !important; } }

@media screen and (min-width: 768px) {
  .slide-image-half-full.et_pb_slider,
  .slide-image-half-full.et_pb_slider .et_pb_slide {
    max-height: 500px; } }

@media screen and (min-width: 768px) {
  .slide-image-half-full.et_pb_slider .et_pb_slide_description {
    position: relative;
    top: 20%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important; } }

.et_pb_slider .et_pb_container {
  max-width: 1200px; }

.et_pb_slider .et_pb_more_button {
  margin-top: 32px;
  border: none;
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  color: #00bcb8; }
  .et_pb_slider .et_pb_more_button:hover {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #fff; }
  .et_pb_slider .et_pb_more_button:before, .et_pb_slider .et_pb_more_button:after {
    font-size: 26px; }
  .et_pb_slider .et_pb_more_button:after {
    content: unset; }

.post-listing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.post-listing-item-1 {
  width: -webkit-calc(1 / 1 * 100%);
  width: calc(1 / 1 * 100%);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }

.post-listing-item-2 {
  width: -webkit-calc(1 / 2 * 100%);
  width: calc(1 / 2 * 100%);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }

.post-listing-item-3 {
  width: -webkit-calc(1 / 3 * 100%);
  width: calc(1 / 3 * 100%);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }

.post-listing-item-4 {
  width: -webkit-calc(1 / 4 * 100%);
  width: calc(1 / 4 * 100%);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px; }

@media only screen and (max-width: 980px) {
  [class*="post-listing-item-"] {
    width: 100%; } }

#consent {
  border-top: 1px solid #00BBB8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #000000;
  color: #FFFFFF;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100vw;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 10000; }
  #consent div {
    font-size: 20px;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #consent button {
    border-radius: 5px;
    padding: 7px 18px;
    background-color: #000000;
    border: 2px solid #00bbb8;
    color: #00bbb8;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    #consent button:hover {
      background-color: #04827f;
      color: #ffffff; }

.fade {
  opacity: 1 !important; }

body {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 16px;
  color: #000; }

a {
  color: #00bcb8; }

.et_pb_row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.et_pb_column {
  padding-left: 15px;
  padding-right: 15px; }

.container {
  max-width: 1200px; }

#page-container {
  background-color: #000; }

.et_pb_row_fullwidth > .et_pb_column_4_4 {
  padding-left: 0;
  padding-right: 0; }

/**
 * Header
 * Removed by ian
 */
@media screen and (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 35%; } }

.et_menu_container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.mobile_menu_bar:before {
  color: #00bbb8; }

.et_mobile_menu {
  border-top: 3px solid #00bbb8; }

.et_fixed_nav #main-header {
  position: fixed !important; }

/**
 * Footer
 */
.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
  padding-top: 0 !important; }

@media screen and (max-width: 980px) {
  .et_header_style_left .logo_container {
    left: 0;
    padding-left: 15px; } }

@media screen and (min-width: 981px) {
  .logo_container {
    text-align: center; } }

#top-menu-nav > ul > li > a:hover {
  color: #00bcb8 !important;
  opacity: 1; }

.et-cart-info {
  position: relative;
  margin: 6px 24px 0 22px !important;
  padding-right: 24px !important; }

@media screen and (min-width: 981px) {
  .et-cart-info {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 24px !important;
    line-height: 18px; } }
  .et-cart-info:before {
    content: '';
    width: 2px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff; }
  .et-cart-info .item-count {
    position: absolute;
    top: -12px;
    left: 12px;
    background: #00bbb8;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #222; }

#top-menu li {
  padding-right: 12px; }

#top-menu li a {
  color: #fff; }

@media (min-width: 981px) and (max-width: 1120px) {
  #top-menu li a {
    font-size: 12px; } }

.nav li ul {
  border-top: none; }

@media screen and (max-width: 980px) {
  .nav li ul {
    border-top: 2px solid #00bbb8; } }

@media screen and (min-width: 981px) {
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding: 30px 0 0 0; } }

@media screen and (min-width: 981px) {
  .et_header_style_left #et-top-navigation nav > ul > li > a,
  .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 30px; } }

.home #top-primary-menu-nav .menu-item-has-children > .sub-menu {
  top: 33px; }

@media screen and (min-width: 981px) {
  .home .et_header_style_left #et-top-navigation,
  .home .et_header_style_split #et-top-navigation {
    padding: 52px 0 0 0; } }

@media screen and (min-width: 981px) {
  .home .et_header_style_left #et-top-navigation nav > ul > li > a,
  .home .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 52px; } }

.home .et_pb_button.banner-overview-btn {
  padding-left: 46px;
  font-size: 18px;
  text-transform: uppercase;
  color: #00bbb8; }
  .home .et_pb_button.banner-overview-btn:after {
    content: unset; }
  .home .et_pb_button.banner-overview-btn:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-top: 6px;
    margin-left: -1.8em;
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
    content: '\f04b'; }
  .home .et_pb_button.banner-overview-btn:hover {
    border-color: #fff;
    padding: 10px 10px 10px 46px;
    color: #fff; }

.et_header_style_left #et-top-navigation,
.et_header_style_left .et-fixed-header #et-top-navigation {
  padding-top: 24px; }

@media screen and (min-width: 980) {
  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 20px; } }

@media screen and (max-width: 980px) {
  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 10px; } }

@media screen and (min-width: 980) {
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
  .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px; } }

@media screen and (max-width: 980px) {
  #et-top-navigation {
    padding-left: 90px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 980px) {
  #et-top-navigation .et-cart-info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 8px !important;
    padding-right: 6px !important; } }

@media screen and (max-width: 980px) {
  #et-top-navigation .et_top_search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 12px; } }

@media screen and (max-width: 980px) {
  #et-top-navigation .et-social-icons {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 8px; } }

@media screen and (max-width: 980px) {
  #et-top-navigation .et-social-icons .et-social-facebook,
  #et-top-navigation .et-social-icons .et-social-twitter {
    display: none; } }

@media screen and (max-width: 980px) {
  #et-top-navigation .et-social-icons .contact-us {
    margin-top: 2px; } }

@media screen and (max-width: 980px) {
  #et_mobile_nav_menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

.et_header_style_left .mobile_menu_bar,
.et_header_style_split .mobile_menu_bar {
  padding-bottom: 24px; }

.et_header_style_left .et-fixed-header .mobile_menu_bar,
.et_header_style_split .et-fixed-header .mobile_menu_bar {
  padding-bottom: 7px; }

#et_top_search {
  width: auto;
  margin-left: 24px;
  margin-right: 24px; }
  #et_top_search span + i {
    margin-left: 5px; }
  #et_top_search label {
    font-size: 14px;
    font-weight: normal; }

@media screen and (max-width: 980px) {
  #et_top_search {
    margin: 4px 12px 0 0; } }

#et_top_search,
#top_shopping_cart {
  color: #fff; }

/* Content */
.page:not(.home) #main-content {
  padding-top: 74px; }

@media screen and (min-width: 981px) {
  #main-content .container {
    padding-top: 132px; } }

.single .entry-title {
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  color: #00bbb8; }

.single #main-content .full-width-header-image-wrap {
  height: 200px;
  position: relative;
  overflow: hidden;
  z-index: 0; }

@media screen and (min-width: 768px) {
  .single #main-content .full-width-header-image-wrap {
    height: 350px; } }

@media screen and (min-width: 981px) {
  .single #main-content .full-width-header-image-wrap {
    height: 550px; } }

@media screen and (min-width: 981px) {
  .single #main-content .full-width-header-image-wrap .full-width-header-image {
    height: 550px;
    max-height: 550px; }
  .single #main-content .full-width-header-image-wrap .full-width-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .single #content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .single #main-content .content-wrap {
    position: relative;
    margin-top: -80px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, #fff 50%, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(90deg, #fff 50%, rgba(0, 0, 0, 0) 50%); }
  .single #main-content .container {
    max-width: 1170px;
    padding-top: 0;
    background-color: #fff; }
  .single #left-area {
    width: 75%; }
  .single #sidebar {
    width: 25%;
    padding: 78px 30px;
    right: 0;
    background-color: #f7f7f7; }
  .single.et_right_sidebar #main-content .container:before {
    width: 0; }
  .single .et_post_meta_wrapper {
    margin-top: 70px; } }

/* Button */
.et_pb_button {
  border-color: #00bbb8;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #00bbb8;
  text-shadow: none;
  text-align: center; }

body #page-container .et_pb_button.et_pb_custom_button_icon:before {
  margin-left: -1.6em !important; }

/* Accordion custom icon */
.et_pb_accordion .et_pb_toggle {
  margin-bottom: 0 !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 24px 0; }

.et_pb_accordion .et_pb_toggle_title:before {
  font-family: 'FontAwesome' !important;
  font-size: 24px;
  content: "\f0d7";
  color: #33bab8; }

.et_pb_accordion .et_pb_toggle_open,
.et_pb_accordion .et_pb_toggle_close {
  background-color: transparent; }

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title {
  color: #2a9798; }

.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title {
  color: #fff; }

/* Post Navigation */
.post-nav {
  border-top: 1px solid #212224;
  border-bottom: 1px solid #212224; }
  .post-nav .post-nav-btn, .post-nav .post-nav-btn:hover {
    border: none; }
  .post-nav .et_pb_column + .et_pb_column .post-nav-btn {
    border-left: 1px solid #212224; }

/* Product Single Post */
.single.single-product .entry-title {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 70px;
  color: #fff; }

@media screen and (max-width: 480px) {
  .single.single-product .entry-title {
    font-size: 42px;
    line-height: normal; } }

.single.single-product .woocommerce-breadcrumb {
  display: none; }

.single.single-product .product-header {
  padding-top: 148px;
  padding-bottom: 48px; }
  .single.single-product .product-header .product-header-row {
    padding-bottom: 0; }

@media screen and (min-width: 981px) {
  .single.single-product .product-header .product-header-row {
    padding-top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); } }
  .single.single-product .product-header .product-header-row .et_pb_post_title {
    margin-bottom: 0; }

@media screen and (min-width: 981px) {
  .single.single-product .product-header .product-details-column,
  .single.single-product .product-header .product-image-column {
    width: 50%;
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); } }
  .single.single-product .product-header .product-details-column {
    margin-right: 0; }
  .single.single-product .product-header .product-cta-wrapper {
    margin-bottom: 97px; }

@media screen and (max-width: 479px) {
  .single.single-product .product-header .product-cta-wrapper {
    margin-bottom: 25px; } }

.woocommerce div.product div.summary {
  width: 100%;
  margin-bottom: 0; }

#details .et_pb_accordion .et_pb_toggle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  #details .et_pb_accordion .et_pb_toggle:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

/* Sidebar Widgets */
#sidebar i.fa {
  margin-right: 10px; }

#sidebar .widgettitle {
  margin-bottom: 18;
  font-family: 'Roboto Condensed';
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  color: #00BBB8; }

#sidebar .widget_recent_entries li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 22px;
  padding-top: 22px; }

#sidebar .widget_recent_entries li a {
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  color: #606060;
  line-height: 26px; }

@media screen and (max-width: 980px) {
  #sidebar {
    margin-top: 60px; } }

.et_section_specialty .et_pb_column:first-child.et_pb_column_single {
  width: 33.333333333333%;
  margin-right: 0; }

@media screen and (min-width: 981px) {
  .et_section_specialty .et_pb_column:first-child.et_pb_column_single:before {
    height: 2000vh;
    position: absolute;
    top: 0;
    right: 0;
    left: -100vw;
    background-color: #e0e0e0;
    z-index: -1;
    content: ''; } }

@media screen and (min-width: 981px) {
  .et_section_specialty .et_pb_column:first-child.et_pb_column_single {
    z-index: 1; } }

@media screen and (min-width: 981px) {
  .page-content {
    padding: 0; } }

.et_section_specialty .et_pb_column:last-child.et_pb_specialty_column {
  width: 66.666666666667%; }

@media screen and (min-width: 981px) {
  .et_section_specialty .et_pb_column:last-child.et_pb_specialty_column {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 30px; } }

@media screen and (min-width: 981px) {
  .page-content.et_section_specialty {
    overflow-y: hidden; } }

@media screen and (min-width: 981px) {
  .page-content {
    padding: 0; } }

.et_section_specialty .et_pb_column:last-child.et_pb_specialty_column {
  width: 66.666666666667%; }

@media screen and (min-width: 981px) {
  .et_section_specialty .et_pb_column:last-child.et_pb_specialty_column {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 30px; } }

@media screen and (min-width: 981px) {
  .page-content.et_section_specialty {
    overflow-y: hidden; } }

.widget_text .widgettitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #00bbb8; }

.page-content .textwidget p {
  font-size: 16px;
  line-height: 24px;
  color: #000; }

.et_pb_widget_area_left {
  border: none; }

.et_pb_section.page-content {
  padding-top: 0; }

.et_pb_column_single {
  padding: 0 15px; }

.et_pb_widget_area {
  padding-top: 90px; }

/* Register Page */
.page-register .um-register {
  max-width: 100% !important;
  margin-top: 57px; }

.page-register .um-register .um-row-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #00bbb8; }

.page-register .um-field-label label {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 19px !important;
  color: #000 !important; }

.page-register input[type="text"] {
  height: 50px !important;
  border-radius: 4px;
  font-family: "Roboto", sans-serif !important;
  padding: 0 15px !important;
  font-size: 16px !important;
  color: #000 !important; }

.page-register input[type="password"] {
  height: 50px !important;
  border-radius: 4px;
  font-family: "Roboto", sans-serif !important;
  padding: 0 15px !important;
  font-size: 16px !important;
  color: #000 !important; }

.page-register input[type=submit] {
  height: 60px !important;
  border: none !important;
  background: #33BAB8 !important;
  color: #000 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important; }
  .page-register input[type=submit]:focus {
    height: 60px !important; }

.page-register .um-form .um-button.um-alt {
  display: none; }

.page-register .registration_form .select2-selection {
  height: 50px !important;
  font-family: "Roboto", sans-serif !important;
  padding: 0 15px !important;
  font-size: 16px !important;
  border-radius: 4px !important; }
  .page-register .registration_form .select2-selection .select2-selection__arrow:before {
    content: "\f0d7" !important;
    color: #00bbb8 !important;
    font-size: 20px !important;
    font-family: 'FontAwesome' !important;
    position: relative;
    top: 7px;
    right: 5px; }

.page-register .registration_form .select2-selection__rendered {
  padding: 0 !important;
  line-height: 50px !important; }

.page-register .registration_form .select2-selection__clear {
  font-size: 20px;
  right: 25px; }

.page-register .registration_form .um-field-checkbox {
  width: 100%;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px; }
  .page-register .registration_form .um-field-checkbox span {
    color: #000 !important; }
  .page-register .registration_form .um-field-checkbox .um-field-checkbox-option {
    margin-left: 30px; }

.page-register .registration_form._um_row_3 {
  margin-bottom: 50px !important; }
  .page-register .registration_form._um_row_3 .um-field:nth-child(2) {
    padding: 0; }
  .page-register .registration_form._um_row_3 .um-field-block {
    color: #000 !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px; }

.page-register .registration_form._um_row_2 {
  margin-bottom: 10px !important; }

.page-register .picker__box {
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px !important; }
  .page-register .picker__box .picker__header {
    background: #00bbb8;
    font-family: "Roboto Condensed", sans-serif; }
  .page-register .picker__box .picker__weekday {
    color: #000 !important; }
  .page-register .picker__box .picker__footer {
    background: #e0e0e0; }
  .page-register .picker__box .picker__day--highlighted {
    background: #00bbb8; }
  .page-register .picker__box .picker__day--infocus:hover {
    background: #00bbb8; }

/* Page Login */
.page-login .um-login {
  width: 38.034188034188%;
  background-color: #fff; }

@media screen and (max-width: 768px) {
  .page-login .um-login {
    width: 100%; } }

.page-login .um-login .login-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  padding: 33px 33px 23px;
  background-color: #00bbb8; }

.page-login .um-login .login-header h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #000; }

.page-login .um-login .um-form {
  border: 1px solid #cbcbcb;
  padding: 33px; }

.page-login .um-login #um-submit-btn {
  width: 100% !important;
  border: none !important;
  padding: 22px !important;
  background-color: #00bbb8;
  text-transform: uppercase !important;
  font-weight: bold !important; }

@media screen and (max-width: 767px) {
  .page-login .um-login #um-submit-btn {
    min-width: unset !important; } }

.page-login .um-form .um-field-label label {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 19px !important;
  color: #000; }

.page-login .um-form a.um-link-alt {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  text-decoration: underline !important;
  color: #33bab8 !important; }

.page-login .um-form input[type=number],
.page-login .um-form input[type=password],
.page-login .um-form input[type=tel],
.page-login .um-form input[type=text] {
  height: 50px !important;
  border-radius: 4px !important; }

/* Product Page */
.single-product #left-area {
  padding-bottom: 0; }

.home .header-content .et_fullwidth_header_subhead {
  font-size: 18px; }

.single-product #audio-and-video .et_pb_module .et_pb_text_inner h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #00bbb8; }

.single-product #audio-and-video .videolightboxautoplay,
.single-product #audio-and-video .videolightbox {
  margin-bottom: 20px; }

.single-product #audio-and-video .videolightboxautoplay + .et_pb_module.et_pb_text,
.single-product #audio-and-video .videolightbox + .et_pb_module.et_pb_text {
  margin-bottom: 0; }

.single-product #audio-and-video .et_pb_row_4col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.single-product #audio-and-video .et_pb_column_empty {
  display: none; }

.single-product .antares_audio_module h2 {
  padding-bottom: 0; }

.single-product .antares_audio_module .et_audio_module_meta {
  font-size: 16px; }

/* Social Media Icons */
.et-social-icons {
  display: none;
  position: relative;
  line-height: 17px; }
  .et-social-icons:before {
    content: '';
    width: 2px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff; }
  .et-social-icons li {
    margin-left: 8px; }
    .et-social-icons li:first-child {
      margin-left: 16px; }

@media screen and (min-width: 981px) {
  .et-social-icons {
    display: inline-block;
    padding-left: 8px; } }

.et-social-icon a {
  font-size: 18px; }

.et-social-icon a.icon:before {
  font-family: 'FontAwesome' !important;
  color: #fff; }

.et-social-facebook a.icon:before {
  content: '\f230'; }

.et-social-twitter a.icon:before {
  content: '\f081'; }

.et-social-icon.contact-us a.icon:before {
  content: '\f095'; }

/* Product Videos */
.page-videos .et_pb_column .et_pb_module.et_pb_video,
.page-videos .et_pb_column .videolightbox,
.page-videos .et_pb_column .videolightboxautoplay {
  margin-bottom: 16px; }

.page-videos .et_pb_video + .et_pb_text,
.page-videos .videolightbox + .et_pb_text,
.page-videos .videolightboxautoplay + .et_pb_text {
  margin-bottom: 0; }

.page-videos .fullwidth-video-banner .et_pb_column .et_pb_module.et_pb_video,
.page-videos .fullwidth-video-banner .et_pb_column .videolightbox,
.page-videos .fullwidth-video-banner .et_pb_column .videolightboxautoplay {
  margin-bottom: 0; }

.page-videos .et_pb_column .videolightbox .et_pb_module.et_pb_video,
.page-videos .et_pb_column .videolightboxautoplay .et_pb_module.et_pb_video {
  height: 225px;
  max-height: 225px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h2, h3 {
  font-family: "Roboto Condensed", sans-serif; }

.et_pb_gutters3 .et_pb_column_1_3,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
  float: left;
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #00bbb8; }

.et_pb_text .et_pb_text_inner h2 {
  color: #82D9D7; }

.page-videos .fullwidth-video-banner {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0; }
  .page-videos .fullwidth-video-banner .et_pb_video_box {
    display: none; }
  .page-videos .fullwidth-video-banner .et_pb_video_overlaz {
    height: 500px;
    background-position: center top; }

.page-videos .fullwidth-video-banner .et_pb_column_4_4 {
  padding-left: 0;
  padding-right: 0; }

.fullwidth-video-banner .videolightbox,
.fullwidth-video-banner .videolightboxautoplay {
  margin-bottom: 0 !important; }

.fullwidth-video-banner .et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0; }

@media screen and (min-width: 981px) {
  .et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important; } }

/* Homepage */
.home .fullwidth-banner .header-content h1 {
  font-size: 58px;
  font-weight: 300;
  line-height: 83px;
  color: #dfdfdf;
  letter-spacing: -1px; }

.home .fullwidth-banner .et_pb_fullwidth_header_subhead {
  margin-bottom: 43px;
  font-size: 18px;
  line-height: 30px;
  color: #fff; }

.home .fullwidth-banner .et_pb_more_button {
  width: 250px;
  border: 2px solid #00bbb8;
  border-radius: 4px;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-left: 2.4em !important;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  color: #00bbb8; }
  .home .fullwidth-banner .et_pb_more_button:before, .home .fullwidth-banner .et_pb_more_button:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .home .et_pb_slider.slide-image-half-full .et_pb_slide {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .home .product-slider.et_pb_slider {
    background-color: #000; } }

@media screen and (max-width: 767px) {
  .home .product-slider .et_pb_slide_image {
    display: block !important;
    padding-top: 18%; } }

/* Product Slider */
.product-slider .product_name {
  padding-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 64px;
  font-weight: normal;
  line-height: 72px;
  color: #dfdfdf !important; }

@media screen and (max-width: 1023px) {
  .product-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title.et_pb_slide_title {
    font-size: 50px; } }

@media screen and (max-width: 767px) {
  .product-slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title.et_pb_slide_title {
    font-size: 60px; } }

@media screen and (max-width: 767px) {
  .product-slider .et_pb_slides .et_pb_slide_description .et_pb_slide_content {
    font-size: 16px; } }

.product-slider .et_pb_more_button {
  text-decoration: none; }
  .product-slider .et_pb_more_button:after {
    font-family: 'FontAwesome' !important;
    color: inherit;
    line-height: 1.7em;
    font-size: 16px !important;
    opacity: 1;
    margin-left: 11px;
    left: auto;
    -webkit-transition: unset;
    transition: unset;
    content: '\f144'; }
  .product-slider .et_pb_more_button:hover,
  .product-slider .et_pb_more_button:hover .product-slider .et_pb_more_button:after {
    color: #fff; }

@media screen and (min-width: 981px) {
  .product-slider.et_pb_slider,
  .product-slider.et_pb_slider .et_pb_container {
    height: 600px !important; } }

@media screen and (min-width: 981px) {
  .product-slider.et_pb_slider,
  .product-slider.et_pb_slider .et_pb_slide {
    max-height: 600px; } }

@media screen and (min-width: 981px) {
  .product-slider.et_pb_slider .et_pb_slide_description {
    position: absolute;
    top: 16%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important; } }

@media screen and (max-width: 980px) {
  .et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important; } }

.et_pb_fullscreen .et_pb_fullwidth_header_container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 100%; }

@media screen and (max-width: 1023px) {
  .et_mobile_device .et-pb-arrow-prev, .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0; } }

@media screen and (max-width: 1023px) {
  .et_mobile_device .et-pb-arrow-next, .et_pb_slider:hover .et-pb-arrow-next {
    right: 0; } }

@media screen and (max-width: 1023px) {
  .et_pb_slide_content {
    font-size: 16px; } }

/* Post/Page Title Banner */
.et_pb_title_container h1 {
  font-size: 60px;
  line-height: 71px;
  color: #dfdfdf;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

/* About Page */
.page-about-us .et_pb_text .et_pb_text_inner h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  color: #00bbb8; }

.page-about-us .et_pb_text .et_pb_text_inner p {
  font-size: 16px;
  line-height: 26px;
  color: #fff; }

.page-about-us .special-offer {
  padding-top: 20px;
  padding-bottom: 0; }

.page-about-us .special-offer .et_pb_text .et_pb_text_inner h2 {
  color: #fff;
  text-align: center; }

.page-about-us .special-offer .product-name {
  margin-bottom: 0; }

.page-about-us .special-offer .product-name .et_pb_text_inner h3 {
  color: #DFDFDF;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.page-about-us .special-offer .offer-intro .et_pb_text_inner p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #00bbb8; }

.page-about-us .special-offer .offer-content-small .et_pb_text_inner p {
  font-size: 13px; }

.page-about-us .special-offer .special-offer-wrap {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.page-about-us .special-offer .product-image-column,
.page-about-us .special-offer .product-details-column {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.page-about-us .special-offer .product-image-column {
  margin-right: 0;
  margin-left: 2.564102564103%; }

@media screen and (max-width: 1024px) {
  .page-about-us .special-offer .product-image-column {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important; } }

.page-about-us .special-offer .product-cta-wrapper {
  margin-bottom: 26px; }

.page-about-us .special-offer .product-image-column,
.page-about-us .special-offer .product-details-column {
  float: right; }

@media screen and (max-width: 1024px) {
  .page-about-us .special-offer .product-image-column,
  .page-about-us .special-offer .product-details-column {
    width: 100% !important; } }

/* Product Nav */
.single-product .product-nav {
  border-top: 1px solid #212224;
  border-bottom: 1px solid #212224;
  padding: 0;
  background: #000; }
  .single-product .product-nav .product-nav-wrap {
    width: 100%;
    padding: 0; }
    .single-product .product-nav .product-nav-wrap .et_pb_column_1_3 {
      width: 33.33% !important; }
  .single-product .product-nav .product-nav-wrap .et_pb_column + .et_pb_column .product-nav-btn {
    border-left: none; }
  .single-product .product-nav .product-nav-wrap .et_pb_column:first-child .product-nav-btn {
    border-left: none; }
  .single-product .product-nav .product-nav-wrap .et_pb_column:last-child .product-nav-btn {
    border-right: none; }
  .single-product .product-nav .et_pb_row .et_pb_column {
    margin-right: 0;
    margin-bottom: 0 !important;
    padding: 0; }
  .single-product .product-nav .product-nav-btn {
    width: 100%;
    border-radius: 0;
    border-width: 1px;
    border-color: #212224;
    border-top: none;
    border-bottom: none;
    color: #33b3b1;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px; }
    .single-product .product-nav .product-nav-btn:hover {
      text-decoration: underline; }
    .single-product .product-nav .product-nav-btn:after {
      content: unset; }
  .single-product .product-nav .product-nav-btn,
  .single-product .product-nav .product-nav-btn:hover {
    padding: 15px; }

@media screen and (max-width: 767px) {
  .single-product .product-nav {
    display: none; } }

.single-product #overview {
  background-color: #000; }
  .single-product #overview .overview-header h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: normal; }
  .single-product #overview .compare {
    color: #00bbb8;
    text-decoration: underline; }
    .single-product #overview .compare:hover {
      color: #fff; }
  .single-product #overview .et_parallax_bg {
    background-size: contain;
    background-position: left; }
    .single-product #overview .et_parallax_bg:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(75%, #000));
      background-image: -webkit-linear-gradient(left, transparent 25%, #000 75%);
      background-image: linear-gradient(90deg, transparent 25%, #000 75%); }

@media screen and (max-width: 980px) {
  .single-product #overview .et_parallax_bg {
    background-image: unset !important; } }

.single-product #compare .et_pb_text:first-child h2 {
  font-size: 48px;
  font-weight: 300;
  text-align: center !important;
  color: #000; }

.single-product #upgrades .et_pb_module.et_pb_text h2 {
  font-family: "Roboto Condensed", sans-serif; }

@media screen and (max-width: 767px) {
  .single-product .product-nav .et_pb_row .et_pb_column {
    border-top: 1px solid #212224; } }

@media screen and (max-width: 767px) {
  .single-product .product-nav .et_pb_row .et_pb_column:first-child {
    border-top: none; } }

.simple-link {
  margin: 0;
  padding: 0;
  border: 0; }
  .simple-link:after {
    content: unset; }
  .simple-link:hover {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important; }

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
  width: 100%; }

@media screen and (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 25%;
    margin-right: 0; } }

@media screen and (max-width: 980px) {
  #upgrades.et_pb_section {
    background-image: none !important; } }

/* Support and Ticket */
.page-support .support-ticket, .page-full-page-support-template .support-ticket, .page-submit-a-ticket .support-ticket {
  width: 100%;
  padding: 41px 0 !important;
  border: 1px solid #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  color: #00bbb8;
  font-weight: 500 !important; }
  .page-support .support-ticket:after, .page-full-page-support-template .support-ticket:after, .page-submit-a-ticket .support-ticket:after {
    font-size: 24px; }
  .page-support .support-ticket:hover, .page-full-page-support-template .support-ticket:hover, .page-submit-a-ticket .support-ticket:hover {
    padding: 41px 0 !important; }
  .page-support .support-ticket:hover:before, .page-full-page-support-template .support-ticket:hover:before, .page-submit-a-ticket .support-ticket:hover:before {
    color: #fff !important; }

.page-support .support-ticket.et_pb_custom_button_icon, .page-full-page-support-template .support-ticket.et_pb_custom_button_icon, .page-submit-a-ticket .support-ticket.et_pb_custom_button_icon {
  padding-left: 35px !important; }

.page-support .help-question, .page-full-page-support-template .help-question, .page-submit-a-ticket .help-question {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  color: #00bbb8; }

.page-support .support-search, .page-full-page-support-template .support-search, .page-submit-a-ticket .support-search {
  margin-top: 40px; }
  .page-support .support-search input[type="text"], .page-full-page-support-template .support-search input[type="text"], .page-submit-a-ticket .support-search input[type="text"] {
    height: 60px;
    border: 2px solid #CBCBCB;
    border-radius: 4px 0 0 4px;
    width: 70%;
    border-right: 0px solid transparent;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .page-support .support-search input[type="submit"], .page-full-page-support-template .support-search input[type="submit"], .page-submit-a-ticket .support-search input[type="submit"] {
    background: #33BAB8;
    border-radius: 0 4px 4px 0;
    width: 30%;
    border: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold; }
  .page-support .support-search input::-webkit-input-placeholder, .page-full-page-support-template .support-search input::-webkit-input-placeholder, .page-submit-a-ticket .support-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CBCBCB;
    font-family: "Roboto", sans-serif;
    font-style: italic; }
  .page-support .support-search input::-moz-placeholder, .page-full-page-support-template .support-search input::-moz-placeholder, .page-submit-a-ticket .support-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #CBCBCB;
    font-family: "Roboto", sans-serif;
    font-style: italic; }
  .page-support .support-search input:-ms-input-placeholder, .page-full-page-support-template .support-search input:-ms-input-placeholder, .page-submit-a-ticket .support-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #CBCBCB;
    font-family: "Roboto", sans-serif;
    font-style: italic; }
  .page-support .support-search input:-moz-placeholder, .page-full-page-support-template .support-search input:-moz-placeholder, .page-submit-a-ticket .support-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #CBCBCB;
    font-family: "Roboto", sans-serif;
    font-style: italic; }

.page-support .knowledge-base, .page-full-page-support-template .knowledge-base, .page-submit-a-ticket .knowledge-base {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 40px; }

.page-support .knowledge-faqs .et_pb_text_inner, .page-full-page-support-template .knowledge-faqs .et_pb_text_inner, .page-submit-a-ticket .knowledge-faqs .et_pb_text_inner {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 45px; }

.page-support .knowledge-faqs h3, .page-full-page-support-template .knowledge-faqs h3, .page-submit-a-ticket .knowledge-faqs h3 {
  color: #00BBB8;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px; }

.page-support .knowledge-faqs ul li, .page-full-page-support-template .knowledge-faqs ul li, .page-submit-a-ticket .knowledge-faqs ul li {
  list-style: none;
  width: 100%;
  clear: both;
  position: relative; }
  .page-support .knowledge-faqs ul li a, .page-full-page-support-template .knowledge-faqs ul li a, .page-submit-a-ticket .knowledge-faqs ul li a {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
    text-decoration: underline;
    line-height: 34px;
    display: inline-block;
    margin-left: 30px; }
    .page-support .knowledge-faqs ul li a:hover, .page-full-page-support-template .knowledge-faqs ul li a:hover, .page-submit-a-ticket .knowledge-faqs ul li a:hover {
      color: #00BBB8; }
  .page-support .knowledge-faqs ul li:before, .page-full-page-support-template .knowledge-faqs ul li:before, .page-submit-a-ticket .knowledge-faqs ul li:before {
    width: 2px;
    height: 2px;
    content: '';
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 20px;
    position: absolute;
    top: 15px; }

.page-support .knowledge-faqs p a, .page-full-page-support-template .knowledge-faqs p a, .page-submit-a-ticket .knowledge-faqs p a {
  font-size: 16px;
  line-height: 24px;
  color: #00bbb8;
  text-decoration: underline; }

/* Contact */
.page-contact #custom_html-2 {
  margin-bottom: 50px; }

.page-contact .contact-option {
  margin-bottom: 40px;
  width: auto;
  display: table;
  cursor: pointer;
  clear: both; }
  .page-contact .contact-option input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    cursor: pointer; }
  .page-contact .contact-option input[type="radio"] + label {
    font-size: 16px;
    line-height: 24px;
    color: #000; }
  .page-contact .contact-option input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background: transparent; }
  .page-contact .contact-option input[type="radio"] + label span {
    border: 5px solid #D8D8D8; }
  .page-contact .contact-option input[type="radio"]:checked + label span {
    border: 5px solid #00bbb8; }
  .page-contact .contact-option input[type="radio"] + label span,
  .page-contact .contact-option input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear; }
  .page-contact .contact-option:last-child {
    margin-bottom: 0; }
  .page-contact .contact-option label {
    cursor: pointer; }
    .page-contact .contact-option label.active:after {
      content: '';
      margin: auto;
      position: absolute;
      right: -13px;
      width: 22px;
      height: 22px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      border: 1px solid transparent;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      background: -webkit-linear-gradient(315deg, transparent 50%, #fff 50%);
      background: linear-gradient(135deg, transparent 50%, #fff 50%); }
      @media only screen and (max-width: 980px) {
        .page-contact .contact-option label.active:after {
          display: none; } }

.page-contact .textwidget p {
  font-size: 16px;
  line-height: 24px;
  color: #000; }

.page-contact .textwidget a {
  color: #00bbb8;
  text-decoration: underline;
  font-weight: bold; }

.page-contact .contact-form {
  margin-top: 23px; }
  .page-contact .contact-form label {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    display: block; }
  .page-contact .contact-form input {
    width: 100%;
    border: 2px solid #CBCBCB;
    border-radius: 4px;
    height: 50px; }
    .page-contact .contact-form input[type="submit"] {
      width: 48.5%;
      float: right;
      height: 60px;
      background: #33BAB8;
      border-radius: 4px;
      text-transform: uppercase;
      font-weight: bold;
      border: 0;
      margin-top: 35px;
      font-size: 16px;
      cursor: pointer; }
  .page-contact .contact-form textarea {
    width: 100%;
    border: 2px solid #CBCBCB;
    border-radius: 4px;
    height: 165px; }
  .page-contact .contact-form .field-container {
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 24px; }
    .page-contact .contact-form .field-container:nth-child(odd) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .page-contact .contact-form .field-container {
        width: 100%; } }
  .page-contact .contact-form .subject-container {
    width: 100%;
    margin-bottom: 24px; }

.page-contact .widgettitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #00bbb8;
  margin-bottom: 30px; }

.page-contact .wpcf7 {
  width: 100%;
  clear: both; }
  .page-contact .wpcf7 .form-media {
    display: none; }
  .page-contact .wpcf7 .form-sales {
    display: none; }

.page-contact .et_pb_sidebar {
  margin-right: 0 !important; }

.page-contact .et_pb_column {
  margin-right: 0 !important; }

.single-support .widget_yarpp_widget .widgettitle {
  font-family: 'Roboto Condensed';
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  color: #00BBB8; }
  .single-support .widget_yarpp_widget .widgettitle .fa {
    margin-right: 10px; }

.single-support .yarpp-related-widget li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 22px;
  padding-top: 22px; }
  .single-support .yarpp-related-widget li a {
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    color: #606060;
    line-height: 26px; }

.search article {
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
  line-height: 26px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 60px; }
  .search article .entry-title a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #00bbb8; }
  .search article .post-meta {
    padding-bottom: 10px;
    color: #606060; }

.search-no-results #left-area h1 {
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  color: #00bbb8; }

.search-no-results #left-area p {
  font-size: 16px;
  color: #000;
  line-height: 26px; }

.error404 #left-area h1 {
  font-family: 'Roboto Condensed';
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  color: #00bbb8; }

.error404 #left-area p {
  font-size: 16px;
  color: #000;
  line-height: 26px; }

.page .title-banner,
.page .title-banner .entry-title {
  padding: 0; }

.page .title-banner .et_pb_row {
  padding: 69px 0; }

.fullscreen-section {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .fullscreen-section .et_pb_section_video_bg .mejs-video {
    height: 100%; }
  .fullscreen-section .et_pb_section_video_bg embed,
  .fullscreen-section .et_pb_section_video_bg iframe,
  .fullscreen-section .et_pb_section_video_bg object,
  .fullscreen-section .et_pb_section_video_bg video {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
  .fullscreen-section .et_pb_fullscreen,
  .fullscreen-section .et_pb_fullwidth_header_container {
    height: 100%; }

.semi-transparent-bg-video > .et_pb_section_video_bg {
  opacity: 0.2; }

#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul {
  padding-left: 0; }

.et_mobile_menu li li {
  padding-left: 0; }

.videolightbox, .videolightboxautoplay {
  margin-bottom: 13.174%; }

.et_pb_portfolio_item h2 {
  padding: 0; }
  .et_pb_portfolio_item h2 a {
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 24px !important;
    color: #33bab8 !important;
    line-height: 28px !important; }

.ajax-load-more-wrap {
  padding-top: 100px; }
  .ajax-load-more-wrap .alm-listing {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  .ajax-load-more-wrap .alm-btn-wrap {
    width: 100%;
    clear: both; }
    .ajax-load-more-wrap .alm-btn-wrap .product-load-more {
      width: 100%;
      padding: 27px 0;
      background: transparent;
      border: 0;
      border-radius: 0;
      border-top: 1px solid #212224;
      border-bottom: 1px solid #fff;
      color: #00BBB8;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer; }
      .ajax-load-more-wrap .alm-btn-wrap .product-load-more:after {
        content: '\f0d7';
        color: #00BBB8;
        font-size: 24px;
        font-family: 'FontAwesome' !important;
        position: relative;
        top: 1px;
        margin: 0 20px; }
      .ajax-load-more-wrap .alm-btn-wrap .product-load-more.loading:before {
        content: url("../img/loading.gif");
        width: 18px;
        height: 18px;
        position: relative;
        top: 2px;
        margin: 0 16px; }
      .ajax-load-more-wrap .alm-btn-wrap .product-load-more:hover {
        background: #00BBB8;
        color: #fff; }
        .ajax-load-more-wrap .alm-btn-wrap .product-load-more:hover.loading:before {
          content: url("../img/loading-white.gif"); }
        .ajax-load-more-wrap .alm-btn-wrap .product-load-more:hover:after {
          color: #fff; }
      .ajax-load-more-wrap .alm-btn-wrap .product-load-more.done {
        cursor: default;
        color: #333; }
        .ajax-load-more-wrap .alm-btn-wrap .product-load-more.done:after {
          color: #333; }
        .ajax-load-more-wrap .alm-btn-wrap .product-load-more.done:hover {
          background: transparent; }
          .ajax-load-more-wrap .alm-btn-wrap .product-load-more.done:hover:after {
            color: #333; }
  @media only screen and (max-width: 767px) {
    .ajax-load-more-wrap {
      padding-top: 0; }
      .ajax-load-more-wrap .et_pb_portfolio_item {
        width: 100% !important; } }

/* Submit a Ticket */
.page-submit-a-ticket .contact-form label {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
  display: block; }

.page-submit-a-ticket .contact-form select {
  width: 100%;
  border: 2px solid #CBCBCB;
  border-radius: 4px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
  font-size: 16px; }

.page-submit-a-ticket .contact-form input {
  width: 100%;
  border: 2px solid #CBCBCB;
  border-radius: 4px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
  font-size: 16px; }
  .page-submit-a-ticket .contact-form input[type="submit"] {
    width: 48.5%;
    float: right;
    height: 60px;
    background: #33BAB8;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    margin-top: 35px;
    font-size: 16px;
    cursor: pointer; }

.page-submit-a-ticket .contact-form textarea {
  width: 100%;
  border: 2px solid #CBCBCB;
  border-radius: 4px;
  height: 165px;
  padding: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif; }

.page-submit-a-ticket .contact-form .field-container {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 24px; }
  .page-submit-a-ticket .contact-form .field-container:nth-child(odd) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .page-submit-a-ticket .contact-form .field-container {
      width: 100%; } }

.et_pb_slide:first-child .et_pb_slide_image img.active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0;
          animation-duration: 0; }

.search .et_pb_post img {
  display: none; }

.et_pb_gutters3 .et_pb_column_2_3,
.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
  float: left;
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 0; } }

.et_pb_row_inner .et_pb_column {
  padding-left: 0;
  padding-right: 0; }

.et_pb_slider .et_pb_container {
  padding-left: 15px;
  padding-right: 15px; }

.et_pb_custom_shop.et_pb_shop .products {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .et_pb_custom_shop.et_pb_shop .products:before {
    content: unset; }

.et_pb_custom_shop.et_pb_shop .woocommerce.columns-3 .products .product {
  width: 33.3333% !important;
  margin-bottom: 54px !important;
  margin-right: 0 !important;
  padding: 0 15px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

@media screen and (max-width: 767px) {
  .et_pb_custom_shop.et_pb_shop .woocommerce.columns-3 .products .product {
    width: 100% !important;
    padding: 15px 30px; } }

.et_pb_custom_shop.et_pb_shop .post-excerpt {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }

.et_pb_custom_shop.et_pb_shop .product-cta-wrapper {
  width: 100%;
  margin-top: auto; }

.et_pb_custom_shop.et_pb_shop .product h2 {
  font-size: 24px;
  color: #33bab8;
  line-height: 28px; }

.product-nav.fixed-nav {
  width: 100%;
  position: fixed;
  top: 50px !important;
  z-index: 10; }

@media screen and (max-width: 980px) {
  #main-header .et_mobile_menu li ul.products-sub-menu {
    display: none !important; } }

#wpadminbar {
  position: fixed !important; }

.products-sub-menu {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto; }

.products-sub-menu::-webkit-scrollbar {
  width: 10px; }

.products-sub-menu::-webkit-scrollbar-thumb {
  background-color: #00bbb8;
  border: 4px solid #000; }

.products-sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000; }

.page-artists .et_pb_slide .et_parallax_bg {
  background-size: contain;
  background-position: left; }

.custom_slider.et_pb_slider .et_pb_slide {
  height: 500px;
  max-height: 500px; }

@media screen and (max-width: 767px) {
  .custom_slider.et_pb_slider .et_pb_slide {
    background-image: unset !important; } }

.custom_slider.et_pb_slider .et_pb_container {
  height: 500px !important; }

.custom_slider.et_pb_sider .et_pb_slide .et_parallax_bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, transparent 25%, #000 75%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(75%, #000));
  background-image: linear-gradient(90deg, transparent 25%, #000 75%); }

.custom_slider.et_pb_slider .et_pb_slider_container_inner {
  width: 50% !important;
  float: right; }

@media screen and (max-width: 767px) {
  .custom_slider.et_pb_slider .et_pb_slider_container_inner {
    width: 100% !important;
    float: none; } }

.custom_slider.et_pb_slider .et_pb_slide_description {
  text-align: left;
  padding: 60px 15px;
  margin-top: 30px;
  left: 50%;
  position: absolute; }

.custom_slider.et_pb_slider .et_pb_slide_image {
  left: 0px; }

.custom_slider.et_pb_slider .et_pb_slide_content {
  font-weight: 300; }

.custom_slider.et_pb_slider .et_pb_slide_title {
  margin-top: 35px;
  padding-bottom: 0; }

.custom_slider.et_pb_slider .et_pb_slide_subheading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #fff; }

.custom_testimonial {
  padding: 0;
  position: relative;
  overflow: hidden; }
  .custom_testimonial .testimonial_portrait_img {
    width: 100%;
    display: block; }
  .custom_testimonial .et_pb_testimonial_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.85); }
  .custom_testimonial .et_pb_testimonial_author {
    margin-top: 0; }
  .custom_testimonial .et_pb_testimonial_author,
  .custom_testimonial .et_pb_testimonial_meta {
    color: #fff; }

.lightbox {
  display: none; }
  .lightbox.featherlight-inner .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #0c0c0c; }
  .lightbox .testimonial_portrait_img_right img {
    display: block; }
  .lightbox .testimonial_portrait_img_right {
    float: left;
    width: 33.33333%; }

@media screen and (max-width: 767px) {
  .lightbox .testimonial_portrait_img_right {
    display: none; } }
  .lightbox .testimonial_content {
    float: left;
    width: 66.66667%;
    padding: 60px; }

@media screen and (max-width: 767px) {
  .lightbox .testimonial_content {
    float: left;
    width: 100%;
    padding: 40px 15px; } }
  .lightbox .testimonial_author {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    color: #16afa9; }

@media screen and (max-width: 980px) {
  .lightbox .testimonial_author {
    font-size: 32px;
    line-height: 48px; } }
  .lightbox .testimonial_meta {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #fff; }

@media screen and (max-width: 980px) {
  .lightbox .testimonial_meta {
    font-size: 18px;
    line-height: 24px; } }
  .lightbox .testimonial_message {
    margin-top: 24px; }
  .lightbox .testimonial_message p {
    color: #00bbb8; }
  .lightbox .testimonial_message ul > li {
    color: #fff; }
  .lightbox .testimonial_message p:first-of-type {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    color: #fff; }

@media screen and (max-width: 980px) {
  .lightbox .testimonial_message p:first-of-type {
    font-size: 16px;
    line-height: 1.5; } }

.featherlight .featherlight-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  background: transparent; }

.featherlight .featherlight-close-icon {
  top: 20px;
  right: 35px;
  background: transparent;
  font-size: 32px;
  color: #fff; }

#new_logo_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  width: 20%; }
  @media screen and (max-width: 768px) {
    #new_logo_container {
      width: 25%; } }
  @media screen and (max-width: 767px) {
    #new_logo_container {
      width: 50%; } }
  #new_logo_container a {
    line-height: 0; }
  #new_logo_container img {
    max-width: 100% !important;
    max-height: 50px !important; }

#top-primary-nav-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', Helvetica, Arial, Lucida, serif;
  font-size: 90%;
  font-weight: 400;
  width: 60%; }
  @media screen and (max-width: 768px) {
    #top-primary-nav-container {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    #top-primary-nav-container {
      display: none; } }
  #top-primary-nav-container div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #ffffff; }
    #top-primary-nav-container div:first-child div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #top-primary-nav-container div:first-child div div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      #top-primary-nav-container div:first-child div div:not(.top-primary-nav-button) {
        margin: 0 24px; }
        @media screen and (max-width: 980px) {
          #top-primary-nav-container div:first-child div div:not(.top-primary-nav-button) {
            margin: 0 15px; } }
    @media screen and (max-width: 768px) {
      #top-primary-nav-container div:first-child #top-primary-nav-button-container {
        display: none; } }
    @media screen and (max-width: 980px) {
      #top-primary-nav-container div:first-child #top-primary-nav-button-container .top-primary-nav-button {
        min-width: 130px; } }
    #top-primary-nav-container div:first-child .top-primary-nav-item {
      cursor: pointer; }
      #top-primary-nav-container div:first-child .top-primary-nav-item:hover {
        padding-top: 2px;
        border-bottom: 2px solid #00bbb8; }

#top-secondary-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%; }
  @media screen and (max-width: 768px) {
    #top-secondary-nav-container {
      width: 25%; } }
  @media screen and (max-width: 767px) {
    #top-secondary-nav-container {
      width: 50%; } }
  #top-secondary-nav-container div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  #top-secondary-nav-container nav {
    margin: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 768px) {
      #top-secondary-nav-container nav {
        margin: 0; }
        #top-secondary-nav-container nav #top-menu {
          display: block !important; } }
    @media screen and (max-width: 767px) {
      #top-secondary-nav-container nav #top-menu {
        display: none !important; } }
  #top-secondary-nav-container #social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #top-secondary-nav-container #social-icons ul {
      padding: 0; }

#nav-menu-slideout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: top .4s;
  transition: top .4s;
  position: absolute;
  background-color: #000000;
  z-index: 9998; }
  @media screen and (max-width: 767px) {
    #nav-menu-slideout {
      display: none; } }

.slideout-full-width {
  width: 100%; }

.slideout-partial-width {
  width: auto; }

.slideout-is-closed {
  top: -500px; }

.slideout-is-open {
  top: 45px; }

.nav-slideout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid #191919; }

#primary-container {
  width: 100vw; }

.nav-slideout-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding: 24px 16px;
  border-right: 1px solid #191919; }
  @media screen and (max-width: 980px) {
    .nav-slideout-section {
      padding: 24px 8px;
      font-size: 90%; } }
  .nav-slideout-section li {
    color: white;
    margin: 8px 0;
    font-weight: 300; }
  .nav-slideout-section:not(.featured-section) {
    padding: 24px 28px; }
    @media screen and (max-width: 1020px) {
      .nav-slideout-section:not(.featured-section) {
        padding: 24px 16px; } }
    @media screen and (max-width: 980px) {
      .nav-slideout-section:not(.featured-section) {
        padding: 24px 8px; } }
    .nav-slideout-section:not(.featured-section) span {
      margin: 12px 0px 20px 0; }
  .nav-slideout-section span {
    margin: 12px 0px 8px 0; }

.featured-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center; }
  .featured-section .featured-section-text {
    font-size: 85%;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .featured-section .featured-section-text {
        line-height: 1.2em; } }
  .featured-section .featured-section-img {
    margin: 32px 0; }
    .featured-section .featured-section-img img {
      cursor: pointer;
      width: 100%;
      max-width: 500px;
      height: auto; }

.nav-slideout-product {
  margin-bottom: 10px;
  font-size: 85%;
  color: #00bbb8;
  border-radius: 2px;
  padding-right: 12px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease; }
  .nav-slideout-product:hover {
    background-color: #00bbb8;
    padding: 0 6px; }
    .nav-slideout-product:hover .product-name-container {
      color: #000000; }

@media screen and (max-width: 768px) {
  .product-name-container {
    line-height: 1.2em;
    margin-bottom: 6px; } }

.product-name-container span:nth-child(2) {
  font-weight: 300; }

.product-tagline {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2em; }
  @media screen and (max-width: 768px) {
    .product-tagline {
      font-size: 12px; } }

#burger {
  display: none;
  cursor: pointer; }
  #burger div {
    width: 30px;
    height: 2px;
    background-color: #00bbb8;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  @media screen and (max-width: 767px) {
    #burger {
      display: inline-block; } }

.change #pickle {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  -ms-transform: rotate(-45deg) translate(-6px, 5px);
      transform: rotate(-45deg) translate(-6px, 5px); }

.change #beef {
  opacity: 0; }

.change #cheese {
  -webkit-transform: rotate(45deg) translate(-6px, -5px);
  -ms-transform: rotate(45deg) translate(-6px, -5px);
      transform: rotate(45deg) translate(-6px, -5px); }

#atu-mobile-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: white;
  font-size: 14px;
  border-bottom: 2px solid #00bbb8; }
  #atu-mobile-section div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  #atu-mobile-section #atu-mobile-section-wordmark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 130px; }
  #atu-mobile-section #atu-mobile-section-gui {
    max-width: 240px;
    margin-top: 12px; }
  #atu-mobile-section #atu-mobile-section-btn {
    margin: 12px 0;
    width: 100%;
    padding: 0 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #atu-mobile-section #atu-mobile-section-btn a {
      width: 100%;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #atu-mobile-section #atu-mobile-section-btn a div {
        border: 2px solid #00bbb8;
        background-color: #00bbb8;
        color: #ffffff;
        border-radius: 5px;
        padding: 5px 20px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  #atu-mobile-section button {
    color: #00bbb8;
    background: #000000;
    border: 2px solid #00bbb8;
    letter-spacing: 2px;
    border-radius: 4px;
    text-shadow: none;
    text-align: center;
    padding: 0.3em 1em; }

@media screen and (min-width: 767px) {
  #mobile-menu-wrapper {
    display: none; } }

.mobile-menu-section {
  overflow-y: scroll; }

.mobile-menu-section.child-section.open {
  height: -webkit-calc(100vh - 230px);
  height: calc(100vh - 230px); }

@media screen and (max-width: 425px) {
  .et-social-icons {
    display: none; } }

#app-header {
  background-color: #000000;
  position: fixed;
  width: 100vw;
  z-index: 10000; }

#main-header {
  background-color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#new-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  position: relative;
  z-index: 9999;
  height: 50px; }

#new_header_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 18px;
  position: relative;
  width: 100%;
  z-index: 10000; }

#main-footer {
  border-top: 1px solid #383838;
  background-color: #0A0833;
  padding: 60px 30px;
  color: #ffffff; }
  #main-footer a {
    color: #ffffff;
    text-decoration: none; }
  #main-footer p {
    padding: 0; }
  @media screen and (max-width: 980px) {
    #main-footer {
      padding: 60px 0;
      font-size: 14px; } }
  #main-footer .footer-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    @media screen and (max-width: 425px) {
      #main-footer .footer-menu-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    #main-footer .footer-menu-container .footer-menu-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 275px;
      margin: 0 15px; }
      #main-footer .footer-menu-container .footer-menu-col h4 {
        color: #00BBB8; }
      #main-footer .footer-menu-container .footer-menu-col ul {
        list-style-type: none; }
      #main-footer .footer-menu-container .footer-menu-col p {
        font-size: 12px; }
      @media screen and (max-width: 425px) {
        #main-footer .footer-menu-container .footer-menu-col {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 100%;
          margin-bottom: 40px; } }
      @media screen and (max-width: 980px) {
        #main-footer .footer-menu-container .footer-menu-col {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 40%;
             -moz-box-flex: 1;
              -ms-flex: 1 0 40%;
                  flex: 1 0 40%;
          margin-bottom: 40px; } }
    #main-footer .footer-menu-container #newsletter-col p {
      line-height: 16px;
      margin-bottom: 10px; }
  #main-footer .footer-trademark-container {
    text-align: center;
    font-size: 11px;
    padding: 20px 5%; }

.email-registration-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .email-registration-form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .email-registration-form div:first-child:not(.em-signup-btn-text) {
    width: -webkit-calc((100% / 3) * 2);
    width: calc((100% / 3) * 2);
    border: 1px solid #ffffff;
    border-radius: 3px 0px 0px 3px; }
  .email-registration-form div:nth-child(2) {
    width: -webkit-calc(100% - ((100% / 3) * 2));
    width: calc(100% - ((100% / 3) * 2));
    border-radius: 0px 3px 3px 0px;
    background-color: #00BBB8;
    color: #000000; }
  .email-registration-form input {
    width: 100%;
    background: none;
    color: #ffffff;
    height: 30px;
    border: none; }
  .email-registration-form button {
    background: none;
    border: none;
    height: 30px;
    width: 100%;
    font-size: 12px;
    font-weight: 600; }
    .email-registration-form button .em-signup-btn-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  .email-registration-form .em-msg-container {
    display: none; }
  @media screen and (max-width: 425px) {
    .email-registration-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .email-registration-form div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%; }
      .email-registration-form .em-input-container {
        margin-bottom: 20px; }
      .email-registration-form div:nth-child(2) {
        border-radius: 3px; } }

#footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }
  #footer-social-links img {
    max-width: 35px; }
  @media screen and (max-width: 425px) {
    #footer-social-links {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-top: 40px; }
      #footer-social-links img {
        max-width: 50px; } }

.main-theme-btn {
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.mt-btn-reg-color {
  background-color: #00bbb8;
  border: 1px solid #007774;
  color: #ffffff; }
  .mt-btn-reg-color:hover {
    background-color: #04827f; }
    .mt-btn-reg-color:hover a {
      color: #ffffff; }

.mt-btn-inverted-color {
  background-color: #000000;
  border: 2px solid #00bbb8;
  color: #00bbb8; }
  .mt-btn-inverted-color:hover {
    background-color: #04827f;
    color: #ffffff; }

.mt-btn-lg {
  font-size: 90%;
  font-weight: 600;
  padding: 7px 18px; }

#atu-product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.atu-product-col {
  width: 28%; }

.atu-product-img {
  height: 200px; }
  @media screen and (max-width: 980px) {
    .atu-product-img {
      height: 300px; } }
  @media screen and (max-width: 414px) {
    .atu-product-img {
      height: 200px; } }
  .atu-product-img img {
    height: 200px; }
    @media screen and (max-width: 980px) {
      .atu-product-img img {
        height: 300px; } }
    @media screen and (max-width: 414px) {
      .atu-product-img img {
        height: 200px; } }

.avx-product-img img {
  height: 200px; }

@media screen and (max-width: 980px) {
  .atu-cta-btn {
    width: 100%; } }

.homepage .resp-btn-1-wrapper, .homepage .resp-btn-2-wrapper {
  background-color: #000000a3; }

#homepage-banner-section {
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
  min-height: 900px;
  border-bottom: 2px solid black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid white; }
  #homepage-banner-section .et_parallax_bg {
    background-attachment: fixed !important;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 2360px 1371px;
    background-color: #000103; }
    @media screen and (min-width: 2260px) {
      #homepage-banner-section .et_parallax_bg {
        background-position: top right;
        background-size: 4420px 2180px;
        background-image: url("/wp-content/uploads/2017/08/Homepage-Banner_V4_5120x2880_Compressed.jpg") !important; } }
    @media screen and (max-width: 465px) {
      #homepage-banner-section .et_parallax_bg {
        background-size: cover; } }
  #homepage-banner-section #banner-section-main-col h3 {
    letter-spacing: 15px; }
    @media screen and (max-width: 425px) {
      #homepage-banner-section #banner-section-main-col h3 {
        letter-spacing: 10px;
        line-height: 1.5em; } }

#homepage-products-section {
  padding-bottom: 10vh; }
  #homepage-products-section .et_parallax_bg {
    background-attachment: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-size: 1707px 960px;
    background-color: #000000; }
    @media screen and (min-width: 1440px) {
      #homepage-products-section .et_parallax_bg {
        background-size: 2560px 1440px; } }
    @media screen and (min-width: 2260px) {
      #homepage-products-section .et_parallax_bg {
        background-size: 3413px 1920px; } }
    @media screen and (min-width: 980px) {
      #homepage-products-section .et_parallax_bg {
        height: inherit; } }
  #homepage-products-section #products-header-row {
    padding: 20px 0 100px 0; }
    #homepage-products-section #products-header-row h3 {
      padding-bottom: 0;
      color: #ffffff;
      letter-spacing: 15px;
      font-size: 35px; }
    @media (max-width: 980px) {
      #homepage-products-section #products-header-row {
        padding: 20px 0 20px 0; }
        #homepage-products-section #products-header-row .et_pb_column {
          margin-bottom: 0; }
        #homepage-products-section #products-header-row h3 {
          font-size: 25px; } }
    @media (max-width: 425px) {
      #homepage-products-section #products-header-row h3 {
        letter-spacing: 3px; } }
  #homepage-products-section .et_pb_ant_custom_button {
    width: 200px; }
  #homepage-products-section .products-detail-row {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%; }
    #homepage-products-section .products-detail-row .product-column {
      padding-left: 25px;
      padding-right: 25px; }
  #homepage-products-section .products-detail-row-m {
    padding: 15px 0; }
    @media (max-width: 425px) {
      #homepage-products-section .products-detail-row-m {
        padding: 30px 0; }
        #homepage-products-section .products-detail-row-m .et_pb_column {
          margin-bottom: 0; }
        #homepage-products-section .products-detail-row-m .et_pb_text {
          margin-bottom: 10px; } }
    #homepage-products-section .products-detail-row-m h1 {
      font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
      font-size: 25px;
      color: #00bbb8 !important; }
      @media (max-width: 425px) {
        #homepage-products-section .products-detail-row-m h1 {
          font-size: 20px;
          padding-bottom: 5px; } }
    #homepage-products-section .products-detail-row-m .et_pb_ant_custom_button {
      margin-left: -webkit-calc(50% - 100px);
      margin-left: calc(50% - 100px); }
    #homepage-products-section .products-detail-row-m .side-by-side {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 425px) {
        #homepage-products-section .products-detail-row-m .side-by-side {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #homepage-products-section .products-detail-row-m .side-by-side .sbs-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 425px) {
          #homepage-products-section .products-detail-row-m .side-by-side .sbs-col {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            width: 100%; } }
      #homepage-products-section .products-detail-row-m .side-by-side img {
        max-width: 300px; }
        @media (max-width: 425px) {
          #homepage-products-section .products-detail-row-m .side-by-side img {
            max-width: 250px; } }
      #homepage-products-section .products-detail-row-m .side-by-side .detail-text {
        text-align: center;
        color: #ffffff; }
        #homepage-products-section .products-detail-row-m .side-by-side .detail-text h1 {
          color: #00bbb8;
          font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
          font-size: 25px; }
          @media (max-width: 425px) {
            #homepage-products-section .products-detail-row-m .side-by-side .detail-text h1 {
              font-size: 20px;
              padding-bottom: 5px; } }
        #homepage-products-section .products-detail-row-m .side-by-side .detail-text .et_pb_ant_custom_button {
          margin-top: 20px;
          margin-bottom: 20px;
          margin-left: -webkit-calc(50% - 100px);
          margin-left: calc(50% - 100px); }
          @media (max-width: 425px) {
            #homepage-products-section .products-detail-row-m .side-by-side .detail-text .et_pb_ant_custom_button {
              margin-top: 10px;
              margin-bottom: 10px; } }
  #homepage-products-section #products-btn-row .et_pb_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 981px) {
    #homepage-products-section {
      height: -webkit-calc(100vh - 50px);
      height: calc(100vh - 50px); } }
  @media (max-width: 425px) {
    #homepage-products-section .et_pb_image {
      margin-bottom: 10px; }
    #homepage-products-section .downicon-row {
      display: none; } }

#homepage-artists-section {
  border-top: 1px solid white;
  border-bottom: 1px solid white; }

.homepage-blog-section {
  border-top: 1px solid white; }
  @media (min-width: 981px) {
    .homepage-blog-section {
      height: -webkit-calc(100vh - 50px);
      height: calc(100vh - 50px);
      min-height: 900px; } }
  .homepage-blog-section .post-content {
    display: none; }

#homepage-blog-section-d .et_pb_slide {
  max-height: 500px; }
  #homepage-blog-section-d .et_pb_slide .et_pb_slide_content {
    line-height: 30px; }

#homepage-blog-section-d #homepage-blog-row {
  padding-bottom: 0px;
  padding: 30px 5% 0 5%;
  width: 100%;
  max-width: 100%; }
  #homepage-blog-section-d #homepage-blog-row .blog-col {
    padding: 0px 20px; }

#homepage-blog-section-t {
  padding-top: 0; }
  #homepage-blog-section-t h3 {
    color: #7fd8d5;
    font-size: 28px;
    font-family: 'Roboto';
    padding: 0; }
  #homepage-blog-section-t .et_pb_blog_grid .column {
    max-height: 420px;
    overflow-y: scroll; }
  #homepage-blog-section-t #homepage-blog-slider-t {
    padding: 0; }
  #homepage-blog-section-t #homepage-blog-p .column {
    max-height: 100%; }
  @media (max-width: 425px) {
    #homepage-blog-section-t .et_pb_column {
      margin-bottom: 0; }
    #homepage-blog-section-t .et_pb_row {
      padding-bottom: 0; } }

#homepage-insta-section {
  padding-left: 5%;
  padding-right: 5%;
  border-top: 1px solid white;
  padding-top: 10vh; }
  @media (max-width: 1300px) {
    #homepage-insta-section {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1024px) {
    #homepage-insta-section .instagram-media {
      min-width: 290px !important; } }
  @media (min-width: 981px) {
    #homepage-insta-section {
      height: -webkit-calc(100vh - 50px);
      height: calc(100vh - 50px); }
      #homepage-insta-section .et_pb_column {
        padding-right: 2.5%;
        padding-left: 2.5%; } }
  @media (max-width: 768px) {
    #homepage-insta-section {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  #homepage-insta-section #insta-header-row {
    padding: 0; }
  #homepage-insta-section #insta-posts-row {
    width: 100%;
    max-width: 100%;
    padding-top: 30px; }

#homepage-insta-section-m {
  border-top: 1px solid white; }
  #homepage-insta-section-m .side-by-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    #homepage-insta-section-m .side-by-side .sbs-container-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
    #homepage-insta-section-m .side-by-side .sbs-container-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      width: 100%;
      margin-bottom: 10px; }
    #homepage-insta-section-m .side-by-side .sbs-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40%; }
  @media (max-width: 768px) {
    #homepage-insta-section-m {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }

.downicon-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%; }
  .downicon-row .et_pb_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .downicon-row .et_pb_column a:after {
      content: attr(data-icon);
      font-family: "ETmodules" !important;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      -webkit-font-smoothing: antialiased;
      color: #ffffff;
      line-height: 1.7em;
      font-size: 50px !important;
      opacity: 1;
      left: auto; }

.products-page a h2 {
  font-size: 20px; }

.products-page #products-banner-btns-d {
  margin: 2.75% 25%;
  width: 100%; }
  @media screen and (max-width: 1220px) {
    .products-page #products-banner-btns-d .et_pb_ant_resp_button_group {
      border: 10px solid pink;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 30px; } }

.products-page .product-img-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 1220px) {
  .products-page .resp-btn-group-wrapper .main-btns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .products-page .resp-btn-group-wrapper .resp-btn-1-wrapper, .products-page .resp-btn-group-wrapper .resp-btn-2-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100% !important; }
  .products-page .resp-btn-group-wrapper .resp-btn-1-wrapper {
    border-right: none;
    border-bottom: 1px solid #05bbb8; }
  .products-page .resp-btn-group-wrapper .resp-btn-2-wrapper {
    border-left: none; } }

.avid-page-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.avid-detail-section h2 {
  font-family: 'Roboto';
  font-weight: bold;
  color: #82D9D7; }

@font-face {
  font-family: 'AutoTune';
  src: url("/good-times.goodtimesrg-regular.ttf") format("truetype"); }

#main-content {
  padding-top: 50px !important;
  min-height: -webkit-calc(100vh - 432px);
  min-height: calc(100vh - 432px); }

.et_parallax_bg {
  background-attachment: fixed !important;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2260px 900px;
  background-color: #000103; }
  @media screen and (min-width: 2260px) {
    .et_parallax_bg {
      background-position: top right; } }
