/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Description: Child theme for the Salient theme.
Author: Your Name
Author URI: https://yourwebsite.com
Template: salient
Version: 1.0.0
*/


/* Base */
body[data-button-style^="rounded"] .nectar-button {
  padding: var(--els-btn-padding-large) !important;
  border-radius: var(--els-btn-radius-reg) !important;      /* 16px */
  transition: var(--els-fast-transition) !important;
  box-shadow: var(--els-box-shadow-light) !important;
}

/* Hover */
body[data-button-style^="rounded"] .nectar-button:hover,
body[data-button-style^="rounded"] .nectar-button:focus-visible {
  border-radius: var(--els-btn-radius-reg-hov) !important;   /* 8px */
  transition: var(--els-fast-transition) !important;
}
body .related-posts[data-style=material] .article-content-wrap {
  padding-bottom: 30px !important;
}

.full-width-content.blog-fullwidth-wrap,.full-width-content.nectar-shop-outer,.nectar-slider-wrap[data-full-width=true],.page-submenu .full-width-content,.page-submenu>.full-width-section,.portfolio-filters-inline.full-width-content,.portfolio-filters-inline.full-width-section:not(.non-fw),.post-area.full-width-content.standard-minimal,.single-product .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap,.wpb_row.full-width-content,.wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,.wpb_row.full-width-section .mobile-video-image,.wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,body .full-width-section .nectar-parallax-scene,body .full-width-section .row-bg-wrap,body .full-width-section.parallax_section .row-bg-wrap,body .full-width-section>.nectar-shape-divider-wrap,body .full-width-section>.video-color-overlay,body[data-aie=long-zoom-out] .first-section .row-bg-wrap,body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,body[data-aie=zoom-out] .first-section .row-bg-wrap,body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal {
  margin-left: -50vw;
  margin-left: calc(-50vw + 0px);
  left: 50%;
  width: 100vw;
  width: calc(100vw -  0px)
}

body .full-width-section>.nectar-video-wrap {
  margin-left: -50vw;
  margin-left: calc(-50vw + 0px);
  left: 50%;
  width: 100vw;
  width: calc(100vw -  0px)
}