/*
Theme Name:   SF Custom
Description:  Write here a brief description about your child-theme
Author:       sparkfactor-prime
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sf-custom
*/

/* Write here your own personal stylesheet */


/*add linkedin*/

.et-social-linkedin a:before { 
	content: '\e09d';
}

/* markets popup */

.el_modal_popup_header {
    height: 250px;
}

.el_modal_popup_close_icon {
	font-family: 'Poppins' !important;
	font-weight: 600;
	background: #7cda24;
    color: #fff !important;
    border-radius: 50%;
    padding: 3px 7px;
    border: none;
}

.el_modal_popup .el_modal_popup_close_icon+.el_modal_popup_header_title_container {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    margin-right: 30px;
    margin-bottom: -85px;
	padding-left: 50px;
}

.el_modal_popup_header_title {
	border-bottom: 2px solid #7cda24;
    max-width: 164px;
}

.el_modal_popup_body {
	margin-top: 60px;
	margin-left: 80px;
}

.el_modal_popup_content_text ul {
	
}

.el_modal_popup_content_text ul li {
	position: relative;
	padding-left: 15px;
}

.el_modal_popup_content_text ul li:before {
	content: '*';
	position: absolute;
	top: 3px;
	left: -10px;
}

.el_modal_popup_wrapper .el_modal_popup_inner_wrap {
    background-color: rgba(255,255,255,0.88);
}

@media screen and (min-width: 768px) {
	.el_modal_popup_wrapper .el_modal_popup_inner_wrap {
		width: 100%;
		max-width: 650px;
	}
}

@media screen and (max-width: 768px) {
	
	.el_modal_popup .el_modal_popup_close_icon+.el_modal_popup_header_title_container {
		padding-left: 0;
	}
	
	.el_modal_popup_body {
		margin-left: 20px;
	}
}