/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .infoWindow{
   word-break: normal !important;
 }

 .zw-poi-single-post .zw-poi-single-post-title{
  word-break: normal !important;
 }

 .infoWindow .entry-header{
flex-wrap: wrap;
 }

 .infoWindow .title-container{
     flex: 0 0 100%;
     max-width: 100%;
 }

 .infoWindow .entry-title{
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: block;
 }

     .infoWindow .entry-title{
       font-size:  1.8rem !important;
     }

