/*
Theme Name: Salient Child
Template: salient
Version: 1.0.0
*/

.nectar-scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before {
  display: block !important;
  position: absolute !important;
  left: 2px !important;
  top: 0 !important;
  content: "" !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  width: 4px !important;
  height: 100% !important;
  border-radius: 20px !important;
}

.nectar-scrolling-tabs .scrolling-tab-nav .n-sticky > .line {
  width: 4px !important;
  left: 2px !important;
}

ul.two-columns {
  column-count: 2;
  column-gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.two-columns li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 10px;
}

.footer a {
  color: #fff !important;
}

.footer a:hover {
  opacity: 0.7;
}
@media screen and (max-width:1024px){
body:not(.home) .first-section div.using-image:before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.opacity-bg div.using-image:before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#slide-out-widget-area .off-canvas-social-links li i{
  font-size: 25px !important;
}
#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li a {
    font-size: 16px !important;
    line-height: 22px !important;
}
#ajax-content-wrap .font_size_desktop_1em.nectar-cta .link_wrap, .font_size_desktop_1em.nectar-cta .link_wrap, #header-outer .font_size_desktop_1em.nectar-cta .link_wrap{
  font-size:0.9em !important
}
blockquote{
  font-size:18px !important
}
}