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

/* body */
body, .fl-page {
	overflow-x: hidden!important;
}

.blue-text {
	color: #0062a1!important;
}

a:hover {
    text-decoration: none;
}

.div-box .fl-rich-text p {
    margin-bottom: 0px;
}

.fl-page {
    background-image: url();
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: contain;
}

/* Header */
header.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled.fl-theme-builder-header-shrink {
    background-color: #fff!important;
}

/* Form */
.validation_message {
    font-size: 12px!important;
    padding: 5px!important;
    border: 0px!important;
}
@media screen and (max-width: 768px) {
	.name_last {
		margin-bottom: 0px!important;
		margin-top: 5px!important;
	}
	/*span.name_last {
		margin-bottom: 0px!important;
	}

	span.name_first {
		margin-bottom: 15px!important;
	}*/
}

/* Testimonials */
button.owl-prev {
	left: -100px!important;
}

button.owl-next {
	right: -100px!important;
}

@media screen and (max-width: 768px) {
	button.owl-prev {
		left: -40px!important;
	}

	button.owl-next {
		right: -40px!important;
	}
}

/* Privacy and Cookies Tab */
.cli-bar-container {
    text-align: left;
    font-size: 13px!important;
    font-weight: normal!important;
}

.cli-bar-btn_container {
    float: right!important;
}

a#cookie_action_close_header {
    font-weight: bold;
}

div#cookie-law-info-bar {
    bottom: 60px!important;
}

/* Square icon To TOP */
#fl-to-top {	
	/* change color depends on the site theme */
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 60px;
}

/* Sticky Footer */
#sticky-footer {
    position: fixed !important;
    bottom: 0px !important;
    z-index: 99 !important;
    width: 100% !important;
}

#sticky-footer a.fl-button {
    border-radius: 0px!important;
    padding-top: 12px!important;
    padding-bottom: 8px!important;
}

