/*!
Theme Name:		Kathy Child Theme
Theme URI:		https://entice-design.com
Description:	A Child Theme by Entice Design
Version: 		1.0.0
Author: 		Entice Design, LLC
Author URI: 	https://entice-design.com
Template:		bb-theme
Tags: 			Entice Design
*/
/*
	===============================
	Main
	===============================
*/
body {
  font-size: 1em;
  font-size: 16px;
  line-height: 1.875em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #2E2E2E; }

p:last-of-type {
  margin-bottom: 0px; }

h1,
h2,
h3,
h4,
h5,
h6,
.heading-type {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.2; }

.headings-secondary {
  color: #FF0F1C; }

h1 {
  font-size: 3.875em; }

h2 {
  font-size: 3.125em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.125em; }

h5,
h6 {
  font-size: 1em; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.625em; }
  h2 {
    font-size: 2.375em; }
  h3 {
    font-size: 2em; } }

sup {
  font-size: 12px;
  top: -1em; }

/*
	===============================
	Links
	===============================
*/
a {
  color: #FF0F1C;
  text-decoration: none;
  transition: color .4s; }
  a:visited {
    color: #FF0F1C; }
  a:hover, a:focus, a:active {
    color: #ff424c; }
  a:hover, a:active {
    outline: 0; }

p a {
  text-decoration: underline !important; }

/*
	===============================
	Buttons
	===============================
*/
.fl-button,
a.fl-button,
input[type="submit"],
input[type="button"] {
  background-color: #FF0F1C !important;
  border: solid 1px #FF0F1C !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  transition: background-color 0.4s;
  line-height: 1em !important;
  padding: 14px 24px !important; }
  .fl-button:hover,
  a.fl-button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #db000c !important; }

a.fl-button *, a.fl-button:visited * {
  color: #fff !important; }
  a.fl-button *:hover, a.fl-button:visited *:hover {
    color: #fff !important; }

a.fl-post-grid-more {
  color: #FF0F1C;
  background-color: transparent;
  border: 2px solid #FF0F1C;
  border-radius: 0px;
  padding: .4em 1em;
  font-size: 14px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: border-color 0.4s; }
  a.fl-post-grid-more:hover {
    color: #c2000a;
    border-color: #c2000a; }

/*
	===============================
	Elements
	===============================
*/
/*
	===============================
	Home Page
	===============================
*/
/*
	===============================
	Page Top - interior page headers
	===============================
	

/*
	===============================
	Blog Roll
	===============================
*/
.fl-post-grid-content p {
  font-size: 16px !important; }
