/*
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... */ 
/* Top-bar text size & color */
.fl-page-bar-text.fl-page-bar-text-2 {
    font-size: 18px;
    color:#cb2127;
}

.page p {
	padding-bottom: 20px;
}
.post p {
	padding-bottom: 20px;
}
/*TEXT SHADOW FOR TEXT OVER HERO IMAGE*/
.heading-w-shadow {
    text-shadow: 2px 2px 2px #000000;
}
.footer-14 a {font-size: 14px;}

/*  Gradient for box on support page  */
.support-gradient {
background: #cb2127; /* Old browsers */
background: -moz-linear-gradient(top, #cb2127 0%, #cb2127 0%, #821632 99%, #821632 99%, #821632 100%, #821632 100%, #821632 100%, #821632 101%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cb2127 0%,#cb2127 0%,#821632 99%,#821632 99%,#821632 100%,#821632 100%,#821632 100%,#821632 101%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cb2127 0%,#cb2127 0%,#821632 99%,#821632 99%,#821632 100%,#821632 100%,#821632 100%,#821632 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2127', endColorstr='#821632',GradientType=0 ); /* IE6-9 */
}

/* Categories Widget stying */
#cat.postform {
	max-width:90%;
	padding:6px 12px;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
	border-radius:4px;
	background-color: #fcfcfc;
}
/* Categories Widget Hide Title */
.hide-cat-title .widget_categories h2.widgettitle{
  display: none;
}
.fl-node-597cb424e0d97 {
    width: 10%;
}

.fl-node-597cb424e0ddd {
    width: 82%;
}