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

.attentionfix {
    background-color: #d1d1d1;
}

.attentionfix2 {
    background-color: #d1d1d1;
    border-style: solid;
    border-color: #ffffff #ffffff;
    border-bottom-width: 30px;
}

.attentionfix3 {
    background-color: #d1d1d1;
    text-decoration: underline;
    color: #3c9e19;
}

.attentionfix4 {
    background-color: #e5e5e5;
}

.attentionfix5 {
    border-style: solid; 
    border-color: #ffffff #ffffff;
    border-width: 0.5px  
}

.fl-page-header-logo {
    text-align: left;
}

.breadcrumbs {
margin-left: 0px;
font-size: 12px;
font-weight: 400;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.8;
    text-transform: none;
}

input[type=text] {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

input[type=tel] {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

input[type=email] {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.category.fl-full-width .fl-archive {
  background: #fff;
  padding: 0 30px;
}

.fl-page-nav .navbar-toggle {
    background: #bdd2ea;
    color: #ffffff;
}

.center-vertical {
	display: flex;
  justify-content: center;
  flex-direction: column;
}