/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/********************
  Layout
********************/

.padding-top-1 { padding-top: 25px !important; }
.padding-top-2 { padding-top: 50px !important; }
.padding-top-3 { padding-top: 75px !important; }
.padding-top-4 { padding-top: 100px !important; }
.padding-top-5 { padding-top: 125px !important; }

.padding-bottom-1 { padding-bottom: 25px !important; }
.padding-bottom-2 { padding-bottom: 50px !important; }
.padding-bottom-3 { padding-bottom: 75px !important; }
.padding-bottom-4 { padding-bottom: 100px !important; }
.padding-bottom-5 { padding-bottom: 125px !important; }

@media screen and (max-width: 999px) {
  .padding-top-1 { padding-top: 15px !important; }
  .padding-top-2 { padding-top: 25px !important; }
  .padding-top-3 { padding-top: 40px !important; }
  .padding-top-4 { padding-top: 50px !important; }
  .padding-top-5 { padding-top: 60px !important; }

  .padding-bottom-1 { padding-bottom: 15px !important; }
  .padding-bottom-2 { padding-bottom: 25px !important; }
  .padding-bottom-3 { padding-bottom: 40px !important; }
  .padding-bottom-4 { padding-bottom: 50px !important; }
  .padding-bottom-5 { padding-bottom: 60px !important; }

  .padding-top-0-mobile { padding-top: 0 !important; }
  .padding-bottom-0-mobile { padding-bottom: 0 !important; }
}

.z-index-100 { z-index: 100; }


/********************
  Header
********************/


#header-outer #header-secondary-outer nav {
  display: flex;
  align-items: center;
}

#header-outer #header-secondary-outer nav::before,
#header-outer #header-secondary-outer nav::after {
  display: none;
}

#header-outer #header-secondary-outer nav > .sf-menu {
  margin-left: auto;
}

#header-outer #header-secondary-outer .nectar-center-text,
#header-outer #header-secondary-outer nav > ul > li > a {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 14px;
}

#header-outer #header-secondary-outer #social {
  margin-right: 30px;
}

#header-outer #header-secondary-outer #social a {
  margin-right: 0;
}

#header-outer #header-secondary-outer #social a i {
  font-size: 20px;
  line-height: 14px;
}

#header-outer #header-secondary-outer .nectar-center-text {
  position: static;
  transform: none;
  width: auto;
  max-width: none;
}

#header-outer #header-secondary-outer .nectar-center-text::before {
  content: url('/app/themes/salient-child/img/australia.svg');
  vertical-align: middle;
  margin-right: 10px;
}

#header-outer #header-secondary-outer nav > ul > li > a {
  margin-left: 15px;
}

#header-outer #header-secondary-outer nav > ul > li > a > i {
  margin-right: 0.3em;
  line-height: inherit;
}

body #header-secondary-outer nav > ul > .current-menu-item > a {
  color: #ffffff !important;
}

.logo-spacing {
  width: 140px;
}

.logo-spacing img {
  display: none;
}

.off-canvas-menu-container.mobile-only .secondary-header-text {
  display: none;
}

#slide-out-widget-area .off-canvas-menu-container.mobile-only .fa {
  width: 1.2em;
  text-align: left;
}

#slide-out-widget-area .off-canvas-menu-container.mobile-only .fa-phone:after {
  display: none;
}


/********************
  Footer
********************/

/* Subscribe */

#footer-outer .footer-subscribe {
  text-align: center;
  padding: 15px 0;
  background-color: #6699cc;
}

#footer-outer .footer-subscribe .container form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#footer-outer .footer-subscribe .container form > * {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#footer-outer .footer-subscribe .container p {
  padding-bottom: 0;
}

#footer-outer .footer-subscribe .container h2 {
  color: #ffffff;
  margin: 10px 30px 10px 0;
}

#footer-outer .footer-subscribe .container form input {
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

#footer-outer .footer-subscribe .container form input[type=email] {
  border-radius: 0;
  background-color: #ffffff;
  border-color: transparent;
  font-size: 18px;
}

#footer-outer .footer-subscribe .container form input[type=submit] {
  background-color: #ee1f29;
}

#footer-outer .footer-subscribe .container .parsley-errors-list {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: #ee1f29;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}

#footer-outer .footer-subscribe .container .parsley-errors-list li {
  color: inherit;
}

#footer-outer .footer-subscribe .container .mailpoet_paragraph {
  position: relative;
  margin: 10px 0 10px 10px;
}

