.wpgmza_modern_infowindow_close {
    position: relative;
}

@media only screen and (min-width:480px) { 
    
    .wpgmza_modern_infowindow { width:50%; }
    
    
}


@media (min-width:320px) { .wpgmza_modern_infowindow { width:50%; } .wpgmza_button { width: 100%;  margin-top: 10px;} .wpgmza_iw_title { font-size:1.1em;} }
@media (min-width:481px) { .wpgmza_modern_infowindow { width:50%; } .wpgmza_button { width: 100%;  margin-top: 10px;} .wpgmza_iw_title { font-size:1.1em;} }
@media (min-width:641px) { .wpgmza_modern_infowindow { width:35%; } .wpgmza_button { width: 100%;  margin-top: 10px;} .wpgmza_iw_title { font-size:1.1em;} }
@media (min-width:961px) { .wpgmza_modern_infowindow { width:25%; } .wpgmza_button { width:46%;}  .wpgmza_iw_title { font-size:1.325em;} }
@media (min-width:1025px) { .wpgmza_modern_infowindow { width:25%; } .wpgmza_button { width:46%;} .wpgmza_iw_title { font-size:1.325em;} }
@media (min-width:1281px) { .wpgmza_modern_infowindow { width:25%; } .wpgmza_button { width:46%;} .wpgmza_iw_title { font-size:1.325em;} }

.wpgmza_modern_infowindow {
    height:auto;
    display:block;
    margin:10px;
    padding:10px;
    /* background-color: #FFF; */
    position: relative;
    z-index: 10000;
    display: block;
    float: left;
    top: 5px !important;
    padding: 10px;
}
.wpgmza_modern_infowindow_inner {
    
}
.wpgmza_iw_title {
    float: left;
    position: absolute !important;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #666;
    
    padding: 10px;
    height:38px;
    top: 35%;
    margin-bottom: 0;
    color: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.wpgmza_iw_image {
    position: relative;
}
.wpgmza_map .wpgmza_iw_image img { 
    max-width: 100%;
    max-height: 148px;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    display: block;
 }
 .wpgmza_iw_description {
    max-height: 115px;
    float: left;
    overflow-y: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-right: 5px;
 }
 
  .wpgmza_iw_custom_fields
  {
	  color: white;
  }
 
.wpgmza_modern_infowindow_close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
    float: right;
    z-index: 9;
}
.wpgmza_button {
    background: #627383;
    margin-bottom: 0;
    padding: 3%;
    font-size: 1.125em;
    box-shadow: none;
    border: 0;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: 'Kreon',serif;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-color: #2284a1;
    color: #fff;
 }
 .wpgmza_button:last-child {
  margin-left: 10px;
}
.wpgmza_button:hover { color: #fff; }
 
.wpgmza_left { float: left !important; }
.wpgmza_right { float: right !important; }
.wpgmza_iw_description { width: 100%; max-height:90px;  }
.wpgmza_iw_address { width: 100%; }
.wpgmza_iw_address_p { margin-top:1px; margin-bottom:3px; font-style:italic; font-size:1.2em; }

/** OL Overrides */

.wpgmza-ol-modern-infowindow-container .wpgmza_modern_infowindow {
    right: 1px !important;
    top: 35px !important;
    position: absolute;
    font-size: 12px;
}
.wpgmza-ol-modern-infowindow-container {
    width: 100%;
    pointer-events: painted;
}
