
/* ===================== */
/* ===== Utilities ===== */
/* ===================== */

html {
    scroll-padding-top: 80px;
  }

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #1da69a  ;
}

::selection {
  color: #fff;
  background: #1da69a  ;
}

body.bricks-is-frontend :focus {
    outline: none;
}

button[type="submit"] {
    transition: all 0.4s ease;
    border-radius: 5px;
}

.brxe-post-content li {
    margin-bottom: 2rem !important;
}

.brxe-button {
  cursor: pointer;
}


/* ============================================================================= */
/* ============================= Header =================================== */
/* ============================================================================= */

:root {
	--header-height: 90px;
}

/* Remove comment  below for transparent header */
/* 
#brx-header {
	position: absolute;
}
*/

.brx-header-height {
	height: var(--header-height);
}

@keyframes slidein-sticky-header {
	from {top: -100px}
	to {top: 0}
}

.stuck {
	position: fixed;
	top: 0;
	left: 0;
	height: var(--header-height);
	animation-name: slidein-sticky-header;
   	animation-duration: 1s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.92);
}

.brxe-toggle {
	--brxe-toggle-bar-width: 35px;
}

/* ======================== */
/* ==== CookieYes ========= */
/* ======================== */

/*
.cky-notice-btn-wrapper button.cky-btn-accept,
.cky-prefrence-btn-wrapper button.cky-btn-accept {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--text-body) !important;
  font-weight: 600 !important;
}
.cky-notice-btn-wrapper button.cky-btn-customize,
.cky-prefrence-btn-wrapper  button.cky-btn-preferences,
.cky-notice-btn-wrapper button.cky-btn-reject,
.cky-prefrence-btn-wrapper  button.cky-btn-reject {
  border-color: var(--primary) !important;
  color: var(--text-body) !important;
  font-weight: 600 !important;
}

.cky-btn-revisit-wrapper {
  background-color: var(--primary) !important;
}

*/