@charset "UTF-8";
/* PLUGIN STYLES */
/* Woocommerce styles */
.woocommerce-page ul.products, .et_pb_column .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page ul.products:before, .woocommerce-page ul.products:after, .et_pb_column .woocommerce ul.products:before, .et_pb_column .woocommerce ul.products:after {
  display: none;
}
.woocommerce-page ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n) {
  float: none !important;
  margin: 0 !important;
}
@media (min-width: 980px) {
  .woocommerce-page ul.products.columns-6 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-6 li.product:nth-child(n) {
    width: 16.66% !important;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .woocommerce-page ul.products.columns-6 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-6 li.product:nth-child(n) {
    width: 33.33% !important;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .woocommerce-page ul.products.columns-6 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-6 li.product:nth-child(n) {
    width: 50% !important;
  }
}
@media (min-width: 980px) {
  .woocommerce-page ul.products.columns-5 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-5 li.product:nth-child(n) {
    width: 20% !important;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .woocommerce-page ul.products.columns-5 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-5 li.product:nth-child(n) {
    width: 33.33% !important;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .woocommerce-page ul.products.columns-5 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-5 li.product:nth-child(n) {
    width: 50% !important;
  }
}
@media (min-width: 980px) {
  .woocommerce-page ul.products.columns-4 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-4 li.product:nth-child(n) {
    width: 25% !important;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .woocommerce-page ul.products.columns-4 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-4 li.product:nth-child(n) {
    width: 33.33% !important;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .woocommerce-page ul.products.columns-4 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-4 li.product:nth-child(n) {
    width: 50% !important;
  }
}
@media (min-width: 767px) {
  .woocommerce-page ul.products.columns-3 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-3 li.product:nth-child(n) {
    width: 33.33% !important;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .woocommerce-page ul.products.columns-3 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-3 li.product:nth-child(n) {
    width: 50% !important;
  }
}
@media (min-width: 479px) {
  .woocommerce-page ul.products.columns-2 li.product:nth-child(n), .et_pb_column .woocommerce ul.products.columns-2 li.product:nth-child(n) {
    width: 50% !important;
  }
}

#ecommerce-custom-header {
  background-color: transparent !important;
  padding: 30px 0 0 !important;
  text-align: center;
}
#ecommerce-custom-header .et_pb_row {
  padding-bottom: 0;
}
#ecommerce-custom-header h1 {
  font-size: 37px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#ecommerce-custom-header .woocommerce-breadcrumb a {
  color: inherit !important;
}

.orderby, .woocommerce div.product form.cart .variations td select {
  background-color: transparent;
  border: 1px solid rgba(149, 149, 149, 0.5);
  padding: 8px 10px;
  line-height: normal;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 20px 0;
  padding: 4px 0;
  color: inherit;
  font-weight: inherit;
}

.woocommerce ul.products li.product {
  transition: all 0.5s, ease-in-out;
  text-align: center;
  padding: 25px 20px 65px !important;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  display: none;
  -webkit-animation: clipBottom 0.3s ease-in;
  animation: clipBottom 0.3s ease-in;
  transition: all 0.5s, ease-in-out;
}
.woocommerce ul.products li.product:hover:after {
  display: block;
}
.woocommerce ul.products li.product > a {
  z-index: 4;
  position: relative;
  display: block;
}
.woocommerce ul.products li.product .et_shop_image {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce ul.products li.product .et_shop_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
.woocommerce ul.products li.product .et_shop_image .et_overlay {
  display: none;
}
.woocommerce ul.products li.product .star-rating {
  display: none;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 20px !important;
  line-height: 1.3;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
}
.woocommerce ul.products li.product .buttons-wrapper {
  z-index: 5;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  left: 0;
  bottom: -50px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.woocommerce ul.products li.product .buttons-wrapper .button,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link {
  transition: all 0.2s;
  font-size: 0 !important;
  margin: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: relative;
  color: inherit;
  border: 1px solid;
  opacity: 0.75;
  background-color: transparent !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button:before,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart:before,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link:before {
  display: none !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link:after {
  line-height: 40px;
  padding: 0 !important;
  width: 100%;
  margin: 0 !important;
  color: inherit !important;
  opacity: 1;
  transition: none !important;
  left: 0 !important;
  top: 0 !important;
  font-size: 19px;
  font-weight: 300 !important;
  font-family: "ETModules";
}
.woocommerce ul.products li.product .buttons-wrapper .button.add_to_cart_button:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.add_to_cart_button:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.add_to_cart_button:after {
  content: "" !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button.add_to_cart_button.added,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.add_to_cart_button.added,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.add_to_cart_button.added {
  color: #26c15f !important;
  opacity: 1;
}
.woocommerce ul.products li.product .buttons-wrapper .button.add_to_cart_button.added:hover,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.add_to_cart_button.added:hover,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.add_to_cart_button.added:hover {
  border-color: #26c15f !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button.add_to_cart_button.added:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.add_to_cart_button.added:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.add_to_cart_button.added:after {
  content: "N" !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button.add_to_cart_button.loading:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.add_to_cart_button.loading:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.add_to_cart_button.loading:after {
  content: "" !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button.product_type_variable:after, .woocommerce ul.products li.product .buttons-wrapper .button.woocommerce-LoopProduct-link:after, .woocommerce ul.products li.product .buttons-wrapper .button.view-product-button:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.product_type_variable:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.woocommerce-LoopProduct-link:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.view-product-button:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.product_type_variable:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.woocommerce-LoopProduct-link:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.view-product-button:after {
  content: "L" !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button.added_to_cart:after,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart.added_to_cart:after,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link.added_to_cart:after {
  content: "" !important;
}
.woocommerce ul.products li.product .buttons-wrapper .button:hover,
.woocommerce ul.products li.product .buttons-wrapper a.added_to_cart:hover,
.woocommerce ul.products li.product .buttons-wrapper a.woocommerce-LoopProduct-link:hover {
  opacity: 1;
  background-color: transparent !important;
}
.woocommerce ul.products li.product.product-type-variable .buttons-wrapper a.woocommerce-LoopProduct-link {
  display: none;
}
.woocommerce ul.products li.product.outofstock a.ajax_add_to_cart {
  display: none;
}
.woocommerce ul.products li.product:hover .buttons-wrapper {
  bottom: 10px;
}

@keyframes clipBottom {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% -20%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% -20%, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes clipBottomClose {
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  0% {
    -webkit-clip-path: polygon(0 0, 100% -20%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% -20%, 100% 100%, 0 100%);
  }
}
.widget_product_search {
  width: 100%;
}
.widget_product_search form.woocommerce-product-search {
  height: 40px;
  position: relative;
}
.widget_product_search form.woocommerce-product-search:before {
  font-family: ETmodules;
  font-weight: 900 !important;
  font-size: 16px;
  line-height: 1;
  margin-top: -8px;
  content: "U";
  position: absolute;
  right: 12px;
  top: 50%;
  color: inherit;
}
.widget_product_search input.search-field {
  background-color: transparent;
  color: inherit;
  border: 1px solid rgba(149, 149, 149, 0.5);
  padding: 0 40px 0 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.widget_product_search button {
  font-weight: 600;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.woocommerce .widget_shopping_cart .variation {
  display: none;
}
.woocommerce .widget_shopping_cart .total {
  border-top: 1px solid rgba(149, 149, 149, 0.5);
  padding-top: 8px;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .widget_shopping_cart .total strong {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}
.woocommerce .widget_shopping_cart .total .amount {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce .widget_shopping_cart .remove_from_cart_button {
  width: 18px;
  height: 18px;
  line-height: 18px !important;
  font-weight: normal;
}
.woocommerce .woocommerce-mini-cart__buttons a.button {
  font-size: 14px;
  line-height: 1.1 !important;
  text-align: center;
  padding: 8px !important;
}
.woocommerce .woocommerce-mini-cart__buttons a.button:hover {
  font-size: 14px;
  line-height: 1.1 !important;
  text-align: center;
  padding: 8px !important;
}
.woocommerce .woocommerce-mini-cart__buttons a.button:after {
  display: none;
}
@media (min-width: 1050px) {
  .woocommerce .woocommerce-mini-cart__buttons a.button {
    width: 48.5%;
    display: inline-block;
  }
  .woocommerce .woocommerce-mini-cart__buttons a.button:first-child {
    margin-right: 3%;
  }
  .woocommerce .woocommerce-mini-cart__buttons a.button:last-child {
    margin-right: 0;
  }
}
@media (min-width: 300px) and (max-width: 980px) {
  .woocommerce .woocommerce-mini-cart__buttons a.button {
    width: 48.5%;
    display: inline-block;
  }
  .woocommerce .woocommerce-mini-cart__buttons a.button:first-child {
    margin-right: 3%;
  }
  .woocommerce .woocommerce-mini-cart__buttons a.button:last-child {
    margin-right: 0;
  }
}

#sidebar ul.product_list_widget li {
  padding: 3px 0 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
}
#sidebar ul.product_list_widget li .star-rating {
  margin: 3px 0;
  font-size: 11px;
}
#sidebar .woocommerce ul.cart_list li img, #sidebar .woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#sidebar .woocommerce ul.product_list_widget li span.product-title, #sidebar .woocommerce ul.cart_list li span.product-title {
  font-size: 15px !important;
  font-weight: 500;
  display: inline-block;
}
#sidebar .woocommerce ul.product_list_widget li .amount, #sidebar .woocommerce ul.cart_list li .amount {
  color: inherit;
}
#sidebar .woocommerce ul.product_list_widget li del .amount, #sidebar .woocommerce ul.cart_list li del .amount {
  opacity: 0.5;
  font-size: 80%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 9px;
  height: 14px;
  border-radius: 0;
  top: -3px;
  margin-left: -4px;
}

.woo-custom-header .et_pb_row {
  text-align: center;
}
@media (min-width: 767px) {
  .woo-custom-header .et_pb_row {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
}
.woo-custom-header .woocommerce-products-header__title page-title {
  font-size: 37px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .woo-custom-header .woocommerce-products-header__title page-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .woo-custom-header .woo-product-navi {
    display: none;
  }
}
.woo-custom-header .woo-product-navi a {
  position: relative;
  width: 70px;
  height: 70px;
  display: block;
  overflow: hidden;
}
.woo-custom-header .woo-product-navi a .thumb {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.woo-custom-header .woo-product-navi a .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.woo-custom-header .woo-product-navi .navi-prev a:before, .woo-custom-header .woo-product-navi .navi-next a:after {
  font-family: ETModules;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.woo-custom-header .woo-product-navi .navi-prev, .woo-custom-header .woo-product-navi .navi-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.woo-custom-header .woo-product-navi .navi-prev:hover .thumb, .woo-custom-header .woo-product-navi .navi-next:hover .thumb {
  width: 100%;
  height: 100%;
  opacity: 1;
  margin-left: -35px;
  margin-top: -35px;
}
.woo-custom-header .woo-product-navi .navi-prev {
  left: 0;
}
.woo-custom-header .woo-product-navi .navi-prev a:before {
  content: "#";
  left: 15px;
}
.woo-custom-header .woo-product-navi .navi-prev a:hover:before {
  left: -100%;
}
.woo-custom-header .woo-product-navi .navi-next {
  right: 0;
}
.woo-custom-header .woo-product-navi .navi-next a:after {
  content: "$";
  right: 15px;
}
.woo-custom-header .woo-product-navi .navi-next a:hover:after {
  right: -100%;
}

body.woocommerce #content-area div.product .woocommerce-tabs,
body.woocommerce div.product .woocommerce-tabs {
  border: none;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5) !important;
  margin: 0px;
  overflow: visible;
  text-align: center;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  display: inline-block;
  border: none !important;
  background-color: transparent !important;
  margin: 0;
  padding: 0 10px;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent !important;
  border: none !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal !important;
  position: relative;
  display: block;
  padding: 15px !important;
  color: inherit !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
@media (max-width: 767px) {
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    text-align: left;
  }
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    padding: 8px 20px !important;
  }
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    width: 2px;
    height: 0;
  }
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    height: 100%;
    width: 2px;
  }
}
body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 30px 0;
}
body.woocommerce #content-area div.product .woocommerce-tabs .panel h2,
body.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 5px;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews ol.commentlist li,
body.woocommerce div.product .woocommerce-tabs #reviews ol.commentlist li {
  margin-bottom: 25px !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text,
body.woocommerce div.product .woocommerce-tabs #reviews ol.commentlist li .comment-text {
  font-size: 14px;
  line-height: 1.6;
  margin-left: 65px !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews ol.commentlist li img.avatar,
body.woocommerce div.product .woocommerce-tabs #reviews ol.commentlist li img.avatar {
  width: 50px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond .comment-reply-title,
body.woocommerce div.product .woocommerce-tabs #reviews #respond .comment-reply-title {
  font-size: 18px;
  font-weight: 500;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond .comment-form-rating,
body.woocommerce div.product .woocommerce-tabs #reviews #respond .comment-form-rating {
  margin-bottom: 10px;
  margin-left: -5px;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond .comment-form-rating label,
body.woocommerce div.product .woocommerce-tabs #reviews #respond .comment-form-rating label {
  font-size: 14px;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond .comment-form-rating label, body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond .comment-form-rating p.stars,
body.woocommerce div.product .woocommerce-tabs #reviews #respond .comment-form-rating label,
body.woocommerce div.product .woocommerce-tabs #reviews #respond .comment-form-rating p.stars {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  line-height: initial;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform input[type=email], body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform input[type=text], body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform input[type=url],
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform input[type=email],
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform input[type=text],
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform input[type=url] {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100%;
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform textarea,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform textarea {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
}
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-comment,
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-author,
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-email,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-comment,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-author,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-email {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-author,
body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-email,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-author,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-email {
    width: 50%;
    float: left;
  }
  body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-author,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-author {
    padding-right: 10px;
  }
  body.woocommerce #content-area div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-email,
body.woocommerce div.product .woocommerce-tabs #reviews #respond #commentform .comment-form-email {
    padding-left: 10px;
  }
}

.woocommerce div.product div.summary .price {
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .price del {
  margin-right: 5px;
}
.woocommerce div.product div.summary .price del span {
  font-size: 95% !important;
}
.woocommerce div.product div.summary .price ins {
  font-weight: normal;
}
.woocommerce div.product div.summary .product_meta {
  border-color: rgba(149, 149, 149, 0.5);
  color: inherit;
  line-height: normal;
}
.woocommerce div.product div.summary .product_meta > span {
  display: block;
  padding: 6px 0;
}
.woocommerce div.product div.summary .product_meta > span a {
  font-weight: inherit;
}
.woocommerce div.product div.summary .out-of-stock {
  background-color: #d64444;
  margin: 20px 0;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  line-height: normal;
}
.woocommerce div.product .woocommerce-variation-price {
  margin-bottom: 15px !important;
}
.woocommerce div.product .variations label {
  font-weight: normal;
  font-size: 14px;
}
.woocommerce div.product .variations td {
  vertical-align: middle;
  padding: 0 10px 15px 0 !important;
}

section.up-sells {
  margin-bottom: 40px;
}

.woocommerce .woocommerce-cart-form table.shop_table {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form table.shop_table thead {
  display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
  padding: 10px !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td .variation {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
  max-width: 100px !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name a {
  font-family: "Playfair Display", Georgia, "Times New Roman";
  font-size: 19px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
  font-family: "Playfair Display", Georgia, "Times New Roman";
  font-size: 25px;
}
.woocommerce .cart-collaterals .cart_totals {
  padding: 45px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals {
    padding: 35px 25px;
  }
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  margin-bottom: 20px !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr th, .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody td {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping .shipping-calculator-form {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.woocommerce .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 25px;
  font-family: "Playfair Display", Georgia, "Times New Roman";
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
  padding-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0 !important;
}
.woocommerce .return-to-shop a.wc-backward {
  padding: 0.3em 1em !important;
}
.woocommerce .return-to-shop a.wc-backward:after {
  content: "" !important;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
  border-radius: 0;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  background-color: transparent !important;
  border: 1px solid rgba(149, 149, 149, 0.5) !important;
  color: inherit !important;
}
.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-message a.wc-forward, .woocommerce .woocommerce-error a.button, .woocommerce .woocommerce-error a.wc-forward, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-info a.wc-forward, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-message a.wc-forward, .woocommerce-page .woocommerce-error a.button, .woocommerce-page .woocommerce-error a.wc-forward, .woocommerce-page .woocommerce-info a.button, .woocommerce-page .woocommerce-info a.wc-forward {
  font-size: 16px !important;
  padding: 8px 15px !important;
  line-height: 1.1 !important;
  background-color: transparent;
}
.woocommerce .woocommerce-message a.button:after, .woocommerce .woocommerce-message a.wc-forward:after, .woocommerce .woocommerce-error a.button:after, .woocommerce .woocommerce-error a.wc-forward:after, .woocommerce .woocommerce-info a.button:after, .woocommerce .woocommerce-info a.wc-forward:after, .woocommerce-page .woocommerce-message a.button:after, .woocommerce-page .woocommerce-message a.wc-forward:after, .woocommerce-page .woocommerce-error a.button:after, .woocommerce-page .woocommerce-error a.wc-forward:after, .woocommerce-page .woocommerce-info a.button:after, .woocommerce-page .woocommerce-info a.wc-forward:after {
  display: none;
}
.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-message a.wc-forward:hover, .woocommerce .woocommerce-error a.button:hover, .woocommerce .woocommerce-error a.wc-forward:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-info a.wc-forward:hover, .woocommerce-page .woocommerce-message a.button:hover, .woocommerce-page .woocommerce-message a.wc-forward:hover, .woocommerce-page .woocommerce-error a.button:hover, .woocommerce-page .woocommerce-error a.wc-forward:hover, .woocommerce-page .woocommerce-info a.button:hover, .woocommerce-page .woocommerce-info a.wc-forward:hover {
  padding: 8px 15px !important;
  line-height: 1.1 !important;
}

@media (min-width: 700px) {
  .woocommerce-message, .woocommerce-error, .woocommerce-info {
    line-height: 35px !important;
    padding: 10px 15px !important;
  }
}
@media (max-width: 700px) {
  .woocommerce-message, .woocommerce-error, .woocommerce-info {
    text-align: center;
    padding: 15px !important;
  }

  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 8px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 8px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 981px) {
  form.woocommerce-checkout {
    margin-top: 30px;
  }

  #customer_details {
    float: left;
    padding-right: 20px;
    position: relative;
    width: 60%;
  }

  form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  #order_review {
    float: left;
    width: 40%;
  }
}
.woocommerce form.woocommerce-checkout h3#order_review_heading {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none !important;
  padding-top: 0;
}

.woocommerce-checkout-review-order {
  padding: 25px;
}
.woocommerce-checkout-review-order table.shop_table tbody .product-total,
.woocommerce-checkout-review-order table.shop_table tfoot td,
.woocommerce-checkout-review-order table.shop_table thead .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order table.shop_table thead th,
.woocommerce-checkout-review-order table.shop_table tfoot th {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order table.shop_table tbody {
  font-size: 13px;
  line-height: 1.5;
}
.woocommerce-checkout-review-order table.shop_table tbody tr.cart_item:last-child td {
  padding-bottom: 20px;
}
.woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal td, .woocommerce-checkout-review-order table.shop_table tfoot .cart-subtotal th {
  margin-top: 10px;
  border-top: 1px solid rgba(149, 149, 149, 0.5) !important;
  padding-top: 12px;
}
.woocommerce-checkout-review-order table.shop_table .order-total .amount {
  font-size: 25px;
  font-family: "Playfair Display", Georgia, "Times New Roman";
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit;
}
#add_payment_method #payment .place-order,
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order {
  font-size: 13px;
  line-height: 1.5;
}
#add_payment_method #payment .place-order button#place_order,
.woocommerce-cart #payment .place-order button#place_order,
.woocommerce-checkout #payment .place-order button#place_order {
  display: block;
  float: none;
  width: 100%;
  max-width: 275px;
  margin: 15px auto;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-color: rgba(149, 149, 149, 0.5);
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  position: relative;
  padding: 5px 0 0 25px;
}
#add_payment_method #payment ul.payment_methods li input.input-radio,
.woocommerce-cart #payment ul.payment_methods li input.input-radio,
.woocommerce-checkout #payment ul.payment_methods li input.input-radio {
  position: absolute;
  top: 6px;
  left: 0;
}
#add_payment_method #payment ul.payment_methods li .payment_box,
.woocommerce-cart #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  background-color: rgba(0, 0, 0, 0.15);
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
}
#add_payment_method #payment ul.payment_methods li .payment_box:before,
.woocommerce-cart #payment ul.payment_methods li .payment_box:before,
.woocommerce-checkout #payment ul.payment_methods li .payment_box:before {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 10px;
  top: -20px;
  margin: 0 0 0 20px;
}

.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-shipping-fields > h3 {
  margin-bottom: 10px;
}

.divi-photography-woo-account .woocommerce h3 {
  margin-bottom: 15px;
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  display: block;
  line-height: normal;
  z-index: 10;
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  font-family: ETModules;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  content: "5";
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "";
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "";
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "";
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "";
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "";
}
.divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "J";
}
@media (min-width: 980px) {
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 175px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(149, 149, 149, 0.5);
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 10px 12px 5px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
    top: 50%;
    margin-top: -10px;
    left: -30px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
    margin-left: -100%;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active):hover:before {
    left: 5px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-content {
    width: calc(100% - 175px);
    min-height: 290px;
    padding: 50px;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-content {
    padding: 40px 30px;
    float: none;
    width: 100%;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    border-right: 1px solid rgba(149, 149, 149, 0.5);
    max-width: 125px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
    left: 0;
    top: 0;
    width: 100%;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 30px 10px 15px;
    font-size: 12px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-content {
    padding: 30px 15px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: left;
    border-bottom: 1px solid rgba(149, 149, 149, 0.5);
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
    left: 0;
    top: 50%;
    font-size: 16px;
    margin-top: -8px;
  }
  .divi-photography-woo-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 10px 10px 26px;
    font-size: 12px;
  }
}

.woocommerce-orders-table thead th, .woocommerce-orders-table tfoot th, .woocommerce-order-downloads thead th, .woocommerce-order-downloads tfoot th, .woocommerce-table--order-details thead th, .woocommerce-table--order-details tfoot th {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce-orders-table a.button, .woocommerce-order-downloads a.button, .woocommerce-table--order-details a.button {
  margin: 3px;
  border: 1px solid rgba(149, 149, 149, 0.5) !important;
  letter-spacing: 1px;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 5px 7px !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  background-color: transparent;
}
.woocommerce-orders-table a.button:hover, .woocommerce-order-downloads a.button:hover, .woocommerce-table--order-details a.button:hover {
  padding: 8px;
}
.woocommerce-orders-table a.button:after, .woocommerce-orders-table a.button:before, .woocommerce-order-downloads a.button:after, .woocommerce-order-downloads a.button:before, .woocommerce-table--order-details a.button:after, .woocommerce-table--order-details a.button:before {
  display: none !important;
}

.woocommerce .woocommerce-order-details, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-downloads {
  margin: 30px 0;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email {
  padding: 0;
}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone:before, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email:before {
  display: none;
}

.user-logged-out .divi-photography-woo-account {
  max-width: 600px;
  padding: 30px;
  margin: 0 auto;
}
.user-logged-out .divi-photography-woo-account form {
  padding: 10px 0;
  margin-top: 5px;
}

.woocommerce table.shop_table {
  border: none !important;
}
.woocommerce table.shop_table tr th, .woocommerce table.shop_table tr td {
  color: inherit;
  font-weight: normal;
}

.woocommerce span.onsale {
  background: #d64444 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden;
  font-weight: 600;
  font-size: 15px;
  width: 53px;
  height: 53px;
  line-height: 53px !important;
  text-align: center;
  color: white;
  display: inline-block;
  text-transform: uppercase;
}

.woocommerce .button.disabled {
  background-color: transparent !important;
  color: inherit !important;
}

.woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty {
  height: 43px !important;
}

.woocommerce a.remove {
  font-weight: 400 !important;
}

.woocommerce .woocommerce-form-coupon, .woocommerce-cart .coupon {
  position: relative;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}
.woocommerce .woocommerce-form-coupon input#coupon_code, .woocommerce-cart .coupon input#coupon_code {
  min-width: 150px;
  background: transparent !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  line-height: 42px !important;
  border: 1px solid rgba(149, 149, 149, 0.5) !important;
  height: 42px;
  box-shadow: none !important;
  font-weight: normal !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce form em {
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
}
.woocommerce form input.text, .woocommerce form input.title, .woocommerce form input[type=email], .woocommerce form input[type=password], .woocommerce form input[type=tel], .woocommerce form input[type=text], .woocommerce form select, .woocommerce form .select2-container--default .select2-selection--single {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form .select2-container--default .select2-selection--single {
  line-height: 1;
  height: 49px;
  padding: 0 15px;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px;
  color: inherit;
  padding: 0;
  font-weight: normal;
}
.woocommerce form textarea {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
}
.woocommerce form label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: normal !important;
}

.woocommerce ul.order_details {
  margin: 20px 0;
  padding: 0;
}
.woocommerce ul.order_details li {
  border-color: rgba(149, 149, 149, 0.5);
  margin-bottom: 10px;
  line-height: 1.8;
}
.woocommerce ul.order_details li strong {
  font-weight: 600;
}

.woocommerce .blockUI.blockOverlay, .woocommerce .loader {
  opacity: 0.75 !important;
}

/* Events Calendar Styles */
.single-tribe_events #et-boc .et_pb_row.column-wrapper {
  width: 100% !important;
  padding: 0 !important;
  max-width: none;
}

.single-tribe_events .event-top {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
}
.single-tribe_events .event-top h1 {
  line-height: 1.2;
  font-size: 35px;
  padding-bottom: 10px;
}
.single-tribe_events .event-top .tribe-events-schedule {
  margin: 0 auto;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.single-tribe_events .event-top .tribe-events-schedule h2 {
  font-weight: normal !important;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 19px;
}
.single-tribe_events .event-top .tribe-events-schedule .tribe-events-cost {
  color: #fff;
  background-color: #d64444;
  padding: 0 8px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  margin-left: 25px;
  font-size: 17px;
}
.single-tribe_events .event-top .tribe-events-schedule .tribe-events-cost:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -17px;
  width: 0;
  height: 0;
  border-color: transparent #d64444 transparent transparent;
  border-style: solid;
  border-width: 17px 17px 17px 0;
}
.single-tribe_events .event-top .tribe-events-schedule .tribe-events-cost:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -2px;
}

p.tribe-events-back {
  margin-bottom: 15px !important;
}
p.tribe-events-back a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tribe-events-single .tribe-events-event-meta {
  border: none;
  background-color: transparent !important;
  margin: 0 auto 10px;
  line-height: 1.5;
}
.tribe-events-single .tribe-events-event-meta .column, .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
  width: 100% !important;
  float: none;
  display: block;
  font-size: 15px;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
  padding: 30px;
  margin-bottom: 25px;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
  width: 100% !important;
  padding: 0;
  float: none;
  display: block;
  font-size: 15px;
  border: none;
}
.tribe-events-single .tribe-events-event-meta .tribe-events-single-section-title, .tribe-events-single .tribe-events-event-meta .tribe-events-related-events-title {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.tribe-events-single .tribe-events-event-meta dl dt {
  font-weight: normal !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tribe-events-single .tribe-events-event-meta dl dd {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
}
.tribe-events-single .tribe-events-event-meta dl dd:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.tribe-events-single .tribe-events-event-meta dl dd:after {
  content: "";
  clear: both;
  display: table;
}
.tribe-events-single .tribe-events-cal-links a {
  color: #fff;
}

.tribe-events-related-events-title {
  margin-top: 35px;
}

.tribe-related-events li {
  float: none !important;
  width: 100% !important;
  display: block;
  margin-bottom: 30px !important;
}
.tribe-related-events .tribe-related-events-thumbnail {
  margin: 0 0 -30px !important;
}
.tribe-related-events .tribe-related-event-info {
  width: 95%;
  margin: 0 auto;
  padding: 25px 20px;
  position: relative;
  z-index: 2;
}
.tribe-related-events .tribe-related-events-title {
  margin-bottom: 0 !important;
}

.tribe-events-list .event-content-wrapper {
  padding: 20px 25px 25px;
}
.tribe-events-list:not(.tribe-events-photo) .type-tribe_events {
  background-color: transparent !important;
  padding-top: 0 !important;
  margin-bottom: 25px !important;
  margin-top: 25px;
  display: block;
  overflow: hidden;
  position: relative;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}
.tribe-events-list .tribe-events-list-event-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  padding: 10px 0 !important;
}
.tribe-events-list .description {
  font-size: 15px;
  line-height: 1.5;
}
.tribe-events-list .description p {
  margin-bottom: 10px;
}
.tribe-events-list .tribe-events-event-meta {
  margin-top: 15px;
}
.tribe-events-list .tribe-events-event-meta .tribe-event-schedule-details, .tribe-events-list .tribe-events-event-meta .tribe-events-venue-details {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.tribe-events-list .tribe-events-event-meta .tribe-events-venue-details br {
  display: none;
}
.tribe-events-list .tribe-events-event-cost {
  color: #fff;
  background-color: #d64444;
  padding: 0 8px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  margin-left: 25px;
  font-size: 17px;
}
.tribe-events-list .tribe-events-event-cost:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -17px;
  width: 0;
  height: 0;
  border-color: transparent #d64444 transparent transparent;
  border-style: solid;
  border-width: 17px 17px 17px 0;
}
.tribe-events-list .tribe-events-event-cost:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -2px;
}

@media (min-width: 980px) {
  .tribe-events-list:not(.tribe-events-photo) .type-tribe_events {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .tribe-events-list:not(.tribe-events-photo) .type-tribe_events:before, .tribe-events-list:not(.tribe-events-photo) .type-tribe_events:after {
    display: none;
  }
}
.type-tribe_events.tribe-events-photo-event .tribe-events-event-details {
  padding: 30px 20px !important;
  width: 93%;
  margin: 0 auto !important;
  z-index: 2;
  text-align: center;
  position: relative;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-event-details .tribe-events-list-event-title {
  padding: 0 0 10px;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-event-details .tribe-events-event-meta {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-event-image {
  margin-bottom: -30px;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-event-image img {
  width: 100%;
}

.tribe-event-featured .tribe-events-photo-event-wrap {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: auto;
}

.tribe-events-week-grid .tribe-grid-body {
  position: relative;
  overflow: visible;
}
.tribe-events-week-grid .tribe-grid-content-wrap .column, .tribe-events-week-grid .tribe-week-grid-block div {
  border-color: rgba(149, 149, 149, 0.5);
}
.tribe-events-week-grid .tribe-grid-header .column {
  font-size: 14px;
}
.tribe-events-week-grid .tribe-grid-header .tribe-week-today {
  font-weight: bold;
}
.tribe-events-week-grid .type-tribe_events h3.entry-title a {
  font-size: 18px !important;
  line-height: 1.2;
  color: #222;
  font-weight: 600;
}
.tribe-events-week-grid .tribe-grid-allday .tribe-events-week-allday-single, .tribe-events-week-grid .tribe-grid-body .tribe-events-week-hourly-single {
  background-color: rgba(221, 221, 221, 0.85);
  border: 1px solid #ccc;
  color: #666;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  z-index: 888 !important;
  position: relative;
  display: block;
  overflow: visible;
}

#tribe-events-content .tribe-events-calendar {
  border: none !important;
}
#tribe-events-content .tribe-events-calendar td {
  border-color: rgba(149, 149, 149, 0.5);
}
#tribe-events-content .tribe-events-calendar thead th {
  padding: 10px 5px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #tribe-events-content .tribe-events-calendar td {
    height: 45px;
    padding: 0;
  }
  #tribe-events-content .tribe-events-calendar td .tribe-events-viewmore, #tribe-events-content .tribe-events-calendar td .type-tribe_events {
    display: none;
  }
  #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
    background: none;
    font-size: 16px;
    line-height: 1;
    margin-top: 6px;
    padding: 0;
    text-align: center;
    font-weight: normal;
  }
  #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    opacity: 0.2;
  }
  #tribe-events-content .tribe-events-calendar td.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.mobile-active div[id*=tribe-events-daynum-] a {
    font-weight: bold !important;
  }
  #tribe-events-content .tribe-events-calendar .tribe-events-has-events {
    cursor: pointer;
  }
  #tribe-events-content .tribe-events-calendar .tribe-events-has-events:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 50%;
    margin: 5px auto;
  }
}

#tribe-mobile-container {
  margin-top: 30px;
}
#tribe-mobile-container .tribe-events-mobile {
  padding: 30px 20px 25px;
  margin: 10px auto 15px;
}
#tribe-mobile-container .tribe-events-mobile .tribe-events-event-image {
  margin: 20px -20px;
}
#tribe-mobile-container .tribe-events-mobile .tribe-event-description {
  margin-bottom: 10px;
}

