/*
Theme Name: Callie Bates Theme
Theme URI: http://www.calliebates.com
Version: 1.0
Description: Callie Bates Beaver Builder Child Theme.
Author: Web Work Life
Author URI: http://www.webworklife.com
template: bb-theme
*/

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

/* Facebook Icon Circle */
.fl-icon-facebook-regular:before {content: '\e227';}
/* Twitter Icon Circle Bird */
.fl-icon-twitter:before {content: '\e286';}
/* Instagram Icon Circle */
.fl-icon-instagram:before {content: '\e300';}

/* Top Bar*/
.fl-page-bar-container {
    padding: 10px 20px 0px 0px;

}
.fl-page-bar {border:none;}
.fl-page-bar .fl-social-icons .fl-icon {
font-size: 30px;
width: 35px;/*Only adjust when you need more space between the icons*/
}

/* Page Header */
.fl-page-nav-right .fl-page-header-wrap {border-bottom: 1px dashed #dddddd;}


/* Main Navigation */
.fl-page-nav-wrap {border: none;}
.fl-page-nav-container {
    border-bottom: 1px dashed #dddddd;
    border-top: 1px dashed #dddddd;}

.fl-page-nav .navbar-nav > li > a {border:none;}

@media only screen and (min-width: 768px) {
.fl-page-nav .navbar-nav > li > a::after {
    color: #bbbbbb;
    content: "·";
    display: inline;
    margin-left: .8em;
   }
}

.fl-page-nav .navbar-nav li:last-of-type a::after {
    display: none;
}

/* Page Title bottom border */
h1.fl-heading::after {
    background-color: #f3f3f3;
    content: "";
    display: block;
    height: 2px;
    margin: 0.5em auto;
    width: 15%;
}

blockquote {
    border-left: none;
    font-size: 28px;
    font-style: italic;
    margin: 20px 40px;
    padding: 10px 20px;
}

.fl-page-footer {
    border-top: none;
}

.fl-page-footer-container {
border-top: 1px dashed #dddddd;
}

h3 {font-weight:bold;}

/* Blog */
.fl-post-feed-post {
    border-bottom: 1px dashed #dddddd;
}

.fl-post-nav {
    border-top: none;
}