/*
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... */ 

.text-background-color p{
  background-color: white;
  padding: 0px 0px 0px 0px;
}

.text-background-color p{
	color: black;
	font-weight: bold;
	/*width:250px;*/
	font-size: 1.75em;
}

.text-background-color h2{
	color: black;
	font-weight: bold;
	width:160px;
	font-size: 1.75em;
	position: relative;
    display: inline-block;
    left: -100px;
}

.text-background-color a{
	color: white;
	font-weight: bold;
	width:160px;
	font-size: 1em;
	text-decoration: none;
}

.text-background-color p>span {
	background-color: #005994;
	padding: 4px;
	/*line-height:2em;*/
}

.text-background-color h2>span {
	background-color: #005994;
	padding: 4px;
	/*line-height:2em;*/
}

.fl-callout .fl-photo-content a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}

.fl-callout:hover .fl-photo-content a:before {
  opacity: 1;
}

/*div.fl-callout-content {
  position: relative;
  display: inline-block;
  left: -100px;
}*/
.text-background-color-active h2{
	color: black;
	font-weight: bold;
	width:150px;
	font-size: 1.75em;
	position: relative;
    display: inline-block;
    left: -100px;
} 
.text-background-color-active a{
	color: white;
	font-weight: bold;
	/*width:250px;*/
	font-size: 1em;
	text-decoration: none;
}

.text-background-color-active h2>span {
	background-color: #AD0000;
	padding: 4px;
	/*line-height:2em;*/
}

/*div.fl-callout-photo .fl-photo-content .fl-photo-img-jpg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/
.homepage-callout {
	opacity: 1;
}

.homepage-callout h3 {
	color: #AD0000;
	position: relative;
    display: inline-block;
    top: -300px;
}

.homepage-tile h2 {
	color: red;
	text-shadow: 1px 1px #000;
}

.homepage-tile h1 a{
	color: white;
	text-shadow: 1px 1px #000;
}

.homepage-tile h1 a:hover {
	color: red;
}

.fl-row-content-wrap background-image: radial-gradient(rgb(77, 77, 77), rgb(70, 70, 70), rgb(63, 63, 63), rgb(56, 56, 56), rgb(49, 49, 49), rgb(42, 42, 42), rgb(35, 35, 35), rgb(28, 28, 28), rgb(21, 21, 21), rgb(14, 14, 14), rgb(7, 7, 7), rgb(0, 0, 0));