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


/* Privacy and Cookies tab */
#cookie-law-info-bar span {
	margin-top: 0px;
    /*font-family: "MontserratMedium";*/
}

div#cookie-law-info-bar {
    padding: 10px;
	font-size: 14px;
	text-align: left;
}

.cli-bar-btn_container {
    margin-top: 5px;
    float: right;
}

a#cookie_action_close_header,
a#cookie_action_close_header_reject {
    margin-top: 0px;
}

#cookie_hdr_showagain {
	font-size: 20px!important;
}

#cookie-law-info-again {
    bottom: 70px!important;
    right: auto!important;
    left: 0px!important;
    margin-bottom: 0px;    
	transition: all 0.2s linear;
    box-shadow: #27272770 1px 1px 5px 0px;
    padding: 12px 25px 10px 25px!important;
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100px;
	/*font-family: "Bebas Neue",sans-serif!important;*/
}

#cookie-law-info-again:hover {
    background: rgb(234,154,36);
	background: linear-gradient(90deg, rgba(255,202,125,1) 0%, rgba(234,154,36,1) 100%);
}


@media screen and (max-width: 768px) {
	.cli-bar-btn_container {
		float: left;
		margin-left: 0px;
	}
	
	/* cookie info bar */
	#cookie_hdr_showagain {
		font-size: 16px!important;
	}
	#cookie-law-info-bar span {
		font-size: 13px!important;
	}
	#cookie-law-info-again {
		padding: 5px 12px 5px 10px!important;
	}
	#cookie-law-info-bar {
		bottom: 0px!important;
		padding: 5px 10px!important;
	}
	a#cookie_action_close_header,
	a#cookie_action_close_header_reject {
		padding: 6px 10px!important;
		margin: 5px 10px!important;
		font-size: 12px!important;		
	}
}

/* Square icon To TOP */
#fl-to-top {
    background-color: rgba(0, 0, 0, 0.3);
	bottom: 70px !important;
    right: 30px!important;
}

#fl-to-top i {
	color: #fff!important;	
	font-size: 25px!important;
    top: 11px!important;
    left: 11px!important;
}

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