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

/* HEADER / LOGO 
------------------------------------ */
.fl-page-header-primary .fl-logo-img {
    width: 450px !important;
    /* margin-bottom: -60px; */
    margin-top: 10px;
    position: relative;
    z-index: 100;
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-text, .fl-page-header-fixed .fl-logo-text {
    font-size: 22px;
}

.fh-section {
height: 100% !important;
}

.fh-section iframe {
height: 100vh !important;
}

.post-container img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.post-wrapper {
	position:relative;
background: url(http://drswanson.flywheelsites.com/wp-content/uploads/2017/01/pattern.gif);
	background-repeat: repeat;
	padding: 40px 0;
}

.post-wrapper h1 {
	color: #2F464C;
}

@media (max-width: 760px) {


img.fl-logo-img {
display: block;
width: 200px !important;
padding: 0px !important;
margin: 0px !important;
float: left;
}

}

