/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Dice Design
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

#bgmp_map-canvas {
    max-width: 90% !important;
	margin-left: auto;
	margin-right: auto;
}

/* Login With Ajax style */
#top-header .lwa-template-modal {
display: inline-block;
margin-bottom: 0;
margin-left: 12px;
border: 1px solid #ffffff;
padding: 3px 6px 3px 6px;
text-transform: uppercase;
border-radius: 3px;
}

#top-header .lwa-avatar { display: none; }

@media (max-width: 436px) { /* when login button moves to new line */
#top-header .lwa-template-modal { margin-top: 6px; }

.gm-style .gm-style-iw-c { max-width: 300px !important; }
.gm-style .gm-style-iw-d { max-width: 100% !important; }
}

.lwa-modal { 
top: 140px;
left: 5%;
margin-left: 0;
width: 360px;
padding: 30px 20px 34px;
}

@media (max-width: 400px) {
.lwa-modal { 
top: 140px;
left: 0;
padding: 12px;
max-width: 100%;
}
}