/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.1
Template: pro

*/

.acf-editor-wrap iframe {
    height: 150px !important;
}

.fm-content h2,
.fm-content h2 *,
.fm-content h3,
.fm-content h3 *,
.fm-content h4,
.fm-content h4 *{
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.fm-content h2,
.fm-content h2 *{
  font-size: 2.5rem;
}

.fm-content h3,
.fm-content h3 *{
  font-size: 2rem;
}

.fm-content h4,
.fm-content h4 *{
  font-size: 1.5rem;
}
.fm-content h5, .fm-content h6{
	font-size: 1.6em;
    font-weight: 700;
	margin-top:20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .fm-content h2,
	.fm-content h2 *{
    font-size: 2rem;
  }
  
  .fm-content h3,
	.fm-content h3 *{
    font-size: 1.5rem;
  }
  
  .fm-content h4,
	.fm-content h4 *{
    font-size: 1.25rem;
  }
}
