/*
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... */
.fl-widget {
margin-top:20px!important;
margin-bottom:20px!important;
background-color: #ffffff;
padding: 20px;
}

.fl-widget ul li {
    list-style: disc!important;
    margin-left: 1.25em;
		margin-bottom:0!important;
	display: list-item!important;
}
.fl-page-footer-widgets * {
text-align: center!important;
background-color: #000!important;
margin-top: 0!important;
padding: 0;
}
#copyright-container {
font-family: "Open Sans", sans-serif!important;
font-size: 0.8em!important;
font-weight: 300!important;
color: #e7e6ea!important;
}
#copyright-container .inner {
padding: 20px 40px;
text-align: center;
}
.inner.hybrid {
box-sizing: border-box;
}
.fl-row-content-wrap {
	padding: 0!important;
}
.fl-post-header h1 {
	display: none;
}

.fl-post {
margin-top: 20px!important;
margin-bottom: 20px!important;
background-color: #ffffff;
padding: 20px;
}

.fl-post h1 {
	margin-top:0!important;
}
.fl-widget form ul li
{
	list-style:none!important;
}

ul li.cat-item label{
	font-weight:300;
}
.fl-post-title {
	display:block!important;
}
.tags a {
font-size: 0.8em;
background: #34aa6f;
color: #fff;
padding: 1px 4px;
font-weight: bold;
text-decoration: none;
display: inline-block;
line-height: 1.35em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.divider {
				border-bottom: 1px solid #ccc;
				margin: 10px 0 10px 0;
			}
.widget-title {
	font-size: 1.25em;
font-weight: bold;
}
