/*
  Theme Name:   Tax & Wealth 2015 Child
  Theme URI:    http://www.insivia.com
  Description:  T&W Child Theme
  Version:      1.0.0
  Author:       insivia
  Author URI:   http://insivia.com
  Template:     insivia2015
  Version:      1.0.0
  License:      none
  License URI:  none
  Tags:         none
  Text Domain:  tw-child-theme
*/

h2.modal-subtitle a{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-decoration: none;
}

@media (max-width: 991px) {
  #dt-menu.open {
    position: relative !important;
    margin-left: -30px;
    height: 120vh;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  #dt-menu {
    position: absolute !important; 
  }
  #dt-menu > ul > li > a span {
    padding: 18px 0 !important;
  }
}

/* photo strip update */
.photostrip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photostrip .photo-card {
  width: 19.8%;
  margin-bottom: 15px;
}