/*
Theme Name: Wise Owl Marketing Child Theme
Theme URI: https://wise-owl-marketing.com/theme
Version: 1.0
Description: A customized theme based on Beaver Builder
Author: Wise Owl Marketing
Author URI: https://wiseowlmarketing.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* sacramento-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  src: url('../bb-theme-child/fonts/sacramento-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Vintage Rotter */
@font-face {
    font-family: 'vintage_rotter';
    src: url('/wp-content/themes/bb-theme-child/fonts/vintage_rotter-webfont.woff2') format('woff2'),
         url('/wp-content/themes/bb-theme-child/fonts/vintage_rotter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

.ld-course-list-items .ld_course_grid .btn-primary:active, .ld-course-list-items .ld_course_grid .btn-primary:focus, .ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary:active, .ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary:focus {
	background:#fff;
	color:#485a8b;
	border:solid 1px #485a8b;
}

/*Remove Nav Menu From Landing Pages*/
.page-template-tpl-landing-page-no-nav .fl-page-nav-wrap { 
	display: none; 
}

/* Remove footer widgets from Landing Pages */
.page-template-tpl-landing-page-no-nav .fl-page-footer-widgets {
	display:none;
}
