/*
Theme Name: Mr. Tailor Child
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.0
*/
/* about section on home page  */
.row.about-block h1 {
  font-family: Libre Franklin, sans-serif;
  color: #000;
  font-weight: 600;
}
.about-block .wpb_column:nth-of-type(2) .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .row.about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.about-block h1 {
    font-size: 1.457em;
    font-family: Libre Franklin, sans-serif;
    color: #000;
    font-weight: 600;
  }
  .row.about-block h1 {
    font-size: 1em;
  }
  .about-block .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
  }
  .about-block .wpb_text_column.wpb_content_element p {
    margin-bottom: 0;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 776px) {
  .row.about-block h1 {
    font-size: 1.457em;
  }
  .about-block .wpb_text_column.wpb_content_element p {
    margin-bottom: 1.25rem;
    font-size: 1em;
  }
}
