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

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fl-page-header-container {
	width:1440px !important;
}

@media all and (min-width:1024px) {
	.fl-page-nav-right .fl-page-nav ul.navbar-nav>li {
		display:flex;
		align-items:center;
		justify-content:center;
	}
}

@media all and (max-width:1023px) {
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li>a {
		display:inline-block;
		margin:1rem 0;
	}
}


.btn-cta a.nav-link {
	color: #0a0a0a;
	padding:0.5rem 1.5rem !important;
    background-color: #bee4d2;
    font-family: "Merriweather",serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 5px;
	margin:0 5px;
}

.btn-cta a.nav-link:hover,
.btn-cta a.nav-link:focus {
	color: #0a0a0a;
    border-color: #000;
    background-color: #eee;
}

.banner-btn-wrp {
	position:absolute;
	bottom:0;
	left:0;
	right:0
}

.banner-btn-wrp input[type="image"] {
	width: 150px;
}