/*
Theme Name:     European Beer Pledge
Description:    Developped by 2B.COM - The Media Agency using DIVI
Author:         webmaster@2bcom.eu
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* customizing main header */
#main-header {
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
border-bottom: solid 1px #fff;
}


#top-menu ul.sub-menu {}
#top-menu li li {line-height:1.2em;}
#top-menu li li a {padding:5px 10px; }

#background_blurbs img {max-width:100px;}
#background_blurbs .et_pb_main_blurb_image {margin-bottom:15px;}

p {text-align:justify;}
a {color:#5a1c09; text-decoration:underline;}

/* Paragraph flags */
.pFlags {position: relative; float:left; width: 50px; background:#f9b122; padding:10px 10px 5px 10px; margin:0 20px 5px 0; border-radius:3px;}
.pFlags:before {
	content: ' ';
	position: absolute;
	right: -6px;
	top: 10px;
	width: 14px;
	height: 14px;
	background-color: #f9b122;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);}
.pFlags img {max-width:100%;}

/* Left Menu */

.et_pb_bg_layout_light .et_pb_widget li a {color: #5a1c09; font-weight:bold;}
.et_pb_bg_layout_light .et_pb_widget li li a {color: #666666; font-weight:normal;}

/*/ Customizing cookie consent bar */
 #cookie-notice .cn-button {
    margin-left: 10px;
    color: #f9b122;
}