/*
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
*/


.nectar-fancy-ul {
    font-size: 20px;
}
.nectar-fancy-ul p {
    margin-bottom: 20px;
    display: block;
}
.nectar-fancy-ul ol li {
	list-style: none;
	margin-bottom: 70px;
	margin-left: 40px;
	position: relative;
}
.nectar-fancy-ul ol li:before {
    content: counter(item);
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    counter-increment: item;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nectar-fancy-ul ol {
    counter-reset: item;
}
.nectar-fancy-ul ol li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    left: -60px;
    bottom: -35px;
}
.nectar-fancy-ul ol li:last-child {
	margin-bottom: 0 !important;
}
.nectar-fancy-ul ol li:last-child:after {
	display: none;
}
.nectar-icon-list[data-direction=horizontal][data-columns="4"] .nectar-icon-list-item {
    margin-bottom: 10px !important;
    padding-left: 50px;
}
.row .nectar-icon-list .nectar-icon-list-item h4 {
    font-size: 16px;
}
a.uncategorized {
    display: none !important;
}
h2.wp-block-heading {
    font-size: 32px;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
span.meta-category.nectar-inherit-label a {
    pointer-events: none;
}
span.meta-category a {
    pointer-events: none;
}
#footer .nectar_icon i {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 40px !important;
}
#footer .nectar_icon_wrap {
    margin-right: 10px;
    margin-bottom: 0;
}
.contactPoints {
    background-color: #f7f7f7;
    padding: 80px 90px !important;
    border-radius: 8px;
}
.contactPoints .iwt-text {
    padding-left: 45px;
}
.contactPoints .iwt-icon i {
    font-size: 20px;
}
.wpcf7-form .wpcf7-not-valid-tip {
    box-shadow: none !important;
}
.noWrap {
    white-space: nowrap;
}
#benefitsRow .nectar-post-grid-item a.nectar-post-grid-link {
    display: none;
}
#benefitsRow .nectar-post-grid-item .nectar-link-underline {
    display: none;
}
.heading-line span.underlined {
    position: relative;
}
.heading-line span.underlined:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 2px;
    background: white;
    right: 0;
    bottom: 8px;
}
form p label {
    font-size: 16px !important;
}
@media only screen and (max-width: 768px) {
	div#reviews blockquote.nectar_single_testimonial {
		font-size: 16px;
		line-height: 1.27;
		margin-bottom: 30px;
	}
	div#reviews blockquote.nectar_single_testimonial span.wrap span {
		font-size: 14px !important;
	}
	div#reviews blockquote.nectar_single_testimonial span.wrap span.title {
		font-size: 12px !important;
	}	
	div#reviews .vc_col-sm-4:last-child {
		margin-bottom: 0 !important;
	}
	.contactPoints {
		padding: 60px 50px !important;
		margin-bottom: 30px !important;
	}
	.nectar-post-grid-wrap[data-style="vertical_list"] .nectar-post-grid[data-grid-spacing="40px"] .nectar-post-grid-item .content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}