
		.ap_address_map,
		.gmap-opt-in-wrap,
		.gmap-opt-in-button-wrap {
			height: 550px;
			position: relative;
		}
		.ce-google-maps {
			position: relative;
			width: 100%;
			height: 500px;
		}
		.ce-google-maps > * {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
		}
		.ce-google-maps .gmap-opt-in-wrap {
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
		}
		.ce-google-maps .gmap-opt-in-button-wrap {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(255, 255, 255, 0.3);
		}
		.ce-google-maps .gmap-opt-in-button {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			cursor: pointer;
			width: 80%;
			max-width: 400px;
			background-color: rgba(255, 255, 255, 0.9);
			padding: 1rem;
			border: 1px solid #ff7800;
			text-align: center;
			color: #000;
		}
		.ce-google-maps .gmap-opt-in-button p {
			font-size: 0.875rem;
			line-height: 1.5;
		}
	

