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

/* architects-daughter-regular - latin */
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: url('../bb-theme-child/fonts/architects-daughter-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../bb-theme-child/fonts/architects-daughter-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../bb-theme-child/fonts/architects-daughter-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../bb-theme-child/fonts/architects-daughter-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../bb-theme-child/fonts/architects-daughter-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../bb-theme-child/fonts/architects-daughter-v17-latin-regular.svg#ArchitectsDaughter') format('svg'); /* Legacy iOS */
}

/* urbanist-regular - latin */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  src: url('../bb-theme-child/fonts/urbanist-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../bb-theme-child/fonts/urbanist-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../bb-theme-child/fonts/urbanist-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../bb-theme-child/fonts/urbanist-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../bb-theme-child/fonts/urbanist-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../bb-theme-child/fonts/urbanist-v7-latin-regular.svg#Urbanist') format('svg'); /* Legacy iOS */
}

/* Add your custom styles here... */ 
.page-template-tpl-landing-page-no-nav .fl-page-nav-right .fl-page-nav-col {
	display:none!important;
}
.page-template-tpl-landing-page-no-nav .fl-page-nav-right .fl-page-header-logo {
	text-align:center;
}

.fl-page input[type=submit]:hover {
	background-color:#4fa8b4;
	color:#ffffff;
}