
/*ACQUIRE POPUP*/
.acq_popup_overlay
{
	 background-color: black;  
     display:none;  
     height: 100%;
     filter:alpha(opacity=55); /* IE's opacity*/
     left: 0px;
     background: rgba(0, 0, 0, 0.7);	
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 99; 
}

.acquire_popup
{
	background-image: url(https://www.thesmartgroup.com.au/wp-content/uploads/2020/07/ACQ-The-Smart-Group-pop-up-bg-v2.jpg); 
	background-size: cover;
	width: 90%;
	max-width: 600px;
	min-height:399px;
    position: fixed;
    left:50%;
	margin-left: -300px;
    top:25%;
    z-index: 110; 
	
}
	
.acq_popup_pad
{
	padding: 30px 30px 30px;
	position: relative;
}

.acq_popup_img
{
	text-align: left;
	padding-bottom: 30px;
}
.acq_popup_img img 
{
	width: 80%;
	max-width: 300px;
	height: auto;
}
.acq_popup_content
{	
	border: 4px solid #80c342;
	padding: 20px 20px 40px;
}
	
.acq_popup_content p:nth-child(1)
{
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 900 !important;
	font-size: 15px !important;
    line-height: 20px !important;
    color: #ffffff;
}
.acq_popup_content p:nth-child(2)
{
	font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
	line-height: 17px !important;
    color: #ffffff;
}
	
.acq_popup_content a
{
	
    border-radius: 23px;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 900!important;
    text-transform: uppercase!important;
    padding:8px 15px!important;
	color:#ffffff;
	text-decoration: none;
}

.acq_popup_content a:hover
{
	background-color: #ffffff !important;
	color:#80c342 !important;
	border-color: #ffffff !important;
}
	
.acq_popup_content a.btn1
{
   	border: 4px solid #80c342;
    background-color: #80c342;
}	
.acq_popup_content a.btn2
{
   border: 4px solid #ffffff ;
    background-color: transparent;
	margin-left: 10px;
}

a.acq_popup_close
{
	font-size: 13px;
	line-height: 13px;
	border-radius: 50% !important;
	padding: 8px 10px !important;
	position: absolute;
	top: 10px;
    right: 5px;
}

@media only screen and (max-width: 600px)
{
	.acquire_popup .btn1,.acquire_popup .btn2 {
		display: block !important;
		margin: 0px 0px 10px !important;
		text-align: center !important;
		width: 100% !important;
	}

	.acquire_popup
	{
		max-width: 600px !important;
    	width: 90% !important;
        left: 5% !important;
    	top: 5% !important;
		margin-left: 0 !important;
	}
	

}