#tribe-events-bar {
  margin-bottom: 40px;
}
#tribe-events-bar #tribe-bar-collapse-toggle {
  display: none;
}
#tribe-events-bar .tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: block !important;
}
#tribe-events-bar #tribe-bar-views {
  position: relative;
}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
  margin: 0;
  padding: 10px 0 35px;
}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
}
#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list {
  width: 90%;
  left: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  z-index: 99;
}
#tribe-events-bar #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option, #tribe-events-bar #tribe-bar-views .tribe-bar-views-option.tribe-bar-active, #tribe-events-bar #tribe-bar-views .tribe-bar-views-option:first-child {
  display: list-item !important;
}
#tribe-events-bar .tribe-bar-filters {
  padding: 10px;
}
#tribe-events-bar .tribe-bar-filters label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: normal !important;
}
#tribe-events-bar .tribe-bar-filters input[type=text] {
  color: inherit !important;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100%;
  padding: 0 12px;
  height: 40px;
  line-height: 39px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#tribe-events-bar .tribe-bar-filters input[type=submit] {
  display: block;
  width: 100%;
  border: 1px solid !important;
  background-color: transparent;
  height: 45px;
  line-height: 42px;
  font-size: 18px;
  box-shadow: none;
  padding: 0 12px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#tribe-events-bar .tribe-bar-full, #tribe-events-bar .tribe-bar-mini {
  padding: 10px;
}
#tribe-events-bar .tribe-bar-full #tribe-bar-views, #tribe-events-bar .tribe-bar-mini #tribe-bar-views {
  width: 15%;
  float: right;
  padding: 0 0 0 10px;
}
#tribe-events-bar .tribe-bar-full #tribe-bar-views label, #tribe-events-bar .tribe-bar-mini #tribe-bar-views label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: normal !important;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters {
  width: 85%;
  float: left;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner {
  display: flex;
  align-content: flex-end;
  justify-content: flex-start;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner:before, #tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner:after, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner:before, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner:after {
  display: none !important;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter, #tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter, #tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-geoloc-filter {
  width: 25%;
  padding-right: 20px;
}
#tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit, #tribe-events-bar .tribe-bar-mini .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit {
  padding-top: 17px;
  width: 25%;
}
#tribe-events-bar .tribe-bar-collapse #tribe-bar-views {
  width: 100%;
  display: block;
}
#tribe-events-bar .tribe-bar-collapse #tribe-bar-views .tribe-bar-views-inner {
  margin: 0;
  padding: 15px;
}
#tribe-events-bar .tribe-bar-collapse #tribe-bar-collapse-toggle {
  width: 100%;
  display: block;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}
