/*
Theme Name: Salient Child
Theme URI: https://themenectar.com/salient/
Description: Child theme for the Salient theme
Author: ThemeNectar
Author URI: https://themenectar.com/
Template: salient
Version: 1.0
*/

/* Your custom CSS goes here */
.row .col .team-member p.description, .team-member p.description {
    padding: 6px 0;
    margin: 4px 0;
    font-size: 12px;
    line-height: 1.2;
}

.position {
    font-size: 14px;
    line-height: 1.3;
    margin: 6px 0;
}

.meta-comment-count, 
.single .comment-count, 
#comments { 
    display: none !important; 
}

.container-100 {
	width:100% !important;
}

.single .post-content {
    margin: auto;
}

@media only screen and (min-width: 1000px) {
  #sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; /* Adjust this value based on your header height */
    align-self: flex-start;
  }
  
  /* Ensures the main blog container allows sticky behavior */
  .container-wrap, .main-content > .row {
    display: flex;
    flex-wrap: wrap;
  }
}

:root {
    --mobile-container-width: 95%;
}

body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
    padding-top: 0px;
}

.nectar-highlighted-text em {
    padding: 0px 6px;
    border-radius: 10px;
    line-height: 1.2!Important;
}

.list-items .nectar-hor-list-item {
    padding-left:0px;
    padding-right:0px;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.2;
}

.nectar-highlighted-text em.animated {
    background-size: 100% 100%;
}

.pre-heading {
    font-size:14px;
    line-height:normal;
    font-weight:600;
    text-transform:uppercase;
}

.position {
    font-size:14px;
}

.header-content-split .column-bg-overlay {
    border-radius:15px 0 0 15px;
}

.wpb_tabs_nav .tab-item a {
    font-weight:600;
}

.full-width-100 {
	width:100%
}

.full-width-100 span {
	width:100%;
	white-space: nowrap;
}

/* Hide scrollbar for Chrome, Safari, Edge */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
html {
    scrollbar-width: none;
}

/* Hide scrollbar for IE */
body {
    -ms-overflow-style: none;
}

/* GravityWiz Nested Forms modal */
.gpnf-modal,
.gpnf-modal-overlay {
  z-index: 100000 !important;
}

.gpnf-modal-header {
    background:#be202e !important;
}

.tingle-modal-box__footer {
    padding: 14px;
}

.gpnf-btn-submit {
    background:#be202e !important;
}

.tingle-btn--default {
    color:#be202e;
    background:#f5dee0 !important;
}
/* Mobile & Tablet (768px and below) */
@media screen and (max-width: 768px) {
 .header-content-split .column-bg-overlay {
    border-radius:15px 15px 0 0 ;
}
}

