@charset "UTF-8";
/* CSS Global Styles */

/* Resets */

* {margin: 0; padding: 0; box-sizing: border-box;}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, input, img, fieldset, button, table {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust:none;
}

html, body {}

body {font-family: nimbus-sans, sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; color: #464444;}

.page-node-6 .node--page {height:100vh; background: url(/themes/enrega/images/lighthouse-3013051.jpg) center center no-repeat; background-size: cover;}
.page-node-6 .node--page .branding {position: absolute; top: 42%; left: 50%; transform: translate(-50%, -50%);}
.page-node-6 .node--page .branding img {width: 100%; height: auto; max-width: 220px; margin: auto;}
.page-node-6 .node--page .details {position: absolute; text-align: center; line-height: 1.6em; bottom: 20%; left: 0; right: 0; color: #d3d3d3;}
	
/* Mobile navigation */
/* Mobile menu */
#site-wrap {overflow: hidden; background-color: #232323}
/* Add animation for all transitions to the elements that need it */ 
#drawer-toggle-label, #drawer, #site-wrap, #push-wrap, #drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ #site-wrap, #drawer-toggle:checked ~ #drawer, #drawer-toggle:checked ~ #push-wrap {-webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out}

#push-wrap {overflow-x: hidden; width: 100%; background-color: #FFF; position: relative;}
/* Get the actual input element out of the way; we're going to style the label instead */ 
#drawer-toggle {position: absolute; opacity: 0; z-index: 101}

#drawer-toggle-label {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; right: 0px; width: 0; height: 100%; display: block; position: fixed; background: none; z-index: 110; cursor: pointer; } 

/* Add the "hamburger" menu icon 
#drawer-toggle-label:before {content: ''; display: block; position: absolute; height: 2px; width: 20px; background: var(--base_color, #343434); right: 12px; top: 13px; box-shadow: 0 6px 0 var(--base_color, #343434), 0 12px 0 var(--base_color, #343434)}*/

#drawer-toggle-label:before {content: url(/themes/allaerobics/images/icon-open.svg); display: block; position: absolute; right: 18px; top: 16px; width: 30px; height: 30px; transition: 0.5s;}

/* Drawer menu pane  */ 
#drawer {position: fixed; top: 0; right: -300px; height: 100%; width: 300px; color: #FFF; background-color: #232323; overflow-x: hidden; /* overflow-y: scroll; -webkit-overflow-scrolling: touch */}
.toolbar-tray-open #drawer {top: 78px}
#drawer .logo {display: block; width: 200px; margin: 0.5em auto;}
#drawer .logo img {display: block; width: 100%; height: auto;}
#drawer .ui-accordion {margin-top: 2.0em;}
#drawer .ui-accordion-header.ui-accordion-header-collapsed {background-image: url(/themes/allaerobics/images/icon-open.svg);}
#drawer .ui-accordion-header.ui-state-active {background-image: url(/themes/allaerobics/images/icon-close.svg);}
#drawer .ui-accordion-header {display: block; padding: 10px 14px 10px 30px; font-family: "nimbus-sans-condensed", sans-serif; font-weight: 900; text-transform: uppercase; cursor: pointer; background-repeat: no-repeat; background-position: right 20px top 10px; background-size: 20px 20px; font-size: 1.1em;}
#drawer .ui-accordion-content {list-style: none; margin: 0 40px;}
#drawer .ui-accordion-content li {padding: 6px 0; line-height: inherit;}
#drawer .ui-accordion-content li a {color: #FFF; text-decoration: none;}
#drawer .ui-accordion-header a {display: block; color: #FFF; text-decoration: none;}
#drawer .ui-accordion-content a:hover, #drawer .nav-title:hover, #drawer .nav-no-menu a:hover {color: #e67f47; background-color: rgba(0, 0, 0, 0.3);}

#drawer .row.top {margin-top: 2.0em;}
#drawer .row {color: #FFF; text-align: center; line-height: 1.6em; font-size: 0.9em;}
#drawer .row a {color: #FFF; text-decoration: underline;}
 .row a:hover {text-decoration: none;}

#drawer .address {text-align: center; margin-top: 3.0em}
#drawer .address a {color: #f19141; text-decoration: none;}
#drawer .address a:hover {text-decoration: underline;}

/* actual page content pane */ 
#push-wrap {margin-right: 0px; overflow-x: hidden}

/* checked styles (menu open state) */ 
#drawer-toggle:checked ~ #drawer-toggle-label {height: 200%; width: calc(100% - 300px); background: rgba(0, 0, 0, 0.5)} 

#drawer-toggle:checked ~ #drawer-toggle-label {right: 300px}

#drawer-toggle:checked ~ #drawer-toggle-label:before {content: url(/themes/allaerobics/images/icon-close.svg)}

#drawer-toggle:checked ~ #drawer {right: 0px} 

#drawer-toggle:checked ~ #push-wrap {margin-left: -300px}