/*
 Theme Name:   Dejure Child
 Theme URI:    http://dahz.daffyhazan.com/dejure/lawyer
 Description:  Dejure Responsive Wordpress Theme for Law Firm and Business Designed by <a href="http://www.daffyhazan.com">Dahz</a>.
 Author:       Dahz
 Author URI:   http://www.daffyhazan.com
 Template:     dejure
 Version:      1.1
 License:      GNU General Public License v3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post
 Text Domain:  dahztheme
*/

.member.style2 .member-content {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 15px;
    margin-top: 15px;
    min-height: 76px;
}


h3 {
    font-size: 1.25em;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
  h1 {
      font-size: 18px;
  }
  h2 {
      font-size: 16px;
  }
  h3 {
      font-size: 1.05em;
  }
}

.responsive-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%; /* 450/600 */
}

.responsive-map iframe {
  border: none;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100% !important;/*
  height: 100% !important;*/
}