::-moz-selection {
	background-color: #5E2D1D;
	color: #FBF8F7;
}

::selection {
	background-color: #5E2D1D;
	color: #FBF8F7;
}

.custom-submenu a {
	font-size: 14px !important;
	padding: 5px 0 !important;
}

.custom-submenu-last a {
	font-size: 14px !important;
	padding: 5px 0 15px 0 !important;
}

.footer-link {
	color: #E1C6B4 !important;
}

.footer-link:hover {
	color: #FBF8F7 !important;
}

.light-link {
	color: #FBF8F7 !important;
}

.light-link:hover {
	color: #E1C6B4 !important;
}

.link-body, .link-body:hover {
	color: #5E2D1D !important;
}

.grecaptcha-badge { visibility: hidden; }

.btn-meeting, .btn-sessie {
	font-family: "Granville", Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 15px 25px !important;
	border-radius: 3px !important;
	transition: all .3s !important;
}

.btn-meeting {
	background-color: transparent !important;
	color: #E1C6B4 !important;
	border: 1px solid #E1C6B4 !important;
}

.btn-meeting:hover {
	background: #E1C6B4 !important;
	color: #5E2D1D !important;
}

.btn-sessie {
	background-color: #5E2D1D !important;
	color: #E1C6B4 !important;
	font-family: "Granville", Helvetica, sans-serif !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	padding: 15px 25px !important;
	border-radius: 3px !important;
	transition: all .3s !important;
}

.btn-sessie:hover {
	background: #AD624A !important;
	color: #5E2D1D !important;
}