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

@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400i');

#menu-primary-menu li {
    margin-right: 3px;
    border-bottom: 2px solid #f2f2f2;
}
#menu-primary-menu li:hover,
#menu-primary-menu .current-menu-item {
	background-color: #ececec;
	border-bottom: 2px solid #192382;
}
.exd-header-panel {
    width: 270px;
    float: right;
    text-align: center;
}
.exd-header-phone {
    padding: 10px 10px;
    padding-left: 60px;
    display: block;
    /*background-color: #048cc0;*/
    background-color: #344d23;
    border-radius: 4px;
    margin-bottom: 2px;
    font-size: 18px;
	font-weight: bold;
	color: white;
    position: relative;
    text-align: left;
}
.exd-header-phone i {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    font-size: 30px;
}
.exd-header-panel span {
    font-style: italic;
    color: black;
    font-size: 15px
}

.exd-table {
    width: 100%;
    font-size: 13px;
}
.exd-table th {
    width: 60%;
}
.exd-table td {
    text-align: right;
}
.exd-table th, .exd-table td {
    padding: 5px 25px;
    font-weight: normal;
}
.exd-table tr {
    border-bottom: 1px solid #ededed;
}
.exd-table tr:nth-child(odd){
    background-color: #f9f9f9;
}
.exd-table tr:first-child {
    border-top: 1px solid #ededed;
}
.exd-list .uabb-list-icon-wrap {
    border-bottom: 1px solid #ddd;
    padding: 2px 0 10px 0;
}
.exd-list .uabb-list-icon-wrap:last-child {
    border: none;
}
.exd-btn-block {
    display: block;
    padding: 12px;
    background: rgb(52, 77, 35);
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    border-radius: 4px;
}
.exd-btn-block:hover {
	background: #4b6d31;
}
.fl-page-header-wrap {
	border-top: 4px solid #a6a59a;                  
}
.exd-content-box {
	background: #eef4e9;
}
.exd-call h3 {
	font-family: 'Lobster Two', cursive;
}
.exd-call img {
	border-radius: 3px;
}
.exd-title, .exd-title h3 {
	font-family: 'Lobster Two', cursive;
}
input.fl-search-input {
	background-color: white;
}
.exd-contact-list h4.fl-callout-title {
	padding: 0;
}

.visual-form-builder fieldset {
    margin: 0;
    border: none;
    background-color: white;
}

.visual-form-builder ul {
	margin: 0 !important;
}
.visual-form-builder .vfb-legend {
    margin: 5px 0px;
    padding: 0px 0px;
    border-bottom: none;
    color: #900;
    font-size: inherit;
}
.visual-form-builder .vfb-legend h3 {
    font-family: 'Lobster Two', cursive;
    font-size: 24px;
}
.visual-form-builder input, .visual-form-builder textarea {
	padding: 6px !important;
}
input.vfb-text:focus, input.vfb-text:focus, 
textarea.vfb-textarea:focus {
	border-color: #344d23 !important;
}
.visual-form-builder button, input[type=button], input[type=submit] {
	background-color: #344d23;
}
.visual-form-builder input[type=submit]:hover {
	background-color: #4b6d31;
}
form.visual-form-builder {
	margin: 0px;
}