#tribe-events-bar .tribe-bar-collapse #tribe-bar-collapse-toggle:before {
  position: absolute;
  font-family: ETModules;
  font-size: 20px;
  line-height: 1;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  content: "C";
}
#tribe-events-bar .tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-filters-open:before {
  content: "B";
}
#tribe-events-bar .tribe-bar-collapse .tribe-bar-filters {
  border-top: 1px solid rgba(149, 149, 149, 0.5);
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
#tribe-events-bar .tribe-bar-collapse .tribe-bar-filters .tribe-bar-filters-inner {
  padding: 15px 10px;
}
#tribe-events-bar .tribe-bar-collapse .tribe-bar-date-filter, #tribe-events-bar .tribe-bar-collapse .tribe-bar-search-filter, #tribe-events-bar .tribe-bar-collapse .tribe-bar-geoloc-filter {
  margin-bottom: 15px;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
  border: none !important;
  color: inherit;
}
.recurring-info-tooltip .tribe-events-event-body, .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body, .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-events-event-body, .tribe-events-week .tribe-events-tooltip .tribe-events-event-body {
  padding: 0 20px 20px;
  color: inherit;
  font-size: 12px;
}
.recurring-info-tooltip h3.tribe-event-title, .recurring-info-tooltip h3.entry-title, .tribe-events-calendar .tribe-events-tooltip h3.tribe-event-title, .tribe-events-calendar .tribe-events-tooltip h3.entry-title, .tribe-events-shortcode.view-week .tribe-events-tooltip h3.tribe-event-title, .tribe-events-shortcode.view-week .tribe-events-tooltip h3.entry-title, .tribe-events-week .tribe-events-tooltip h3.tribe-event-title, .tribe-events-week .tribe-events-tooltip h3.entry-title {
  padding: 20px 20px 10px !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
.recurring-info-tooltip .tribe-events-event-thumb, .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb, .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-events-event-thumb, .tribe-events-week .tribe-events-tooltip .tribe-events-event-thumb {
  padding: 10px 0;
  float: none;
}
.recurring-info-tooltip .tribe-events-arrow, .tribe-events-calendar .tribe-events-tooltip .tribe-events-arrow, .tribe-events-shortcode.view-week .tribe-events-tooltip .tribe-events-arrow, .tribe-events-week .tribe-events-tooltip .tribe-events-arrow {
  display: none;
}

.datepicker.dropdown-menu {
  z-index: 999999 !important;
}

#tribe-bar-views-toggle {
  color: inherit !important;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100%;
  padding: 0 12px;
  height: 40px;
  line-height: 39px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#tribe-bar-views-toggle:focus {
  outline: 1px dotted;
}
#tribe-bar-views-toggle:focus, #tribe-bar-views-toggle:hover {
  border-color: rgba(149, 149, 149, 0.5);
}
#tribe-bar-views-toggle:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: inherit;
  border-width: 8px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 15px;
  width: auto;
}

#tribe-bar-views .tribe-bar-views-list {
  display: none;
  left: 0;
  margin: 0;
  padding: 5px 0 0;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 2;
}
#tribe-bar-views .tribe-bar-views-option {
  display: block;
  line-height: 14px;
  margin: 0;
  padding: 10px 15px;
  background: #fff;
  width: 100%;
}
#tribe-bar-views .tribe-bar-views-option:hover {
  cursor: pointer;
}
#tribe-bar-views .tribe-bar-views-option:focus {
  outline: 1px dotted;
}
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  font-weight: bold;
}

.tribe-common .tribe-common-form-control-text__input {
  background: transparent;
  border: none;
  font-size: 16px;
  padding-left: 45px !important;
  color: inherit;
}
.tribe-common .tribe-common-form-control-text__input:focus {
  color: inherit;
}
.tribe-common .tribe-events-c-search__input-control {
  position: relative;
}
.tribe-common .tribe-events-c-search__input-control:before {
  font-family: ETModules;
  content: "U";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.tribe-common .tribe-common-c-btn {
  font-size: 17px !important;
  font-weight: 600;
  box-shadow: none !important;
  border-width: 1px;
  border-style: solid;
}
.tribe-common .tribe-events-c-view-selector__content li .tribe-events-c-view-selector__list-item-link {
  color: inherit;
  height: 100%;
  padding: 20px 0;
  position: relative;
}
.tribe-common .tribe-events-c-view-selector__content li .tribe-events-c-view-selector__list-item-link:after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.tribe-common .tribe-events-c-view-selector__content li .tribe-events-c-view-selector__list-item-link:hover:after {
  width: 99%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.tribe-common .tribe-events-c-view-selector__content li.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
  font-weight: bold;
}
.tribe-common .tribe-events-c-view-selector__content li.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  width: 100%;
  opacity: 1;
}
@media (max-width: 784px) {
  .tribe-common .tribe-events-c-view-selector__content li .tribe-events-c-view-selector__list-item-link {
    padding: 2px 15px;
    display: block;
    margin-bottom: 10px;
    min-width: 100px;
  }
  .tribe-common .tribe-events-c-view-selector__content li .tribe-events-c-view-selector__list-item-link:after {
    width: 2px !important;
    height: 100% !important;
  }
}

.tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list a, .tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list button {
  background: transparent;
  color: inherit;
  border: none;
  opacity: 1;
}
.tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list button[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
.tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button {
  background: transparent;
  color: inherit;
  border: none;
  font-size: 18px;
}

.tribe-events-c-nav {
  padding: 10px 0;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item a, .tribe-events-c-nav .tribe-events-c-nav__list-item button {
  position: relative;
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
  background: transparent;
  padding: 0;
  border: none;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item a:before, .tribe-events-c-nav .tribe-events-c-nav__list-item button:before {
  position: absolute;
  font-size: 30px;
  margin-top: -15px;
  line-height: 1;
  top: 50%;
  font-family: "ETModules";
  font-weight: normal;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item--next a, .tribe-events-c-nav .tribe-events-c-nav__list-item--next button, .tribe-events-c-nav .tribe-events-c-nav__list-item--today a, .tribe-events-c-nav .tribe-events-c-nav__list-item--today button {
  padding-right: 40px !important;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item--next a:before, .tribe-events-c-nav .tribe-events-c-nav__list-item--next button:before, .tribe-events-c-nav .tribe-events-c-nav__list-item--today a:before, .tribe-events-c-nav .tribe-events-c-nav__list-item--today button:before {
  content: "$";
  right: 0;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item--prev a, .tribe-events-c-nav .tribe-events-c-nav__list-item--prev button {
  padding-left: 40px !important;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item--prev a:before, .tribe-events-c-nav .tribe-events-c-nav__list-item--prev button:before {
  content: "#";
  left: 0;
}
.tribe-events-c-nav .tribe-events-c-nav__list-item button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.tribe-common-b1 .tribe-events-c-ical__link {
  margin-top: 10px;
  display: inline-block;
  padding: 6px 15px;
}

@media (max-width: 784px) {
  .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-events-bar__search-button, .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector__button {
    width: 40px;
    height: 40px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    position: relative;
  }
  .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-events-bar__search-button:before, .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector__button:before {
    position: absolute;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    font-family: "ETModules";
    font-weight: normal;
    color: inherit;
  }
  .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-events-bar__search-button:before {
    content: "U";
    font-weight: 600;
  }
  .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector__button:before {
    content: "";
  }
  .tribe-common .tribe-events-header .tribe-events-c-events-bar .tribe-common-svgicon {
    display: none !important;
  }
}
.tribe-events-read-more {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
.tribe-events-read-more:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.tribe-events-read-more:hover:before {
  width: 99%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.tribe-events-title-bar {
  margin-bottom: 20px;
}

.tribe-events-page-title a {
  color: inherit;
}

.tribe-events-pg-template {
  max-width: 1200px;
  width: 80%;
  padding-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a.tribe-events-ical, a.tribe-events-gcal {
  padding: 8px 10px;
  margin: 7px;
  line-height: 1.2;
  font-size: 14px;
  border: 1px solid rgba(149, 149, 149, 0.5);
}

.tribe-events-venue-meta .tribe-events-map-wrap, .tribe-events-venue-meta .tribe-events-event-meta {
  margin-bottom: 25px !important;
}

.tribe-events-organizer .tribe-events-organizer-meta {
  margin-bottom: 25px !important;
  text-align: center;
}

.tribe-events-sub-nav {
  padding: 10px 0;
}
.tribe-events-sub-nav span {
  display: none !important;
}
.tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-sub-nav .tribe-events-nav-next a {
  position: relative;
  color: inherit !important;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 1.3;
}
.tribe-events-sub-nav .tribe-events-nav-previous a:before, .tribe-events-sub-nav .tribe-events-nav-next a:before {
  position: absolute;
  font-size: 30px;
  margin-top: -15px;
  line-height: 1;
  top: 50%;
  font-family: "ETModules";
  left: 0;
  font-weight: normal;
}
.tribe-events-sub-nav .tribe-events-nav-next a:before {
  content: "$";
}
.tribe-events-sub-nav .tribe-events-nav-previous a:before {
  content: "#";
}
@media (min-width: 767px) {
  .tribe-events-sub-nav:before, .tribe-events-sub-nav:after {
    content: "";
    clear: both;
    display: table;
  }
  .tribe-events-sub-nav .tribe-events-nav-next {
    width: 48%;
    float: right;
  }
  .tribe-events-sub-nav .tribe-events-nav-next a {
    padding: 10px 40px 10px 15px;
    text-align: right !important;
  }
  .tribe-events-sub-nav .tribe-events-nav-next a:before {
    left: auto !important;
    right: 0 !important;
  }
  .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 48%;
    float: left;
  }
  .tribe-events-sub-nav .tribe-events-nav-previous a {
    text-align: left;
    padding: 10px 15px 10px 40px;
  }
}
@media (max-width: 767px) {
  .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 100% !important;
    float: none;
  }
  .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-sub-nav .tribe-events-nav-previous a {
    padding: 5px 0 5px 40px;
    text-align: left;
  }
}

.tribe-events .tribe-events-header {
  background: transparent;
}

.ea-standard {
  width: auto !important;
}
.ea-standard .disabled .block {
  opacity: 0.75 !important;
}
.ea-standard .section {
  color: inherit !important;
}
.ea-standard p {
  padding-bottom: 8px;
}
.ea-standard .time {
  min-height: auto !important;
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.ea-standard .time .time-message {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ea-standard .time .time-value {
  border-color: rgba(149, 149, 149, 0.5);
  display: block;
  margin: 5px;
  width: auto;
  min-width: 90px;
}
.ea-standard .time .time-value:hover {
  background-color: inherit;
}
.ea-standard .time .time-value.selected-time {
  background-color: #3ebb79;
  color: #fff;
  border-color: #3ebb79;
}
.ea-standard input.custom-field, .ea-standard select {
  color: inherit;
  background-color: transparent !important;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100% !important;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  display: block;
}
.ea-standard textarea {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  padding: 15px;
  width: 100%;
  display: block;
}
.ea-standard label:not(.i-agree), .ea-standard label:not(.gdpr) {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  line-height: normal !important;
  font-weight: normal !important;
}
.ea-standard label.i-agree, .ea-standard label.gdpr {
  text-transform: none;
  letter-spacing: 0;
  display: inline-block !important;
  width: auto;
  font-size: 13px !important;
  width: 80% !important;
}
.ea-standard .ea-btn {
  border: 1px solid;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
}
.ea-standard .ea-btn.ea-cancel {
  color: #fff;
  background-color: #d64444;
  border-color: #d64444;
}
.ea-standard .ea-btn.ea-cancel:hover {
  background: #c62b2b;
}
.ea-standard .ea-btn.ea-submit {
  background: transparent;
  color: inherit;
}

.ea-bootstrap .disabled .block {
  opacity: 0.85 !important;
}
.ea-bootstrap h3 {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}
.ea-bootstrap .form-control {
  color: inherit !important;
  background-color: transparent !important;
  border: 1px solid rgba(149, 149, 149, 0.5) !important;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  height: auto !important;
}
.ea-bootstrap .control-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal !important;
  font-weight: normal !important;
}
.ea-bootstrap .ui-datepicker {
  width: 100% !important;
  box-shadow: none;
  border: none;
}
.ea-bootstrap .ui-datepicker td, .ea-bootstrap .ui-datepicker td .ui-state-default {
  font-size: 17px !important;
}
.ea-bootstrap .time .time-value {
  margin: 3px !important;
  font-size: 15px !important;
}
.ea-bootstrap .time .selected-time, .ea-bootstrap .time .selected-time:hover {
  color: #ffff !important;
  background-color: #3ebb79 !important;
}
.ea-bootstrap .ea-actions-group {
  flex-wrap: wrap;
}
.ea-bootstrap .ea-btn {
  border: 1px solid !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  margin: 5px;
}
.ea-bootstrap .ea-btn.ea-cancel {
  color: #fff !important;
  background-color: #d64444;
  border: 1px solid #d64444 !important;
}
.ea-bootstrap .ea-btn.ea-cancel:hover {
  background: #c62b2b;
}
.ea-bootstrap .ea-btn.ea-submit {
  background: transparent;
}

.ea-bootstrap, .ea-standard {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: normal !important;
}
.ea-bootstrap small, .ea-standard small {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.ea-bootstrap label, .ea-standard label {
  white-space: normal !important;
}
.ea-bootstrap #booking-overview table, .ea-standard #booking-overview table {
  border: none;
}
.ea-bootstrap #booking-overview table tr td, .ea-standard #booking-overview table tr td {
  border-color: rgba(149, 149, 149, 0.5);
  padding: 8px 5px;
  white-space: normal !important;
}
.ea-bootstrap #booking-overview table td.ea-label, .ea-standard #booking-overview table td.ea-label {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal !important;
}
.ea-bootstrap #booking-overview table td.value, .ea-standard #booking-overview table td.value {
  font-weight: normal;
  text-align: right;
}

/* LIFTER LMS STYLES */
.course-top-section .container {
  text-align: center;
}
.course-top-section .entry-title {
  margin-bottom: 8px;
  font-size: 40px;
}
@media (min-width: 767px) {
  .course-top-section .entry-title {
    font-size: 35px;
  }
}
.course-top-section .course_info > div {
  display: inline-block;
  font-size: 16px;
}
.course-top-section .course_info > div:first-child {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid rgba(149, 149, 149, 0.5);
}
.course-top-section .course_info > div span {
  font-weight: 600;
}
.course-top-section .membership-back-to {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 0 2px 2px;
  letter-spacing: 1px;
  color: inherit;
  position: relative;
  text-transform: uppercase;
}
.course-top-section .membership-back-to:before {
  content: "#";
  font-family: "ETmodules";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px;
  margin-right: 2px;
}

.course-thumbnail, .course-audio, .course-video {
  margin-bottom: 20px;
}

.course-thumbnail img {
  width: 100%;
}

.course-description {
  margin-bottom: 40px;
}

.llms-categories, .llms-tags {
  margin-bottom: 10px;
}
.llms-categories p, .llms-tags p {
  font-size: 15px;
}
.llms-categories a, .llms-tags a {
  border: 1px solid;
  color: inherit;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.1;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.llms-tags a:before {
  content: "#";
  margin-right: 3px;
}

.llms-syllabus-wrapper {
  text-align: left;
  margin: 0;
}
.llms-syllabus-wrapper .llms-section-title {
  margin: 20px 0 0;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 500;
}
.llms-syllabus-wrapper .llms-lesson-preview {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link {
  min-height: 0 !important;
  padding: 16px 20px 16px 45px;
  box-shadow: none !important;
  color: inherit;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-lesson-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 0;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-lesson-excerpt {
  padding-top: 8px;
  font-size: 14px;
  color: inherit;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra {
  text-align: right;
  padding-left: 5px;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra .llms-lesson-counter {
  margin-bottom: 0;
  font-size: 14px;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra .llms-icon-free {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 5px;
}
.llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra .llms-lesson-complete {
  display: none !important;
}
.llms-syllabus-wrapper .llms-lesson-preview.is-complete a:before, .llms-syllabus-wrapper .llms-lesson-preview.is-incomplete a:before, .llms-syllabus-wrapper .llms-lesson-preview.is-free a:before {
  font-family: "ETModules";
  color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  text-align: center;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.llms-syllabus-wrapper .llms-lesson-preview.is-complete a:before {
  content: "N";
  background-color: #26c15f;
  font-size: 17px;
  font-weight: 600;
}
.llms-syllabus-wrapper .llms-lesson-preview.is-incomplete a:before {
  content: "N";
  background-color: #c5c5c5;
  font-size: 17px;
  font-weight: 600;
}
.llms-syllabus-wrapper .llms-lesson-preview.is-free a:before {
  content: "";
  background-color: #2295ff;
  font-size: 15px;
}
.llms-syllabus-wrapper .llms-lesson-preview a.llms-lesson-link-locked:before {
  content: "~";
  background-color: #888;
  font-size: 14px;
  font-weight: normal !important;
}

.course-sidebar .llms-access-plans {
  margin-bottom: 30px;
}
.course-sidebar .llms-access-plans .llms-access-plan {
  padding: 32px 0 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: visible;
  position: relative;
  margin-bottom: 15px;
}
.course-sidebar .llms-access-plans .llms-access-plan:last-child {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .course-sidebar .llms-access-plans .llms-access-plan {
    width: 100% !important;
  }
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-featured {
  display: none !important;
}
.course-sidebar .llms-access-plans .llms-access-plan.featured {
  border: 2px solid !important;
}
.course-sidebar .llms-access-plans .llms-access-plan.on-sale .llms-access-plan-pricing .price-regular .lifterlms-price {
  font-weight: normal;
  font-size: 18px;
  opacity: 0.75;
}
.course-sidebar .llms-access-plans .llms-access-plan.on-sale .llms-access-plan-pricing .price-regular .lifterlms-price .llms-price-currency-symbol {
  display: none;
}
.course-sidebar .llms-access-plans .llms-access-plan .stamp {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -5px;
  background-color: #d64444;
  color: #fff;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-title, .course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-footer, .course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-content {
  background-color: transparent !important;
  border: none !important;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-content {
  margin: 0 auto !important;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-title {
  background: transparent;
  font-size: 21px;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 1.2;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-price {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 2px;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-schedule, .course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-sale-end {
  font-variant: normal;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-access-plan-footer {
  padding-top: 0;
}
.course-sidebar .llms-access-plans .llms-access-plan .llms-button-action {
  display: block;
  width: 100%;
  border: 1px solid;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 8px 20px;
  background-color: transparent;
  max-width: 180px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.llms-access-plan-description {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 15px;
}
.llms-access-plan-description ul {
  margin: 8px -10px 0;
  padding: 0 !important;
}
.llms-access-plan-description ul li {
  padding: 8px 10px;
  border: none;
}
.llms-access-plan-description ul li:first-child, .llms-access-plan-description ul li:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0.1);
}

.course-sidebar .llms-instructor-info {
  margin-bottom: 15px;
}
@media (min-width: 980px) {
  .course-sidebar .llms-instructor-info .llms-cols [class*=llms-col-] {
    float: none;
    width: 100%;
  }
}
.course-sidebar .llms-instructor-info .llms-author {
  border: none;
  padding-bottom: 20px;
  margin: 10px auto 15px;
}
.course-sidebar .llms-instructor-info .llms-author .name {
  font-size: 17px;
}
.course-sidebar .llms-instructor-info .llms-author .avatar {
  border: none;
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin: 0 auto 15px;
}
.course-sidebar .llms-instructor-info .llms-author .bio {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding: 5px 10px 0;
}

.review_box input[type=text], .review_box textarea {
  padding: 0 15px !important;
  line-height: 45px;
  height: 45px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  background-color: transparent;
  color: inherit;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.review_box textarea {
  min-height: 85px;
  margin-bottom: 15px;
}
.review_box input[type=submit] {
  height: 40px;
  line-height: 40px;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 auto !important;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#old_reviews {
  margin-bottom: 30px;
}
#old_reviews hr {
  display: none;
}
#old_reviews .llms_review {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 5px 0 20px !important;
}
#old_reviews .llms_review h5 {
  font-size: 17px !important;
  line-height: 1.2;
  margin-bottom: 5px !important;
  padding-bottom: 0;
}
#old_reviews .llms_review p {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  color: #666 !important;
  margin-top: 5px;
  position: relative;
}
#old_reviews .llms_review p:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -7px;
  left: 20px;
  transform: rotate(-45deg);
  border-right: 1px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  background-color: #fff;
}

@media (min-width: 980px) {
  .single-course.et_right_sidebar #sidebar, .single-llms_membership.et_right_sidebar #sidebar {
    padding-left: 15px;
  }
}
.llms-widget-syllabus .section-header {
  line-height: 1.3 !important;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
.llms-widget-syllabus .section-header span {
  font-weight: normal;
}
.llms-widget-syllabus ul.llms-lesson {
  padding: 7px 0 7px 15px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.llms-widget-syllabus ul.llms-lesson span.llms-lesson-complete {
  position: absolute;
  left: 0;
  top: 7px;
}
.llms-widget-syllabus ul.llms-lesson span.llms-lesson-complete.done {
  color: #3ebb79 !important;
}
.llms-widget-syllabus ul.llms-lesson a {
  color: inherit;
}
.llms-widget-syllabus ul.llms-course-outline > li {
  margin-bottom: 18px;
}
.llms-widget-syllabus ul.llms-course-outline > li:last-child {
  margin-bottom: 0;
}

.llms-course-progress, .widget_course_progress {
  display: block;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding: 18px 20px 23px;
  text-align: center;
  color: inherit;
}
.llms-course-progress:before, .widget_course_progress:before {
  content: "Course Progress:";
  display: block;
  font-size: 18px;
  color: inherit;
}
.llms-course-progress .llms-course-continue-button, .widget_course_progress .llms-course-continue-button {
  max-width: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.llms-course-progress .llms-progress, .widget_course_progress .llms-progress {
  display: block;
  height: auto;
  padding-bottom: 10px;
}
.llms-course-progress .llms-progress .progress__indicator, .widget_course_progress .llms-progress .progress__indicator {
  float: none;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 25px;
  font-size: 17px;
  margin: 0 auto 12px;
  height: auto;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}
.llms-course-progress .llms-progress .progress__indicator:before, .widget_course_progress .llms-progress .progress__indicator:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.llms-course-progress .llms-progress .llms-progress-bar, .widget_course_progress .llms-progress .llms-progress-bar {
  height: 9px;
  background-color: #777;
}

.lms-course-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
  padding: 0 !important;
}
.lms-course-tabs > li {
  transition-duration: 0.25s;
  list-style: none;
  text-align: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
}
@media (min-width: 767px) {
  .lms-course-tabs > li {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .lms-course-tabs > li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .lms-course-tabs > li:last-child {
    border: none;
  }
}
.lms-course-tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: 0.25s;
  border-radius: 2px 2px 0 0;
}
.lms-course-tabs > li:hover:before {
  -webkit-transform: translateY(78%);
  transform: translateY(78%);
}
.lms-course-tabs > li.active:before {
  transition-duration: 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  position: relative;
  width: 100%;
}
.tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.tab__content > li .content__wrapper {
  padding: 35px 10px !important;
}

.single-lesson article.lesson .et_pb_row {
  max-width: none !important;
  width: 100% !important;
}

.lesson-quick-tip {
  padding: 25px 20px !important;
  border: 2px solid rgba(0, 0, 0, 0.025);
  background: #f9f9f9;
  border-radius: 5px;
}
.lesson-quick-tip .et_pb_blurb_content {
  max-width: none;
  line-height: 1.5;
}
.lesson-quick-tip .et-pb-icon {
  font-size: 45px;
}
.lesson-quick-tip .et_pb_main_blurb_container, .lesson-quick-tip .et_pb_main_blurb_image {
  vertical-align: middle;
}
.lesson-quick-tip .et_pb_module_header {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (max-width: 450px) {
  .lesson-quick-tip {
    padding: 15px;
  }
  .lesson-quick-tip .et_pb_main_blurb_container, .lesson-quick-tip .et_pb_main_blurb_image {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  .lesson-quick-tip .et-pb-icon {
    display: block !important;
    text-align: center;
    width: 100%;
    font-size: 35px;
  }
  .lesson-quick-tip .et_pb_main_blurb_image {
    margin-bottom: 15px !important;
  }
  .lesson-quick-tip .et_pb_main_blurb_container {
    padding: 0 !important;
  }
}

.lesson-top-section {
  padding: 20px 0 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lesson-top-section .clear {
  display: none;
}
.lesson-top-section .container {
  text-align: center;
  padding: 0 !important;
}
.lesson-top-section .entry-title {
  font-weight: 500 !important;
  line-height: 1.1 !important;
  margin: 10px 0 20px;
  padding-bottom: 0 !important;
  padding-right: 10px;
  position: relative;
  font-size: 30px;
}
.lesson-top-section .llms-return, .lesson-top-section p.llms-parent-course-link {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.lesson-top-section .llms-return:before, .lesson-top-section p.llms-parent-course-link:before {
  content: "#";
  font-family: "ETmodules";
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px;
  margin-right: 2px;
}
.lesson-top-section .llms-return a, .lesson-top-section p.llms-parent-course-link a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 0 2px 2px;
  letter-spacing: 1px;
  color: inherit;
}

@media (max-width: 500px) {
  .lesson-top-section .entry-title {
    font-size: 25px;
  }
}
.lesson-video-wrapper {
  background: #111;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}
.lesson-video-wrapper .fluid-width-video-wrapper {
  position: unset !important;
}
.lesson-video-wrapper .container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 980px) {
  .lesson-video-wrapper .container {
    width: 100%;
    height: 475px !important;
    padding: 0 !important;
  }
}
@media (max-width: 980px) {
  .lesson-video-wrapper .container {
    width: 100%;
    height: 0;
    padding: 0 0 55% !important;
  }
}
.lesson-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lesson-audio-wrapper {
  padding: 50px 0;
  background: #111;
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}
.lesson-audio-wrapper h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.lesson-audio-wrapper h3 span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.5;
}

.llms-lesson-button-wrapper {
  margin: 15px auto 10px;
  display: inline-block;
  font-size: 16px;
}
.llms-lesson-button-wrapper #llms_start_quiz, .llms-lesson-button-wrapper #llms_mark_incomplete, .llms-lesson-button-wrapper #llms_mark_complete {
  text-align: center;
  max-width: 230px;
  width: 100%;
  padding: 10px 30px 10px 50px !important;
  border: 2px solid;
  margin: 0 auto !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.llms-lesson-button-wrapper #llms_start_quiz {
  border-color: #0785f2 !important;
  background: #0785f2 !important;
}
.llms-lesson-button-wrapper #llms_start_quiz:hover {
  background: #066fca !important;
}
.llms-lesson-button-wrapper #llms_mark_complete {
  border-color: #414141 !important;
  background: #414141 !important;
}
.llms-lesson-button-wrapper #llms_mark_incomplete {
  border-color: #414141 !important;
  background: #414141 !important;
}
.llms-lesson-button-wrapper #llms_mark_incomplete:hover {
  border-color: #d64444 !important;
  background: #d64444 !important;
}
.llms-lesson-button-wrapper #llms_mark_complete:hover {
  border-color: #3ebb79 !important;
  background: #3ebb79 !important;
}
.llms-lesson-button-wrapper #llms_start_quiz:before, .llms-lesson-button-wrapper #llms_mark_incomplete:before, .llms-lesson-button-wrapper #llms_mark_complete:before {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 26px;
  line-height: 1;
  margin-top: -13px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
}
.llms-lesson-button-wrapper #llms_mark_incomplete:before {
  content: "";
}
.llms-lesson-button-wrapper #llms_mark_complete:before {
  content: "";
}
.llms-lesson-button-wrapper #llms_start_quiz:before {
  content: "";
}

.is-complete .llms-lesson-button-wrapper .llms-incomplete-lesson-form {
  display: inline-block;
  vertical-align: middle;
}

.llms-course-navigation {
  padding: 10px 0;
  margin-bottom: 20px;
}
.llms-course-navigation .llms-lesson-preview {
  margin: 0;
}
.llms-course-navigation .llms-lesson-excerpt {
  display: none !important;
}
.llms-course-navigation .llms-pre-text {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
}
.llms-course-navigation .llms-lesson-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
}
.llms-course-navigation .llms-prev-lesson a, .llms-course-navigation .llms-next-lesson a, .llms-course-navigation .llms-back-to-course a {
  position: relative;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.llms-course-navigation .llms-prev-lesson a:before, .llms-course-navigation .llms-next-lesson a:before, .llms-course-navigation .llms-back-to-course a:before {
  position: absolute;
  font-size: 30px;
  margin-top: -15px;
  line-height: 1;
  top: 50%;
  font-family: ETModules;
  left: -30px;
  font-weight: normal;
}
.llms-course-navigation .llms-next-lesson a:before {
  content: "$";
}
.llms-course-navigation .llms-prev-lesson a:before, .llms-course-navigation .llms-back-to-course a:before {
  content: "#";
}
@media (min-width: 767px) {
  .llms-course-navigation {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .llms-course-navigation .llms-next-lesson {
    width: 50%;
    padding: 10px 40px 10px 15px;
  }
  .llms-course-navigation .llms-next-lesson a:before {
    left: auto !important;
    right: -30px !important;
  }
  .llms-course-navigation .llms-next-lesson .llms-pre-text, .llms-course-navigation .llms-next-lesson .llms-lesson-title {
    text-align: right !important;
  }
  .llms-course-navigation .llms-prev-lesson, .llms-course-navigation .llms-back-to-course {
    width: 50%;
    padding: 10px 15px 10px 40px;
  }
}
@media (max-width: 767px) {
  .llms-course-navigation .llms-next-lesson, .llms-course-navigation .llms-prev-lesson, .llms-course-navigation .llms-back-to-course {
    padding: 5px 0 5px 40px;
    width: 100% !important;
    float: none;
  }
}

.dp-lms-dashboard .llms-student-dashboard {
  padding: 30px;
}
.dp-lms-dashboard .llms-student-dashboard .llms-sd-title {
  font-size: 23px;
  padding: 0 5px 15px;
  margin: 0 0 30px 0;
  line-height: 1.1;
  font-weight: 500;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
}
.dp-lms-dashboard .llms-sd-nav {
  list-style-type: none;
  padding: 0;
}
.dp-lms-dashboard .llms-sd-nav li {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.dp-lms-dashboard .llms-sd-nav li a {
  color: inherit;
  display: block;
  line-height: normal;
  z-index: 10;
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.dp-lms-dashboard .llms-sd-nav li:before {
  position: absolute;
  font-family: "ETModules";
  left: 10px;
  font-size: 20px;
  line-height: 1;
  content: "5";
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.dp-lms-dashboard .llms-sd-nav li.dashboard:before {
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.view-courses:before {
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.view-achievements:before {
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.notifications:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.edit-account:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.redeem-voucher:before {
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.orders:before {
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li.signout:before {
  content: "J";
}
.dp-lms-dashboard .llms-sd-nav li.view-certificates:before {
  content: "R";
}
.dp-lms-dashboard .llms-sd-nav li.view-memberships:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "";
}
.dp-lms-dashboard .llms-sd-nav li .llms-sep {
  display: none;
}
@media (min-width: 980px) {
  .dp-lms-dashboard .llms-student-dashboard {
    position: relative;
    margin-left: 200px;
    min-height: 450px;
  }
  .dp-lms-dashboard .llms-sd-nav {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200px;
  }
  .dp-lms-dashboard .llms-sd-nav li {
    float: none;
    display: block;
    border-bottom: 1px solid rgba(149, 149, 149, 0.5);
  }
  .dp-lms-dashboard .llms-sd-nav li a {
    padding: 12px 10px 12px 5px;
  }
  .dp-lms-dashboard .llms-sd-nav li:last-child {
    border: none;
  }
  .dp-lms-dashboard .llms-sd-nav li:before {
    top: 50%;
    margin-top: -10px;
    left: -30px;
  }
  .dp-lms-dashboard .llms-sd-nav li:not(.is-active):hover a {
    margin-left: -100%;
  }
  .dp-lms-dashboard .llms-sd-nav li:not(.is-active):hover:before {
    left: 5px;
  }
}
@media (min-width: 767px) and (max-width: 980px) {
  .dp-lms-dashboard .llms-student-dashboard {
    padding: 40px 30px;
    float: none;
    width: 100%;
  }
  .dp-lms-dashboard .llms-sd-nav {
    float: none;
    width: auto;
    margin: -40px -30px 30px;
  }
  .dp-lms-dashboard .llms-sd-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .dp-lms-dashboard .llms-sd-nav ul li {
    width: 20%;
    text-align: center;
  }
  .dp-lms-dashboard .llms-sd-nav ul li:before {
    left: 0 !important;
    top: 15px;
    width: 100%;
  }
  .dp-lms-dashboard .llms-sd-nav ul li a {
    padding: 45px 7px 10px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .dp-lms-dashboard .llms-student-dashboard {
    padding: 30px 15px;
  }
  .dp-lms-dashboard .llms-sd-nav {
    width: auto;
    margin: -30px -15px 30px;
  }
  .dp-lms-dashboard .llms-sd-nav ul li {
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(149, 149, 149, 0.5);
  }
  .dp-lms-dashboard .llms-sd-nav ul li:last-child {
    border: none;
  }
  .dp-lms-dashboard .llms-sd-nav ul li:before {
    left: 10px;
    top: 50%;
    font-size: 16px;
    margin-top: -8px;
  }
  .dp-lms-dashboard .llms-sd-nav ul li a {
    padding: 10px 10px 10px 37px;
    font-size: 12px;
  }
}

.dp-lms-dashboard .llms-sd-tab.dashboard section {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dp-lms-dashboard .llms-sd-tab.dashboard section:last-child {
  margin-bottom: 0;
  border: none;
}
.dp-lms-dashboard .llms-sd-tab.dashboard section .llms-button-secondary {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  padding: 9px 15px !important;
}

.dp-lms-dashboard .llms-notification-list li {
  margin-bottom: 0;
  background-color: transparent !important;
}
.dp-lms-dashboard .llms-notification-list .llms-notification {
  border-width: 0 0 1px 0 !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background-color: transparent !important;
  padding: 20px 10px;
  color: inherit;
}
.dp-lms-dashboard .llms-notification-list .llms-notification-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 5px;
}
.dp-lms-dashboard .llms-notification-list .llms-notification-aside {
  max-width: 50px;
}
.dp-lms-dashboard .llms-notification-list .llms-notification-aside img {
  max-height: 50px;
}
.dp-lms-dashboard .llms-notification-list .llms-notification-body h2 {
  font-size: 20px;
}
.dp-lms-dashboard .llms-notification-list .llms-notification-body p:last-of-type {
  margin-bottom: 0 !important;
}
.dp-lms-dashboard .llms-notification-list .llms-notification-body .llms-mini-cert {
  margin-top: 10px;
}
.dp-lms-dashboard .llms-notification-list .llms-student-dashboard.redeem-voucher > form {
  max-width: 400px;
}
.dp-lms-dashboard .llms-notification-list .llms-student-dashboard.redeem-voucher > form label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 5px;
}
.dp-lms-dashboard .llms-notification-list .llms-student-dashboard.redeem-voucher > form input {
  margin-bottom: 10px;
}

.dp-lms-dashboard .edit-account label {
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
}
.dp-lms-dashboard .edit-account input.text, .dp-lms-dashboard .edit-account input.title, .dp-lms-dashboard .edit-account input[type=email], .dp-lms-dashboard .edit-account input[type=password], .dp-lms-dashboard .edit-account input[type=tel], .dp-lms-dashboard .edit-account input[type=text], .dp-lms-dashboard .edit-account select {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 15px;
}

.dp-lms-dashboard .redeem-voucher .form-row {
  display: inline-block;
}
.dp-lms-dashboard .redeem-voucher label {
  display: none;
}
.dp-lms-dashboard .redeem-voucher input, .dp-lms-dashboard .redeem-voucher button {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 15px;
}
.dp-lms-dashboard .redeem-voucher button {
  border: none !important;
  cursor: pointer;
  margin-left: 5px;
  font-size: 17px;
  font-weight: 500;
  background: #414141;
  color: #e1e1e1;
}
.dp-lms-dashboard .redeem-voucher button:hover {
  color: #e1e1e1;
  background: #2d2d2d;
}

.dp-lms-dashboard .llms-certificate {
  background-color: transparent;
  border-color: rgba(149, 149, 149, 0.5);
}

.dp-lms-dashboard .orders-table {
  border: none;
}
.dp-lms-dashboard .orders-table td, .dp-lms-dashboard .orders-table th {
  background-color: transparent !important;
  line-height: 1.5;
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.dp-lms-dashboard .orders-table .llms-status {
  margin-left: 5px;
}
.dp-lms-dashboard .orders-table thead td {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal !important;
}
.dp-lms-dashboard .orders-table a.llms-button-primary {
  margin: 3px;
  border: 1px solid rgba(149, 149, 149, 0.5) !important;
  letter-spacing: 1px;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 5px 7px !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  background-color: transparent;
}
.dp-lms-dashboard .orders-table a.llms-button-primary:hover {
  padding: 8px;
}

.dp-lms-dashboard .llms-view-order .orders-table th {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal !important;
  color: inherit;
}

.dp-lms-dashboard .llms-achievements-loop {
  display: flex;
  flex-wrap: wrap;
}
.dp-lms-dashboard .achievement-item {
  float: none !important;
  margin-bottom: 10px !important;
}
.dp-lms-dashboard .achievement-item a {
  border: none;
  background: transparent;
  padding: 20px 5px 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.dp-lms-dashboard .achievement-item .llms-achievement-image {
  margin-bottom: 5px;
}
.dp-lms-dashboard .achievement-item .llms-achievement-img {
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.dp-lms-dashboard .achievement-item .llms-achievement-title {
  font-weight: 500;
  line-height: 1.25;
  font-size: 17px;
}
@media (min-width: 801px) {
  .dp-lms-dashboard .achievement-item {
    width: 33.33% !important;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .dp-lms-dashboard .achievement-item {
    width: 50% !important;
  }
}

.llms-achievement-modal {
  border-radius: 15px;
  -webkit-box-shadow: 0 7px 50px -9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 7px 50px -9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 50px -9px rgba(0, 0, 0, 0.3);
  border: none !important;
  overflow: hidden;
}
.llms-achievement-modal .llms-achievement-image {
  padding: 10px 10px 0;
}
.llms-achievement-modal .llms-achievement-image .llms-achievement-img {
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.user-logged-out .dp-lms-dashboard .llms-student-dashboard {
  max-width: 600px;
  margin: 0 auto !important;
  min-height: auto !important;
}
.user-logged-out .dp-lms-dashboard .llms-student-dashboard form .llms-form-heading {
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 26px;
}
.user-logged-out .dp-lms-dashboard .llms-student-dashboard form .llms-form-field.type-email, .user-logged-out .dp-lms-dashboard .llms-student-dashboard form .llms-form-field.type-password {
  width: 100% !important;
}

.llms-student-dashboard .llms-status.llms-on-hold, .llms-student-dashboard .llms-status.llms-pending, .llms-student-dashboard .llms-status.llms-pending-cancel, .llms-student-dashboard .llms-status.llms-refunded, .llms-student-dashboard .llms-status.llms-txn-pending, .llms-student-dashboard .llms-status.llms-txn-refunded {
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 15px;
}

.course-archive-header {
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  font-size: 19px;
  line-height: 1.5em;
}
.course-archive-header h1 {
  font-size: 37px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.course-archive-header .container {
  padding: 0 !important;
  text-align: center;
}

.llms-loop-item-content {
  margin-bottom: 30px;
  padding: 0 !important;
  color: inherit;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.llms-loop-item-content .fluid-width-video-wrapper {
  margin-bottom: 20px !important;
}
.llms-loop-item-content .llms-loop-link {
  padding: 0 0 20px;
}
.llms-loop-item-content .llms-loop-link .llms-featured-image {
  margin: 0 0 20px;
}
.llms-loop-item-content .llms-loop-link .llms-progress {
  padding: 0 20px 15px;
  height: auto;
}
.llms-loop-item-content .llms-loop-link .llms-progress .llms-progress-bar {
  height: 6px;
}
.llms-loop-item-content .llms-loop-link .llms-loop-title {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 20px 15px;
  display: block;
}
.llms-loop-item-content .llms-loop-link .llms-author {
  padding: 0 0 15px;
  font-size: 16px;
  margin-bottom: 12px;
  color: #838383;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
}
.llms-loop-item-content .llms-loop-link .llms-author img.avatar {
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
.llms-loop-item-content .llms-loop-link .llms-loop-item-footer {
  padding: 0 20px;
}
.llms-loop-item-content .llms-loop-link .llms-loop-item-footer .llms-meta {
  padding: 4px 10px;
  display: inline-block;
  color: #838383;
  font-size: 11px;
  text-transform: uppercase;
  line-height: normal;
}
.llms-loop-item-content .llms-loop-link .llms-loop-item-footer .llms-meta span {
  font-weight: 500;
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 14px !important;
}

.post-type-archive-course .llms-loop {
  padding-bottom: 50px;
  margin-top: -25px;
}

@media (min-width: 600px) {
  .llms-loop-list.cols-3 {
    display: flex;
    width: auto;
    flex-wrap: wrap;
  }
  .llms-loop-list.cols-3 .llms-loop-item {
    vertical-align: top;
    float: none !important;
  }
}
@media (min-width: 600px) and (max-width: 980px) {
  .llms-loop-list.cols-3 .llms-loop-item {
    width: 50% !important;
  }
}
.single-llms_quiz .lesson-top-section {
  padding: 20px 0 15px;
}
.single-llms_quiz .lesson-top-section i {
  padding-right: 5px;
}
.single-llms_quiz #description {
  padding: 35px 0 20px !important;
}
.single-llms_quiz .quiz_content {
  max-width: 800px;
  padding: 45px 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-llms_quiz .llms-quiz-buttons {
  margin-top: 15px;
}
.single-llms_quiz #llms-quiz-attempt-select {
  padding: 10px;
  border-color: rgba(149, 149, 149, 0.5);
  background-color: transparent !important;
  color: inherit;
}

.llms-quiz-ui {
  background-color: transparent;
  padding: 0;
}
.llms-quiz-ui .llms-progress .progress-bar-complete, .llms-quiz-ui li.llms-choice input:checked + .llms-marker {
  background-color: #3ebb79 !important;
}
.llms-quiz-ui .llms-question-wrapper .llms-question-text {
  font-size: 23px;
  margin-bottom: 5px;
}
.llms-quiz-ui .llms-question-wrapper .llms-question-choices {
  list-style-type: none !important;
}
.llms-quiz-ui .llms-question-wrapper .llms-question-choices li {
  border-color: rgba(149, 149, 149, 0.5) !important;
}
.llms-quiz-ui .llms-question-wrapper .llms-question-choices li label {
  display: block;
  padding: 12px 0 !important;
}
.llms-quiz-ui .llms-question-wrapper .llms-question-choices .llms-marker type--radio {
  color: #5c5c5c;
}

.llms-quiz-ui .llms-quiz-nav button, .llms-quiz-buttons .llms-start-quiz-button, .llms-quiz-buttons .llms-next-lesson {
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin: 5px;
}

.single-llms_quiz h2.llms-quiz-results-title, .single-llms_quiz h2.llms-quiz-meta-title {
  font-size: 23px;
  margin-bottom: 5px;
}
.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
  float: none;
  width: 100% !important;
}
.single-llms_quiz .llms-quiz-results .llms-donut {
  margin: 0 auto 15px !important;
}
.single-llms_quiz .llms-quiz-results .llms-donut.failing {
  color: #d64444;
}
.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path {
  stroke: #d64444;
}
.single-llms_quiz .llms-quiz-results .llms-donut.passing {
  color: #3ebb79;
}
.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path {
  stroke: #3ebb79;
}
.single-llms_quiz .llms-quiz-results .llms-donut.incomplete {
  color: inherit;
}
.single-llms_quiz .llms-quiz-results-history {
  margin-bottom: 35px !important;
}

.llms-quiz-results-main {
  float: none !important;
  width: 100% !important;
  margin-bottom: 35px !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results {
  list-style-type: none !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li {
  color: white;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li.correct {
  background-color: #3ebb79 !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li.correct .llms-status-icon:before {
  color: #3ebb79 !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li.incorrect {
  background-color: #d64444 !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li.incorrect .llms-status-icon:before {
  color: #d64444 !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li .llms-quiz-attempt-question-main {
  padding: 0 15px 15px !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li .toggle-answer {
  padding: 10px 45px 10px 15px !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li .llms-question-title {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li .llms-points {
  padding-top: 7px;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li .llms-status-icon-tip {
  top: 12px !important;
  right: 10px !important;
}
.llms-quiz-results-main ol.llms-quiz-attempt-results li .llms-status-icon-tip .llms-status-icon {
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 15px;
  background-color: #fff !important;
}

.llms-quiz-meta-info {
  padding: 0 !important;
  margin: 0 -5px 15px !important;
}
@media (min-width: 767px) {
  .llms-quiz-meta-info {
    display: flex;
    flex-wrap: wrap;
  }
}
.llms-quiz-meta-info li {
  text-align: center;
  padding: 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.llms-quiz-meta-info li span {
  display: block;
  font-size: 23px;
  font-weight: 500;
  margin-top: 5px;
}

.llms-checkout, .llms-person-login-form-wrapper {
  background-color: transparent;
}
.llms-checkout .llms-checkout-section, .llms-checkout .llms-login, .llms-person-login-form-wrapper .llms-checkout-section, .llms-person-login-form-wrapper .llms-login {
  border: none !important;
  margin-bottom: 20px !important;
}
.llms-checkout .llms-checkout-section .llms-form-heading, .llms-checkout .llms-login .llms-form-heading, .llms-person-login-form-wrapper .llms-checkout-section .llms-form-heading, .llms-person-login-form-wrapper .llms-login .llms-form-heading {
  background-color: transparent;
  font-weight: 600;
}
.llms-checkout .llms-checkout-section label, .llms-checkout .llms-login label, .llms-person-login-form-wrapper .llms-checkout-section label, .llms-person-login-form-wrapper .llms-login label {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.llms-checkout .llms-checkout-section input.text, .llms-checkout .llms-checkout-section input.title, .llms-checkout .llms-checkout-section input[type=email], .llms-checkout .llms-checkout-section input[type=password], .llms-checkout .llms-checkout-section input[type=tel], .llms-checkout .llms-checkout-section input[type=text], .llms-checkout .llms-checkout-section select, .llms-checkout .llms-login input.text, .llms-checkout .llms-login input.title, .llms-checkout .llms-login input[type=email], .llms-checkout .llms-login input[type=password], .llms-checkout .llms-login input[type=tel], .llms-checkout .llms-login input[type=text], .llms-checkout .llms-login select, .llms-person-login-form-wrapper .llms-checkout-section input.text, .llms-person-login-form-wrapper .llms-checkout-section input.title, .llms-person-login-form-wrapper .llms-checkout-section input[type=email], .llms-person-login-form-wrapper .llms-checkout-section input[type=password], .llms-person-login-form-wrapper .llms-checkout-section input[type=tel], .llms-person-login-form-wrapper .llms-checkout-section input[type=text], .llms-person-login-form-wrapper .llms-checkout-section select, .llms-person-login-form-wrapper .llms-login input.text, .llms-person-login-form-wrapper .llms-login input.title, .llms-person-login-form-wrapper .llms-login input[type=email], .llms-person-login-form-wrapper .llms-login input[type=password], .llms-person-login-form-wrapper .llms-login input[type=tel], .llms-person-login-form-wrapper .llms-login input[type=text], .llms-person-login-form-wrapper .llms-login select {
  padding: 0 15px !important;
  line-height: 45px;
  height: 45px;
}
.llms-checkout .llms-coupon-wrapper, .llms-person-login-form-wrapper .llms-coupon-wrapper {
  border-color: rgba(149, 149, 149, 0.5);
}
.llms-checkout .llms-coupon-wrapper a, .llms-person-login-form-wrapper .llms-coupon-wrapper a {
  display: block;
}

.llms-order-summary li {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
}
.llms-order-summary li span.llms-label {
  font-size: 13px;
  float: left;
}

.llms-payment-gateways .llms-payment-gateway-option label {
  margin-bottom: 0 !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
}
.llms-payment-gateways .llms-payment-gateway-option label:before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.llms-payment-gateways li:last-child:after {
  border-color: rgba(149, 149, 149, 0.5) !important;
}

.llms-checkout-section.order-summary, .llms-checkout-section.payment-details {
  padding: 20px;
}

/* Floating notifications */
body > .llms-notification {
  z-index: 999999 !important;
  padding: 20px;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
body > .llms-notification[data-trigger~=achievement_earned] .llms-notification-title {
  padding-bottom: 20px;
}
body > .llms-notification .llms-notification-body h2 {
  font-size: 18px !important;
  padding-bottom: 0;
  font-weight: 600;
}
body > .llms-notification .llms-notification-icon {
  max-width: 45px !important;
}
body > .llms-notification .llms-notification-main {
  flex: 6;
}
body > .llms-notification .llms-mini-cert {
  color: inherit;
  border-color: rgba(149, 149, 149, 0.5);
  background-color: transparent;
}

.llms-notification-body p {
  margin-bottom: 0;
}

.llms-print-certificate {
  margin-bottom: 50px;
}

.llms-certificate-container .llms_certificate, .llms-certificate-container .llms_my_certificate {
  margin: 100px 120px;
}
.llms-certificate-container .llms_certificate h1, .llms-certificate-container .llms_my_certificate h1 {
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}

.llms-button-action,
.llms-button-danger,
.llms-button-primary,
.llms-button-secondary {
  border-radius: 0 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 12px 24px;
  color: inherit;
}

.llms-button-primary, .llms-button-action {
  background: transparent !important;
  border: 1px solid;
}

.llms-button-secondary {
  background: #414141;
  color: #e1e1e1;
}
.llms-button-secondary:hover {
  color: #e1e1e1;
  background: #2d2d2d;
}
.llms-button-secondary:focus, .llms-button-secondary:active {
  color: #e1e1e1;
  background: #4b4b4b;
}

.llms-button-danger {
  background: #d64444;
  color: #fff;
}
.llms-button-danger:hover {
  background: #c62b2b;
}
.llms-button-danger:focus, .llms-button-danger:active {
  background: #da5555;
}

.llms-notice {
  border-width: 1px;
  padding: 10px 15px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: transparent;
  border-color: rgba(149, 149, 149, 0.5);
  color: inherit;
}
.llms-notice.llms-error {
  background: #d64444;
  border-color: #d64444;
  color: #fff !important;
}

.llms-progress-bar {
  height: 9px;
  background-color: #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.llms-progress-bar .progress-bar-complete {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #26c15f;
}

.single-llms_membership article .llms-access-plans {
  display: none;
}

.lifterlms input.text, .lifterlms input.title, .lifterlms input[type=email], .lifterlms input[type=password], .lifterlms input[type=tel], .lifterlms input[type=text], .lifterlms select {
  color: inherit;
  background-color: transparent !important;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100%;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.lifterlms textarea {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  padding: 15px;
}
.lifterlms label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  line-height: normal !important;
  font-weight: normal !important;
}

.llms-spinning {
  opacity: 0.75;
  z-index: 2;
}

/* BASE STYLES */
#main-footer {
  padding: 65px 0;
  font-weight: normal;
}

#footer-widgets {
  padding-top: 0;
  padding-bottom: 0;
}
#footer-widgets .footer-widget {
  margin-bottom: 40px;
}
#footer-widgets .et_pb_widget h4.title {
  padding-bottom: 15px;
}
#footer-widgets .et_pb_widget li {
  padding-left: 0;
}
#footer-widgets .et_pb_widget li:before {
  border-radius: 0;
  width: 10px;
  height: 0;
  border-width: 0 0 1px 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#footer-widgets .et_pb_widget li:hover:before {
  width: 20px;
}
#footer-widgets .et_pb_widget li a {
  display: block;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#footer-widgets .et_pb_widget li a:hover {
  padding-left: 30px;
}

#et-footer-nav {
  margin-bottom: 5px;
}
#et-footer-nav .bottom-nav {
  text-align: center;
}
#et-footer-nav .bottom-nav li {
  position: relative;
}
@media (min-width: 767px) {
  #et-footer-nav .bottom-nav li {
    padding: 0 15px;
  }
  #et-footer-nav .bottom-nav li a:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -5px;
    opacity: 0.5;
  }
  #et-footer-nav .bottom-nav li:last-child a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #et-footer-nav .bottom-nav li {
    padding: 10px 0;
    display: block;
  }
  #et-footer-nav .bottom-nav li:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
    opacity: 0.25;
  }
  #et-footer-nav .bottom-nav li:last-child:before {
    border: none;
  }
}

#footer-bottom {
  padding: 0;
}
#footer-bottom #footer-info, #footer-bottom .et-social-icons {
  float: none;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-bottom .et-social-icons {
  margin-top: 10px;
}

#footer-logo {
  text-align: center;
  margin-bottom: 10px;
}
#footer-logo img {
  margin: 0 auto;
}

#sidebar .et_pb_widget h4.widgettitle, .et_pb_widget_area .et_pb_widget h4.widgettitle {
  padding-bottom: 15px;
}
#sidebar .et_pb_widget.widget_product_categories li, #sidebar .et_pb_widget.widget_recent_entries li, #sidebar .et_pb_widget.widget_categories li, #sidebar .et_pb_widget.widget_nav_menu li, #sidebar .et_pb_widget.widget_pages li, .et_pb_widget_area .et_pb_widget.widget_product_categories li, .et_pb_widget_area .et_pb_widget.widget_recent_entries li, .et_pb_widget_area .et_pb_widget.widget_categories li, .et_pb_widget_area .et_pb_widget.widget_nav_menu li, .et_pb_widget_area .et_pb_widget.widget_pages li {
  padding-left: 0;
  position: relative;
  line-height: 1.5;
}
#sidebar .et_pb_widget.widget_product_categories li:before, #sidebar .et_pb_widget.widget_recent_entries li:before, #sidebar .et_pb_widget.widget_categories li:before, #sidebar .et_pb_widget.widget_nav_menu li:before, #sidebar .et_pb_widget.widget_pages li:before, .et_pb_widget_area .et_pb_widget.widget_product_categories li:before, .et_pb_widget_area .et_pb_widget.widget_recent_entries li:before, .et_pb_widget_area .et_pb_widget.widget_categories li:before, .et_pb_widget_area .et_pb_widget.widget_nav_menu li:before, .et_pb_widget_area .et_pb_widget.widget_pages li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  border-bottom: 1px solid;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#sidebar .et_pb_widget.widget_product_categories li:hover:before, #sidebar .et_pb_widget.widget_recent_entries li:hover:before, #sidebar .et_pb_widget.widget_categories li:hover:before, #sidebar .et_pb_widget.widget_nav_menu li:hover:before, #sidebar .et_pb_widget.widget_pages li:hover:before, .et_pb_widget_area .et_pb_widget.widget_product_categories li:hover:before, .et_pb_widget_area .et_pb_widget.widget_recent_entries li:hover:before, .et_pb_widget_area .et_pb_widget.widget_categories li:hover:before, .et_pb_widget_area .et_pb_widget.widget_nav_menu li:hover:before, .et_pb_widget_area .et_pb_widget.widget_pages li:hover:before {
  width: 20px;
}
#sidebar .et_pb_widget.widget_product_categories li a, #sidebar .et_pb_widget.widget_recent_entries li a, #sidebar .et_pb_widget.widget_categories li a, #sidebar .et_pb_widget.widget_nav_menu li a, #sidebar .et_pb_widget.widget_pages li a, .et_pb_widget_area .et_pb_widget.widget_product_categories li a, .et_pb_widget_area .et_pb_widget.widget_recent_entries li a, .et_pb_widget_area .et_pb_widget.widget_categories li a, .et_pb_widget_area .et_pb_widget.widget_nav_menu li a, .et_pb_widget_area .et_pb_widget.widget_pages li a {
  display: block;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#sidebar .et_pb_widget.widget_product_categories li a:hover, #sidebar .et_pb_widget.widget_recent_entries li a:hover, #sidebar .et_pb_widget.widget_categories li a:hover, #sidebar .et_pb_widget.widget_nav_menu li a:hover, #sidebar .et_pb_widget.widget_pages li a:hover, .et_pb_widget_area .et_pb_widget.widget_product_categories li a:hover, .et_pb_widget_area .et_pb_widget.widget_recent_entries li a:hover, .et_pb_widget_area .et_pb_widget.widget_categories li a:hover, .et_pb_widget_area .et_pb_widget.widget_nav_menu li a:hover, .et_pb_widget_area .et_pb_widget.widget_pages li a:hover {
  padding-left: 30px;
}

.widget_search {
  width: 100%;
}
.widget_search form.searchform {
  height: 40px;
  position: relative;
}
.widget_search form.searchform:before {
  font-family: ETmodules;
  font-weight: 900 !important;
  font-size: 16px;
  line-height: 1;
  margin-top: -8px;
  content: "U";
  position: absolute;
  right: 12px;
  top: 50%;
  color: inherit;
}
.widget_search input#s {
  background-color: transparent;
  color: inherit;
  border: 1px solid rgba(149, 149, 149, 0.5);
  padding: 0 40px 0 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.widget_search input#searchsubmit {
  font-weight: 600;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.widget_tag_cloud,
.widget_product_tag_cloud {
  font-size: 14px;
}
.widget_tag_cloud a.tag-cloud-link,
.widget_product_tag_cloud a.tag-cloud-link {
  color: inherit;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.widget_tag_cloud a.tag-cloud-link:before,
.widget_product_tag_cloud a.tag-cloud-link:before {
  content: "#";
  margin-right: 5px;
  font-weight: bold;
  font-size: 19px;
}
.widget_tag_cloud a.tag-cloud-link:hover,
.widget_product_tag_cloud a.tag-cloud-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#main-header {
  box-shadow: none;
}

#top-menu > li {
  padding: 0;
  line-height: normal;
}
#top-menu > li.menu-item.menu-item-has-children > a {
  margin: 0 8px;
}
#top-menu > li.menu-item:not(.menu-item-has-children) > a {
  position: relative;
  display: inline-block;
}
#top-menu > li.menu-item:not(.menu-item-has-children) > a:before, #top-menu > li.menu-item:not(.menu-item-has-children) > a:after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  font-size: 115% !important;
  font-family: Raleway, sans-serif;
}
#top-menu > li.menu-item:not(.menu-item-has-children) > a:before {
  margin-right: 8px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
#top-menu > li.menu-item:not(.menu-item-has-children) > a:after {
  margin-left: 8px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
#top-menu > li.menu-item:not(.menu-item-has-children) > a:hover {
  opacity: 1;
}
#top-menu > li.menu-item:not(.menu-item-has-children) > a:hover:before, #top-menu > li.menu-item:not(.menu-item-has-children) > a:hover:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
#top-menu .sub-menu {
  border: none;
  padding: 5px 0;
}
#top-menu .sub-menu li {
  padding: 0;
  display: block;
  font-size: inherit;
}
#top-menu .sub-menu li a {
  width: 100%;
  padding: 9px 25px;
  line-height: 1.2;
  position: relative;
  font-size: 90%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#top-menu .sub-menu li a:before {
  content: "";
  width: 10px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 50%;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#top-menu .sub-menu li a:hover {
  opacity: 1;
}
#top-menu .sub-menu li a:hover:before {
  width: 22px;
}
#top-menu .sub-menu li.menu-item-has-children > a:first-child:after {
  content: "5";
}
#top-menu .sub-menu li.mega-menu > ul > li > a:first-child:before {
  display: none;
}
#top-menu li.mega-menu > ul > li > a:first-child {
  padding-bottom: 0;
  margin-bottom: 10px;
  border: none;
}

