/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */


.df-am-search.df-searchbox-style-1:not(.show),
.df-am-search.df-searchbox-style-3:not(.show),
.df-am-search.df-searchbox-style-5:not(.show),
.df-am-search.df-searchbox-style-7:not(.show) {
	box-shadow: none !important;
}

.custom_popup {
	box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 100;
	background: rgba(0,0,0,0.6);
	display: none;
	z-index: 9999999999;
}

.custom_popup.active {
	display: flex;
}

.custom_popup_content {
	position: relative;
    display: flex;
	max-width: 100%;
	width: 40%;
	background: #fff;
	border-bottom: 4px solid #ECC031;
	padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
	font-size: 16px;
	color: #000;
	flex-direction: column;
}

.custom_popup .close {
	position: absolute;
    color: #0D1B2A;
    font-size: 32px;
    background-color: #e8bd30;
    border-style: solid;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    top: 24px;
    right: 24px;
	cursor: pointer;
    border-radius: 8px 0px 8px 0px;
}

.custom_popup_content img {
	height: 44px;
	width: auto;
}

.custom_popup_content .title {
	font-family: 'Roboto_Bold', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #000000 !important;
    letter-spacing: 0.02em;
    line-height: 1.4em;
	margin-bottom: 32px;
	flex-direction: column;
}

@media (max-width: 900px) {	
	.custom_popup_content {
		width: 85%;
	}
}