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

.black-text {
	color: #000!important;
}

.yellow-text {
	color: #f7d147!important;
}

a:hover {
    text-decoration: none;
}

.fl-rich-text p {
    margin-bottom: 20px;
}

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

/* Div - arrow */
.div-arrow {
    background-color: #0062a1;
}

.div-arrow:before {
    width: 0px;
    height: 0px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    margin: 0 auto;
}

/* Reviews */
#reviews-wrap button.owl-prev {
    position: absolute;
    bottom: 10%;
    left: -10%;
}

#reviews-wrap button.owl-next {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

@media screen and (max-width: 768px) {
	#reviews-wrap button.owl-prev {
		left: -80px;
	}

	#reviews-wrap button.owl-next {
		right: -80px;
	}
}

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