.mobile_nav {
  background-color: transparent !important;
}
.mobile_nav .select_page {
  font-weight: normal !important;
}
.mobile_nav .mobile_menu_bar:before {
  border: 1px solid;
}
.mobile_nav .et_mobile_menu {
  border: none;
  padding: 0;
}
.mobile_nav .et_mobile_menu li a {
  padding: 11px 25px;
  font-weight: normal;
  border: none;
  position: relative;
}
.mobile_nav .et_mobile_menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgba(149, 149, 149, 0.5);
  opacity: 0.15;
  width: 100%;
}

#top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#top-header .container:before, #top-header .container:after {
  display: none;
}
#top-header #et-info, #top-header #et-secondary-menu {
  float: none !important;
  padding: 5px 0;
}
#top-header #et-info {
  font-weight: normal;
}
#top-header #et-info a {
  text-transform: none;
}
#top-header #et-info #et-info-phone:before {
  margin-right: 5px;
  font-size: 12px;
  top: 1px;
}
#top-header #et-info #et-info-email:before {
  content: "";
  margin-right: 5px;
  vertical-align: middle;
  font-size: 13px;
}
@media (max-width: 980px) {
  #top-header #et-info {
    text-align: center;
    margin: 10px auto 0;
  }
}
#top-header #et-secondary-nav li {
  position: relative;
  margin-right: 0;
  padding: 0 10px !important;
}
#top-header #et-secondary-nav li a {
  padding-bottom: 0;
}
#top-header #et-secondary-nav li a:before {
  content: "/";
  position: absolute;
  top: 0;
  right: -3px;
  opacity: 0.5;
}
#top-header #et-secondary-nav li:last-child a:before {
  display: none;
}
#top-header #et-secondary-nav li.menu-item-has-children > a:first-child {
  padding-right: 10px;
}

