/*
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
*/

#header-space {
  display: none !important;
}

#header-outer:not(.small-nav) {
  /* background: transparent; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.off-canvas-menu-container .menu-item a .fa {
  display: none !important;
}

.container-wrap {
  padding: 0 !important;
}

.nectar-button.large {
  font-size: 16px;
}

body #footer-outer #copyright {
  padding: 0 !important;
  border-top: none !important;
}

body #copyright .social li {
  margin: 0 10px !important;
}

body #footer-outer .menu {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  column-gap: 40px;
  flex-wrap: wrap;
}

body.material #footer-outer #footer-widgets .col ul li {
  margin: 0 0 !important;
  padding: 0 0px !important;
  position: relative;
}

body.material #footer-outer #footer-widgets .col ul li:not(:last-child)::before {
  content: "";
  display: inline-block;
  height: 16px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: -20px;
  top: 6px;
  width: 2px;
  bottom: 0;
  margin: auto;
}

body #footer-outer #footer-widgets .col ul li a {
  opacity: 0.7;
}

body #footer-outer #footer-widgets .col ul li a:hover {
  opacity: 1;
}

body #footer-outer .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90px;
}

body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
  padding-top: 70px;
  padding-bottom: 30px;
}

body #footer-outer h5 {
  max-width: 1074px;
  margin: 0 auto 0;
  font-weight: 400;
  opacity: 0.7;
}

#footer-outer {
  padding-bottom: 70px;
}

.nectar-flickity.nectar-carousel .flickity-slider .cell {
  padding: 0 !important;
}

.img-with-aniamtion-wrap .hover-wrap {
  margin: 0 !important;
}

#copyright .col {
  margin: 0 !important;
}

.top-space {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.top-space>.col {
  width: 100% !important;
}

.top-space::before,
.top-space::after {
  display: none;
}

#search-outer #search #close a::before,
.slide_out_area_close::before {
  background-color: #212121;
}

@media (max-width: 1280px) {
  #header-outer:not(.small-nav) {
    background: #212121;
  }
}

@media (max-width: 768px) {
  body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  #footer-outer {
    padding-bottom: 50px;
  }
}

.services .nectar-fancy-box {
  padding: 50px;
}

.services .nectar-fancy-box:hover .box-bg {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.services .nectar-fancy-box:hover .box-bg::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.services .nectar-fancy-box .box-bg::after {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  height: auto;
  width: auto;
  background-color: rgba(51, 51, 51, 0.8);
}

.icon-advantages .nectar_icon::before {
  background-color: #fff !important;
  opacity: 0.7 !important;
}

.icon-advantages h6 {
  color: #fff;
}

.item-accessories .bg-img::after {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%) !important;
  opacity: 1 !important;
}

.screw-installation-panel .nectar-fancy-box .box-bg {
  background-repeat: no-repeat;
  background-size: contain;
}

.installation-guide-pdf .image-block {
  aspect-ratio: 665/499;
  object-fit: cover;
}

.quick-guide .hover-content {
  max-width: 100% !important;
}

.blog-listing .meta-category a,
.blog-listing .meta-excerpt,
.blog-listing .meta-date {
  font-size: 16px !important;
}

.blog-listing .post-heading span {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.blog-listing .nectar-post-grid-item:hover .post-heading span {
  color: #89745c !important;
}

.blog-listing .nectar-post-grid-wrap .load-more {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.blog-listing .nectar-post-grid-wrap .load-more-wrap {
  margin: 40px 0 0;
}

.blog-listing .nectar-post-grid-item-bg-wrap,
.blog-listing .nectar-post-grid-item-bg {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.blog-title {
  top: 60% !important;
}

.blog-title .entry-title {
  font-size: 48px !important;
  line-height: 1.25 !important;
}

body .blog-title .uncategorized {
  background: #89745c !important;
  border-color: #89745c !important;
}

body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .blog-title .inner-wrap>.uncategorized:hover {
  transform: none !important;
  box-shadow: none !important;
}

.single-post .container.main-content {
  padding-top: 0 !important;
}

.single-post .post-content p {
  padding-bottom: 16px;
}

.single-post .post-content img {
  aspect-ratio: 931 / 500;
  object-fit: cover;
  border-radius: 10px;
}

.single-post .post .content-inner {
  padding-bottom: 0 !important;
}

.single-post .bottom-meta {
  display: none;
}

body.single-post.material[data-bg-header=true] .container-wrap {
  padding-bottom: 60px !important;
}

.single-post #sidebar h4 {
  opacity: 1;
}

.single-post #sidebar ul,
.single-post #sidebar ul li:last-child {
  margin-bottom: 0 !important;
}

.product-listing .row_col_wrap_12_inner .col .text {
  padding: 30px !important;
}

.product-listing .row_col_wrap_12_inner .col .text p,
.product-listing .row_col_wrap_12_inner .col .text p:not(p:last-child) {
  padding-top: 0 !important;
  padding-bottom: 16px;
}

.product-listing .nectar-badge {
  z-index: 2;
  border-radius: 0 5px 0 5px;
  overflow: hidden;
}

.mortarless_panels_inspiration_images .row .col .work-item img {
  width: 100% !important;
  object-fit: cover;
  aspect-ratio: 1/0.666;
}

@media(max-width: 1200px) {
  .single-post .recent_posts_extra_widget {
    padding: 20px;
  }

  body .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .meta-wrap {
    padding-left: 16px;
  }

  .single-post .nectar_blog_posts_popular li::before {
    font-size: 48px !important;
  }

  .single-post .nectar_blog_posts_popular li {
    padding-left: 70px !important;
  }
}

@media(max-width: 999px) {
  body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }

  .blog-title .entry-title {
    font-size: 36px !important;
  }

  #sidebar .widget {
    margin-bottom: 30px;
  }

  .single-post .nectar_blog_posts_popular li::before {
    font-size: 38px !important;
  }

  .single-post .nectar_blog_posts_popular li {
    padding-left: 56px !important;
  }

}

@media(min-width: 1px) and (max-width: 1000px) {

  body.single-post #page-header-bg[data-post-hs=default_minimal][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
    padding-top: 150px !important;
  }

  .single-post #page-header-bg[data-post-hs="default_minimal"] {
    max-height: 500px !important;
    min-height: 550px;
  }
}

@media(max-width: 690px) {
  .single-post .nectar_blog_posts_popular li::before {
    font-size: 28px !important;
  }

  body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }

  .blog-listing .nectar-post-grid-wrap .load-more-wrap {
    margin: 20px 0 0;
  }

  .blog-title .entry-title {
    font-size: 30px !important;
  }

  body.single-post #page-header-bg[data-post-hs=default_minimal][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
    padding-top: 120px !important;
  }

  .single-post .post-content p {
    font-size: 16px;
  }

  body #top #logo img,
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 40px !important;
  }

  .product-listing .row_col_wrap_12_inner .col .text {
    padding: 20px !important;
  }
}

@media(max-width: 480px) {
  .get-sarted-btn-wrapper .nectar-button {
    width: 100%;
  }

  .get-sarted-btn-wrapper .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}