/*
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
*/




/**** NAV ****/

.header-phone a { font-size: 20pt; font-weight: bold; padding: 5px 15px;
background: rgb(84,171,64); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(84,171,64,1) 18%, rgba(49,99,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(84,171,64,1) 18%,rgba(49,99,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(84,171,64,1) 18%,rgba(49,99,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ab40', endColorstr='#316336',GradientType=0 ); /* IE6-9 */
		-moz-border-radius: 7px;
		border-radius: 7px;
		-webkit-border-radius: 7px;
border: 1px solid #FFFFFF; color: #FFFFFF !important;
}

ul#menu-main-menu li a, #menu-main-menu-1 a {font-weight: 600; font-size: 13pt; transition: all 0.25s ease; -webkit-border-radius: 7px;	-moz-border-radius: 7px; border-radius: 7px; border: 1px solid #F2A649;}

ul#menu-main-menu li a:hover, #menu-main-menu-1 a:hover {
	border: 1px solid #8B8C8C; color: #FFFFFF; background: #D8D8D7;	background: -moz-linear-gradient(top,  #D8D8D7 0%, #666666 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D8D7 ), color-stop(100%,#666666 )); background: -webkit-linear-gradient(top,  #D8D8D7 0%,#666666 100%); background: -o-linear-gradient(top,  #D8D8D7 0%,#666666 100%); background: -ms-linear-gradient(top,  #D8D8D7 0%,#666666 100%); 	background: linear-gradient(to bottom,  #D8D8D7 0%,#666666 100%); -moz-text-shadow: 1px 1px 2px #222; -o-text-shadow: 1px 1px 2px #222; -ms-text-shadow: 1px 1px 2px #222; -khtml-text-shadow: 1px 1px 2px #222; -text-shadow: 1px 1px 2px #222; text-shadow: 1px 1px 2px #222; }

ul#menu-main-menu .sub-menu, #menu-main-menu-1 .sub-menu {background: rgba(0, 0, 0, 0.8); border: 0 !important;}

ul#menu-main-menu .sub-menu a, #menu-main-menu-1 .sub-menu a {color: #FFFFFF; border: 0 !important;}

.fa-star {color: #478D3D !important;}

/***** MOBILE *****/

@media only screen and ( max-width: 750px ) {

.header-tag {text-align: center !important;}

}




