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


/* --- COOKIES ---*/
/* cookies page */
.text-legal table tr td {
	border: solid 1px #838383;
}
.text-legal table tr td {
	padding: 0 15px;
}
.text-legal table {
	width: 100% !important;
}
.text-legal table tr td {
	width: 25% !important;
}
/* cookies popup */
.ct-ultimate-gdpr-cookie-modal-slider-desc {
    width: 100% !important
}
.ct-ultimate-gdpr-cookie-modal-compact-green .ct-ultimate-gdpr-cookie-modal-content {
    padding: 40px 20px 20px;
}
.ct-ultimate-gdpr-cookie-modal-compact-green #ct-ultimate-gdpr-cookie-modal-body h2 {
    margin: 0 0 20px 0;
}
.ct-ultimate-gdpr-cookie-modal-compact-green .ct-ultimate-gdpr-cookie-modal-desc {
    max-width:100% !important;
}
/* cookies button */
#ct-ultimate-gdpr-cookie-open {
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	padding: 10px;
	opacity: .4;
	border: solid 1px white;
}
#ct-ultimate-gdpr-cookie-open:hover {
	opacity: 1;
}