/*
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 */
: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 ;
}
}