/* LAYOUT STYLES */
.search .et_pb_post, .blog .et_pb_post, .archive .et_pb_post {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.search .et_pb_post.post_has_thumb .blog-post-content, .blog .et_pb_post.post_has_thumb .blog-post-content, .archive .et_pb_post.post_has_thumb .blog-post-content {
  margin-top: -30px;
}
.search .et_pb_post .blog-post-content, .blog .et_pb_post .blog-post-content, .archive .et_pb_post .blog-post-content {
  padding: 35px 20px;
  width: 93%;
  z-index: 2;
  position: relative;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search .et_pb_post .blog-post-content .entry-title, .blog .et_pb_post .blog-post-content .entry-title, .archive .et_pb_post .blog-post-content .entry-title {
  padding-bottom: 15px;
  line-height: 1.3;
  font-size: 23px;
}
.search .et_pb_post .blog-post-content .excerpt, .blog .et_pb_post .blog-post-content .excerpt, .archive .et_pb_post .blog-post-content .excerpt {
  padding: 10px 0 20px;
  font-size: 14px;
}
.search .et_pb_post .blog-post-content .more-link, .blog .et_pb_post .blog-post-content .more-link, .archive .et_pb_post .blog-post-content .more-link {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.search .et_pb_post .image-container img, .blog .et_pb_post .image-container img, .archive .et_pb_post .image-container img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  filter: grayscale(100%);
}
.search .et_pb_post:hover .image-container img, .blog .et_pb_post:hover .image-container img, .archive .et_pb_post:hover .image-container img {
  filter: grayscale(0%) !important;
}
.search .et_pb_post .et_pb_gallery_post_type .et_pb_slide, .blog .et_pb_post .et_pb_gallery_post_type .et_pb_slide, .archive .et_pb_post .et_pb_gallery_post_type .et_pb_slide {
  min-height: 230px !important;
}
.search .et_pb_post .et_pb_slider, .search .et_pb_post .et_link_content, .blog .et_pb_post .et_pb_slider, .blog .et_pb_post .et_link_content, .archive .et_pb_post .et_pb_slider, .archive .et_pb_post .et_link_content {
  margin-bottom: 0 !important;
}
.search .et_pb_post:not(.type-post) .excerpt, .blog .et_pb_post:not(.type-post) .excerpt, .archive .et_pb_post:not(.type-post) .excerpt {
  display: none;
}

.flexbox-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flexbox-wrapper .pagination {
  width: 100%;
  display: block;
}
.flexbox-wrapper .et_pb_post {
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 1051px) {
  .flexbox-wrapper .et_pb_post {
    width: 32%;
    margin-right: 2%;
  }
  .flexbox-wrapper .et_pb_post:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 740px) and (max-width: 1050px) {
  .flexbox-wrapper .et_pb_post {
    width: 48.5%;
    margin-right: 3%;
  }
  .flexbox-wrapper .et_pb_post:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.blog-archive-header .container {
  text-align: center;
}
.blog-archive-header h1 {
  font-size: 37px;
  line-height: 1.2;
}
.blog-archive-header .categories-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0;
  font-size: 0;
}
.blog-archive-header .categories-list li {
  position: relative;
  display: inline-block;
}
.blog-archive-header .categories-list li a {
  display: block;
  position: relative;
  padding: 10px 15px;
  margin: 3px;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  font-size: 13px;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.blog-header {
  padding-top: 60px;
}
.blog-header .container {
  text-align: center;
  padding-top: 0 !important;
}
@media (min-width: 767px) {
  .blog-header .container {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
}
.blog-header .entry-title {
  font-size: 37px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .blog-header .entry-title {
    font-size: 30px;
  }
}
.blog-header .post-meta {
  font-size: 15px;
}
.blog-header .post-meta a {
  color: inherit;
}
@media (max-width: 767px) {
  .blog-header .post-navi {
    display: none;
  }
}
.blog-header .post-navi a {
  position: relative;
  width: 73px;
  height: 40px;
  display: block;
  overflow: hidden;
}
.blog-header .post-navi a span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding-top: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.blog-header .post-navi .navi-prev a:before, .blog-header .post-navi .navi-next a:after {
  font-family: ETModules;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.blog-header .post-navi .navi-prev, .blog-header .post-navi .navi-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-header .post-navi .navi-prev {
  left: 0;
}
.blog-header .post-navi .navi-prev a:before {
  content: "#";
  left: 15px;
}
.blog-header .post-navi .navi-prev a span {
  right: -100%;
  left: auto;
}
.blog-header .post-navi .navi-prev a:hover span {
  right: 0;
}
.blog-header .post-navi .navi-prev a:hover:before {
  left: -100%;
}
.blog-header .post-navi .navi-next {
  right: 0;
}
.blog-header .post-navi .navi-next a:after {
  content: "$";
  right: 15px;
}
.blog-header .post-navi .navi-next a span {
  left: -100%;
  right: auto;
}
.blog-header .post-navi .navi-next a:hover span {
  left: 0;
}
.blog-header .post-navi .navi-next a:hover:after {
  right: -100%;
}

.single-post .et_main_video_container .wp-video, .single-post .et_main_thumbnail_container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post .et_main_thumbnail_container, .single-post .et_main_video_container, .single-post .et_link_content, .single-post .et_quote_content, .single-post et_audio_content, .single-post .et_post_gallery {
  margin-bottom: 45px;
}
.single-post .pb_disabled .entry-content {
  padding-top: 0;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post.et_full_width_page .pb_disabled .entry-content {
  max-width: 800px;
}

#comment-wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-top: 50px;
}
#comment-wrap .commentlist {
  margin-top: 20px;
}
#comment-wrap .comment-body {
  padding: 0 0 0 65px;
  min-height: auto;
}
#comment-wrap .comment-body .comment_avatar img {
  width: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#comment-wrap .comment-body .comment_postinfo span.fn, #comment-wrap .comment-body .comment_postinfo span.fn a, #comment-wrap .comment-body .comment_postinfo span.comment_date {
  color: inherit;
}
#comment-wrap .comment-body .comment-content {
  font-size: 14px;
  line-height: 1.6;
}
#comment-wrap .comment-body .comment-reply-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: normal !important;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 10px;
}
#comment-wrap .comment-body .comment-reply-link:after {
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
#comment-wrap .comment.bypostauthor .comment_avatar img {
  padding: 3px;
}
#comment-wrap .comment-reply-title span {
  margin-bottom: 15px;
  display: block;
}
#comment-wrap #commentform input[type=email], #comment-wrap #commentform input[type=text], #comment-wrap #commentform input[type=url] {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
  width: 100%;
}
#comment-wrap #commentform textarea {
  color: inherit;
  background-color: transparent;
  font-size: 15px;
  border: 1px solid rgba(149, 149, 149, 0.5);
}
@media (min-width: 767px) {
  #comment-wrap #commentform .comment-form-author, #comment-wrap #commentform .comment-form-email, #comment-wrap #commentform .comment-form-url {
    width: 33%;
    display: inline-block;
  }
  #comment-wrap #commentform .comment-form-author, #comment-wrap #commentform .comment-form-email {
    padding-right: 10px;
  }
}

