.mylcw-show-button,
.mylcw-close,
.remove-event {
	cursor: pointer;
}

div.mylcw-button {
	width: 100%;
	position: relative;
	top: -1px;
	right: 0;
	z-index: 10;
}


.mylcw-close {
  position: absolute;
}

.mylcw-show-button {
  float: right;
}

/* header.small .mylcw-show-button {
  margin-top: 14px;
  margin-top: 1.4rem;
} */

/* .front header.small .mylcw-show-button {
  float: left;
  margin-left: 20%;
} */
.mylcw-show.populated a {
  text-decoration: underline;
  display: inline-block;
}

.mylcw-show.populated a.icon-log-out {
  text-decoration: none;
  margin-left: .75em;
}

.mylcw-contents {
  position: fixed;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  padding: 3em 1em 1em 1em;
  background-color: white;
  border: solid 1px #004439;
  overflow: auto;
}

.mylcw-toolbar {
  top: 0;
  left: 0;
  right: 0;
  height: 2em;
  position: relative;
}

@media screen and (max-width: 598px) {
  body.navbar-administration .mylcw-toolbar {
		top: 5rem;
	}
}

.mylcw-contents h2, .mylcw-contents h3 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.mylcw-events .event .remove-event,
.mylcw-contents .event .remove-event {
	position: absolute;
	right: 0;
}

.pane-bean-mylcw-introduction .label-inline,
.pane-bean-mylcw-introduction .addressfield-container div,
.mylcw-contents .label-inline,
.mylcw-contents .addressfield-container div {
	display: inline-block;
}

.pane-bean-mylcw-introduction .label-inline, 
.mylcw-contents .label-inline {
	margin: 0 0.5em 0 0;
	font-style: italic;
}

.pane-bean-mylcw-introduction .addressfield-container div,
.mylcw-contents .addressfield-container div {
  margin: 0 0.75em 0 0;
}

@media screen and (min-width: 599px) {
	
	.mylcw-contents {
	  padding: 2.5em 1em 1em 1em;
    right: 2rem;
    top: 12rem;
    bottom: auto;
    max-height: 85vh;
	  width: 75%;
	  min-height: auto;
	  right: auto;
	  bottom: auto;
	}
	
	body.navbar-administration .mylcw-contents {
	  top: 7.5rem;
	}
}

@media screen and (min-width: 769px) {
  .mylcw-contents {
    right: 65px;
    width: 66.667%;
  }
}

@media screen and (min-width: 992px) {
  .mylcw-contents {
    right: 6.5rem;
    left: initial;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .mylcw-contents {
    width: 40%;
  }
}


@media screen and (min-width: 1440px) {
  .mylcw-contents {
    width: 576px;
  }
}

.mylcw-show-button {
  font-family: 'Akkurat-Light', sans-serif;  font-weight: 400;
  top: 1em;
  left: 0;
  padding: 0 0.75em;
  text-transform: uppercase;
}

#main .mylcw-show-button {
  background-color: #004439;
  color: white;
  border: solid 1px #004439;
}

#header .mylcw-show-button {
  display: inline-block;
  position: relative;
  margin-right: 0.5em;
}

#main .mylcw-show-button a {
  line-height: 2.4rem;
  color: #fff;
}

.mylcw-show-button strong {
  display: inline-block;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 1em;
  font-weight: normal;
  border-left: solid 1px black;
}

.mylcw-contents .event h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}

.mylcw-show-button em,
.mylcw-contents > .event .field div,
.mylcw-contents > .event .node div,
.pane-bean-mylcw-introduction .date-repeat-instance,
.pane-bean-mylcw-introduction .date-repeat-instance div,
.mylcw-contents .date-repeat-instance,
.mylcw-contents .date-repeat-instance div {
	display: inline-block;
}

body .show-mail-fields .mylcw-toolbar .hidden {
	display: block;
}

body .show-mail-fields .mylcw-toolbar a {
  display: none;
}

.mylcw-events .event .remove-event,
.mylcw-contents > .event .remove-event {
	position: absolute;
	right: 0.5em;
	top: 1.25em;
  width: auto;
	padding: 0.5em 0.5em 0.25em 0.5em;
	text-align: center;
	margin: 0;
}

.pane-bean-mylcw-introduction {
	position: relative;
}

.pane-bean-mylcw-introduction .mylcw-toolbar {
	position: absolute;
	top: 0;
	left: 0;
}

.pane-bean-mylcw-introduction .mylcw-toolbar button {
	position: relative;
	clear: both;
	float: left;
	margin-bottom: 1em;
	width: 10rem;
}

.pane-bean-mylcw-introduction .mylcw-toolbar {
	max-width: 10rem;
}

.pane-bean-mylcw-introduction .mylcw-toolbar input {
	max-width: 10rem;
}

.mylcw-close {
	top: 0;
	right: 0;
	padding: 0.5em;
}

.mylcw-toolbar input {
  float: left;
}

.mylcw-toolbar a {
	display: inline-block;
	padding: 0 0.5em;
	text-transform: uppercase;
}

.mylcw-toolbar .mylcw-mail-address {
	float: left;
	max-width: 60%;
}

.mylcw-toolbar .mylcw-submit {
  max-width: 20%;
}

.mylcw-status-message {
  position: fixed;
  z-index: 1000;
  top: 10%;
  right: 5%;
  margin-left: 5%;
  padding: 0.5em;
  background-color: rgba(255,255,255,0.75);
  color: #004439;
  font-size: 2rem;
  max-width: 20em;
}

.mylcw-bookmark-added,.mylcw-bookmark-removed {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.mylcw-bookmark-added {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

#mylcw-page .event .addressfield-container,
#mylcw-page .event .street-block,
#mylcw-page .event .venue-title,
#mylcw-page .event .field-name-field-booking-status {
	display: none;
}

.mylcw-events .event {
	border-top: solid 2px #B4AA73;
}

#mylcw-page .field-name-field-event-date > div:hover {
  cursor: pointer;
  font-style: italic;
}

#mylcw-page .field-name-field-event-date {
  margin: 0.5em 0;
}

#mylcw-page .field-name-field-event-date > div > input.radio {
  display: inline-block;
  margin-right: 0.5em;
}