#footer-outer .footer-subscribe .container .mailpoet_message {
  width: 100%;
}

#footer-outer .footer-subscribe .container .mailpoet_message p {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1.4;
}

#footer-outer .footer-subscribe .container .mailpoet_message .mailpoet_validate_error {
  font-weight: bold;
  color: #ee1f29;
}

@media screen and (max-width: 1199px) {
  #footer-outer .footer-subscribe .container h2 {
    width: 100%;
    text-align: center !important;
    margin-left: 0;
    margin-right: 0;
  }
}


/* Columns */

@media only screen and (min-width: 1000px) {
  #footer-widgets .row {
    display: flex;
  }

  #footer-widgets .col {
    width: auto;
  }

  #footer-widgets .col:nth-child(1) {
    width: calc(100% * 5/12);
  }

  #footer-widgets .col:nth-child(2) {
    width: calc(100% * 4/12);
  }

  #footer-widgets .col:nth-child(3) {
    width: calc(100% * 3/12);
  }
}

@media only screen and (max-width: 999px) {
  #footer-widgets .col:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}


/* Menus */

#footer-widgets .col:nth-child(1) .menu {
  column-count: 2;
  column-gap: 30px;
  column-width: 100px;
}

#footer-widgets .col:nth-child(1) .menu-item {
  display: inline-block;
  width: 100%;
}

#footer-widgets .menu-item > a {
  font-size: 14px !important;
  display: inline-block !important;
}

#footer-widgets .menu {
  padding-left: 20px;
}

#footer-widgets .menu-item {
  position: relative;
}

#footer-widgets .menu-item,
#footer-widgets .menu-item > a,
#footer-widgets .menu-item::before {
  line-height: 22px;
}

#footer-widgets .menu-item::before {
  position: absolute;
  left: -20px;
  top: 4px;

  font-family: FontAwesome;
  content: '\f054';
  font-size: 12px !important;
  color: #6699cc;
}


/* Right Column */

#footer-widgets .col:nth-child(3) .image {
  width: 257px;
}

#footer-widgets .col .footer_details {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

#footer-widgets .col i {
  color: #ee1f29;
  width: 1.5em;
  font-size: 24px;
  text-align: left;
  flex-grow: 0;
  flex-shrink: 0;
}


/* Copyright Bar */

#footer-outer #copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
}

#footer-outer #copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer-outer #copyright .container::before,
#footer-outer #copyright .container::after {
  display: none;
}

#footer-outer #copyright .col {
  flex-shrink: 1;
  flex-grow: 0;
  width: auto;
}

#footer-outer #copyright .col ul {
  float: none;
}

#footer-outer #copyright .cards span {
  margin-right: 15px;
}

#footer-outer #copyright .cards img {
  margin: 0 0 0 4px;
  vertical-align: middle;
}

@media only screen and (min-width: 1000px) {
  #footer-outer #copyright .col.cards {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 999px) {
  #footer-outer #copyright .container {
    flex-direction: column-reverse;
  }

  #footer-outer #copyright .col.cards {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


/********************
  Homepage
********************/


/* Home Banner */

.home-banner .nectar-slider-wrap,
.home-banner .parallax_slider_outer {
  margin-bottom: 0;
}


.home-banner .banner-form-overlap::before {
  content: '';
  position: absolute;
  z-index: 11;
  top: -27px;
  left: -27px;
  display: block;
  width: 177px;
  height: 176px;
  background-image: url('/app/themes/salient-child/img/exclusive-ribbon.png');
  background-size: contain;
}

.home-banner .banner-form-overlap .mailpoet_form {
  margin-left: auto;
  margin-right: auto;
}

.home-banner .banner-form-overlap .wpb_text_column {
  margin-bottom: 20px;
}

.home-banner .banner-form-overlap .wpb_text_column p {
  padding-bottom: 0;
}

.home-banner .banner-form-overlap .parsley-errors-list {
  margin-bottom: -20px;
}

.home-banner .banner-form-overlap .parsley-errors-list li {
  list-style: none;
}

.home-banner .banner-form-overlap input[type=submit] {
  white-space: normal;
}

