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

/* MENU
************************************/

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a,
.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
	padding: 10px 15px;
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img,
.fl-page-header-fixed .fl-logo-img {
	max-height: 85px !important;
}

.fl-page-nav-search form {
	background-color: #C6F7FF;
}

.fl-page-nav-search form input.fl-search-input {
    background-color: #FFFFFF;
    border-color: #85D6E3;
    color: #000000;
}

.fl-page-nav-search form input.fl-search-input:focus {
	color: #000000;
}

.header-call {
	font-size: 24px;
}

.fl-page-header-text {
	margin-top: 10px !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

p {
	margin: 0 0 20px 0;
}

blockquote {
	border-left: 1px solid #002466;
  color: #002466;
  font-size: 16px;
  margin: 20px;
}

/* NAVIGATION
************************************/

.fl-page-header.fl-page-header-fixed .fl-logo-img {
    opacity: 0;
}

.fl-page-header.fl-page-header-fixed .fl-page-header-logo {
  background-image: url('https://www.oakcrestschool.org/wp-content/uploads/oak-crest-logo_scroll-3.png');
  background-repeat: no-repeat;
  background-size: contain;
}

/* SIDEBAR
************************************/

.fl-sidebar.fl-sidebar-right.fl-sidebar-display-always.col-md-custom {
	background: #ebeef2;
	padding: 20px 25px;
}

/* Tables
************************************/

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  max-width: 100%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#fff;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  padding:12px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#333;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
  
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/* Gravity Forms 
************************************/

div.gform_wrapper ul li.gfield {
	margin-bottom: 15px;
}

/* Font Awesome
************************************/

#menu-main-menu-1 .fa-home {
	font-size: 20px;
}

@media (min-width: 992px) {
	.col-md-3 {
    width: 15%;
}
  
	.col-md-9 {
    width: 85%;
  }

@media (max-width: 800px) {

  .header-call {
  	font-size: 20px;
    	margin-bottom: 10px;
  }
  
  .navbar-toggle {
    display: block;
}
  
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
  
.navbar-collapse.collapse {
    display: none!important;
}
  
.navbar-collapse.collapse.in {
    display: block!important;
}
  
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
  
.navbar-nav>li {
    float: none;
}
  
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
  
  }
