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

/*@font-face {
    font-family: 'Moderne Sans';
    src: url('http://dev.langfamilyeyecare.com/wp-content/themes/bb-theme-child/fonts/moderne_sans_font-webfont.woff2') format('woff2'),
         url('http://dev.langfamilyeyecare.com/wp-content/themes/bb-theme-child/fonts/moderne_sans_font-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


/* Use this rule to apply the custom font to headings */
/*h1, h2, h3, h4, h5, h6 {
  font-family: "Moderne Sans", Arial, sans-serif;
}*/

/*caption font size*/
.wp-caption p.wp-caption-text {
	font-size: 14px;}

.wp-caption {
    background: #fff;
	border: none;}

/*sidebar menu*/
/*.sidebarmenu .fl-menu ul, .fl-menu li {
    list-style: disc;
	margin: 0 10px;}



/* Give the link some padding and some color */
.fl-page-nav .navbar-nav > li.ss-nav-button {
  padding: 10px;
}

.fl-page-nav .navbar-nav > li.ss-nav-button > a {
  padding: 5px 18px !important;
  color: #ffffff !important;
  border-radius: 5px;
  background-color: #0f637d;
}

/* Adjust the position for the fixed navigation menu */
.fl-page-header-fixed .fl-page-nav .navbar-nav > li.ss-nav-button > a {
  position: relative;
  bottom: 6px;
}

/* Give the button a hover & active state */
.fl-page-nav .navbar-nav > li.ss-nav-button > a:active,
.fl-page-nav .navbar-nav > li.ss-nav-button > a:hover {
  color: #ffffff !important;
  background-color: #196f8c;
}