/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-blue: #0C63AA; }

.fl-page {
  border-top: 4px solid var(--color-blue); }

.fl-page-bar .fl-page-bar-text {
  display: block;
  text-align: right; }

.header-phone {
  font-size: 17px;
  font-weight: 700; }
  @media (min-width: 400px) {
    .header-phone {
      font-size: 20px; } }
.fl-page-bar * {
  text-align: right; }

.fl-page-bar .fl-page-bar-text {
  display: inline-block;
  font-size: 20px;
  padding-left: 20px; }

/*
@media (min-width: 768px) {
	.header-phone {
		font-size: 32px;
		text-align: right;
	}
}
*/
.fl-page-bar {
  border-bottom: none; }

.fl-page-header-logo img {
  max-width: 200px; }

.fl-page-nav ul.sub-menu {
  border-top: none; }

@media (min-width: 768px) {
  .fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a,
  .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
    padding: 2px 15px;
    margin-right: 5px; }
  .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
    border-bottom: none;
    text-decoration: none;
    padding: 0.25em 1em;
    position: relative; }
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:before, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:after {
      content: '';
      position: absolute;
      transition: transform .5s ease; }
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:before {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: var(--color-blue);
      transform: scaleX(0); }
    .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover:before {
      transform: scaleX(1); }
  /* Force footer to the bottom on pages with limited content */
  .fl-page {
    position: relative;
    min-height: 100vh;
    padding-bottom: 223px;
    /* Should be equal to the height of your footer */ }
  .fl-page-footer-wrap {
    width: 100%;
    position: absolute;
    bottom: 0px; } }

.isites-hero-border {
  border: 1px solid #3ec0c9;
  padding: 1em; }

.fl-page-bar .fl-social-icons {
  text-align: right; }

.fl-builder-content li {
  padding-bottom: .75em; }

/*
#home-h1 {
	border-left: 9px solid $color-light-blue;
	margin-left: 20px;
	margin-top: 45px;
}


.border-accent-left {
	border-left: 6px solid $color-light-blue;
}
*/
.blog-grid .fl-post-grid-post {
  transition: transform .3s ease; }
  .blog-grid .fl-post-grid-post:hover {
    transform: translateY(-5px); }
  .blog-grid .fl-post-grid-post img:hover {
    filter: saturate(140%); }

ul.check-list {
  list-style-image: url("https://ci2023dallas.org/wp-content/themes/bb-theme-child/images/icon-check.svg"); }
  ul.check-list li {
    color: #15426F;
    font-size: 1.125em; }

.fl-post-meta {
  display: none; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  color: white;
  font-weight: 700;
  padding: .5em 2em; }

.fl-widget {
  margin-bottom: 30px; }
  .fl-widget h2 {
    color: #3ec0c9;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase; }
  .fl-widget img.wp-image-652 {
    max-width: 175px !important; }

.fl-page-footer-widget-col {
  margin-top: 1em;
  /*
    @media (min-width: 768px) {
        margin-top: 4.9em;
    }
*/ }

.fl-page-footer-widget-col-1 {
  margin-top: 0; }

.fl-widget .footer-logo {
  width: 200px; }

.fl-widget ul li {
  margin-bottom: 0;
  text-align: center; }
  .fl-widget ul li a {
    font-size: 15px;
    padding-bottom: 0.75em; }
  @media (min-width: 768px) {
    .fl-widget ul li {
      text-align: left; } }
.fl-widget .fl-widget-title {
  font-size: 1.3em; }

/*
.fl-page-footer .fl-page-footer-text {
	color: #b3aeae;
}
*/
.fl-page-footer-widgets-row aside {
  text-align: center; }
  @media (min-width: 768px) {
    .fl-page-footer-widgets-row aside {
      text-align: left; } }
a.button {
  background-color: var(--color-blue);
  color: var(--color-white);
  display: inline-block;
  margin: 1em auto;
  padding: .5em 1em;
  text-align: center;
  text-decoration: none;
  transition: .3s ease-in-out; }
  a.button:active, a.button:focus, a.button:hover {
    background-color: #00A8E8;
    color: var(--color-white);
    transform: translateY(3px); }

#custom_html-2,
#custom_html-5 {
  /*
    @media (min-width: 768px) {
        float: right;
    }
*/ }
  #custom_html-2 h4,
  #custom_html-5 h4 {
    padding-bottom: 1em; }

.social-links a {
  padding-right: 10px; }

.home-equal-column .fl-col-content {
  min-height: 510px; }

.form-box {
  background-color: #ffffff;
  border: 10px solid #eaeaea; }

/* Fix for z-index issue w/ header */
.fl-builder .container.fl-content-full {
  z-index: 1;
  position: relative; }