/*

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 *,
.fm-content h5,
.fm-content h5 *{
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
	text-transform: uppercase;
}

.fm-content h2,
.fm-content h2 *{
/*   font-size: 2.5rem; */
	font-size: 3.25rem;
	font-weight: 500;
}

.fm-content h3,
.fm-content h3 *{
/*   font-size: 2rem; */
	font-size: 2.5rem;
	font-family: "Fira Sans", sans-serif;
	color: #042859;
}

.fm-content h4,
.fm-content h4 *{
/*   font-size: 1.5rem; */
	font-size: 2rem;
}

.fm-content h5,
.fm-content h5 *{
  font-size: 1.5rem;
	line-height: 1.25;
	color: #1A57A7;
}

@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;
  }
	.fm-content h4,
	.fm-content h4 *{
    font-size: 1.125rem;
  }
}
