/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/

/* Cookie */

	#cookie-notice.cookie-notice-visible {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	} #cookie-notice.cookie-notice-visible .cookie-notice-container {
		max-width: 500px;
		background-color: #fff;
		border-radius: 5px;
	}

	.cn-button {
		color: #000 !important;
		padding: .5em 1em;
		background: transparent !important;
	} #cn-accept-cookie {
		color: #fff !important;
		background: linear-gradient(to bottom,#00c307,#039103) #039103 !important;
	}

/* Call to Action */

	.de-menu-cta a {
		color: #fff!important;
		background-color: #b2a075;
		font-size: 16px!important;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		text-align: center;
		line-height: 9px;
		font-weight: 500;
		padding: 18px 16px!important;
		text-transform: uppercase;
		display: block;
		padding-left: 22px!important;
		padding-right: 22px!important;
		border: 0px;
		margin-bottom: 20px;
	}

@media (min-width: 981px) {
	.de-menu-cta a:hover {
		opacity: 1!important;
		color: #fff!important;
		background-color: #b2a075;
		transform: scale(1.1);
	}
}
    
/* Fix the padding in the primary menu to accomodate the button */

	.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
		padding-top: 0px;
		padding-bottom: 0px;
	}
 
/* Make sure that the alignment in the menu is correct */

	.et_pb_menu .et_pb_menu__menu>nav>ul>li {
		align-items: center;
	}

	.et-fixed-header #top-menu .de-menu-cta a {
		color: #fff !important;
	} 