.home-banner .banner-form-overlap .mailpoet_message p {
  margin-top: 20px;
  line-height: 1.4;
  padding-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  .home-banner .banner-form-overlap {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .home-banner .banner-form-overlap .wpb_text_column {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .home-banner .banner-form-overlap .mailpoet_form {
    max-width: 20vw;
    width: 350px;
  }
}

@media only screen and (min-width: 1425px) {
  .home-banner .banner-form-overlap {
    right: calc((100vw - 1265px) / 2);
  }
}

@media only screen and (max-width: 690px) and (min-width: 480px) {
  .home-banner .banner-form-overlap .mailpoet_form {
    max-width: 390px;
  }
}

@media only screen and (max-width: 479px) {
  .home-banner .banner-form-overlap .mailpoet_form {
    max-width: 290px;
  }
}


/* Product Categories */

.category-column {
  min-height: 220px;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.category-column:hover {
  transform: translateY(-8px);
}

.category-column .vc_custom_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-bottom: -20px;
}


.nectar-woo-carousel-top h2 {
  font-size: 36px;
  color: #6699cc;
}

.nectar-woo-carousel-top a {
  font-family: Roboto;
  text-transform: none;
  letter-spacing: 0;
}


/********************
  Inner Pages
********************/

#page-header-bg h1 {
  text-align: center;
  margin-bottom: 0;
}

.contact_details .nectar-icon-list-item {
  margin-bottom: 20px;
}


/********************
  Blog
********************/

/* Featured Posts */

.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
  width: 50%;
}

@media only screen and (max-width: 999px) {
  .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 100%;
  }
}


/* Post Listing */

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
  width: 50%;
}


/********************
  Products
********************/


/* Breadcrumbs / Sorting on mobile */
@media only screen and (max-width: 999px) {
  .nectar-shop-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .nectar-shop-header .woocommerce-breadcrumb {
    order: -2;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  body[data-fancy-form-rcs="1"].woocommerce.woocommerce .nectar-shop-header .woocommerce-ordering {
    margin-left: 0;
    margin-bottom: 0;
  }

  .nectar-shop-header .woocommerce-result-count {
    order: 2;
    font-size: 12px;
  }
}


/* Filter Options */

body .container #sidebar h4 {
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #8a8788;
  letter-spacing: 0;
  text-transform: none !important;
}


.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #6699cc !important;
}

.woocommerce .price_slider_amount button.button {
  background-color: #6699cc;
  border-color: #6699cc;
  color: #ffffff;
}

.woocommerce .price_slider_amount button.button:hover {
  background-color: #6699cc !important;
}


#sidebar .widget_product_categories .product-categories .cat-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

#sidebar .widget_product_categories .product-categories .cat-item a {
  color: #231f20;
  font-size: 16px !important;
}



/* Product Listing */

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
  line-height: 30px;
}

.woocommerce ul.products li.minimal.product span.onsale,
body.woocommerce ul.products li.product span.onsale,
body.woocommerce-page ul.products li.product span.onsale,
body.woocommerce span.onsale,
body.woocommerce-page span.onsale,
body .nectar-quick-view-box .onsale {
  background-color: #ee1f29 !important;
}

.products li.product.minimal.hover-bound .product-meta {
  width: 100%;
  transition:
    width 0.55s cubic-bezier(.2,.75,.5,1),
    opacity 0.55s cubic-bezier(.2,.75,.5,1),
    transform 0.55s cubic-bezier(.2,.75,.5,1);
}

body.woocommerce .products li.product.minimal.hover-bound:hover .product-meta {
  width: calc(100% + 20px);
}

.products li.product.minimal .price-hover-wrap {
  width: 100%;
}

.woocommerce ul.products li.product.minimal .price,
.woocommerce-page ul.products li.product.minimal .price {
  color: #ee1f29 !important;
}

.products li.product.minimal .product-add-to-cart {
  padding-top: 7px;
  padding-right: 20px;
  line-height: 20px;
}

body .products li.product.minimal .product-add-to-cart a,
body .products li.product.minimal [data-nectar-quickview="true"] .nectar_quick_view {
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none !important;
  color: #231f20 !important;
}

.woocommerce .minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"],
.woocommerce .minimal.product .product-wrap .normal.icon-salient-m-eye,
.woocommerce .minimal.product .product-wrap i {
  color: #ee1f29 !important;
  font-size: 18px;
}

.products .product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 20px;
}

.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  padding: 0 5px;
  font-size: 0;
}

.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  color: #ee1f29 !important;
}

.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  margin-right: 0;
  font-size: 20px;
}

.products .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: none;
}


/* Quick View */

.nectar-quick-view-box .variations {
  margin-bottom: 20px;
}

body .nectar-quick-view-box a.single_add_to_cart_button {
  background-color: #ee1f29 !important;
}