.related-posts {
  padding: 10px 0 !important;
}
.related-posts .posts-wrapper {
  margin: 20px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.related-posts .posts-wrapper .related-post {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  padding: 0 25px;
}
.related-posts .posts-wrapper .related-post .thumb-wrapper {
  margin: 0 -10px 15px;
}
.related-posts .posts-wrapper .related-post .post-title {
  line-height: 1.3;
  font-size: 19px;
}
.related-posts .posts-wrapper .related-post .more-link {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.related-posts .posts-wrapper .related-post .thumb-wrapper img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  filter: grayscale(100%);
}
.related-posts .posts-wrapper .related-post:hover .thumb-wrapper img {
  filter: grayscale(0%) !important;
}
@media (min-width: 980px) {
  .related-posts .posts-wrapper .related-post {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 980px) {
  .related-posts .posts-wrapper .related-post {
    width: 50%;
  }
}

.single-post .tags {
  margin-top: 40px;
  font-size: 14px;
}
.single-post .tags a {
  color: inherit;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.1;
  margin-left: 3px;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.single-post .tags a:before {
  content: "#";
  margin-right: 5px;
  font-weight: bold;
  font-size: 19px;
}
.single-post .tags a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.et_quote_content blockquote p {
  line-height: inherit !important;
}

/* INTERIOR PAGES STYLES */
.not-found-404 {
  position: relative;
  padding: 0;
}
.not-found-404:before {
  content: "404";
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  color: #000;
  opacity: 0.095;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 300px;
  margin-top: -130px;
  line-height: 1;
  display: block;
}
.not-found-404 .container {
  text-align: center;
  padding: 85px 0 25px !important;
  position: relative;
  z-index: 5;
  max-width: 650px;
}
.not-found-404 h2 {
  font-size: 45px;
  margin-bottom: 10px;
}
.not-found-404 p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6 !important;
  position: relative;
}
.not-found-404 .buttons-container {
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.about-logo-row .et_pb_column {
  display: flex;
  align-items: flex-start;
}
.about-logo-row .et_pb_column:before, .about-logo-row .et_pb_column:after {
  display: none !important;
}
.about-logo-row .et_pb_column .et_pb_image {
  margin: 10px;
  width: 20%;
}
.about-logo-row .et_pb_column img {
  width: 100%;
  height: 70px;
  object-position: center;
  object-fit: contain;
}
@media (max-width: 980px) {
  .about-logo-row .et_pb_column {
    flex-wrap: wrap;
  }
  .about-logo-row .et_pb_column .et_pb_image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-logo-row .et_pb_column .et_pb_image {
    width: 100%;
  }
}

/* MODULES STYLES */
.pagination .alignleft, .pagination .alignright {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}
.pagination .alignleft a, .pagination .alignright a {
  color: inherit;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.5;
}
.pagination .alignleft a:before, .pagination .alignright a:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.pagination .alignleft a:hover:before, .pagination .alignright a:hover:before {
  width: 99%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.wp-pagenavi {
  border: none;
  display: block;
  width: 100%;
  font-family: "Playfair Display", Georgia, "Times New Roman";
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  font-size: 25px !important;
  line-height: 25px;
  margin: 5px;
  display: inline-block;
  min-width: 1em;
  color: inherit;
}
.wp-pagenavi a {
  padding: 0 0 9px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  position: relative;
}
.wp-pagenavi a:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  font-size: 16px !important;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  font-size: 23px !important;
}
.wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.nextpostslink:before {
  display: none !important;
}
.wp-pagenavi a:hover {
  background-color: transparent !important;
}
.wp-pagenavi a:hover:before {
  width: 99%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  font-family: "Playfair Display", Georgia, "Times New Roman";
  margin-top: 20px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  display: inline-block;
  font-size: 25px;
  margin: 5px;
  float: none;
  overflow: visible;
  line-height: 25px;
}
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 0 0 9px;
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  position: relative;
  background-color: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li a:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  font-size: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before, .woocommerce nav.woocommerce-pagination ul li a.next:before {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
  margin-left: -5px;
  padding-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  margin-right: -5px;
  padding-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover:before {
  width: 99%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination {
  border: none;
  font-family: "Playfair Display", Georgia, "Times New Roman";
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul {
  text-align: center;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li, .et_pb_gallery .et_pb_gallery_pagination ul li {
  margin: 5px;
  padding: 0;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a {
  font-size: 25px;
  line-height: 25px;
  padding: 0 0 9px;
  color: inherit;
  min-width: 1em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  position: relative;
  background-color: transparent !important;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a:before, .et_pb_gallery .et_pb_gallery_pagination ul li a:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.page-prev, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.page-next, .et_pb_gallery .et_pb_gallery_pagination ul li a.page-prev, .et_pb_gallery .et_pb_gallery_pagination ul li a.page-next {
  font-size: 18px;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active:before, .et_pb_gallery .et_pb_gallery_pagination ul li a.active:before {
  display: none !important;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a:hover:before, .et_pb_gallery .et_pb_gallery_pagination ul li a:hover:before {
  width: 99%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

#expanding-lines-button {
  position: relative;
  background: transparent !important;
  border: none !important;
}
#expanding-lines-button:before, #expanding-lines-button:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 50%;
  width: 75px;
  border-bottom: 1px solid;
  opacity: 1 !important;
  margin: 0 !important;
  transition: all 1s ease-in-out !important;
}
#expanding-lines-button:after {
  right: 105%;
}
#expanding-lines-button:before {
  left: 105%;
}
#expanding-lines-button:hover {
  background: transparent !important;
}
#expanding-lines-button:hover:before, #expanding-lines-button:hover:after {
  width: 1500px;
}

.left-line-paragraph .et_pb_text_inner {
  position: relative;
  padding-left: 50px;
}
.left-line-paragraph .et_pb_text_inner:before {
  content: "";
  width: 40px;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.testimonial-slider .et_pb_slide_with_image .et_pb_slider_container_inner {
  display: flex;
  flex-wrap: nowrap;
}
.testimonial-slider .et_pb_slide_with_image .et_pb_slide_image {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}
.testimonial-slider .et_pb_slide_with_image .et_pb_slide_image img {
  max-height: none !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.testimonial-slider .et_pb_slide_with_image .et_pb_slide_description {
  margin: 0 !important;
}
@media (min-width: 767px) {
  .testimonial-slider .et_pb_slide_with_image {
    padding: 0 !important;
  }
  .testimonial-slider .et_pb_slide_with_image .et_pb_slide_description {
    padding: 110px 80px 110px 40px;
    width: 60%;
  }
  .testimonial-slider .et_pb_slide_with_image .et_pb_slide_image {
    width: 40%;
  }
}

/* DIVI MODULES STYLES */
@media (min-width: 980px) {
  .et_pb_slider .et-pb-controllers {
    left: auto;
    right: 40px;
    width: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.et_pb_slider .et-pb-controllers a {
  text-indent: 0 !important;
  color: inherit;
  width: auto;
  height: auto;
  background-color: transparent !important;
  position: relative;
  margin-right: 0;
  line-height: normal;
  transition: all 0.3s ease;
  opacity: 0.75;
}
.et_pb_slider .et-pb-controllers a:after {
  content: "";
  transition: all 0.3s ease;
}
@media (min-width: 980px) {
  .et_pb_slider .et-pb-controllers a {
    display: block;
  }
  .et_pb_slider .et-pb-controllers a:after {
    width: 1px;
    height: 0;
    margin: 10px auto;
    border-right: 1px solid;
    display: block;
  }
  .et_pb_slider .et-pb-controllers a.et-pb-active-control:after {
    height: 30px;
  }
}
@media (max-width: 980px) {
  .et_pb_slider .et-pb-controllers a:after {
    display: inline-block;
    width: 0;
    margin: 0 10px;
    border-bottom: 1px solid;
    vertical-align: middle;
  }
  .et_pb_slider .et-pb-controllers a.et-pb-active-control:after {
    width: 30px;
  }
}
@media (min-width: 980px) {
  .et_pb_slider .et-pb-slider-arrows {
    position: absolute;
    left: 40px;
    bottom: 25px;
  }
  .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev, .et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next {
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:before {
  content: "#";
  font-size: 30px;
  margin-top: -15px;
}
.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:before {
  content: "$";
  font-size: 30px;
  margin-top: -15px;
}

.et_pb_posts_nav {
  display: flex;
  border: 1px solid;
  align-items: center;
  flex-wrap: wrap;
}
.et_pb_posts_nav:after {
  display: none !important;
}
.et_pb_posts_nav .nav-previous, .et_pb_posts_nav .nav-next {
  padding: 20px;
  text-align: center;
  float: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.et_pb_posts_nav .nav-previous a, .et_pb_posts_nav .nav-next a {
  color: inherit;
}
@media (min-width: 767px) {
  .et_pb_posts_nav .nav-previous, .et_pb_posts_nav .nav-next {
    width: 50%;
  }
  .et_pb_posts_nav .nav-next {
    border-left: 1px solid;
  }
}
@media (max-width: 767px) {
  .et_pb_posts_nav .nav-previous, .et_pb_posts_nav .nav-next {
    width: 100%;
  }
  .et_pb_posts_nav .nav-previous {
    border-bottom: 1px solid;
  }
}

.et_pb_toggle,
.et-db #et-boc .et_pb_toggle,
.et-db #et-boc .et-l .et_pb_toggle {
  padding: 17px 0;
  margin-bottom: 0 !important;
  border: none;
  background-color: transparent;
}
.et_pb_toggle .et_pb_toggle_title:before,
.et-db #et-boc .et_pb_toggle .et_pb_toggle_title:before,
.et-db #et-boc .et-l .et_pb_toggle .et_pb_toggle_title:before {
  content: "L";
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before,
.et-db #et-boc .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before,
.et-db #et-boc .et-l .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "K";
  display: block !important;
}

.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post,
.et_pb_module.et_pb_posts .et_pb_post {
  text-align: center;
  padding: 0 0 25px;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post.has-post-thumbnail:not(.et_pb_no_thumb) .entry-title,
.et_pb_module.et_pb_posts .et_pb_post.has-post-thumbnail:not(.et_pb_no_thumb) .entry-title {
  margin-top: -65px;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .entry-title,
.et_pb_module.et_pb_posts .et_pb_post .entry-title {
  font-size: 22px;
  line-height: 1.3;
  padding: 35px 25px 20px;
  background-color: inherit;
  position: relative;
  display: block;
  z-index: 20;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .post-meta,
.et_pb_module.et_pb_posts .et_pb_post .post-meta {
  padding: 0 25px;
  margin-bottom: 20px;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .post-content,
.et_pb_module.et_pb_posts .et_pb_post .post-content {
  padding: 0 25px;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .more-link,
.et_pb_module.et_pb_posts .et_pb_post .more-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  margin-top: 15px;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .more-link:before,
.et_pb_module.et_pb_posts .et_pb_post .more-link:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.5s ease;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .more-link:hover:before,
.et_pb_module.et_pb_posts .et_pb_post .more-link:hover:before {
  width: 99%;
  transition: width 0.5s ease;
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .et_pb_image_container img,
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .entry-featured-image-url img,
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post .et_main_video_container,
.et_pb_module.et_pb_posts .et_pb_post .et_pb_image_container img,
.et_pb_module.et_pb_posts .et_pb_post .entry-featured-image-url img,
.et_pb_module.et_pb_posts .et_pb_post .et_main_video_container {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  filter: grayscale(100%);
}
.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post:hover .et_pb_image_container img, .et_pb_module.et_pb_blog_grid_wrapper .et_pb_post:hover .entry-featured-image-url img, .et_pb_module.et_pb_blog_grid_wrapper .et_pb_post:hover .et_main_video_container,
.et_pb_module.et_pb_posts .et_pb_post:hover .et_pb_image_container img,
.et_pb_module.et_pb_posts .et_pb_post:hover .entry-featured-image-url img,
.et_pb_module.et_pb_posts .et_pb_post:hover .et_main_video_container {
  filter: grayscale(0%) !important;
}

.et_pb_module.et_pb_posts .et_pb_post {
  margin: 0 15px 40px;
}
.et_pb_module.et_pb_posts .et_pb_post .entry-featured-image-url,
.et_pb_module.et_pb_posts .et_pb_post .et_audio_content,
.et_pb_module.et_pb_posts .et_pb_post .et_main_video_container,
.et_pb_module.et_pb_posts .et_pb_post .et_pb_slider {
  margin: 0 -15px 0 !important;
}

.et_pb_module .et_pb_blog_grid .et_pb_post {
  margin: 0 15px;
  border: none !important;
}
.et_pb_module .et_pb_blog_grid .et_pb_post .et_audio_content,
.et_pb_module .et_pb_blog_grid .et_pb_post .et_main_video_container,
.et_pb_module .et_pb_blog_grid .et_pb_post .et_pb_slider,
.et_pb_module .et_pb_blog_grid .et_pb_post .et_pb_image_container {
  margin: 0 -15px 0 !important;
}

.et_pb_module.et_pb_portfolio_grid .et_pb_module_header, .et_pb_module.et_pb_portfolio .et_pb_module_header {
  padding: 15px 0 5px;
}

.et_pb_module.et_pb_fullwidth_portfolio_carousel {
  padding: 0 10px !important;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item {
  border: 10px solid transparent !important;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_overlay:before {
  display: none;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image img {
  width: 100%;
  height: 100%;
  margin-left: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image .post-meta {
  padding: 30px 30px 10px !important;
  opacity: 0;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image .et_pb_module_header {
  padding: 35px;
  line-height: 1.15 !important;
  margin: auto !important;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image .et_pb_module_header:after {
  content: "View project ";
  display: block;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 15px;
  opacity: 0;
  transition: all 0.3s;
  text-shadow: none !important;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item:hover .et_pb_module_header {
  bottom: 10px;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item:hover .et_pb_module_header:after {
  opacity: 1;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item:hover .post-meta {
  opacity: 1;
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et-pb-arrow-next:before {
  content: "$";
}
.et_pb_module.et_pb_fullwidth_portfolio_carousel .et-pb-arrow-prev:before {
  content: "#";
}
@media (min-width: 950px) {
  .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item, .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_items {
    height: 370px !important;
  }
  .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image .et_pb_module_header {
    font-size: 27px;
  }
}
@media (min-width: 600px) and (max-width: 950px) {
  .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item, .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_items {
    height: 350px !important;
  }
  .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image .et_pb_module_header {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_item, .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_items {
    height: 300px !important;
  }
  .et_pb_module.et_pb_fullwidth_portfolio_carousel .et_pb_portfolio_image .et_pb_module_header {
    font-size: 21px;
  }
}

.et_pb_filterable_portfolio .et_pb_module_header {
  padding: 15px 0 5px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  line-height: normal;
  text-align: center;
  font-size: 0;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  float: none;
  display: inline-block;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  display: block;
  position: relative;
  padding: 10px 15px;
  margin: 3px;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  font-size: 13px;
  line-height: normal;
  background-color: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.et_pb_module.et_pb_fullwidth_portfolio_grid {
  padding: 0 10px;
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_portfolio_item {
  min-height: 300px;
  padding: 35px;
  border: 10px solid transparent;
  position: relative;
  overflow: hidden;
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_portfolio_item:hover .et_overlay {
  z-index: 3;
  opacity: 1;
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_overlay:before {
  display: none;
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_portfolio_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_portfolio_image img {
  max-width: none;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_module_header, .et_pb_module.et_pb_fullwidth_portfolio_grid p.post-meta {
  position: relative;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_module_header {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_portfolio_item:hover .et_pb_module_header, .et_pb_module.et_pb_fullwidth_portfolio_grid .et_pb_portfolio_item:hover p.post-meta {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.et_pb_gallery .et_pb_gallery_title {
  padding: 10px 0 5px !important;
}

.et_pb_column.et-last-child {
  margin-right: 0 !important;
}

.et_pb_text ol, .et_pb_text ul {
  list-style-type: inherit;
}
.et_pb_text ol li, .et_pb_text ul li {
  padding-bottom: 8px;
}
.et_pb_text ol li:last-child, .et_pb_text ul li:last-child {
  padding-bottom: 0;
}

body {
  font-weight: 400;
}

#main-content {
  background-color: transparent;
}

#page-container {
  overflow: hidden;
}

.container:before {
  display: none;
}

@media (max-width: 980px) {
  .zero-margin-col {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1250px) {
  .wide-row {
    width: 95%;
  }
}
.zero-padding {
  padding: 0 !important;
}

.underline-animation {
  position: relative;
  padding-bottom: 5px;
}
.underline-animation:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "" !important;
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.underline-animation:hover:before {
  width: 99%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.underline-animation.et_pb_button,
.et-db #et-boc .underline-animation.et_pb_button,
.et-db #et-boc .et-l .underline-animation.et_pb_button {
  background: transparent !important;
  border: none !important;
}
.underline-animation.et_pb_button:hover,
.et-db #et-boc .underline-animation.et_pb_button:hover,
.et-db #et-boc .et-l .underline-animation.et_pb_button:hover {
  background: transparent !important;
}
.underline-animation.et_pb_button:before,
.et-db #et-boc .underline-animation.et_pb_button:before,
.et-db #et-boc .et-l .underline-animation.et_pb_button:before {
  opacity: 1 !important;
  margin: 0 !important;
  display: block !important;
  content: "" !important;
}

.et_no_sidebar #sidebar {
  display: none !important;
}

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