.custom-aquamarine-popup {
    position: relative;
    background: #FFF;
    padding: 25px 15px;
    width: auto;
    max-width: 750px;
    margin: 0 auto;
    transition: 1s all;
}
.custom-aquamarine-popup img{
	width: 100%;
}
.custom-aquamarine-popup .mfp-close{
	right: -15px;
    top: -15px;
    color: white;
    background-color: #04b3a2;
    border-radius: 50%;
    opacity: 1;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.custom-aquamarine-popup-content{
	padding-top: 5px;
}
.custom-aquamarine-popup-content a{
	color: white;
    background-color: black;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 21px;
    text-decoration: none;
}
.custom-aquamarine-popup-content p{
	display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 21px;
    vertical-align: middle;
}
.custom-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.custom-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.custom-aquamarine-popup .custom-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.custom-aquamarine-popup .custom-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.custom-aquamarine-popup .custom-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.custom-aquamarine-popup .custom-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.fake-shadow{
	background-image: url('/wp-content/uploads/2020/06/popupshadow-dark-2.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 31px;
}
@media only screen and (min-width: 320px) and (max-width: 768px){
	.home .mfp-content{
	    padding: 20px;
	}
	.custom-aquamarine-popup-content{
		text-align: center;
	}
	.custom-aquamarine-popup-content p{
		padding-top: 10px;
	}
	.custom-aquamarine-popup-content a{
	    font-size: 18px;
	}
	.custom-aquamarine-popup-content p{
	    font-size: 16px;
	}
}

@media only screen and (max-width: 320px){
	.home .mfp-content{
	    padding: 20px;
	}
	.custom-aquamarine-popup-content{
		text-align: center;
	}
	.custom-aquamarine-popup-content p{
		padding-top: 10px;
	}
	.custom-aquamarine-popup-content a{
	    font-size: 18px;
	}
	.custom-aquamarine-popup-content p{
	    font-size: 16px;
	}
}