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

@font-face {
    font-family: Trajan-Pro;
    src: url(https://gladstoneassoc.wpenginepowered.com/wp-content/themes/bb-theme/fonts/Trajan%20Pro%20Regular.ttf); 
    font-weight: normal; 
}

h1, h2, h3, h4, h5 { 
	font-family: "Trajan-Pro", Arial, sans-serif; 
}

/* body */
body, .fl-page {
	overflow-x: hidden!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;
}