/*
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
*/
.mfp-bg{
	opacity: 0.95 !important;
    background-color: transparent !important;
}

.mfp-container {
	margin-top: 35px;
	padding: 0 !important;
}

.mfp-content {
    background: rgb(0 0 0 / 91%);
    padding: 30px;
	max-width: 1980px !important;
}

.mfp-content h1,
.mfp-content h2,
.mfp-content h3,
.mfp-content h4 {
    color: white;
}

.mfp-content .icon-default-style.fa.fa-check {
    color: black;
    background-color: white;
    border-radius: 30px;
    font-size: 20px;
}


.mfp-content .list-icon-holder {
    padding-right: 10px;
}






.nectar-icon-list-item { margin-bottem: 10px;}


.mfp-content .popup-content{
	/*background: rgba(0,0,0,0.8);*/
}

.mfp-content .nectar-icon-list {
    text-align: left;
}

.list-icon-holder {
    display: inline-block;
}
.nectar-icon-list-item .content {
    display: inline-block;
}
.mfp-content .featured-image {
    text-align: center;
	z-index: 111111;
}

.mfp-content .title {
    text-align: center;
    color: #fff;
    font-weight: 100;	
	position: relative;
	z-index: 1111111;
	padding-bottom: 30px;
    font-size: 25px;
    margin-top: 20px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    background: #fff;
    border-radius: 50% !important;
    font-size: 43px;
    right: 25px;
    top: 25px;
}

.mfp-close:active {
    top: 25px !important;
}


.featured-image img {
	max-width: 100%;
	padding-top: 30px;
}
.featured-image {
	position: relative;
    text-align: center;
    z-index: 111111;
    margin-top: -4px;	
}
.featured-image:after {
	position: absolute;
    left: 0;
    width: 110%;
    height: 110%;
    margin-left: -5%;
    content: '';
    background-color: transparent;
	z-index: -1;
}

div.mfp-close-btn-in .mfp-close {
	z-index: 1111111;
}
.container.white-popup {
	
}

.nectar-icon-list-item {
    padding-bottom: 8px;
}