.nectar-quick-view-box .nectar-full-product-link a {
  letter-spacing: 0;
  text-transform: none;
}

.nectar-quick-view-box .yith-wcwl-add-button {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.nectar-quick-view-box .yith-wcwl-add-button a {
  color: #ee1f29;
}

.nectar-quick-view-box .yith-wcwl-add-button .yith-wcwl-icon {
  font-size: 20px;
}


/* Pagination */

html body nav.woocommerce-pagination span.page-numbers.current {
  background-color: #ee1f29 !important;
}

body.woocommerce nav.woocommerce-pagination ul li {
  color: #231f20;
}

body.woocommerce nav.woocommerce-pagination ul li a {
  font-family: Roboto;
  letter-spacing: 0;
  text-transform: none !important;
}


/* Product View */

.single-product .container-wrap {
  background-color: #f9f9f9;
}


.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
  border: 2px solid #1f2058;
}


.nectar-quick-view-box .summary-content h1,
.woocommerce.single-product div.product h1.product_title {
  font-size: 42px;
  line-height: 1.1;
}

@media only screen and (max-width: 999px) {
  .woocommerce.single-product div.product h1.product_title {
    font-size: 28px;
  }
}

.woocommerce .summary .price,
.woocommerce div.product .summary p.price,
.nectar-quick-view-box .summary .price {
  padding-bottom: 0;
  color: #ee1f29;
}
.nectar-quick-view-box .summary .price {
  margin-bottom: 1em;
}

.woocommerce .summary afterpay-placement,
.woocommerce div.product .summary afterpay-placement {
  margin: 1em 0 0.25em;
}

.woocommerce .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description {
  margin-top: 3em;
}

.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-top: 1.5em;
}

.woocommerce .cart_totals .wizp-cart-custom-message {
  padding: 0 20px 3em;
}

.woocommerce div.product form.cart .variations select {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: none;
}

body.woocommerce .woocommerce-variation-price span.price {
  color: #ee1f29;
}

.woocommerce-variation-price .price del .amount {
  margin-right: 0.5em;
}

.woocommerce-variation-price .price .amount {
  font-size: 30px;
  font-weight: normal;
}


body.woocommerce-page button.single_add_to_cart_button,
body.woocommerce-page button.single_add_to_cart_button:hover {
  background-color: #ee1f29 !important;
}


.single-product .yith-wcwl-add-to-wishlist {
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-product .yith-wcwl-add-to-wishlist .delete_item,
.single-product .yith-wcwl-add-to-wishlist .single_add_to_wishlist {
  font-size: 0;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  color: #ee1f29;
  font-size: 24px;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .separator {
  display: none;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  color: #ee1f29;
  margin-left: 5px;
  vertical-align: bottom;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
  display: none;
}

.single-product .product_meta .click-collect-message {
  background-color: #e0e0e0;
  padding: 30px 40px;
  font-weight: normal;
  font-size: 14px;
  color: #231f20;
}

.single-product .product_meta .click-collect-message h3 {
  font-size: 24px;
  margin-bottom: 0.6em;
}

.single-product .product_meta .click-collect-message i {
  margin-right: 0.6em;
}

.single-product .product_meta .click-collect-message p {
  padding-bottom: 0;
  line-height: 1.7;
}


#ajax-content-wrap .related.products > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}


/* Wishlist */

.yith-wcwl-form .hidden-title-form {
  display: none;
  margin-bottom: 20px;
}

.yith-wcwl-form .hidden-title-form input[type=text] {
  width: calc(100% - 220px);
}

.yith-wcwl-form .hidden-title-form input[type=submit],
.yith-wcwl-form .hidden-title-form .button {
  width: 90px;
  margin-left: 10px;
  height: 48px;
  line-height: 18px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}


/********************
  Cart & Checkout
********************/

.cart_totals .aud-currency-note {
  text-align: center;
}



.woocommerce-checkout-review-order .pickup-time-note {
  text-align: center;
  border: 1px solid #1f2058;
  color: #1f2058;
  padding: 15px 30px;
  margin-bottom: 50px;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
  background-color: rgba(0,0,0,0.02);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  margin-top: -15px;
}

.woocommerce form .form-row label.checkbox {
  font-size: 16px !important;
  line-height: 1.4;
}


body .pisol-date-time-approx-message {
  border: 0;
}


/********************
  My Account
********************/

.woocommerce-orders-table__cell-order-actions a.button {
  margin-right: 10px;
}
