/*
Theme Name: LBL Training Events
Theme URI: http://lblesd.k12.or.us/training
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

* {
	margin: 0px;
	padding: 0px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	margin: 0;
	background-color: #223671;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	color: #444;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

select {
  -webkit-border-radius: 0;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

p {
	margin-top: 1em;
	line-height: 1.7em;
}

p:first-child {
	margin-top: 0em;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe {
	max-width: 100%;
}

iframe.wp-embedded-content {
    vertical-align: bottom;
    width: 100%;
}

a:link, a:visited {
	color: #2D4795;
	text-decoration: none;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a:hover {
	color: #7298cf;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Custom Link Hovers */
/* ----------------------------------------- */


a.fc-day-grid-event:active, a.fc-day-grid-event:focus, a.fc-day-grid-event:hover {
	background-color:#ffffcc !important;
	color: #AD141F !important;
	outline:none;
	border-color: #AD141F !important;
}

.entry-content a:active, .entry-content a:focus, .entry-content a:hover,
#footer-nav ul li a:active, #footer-nav ul li a:focus, #footer-nav ul li a:hover {
	background-color:#ffffcc !important;
	color: #AD141F !important;
	outline:none;
	border-radius: 5px;
}


/* Browser Upgrade Message */
/* ----------------------------------------- */


.upgrade-message {
	text-align: center;
	padding: 30px;
	font-size: 20px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #FFF4F4;
	color: #c10000;
	font-weight: 600;
}


/* HTML 5 Tags */
/* ----------------------------------------- */


header, section, footer, aside, nav, main, article, figure {
    display: block;
}


#content-wrapper:after, #nav:after, .event-list-group:after, #share:after, #footer-nav:after  {
	content: "";
	display: table;
	clear: both;
}





#outer-wrapper {
	padding-left: 20px;
	padding-right: 20px;	
}

#home-content-wrapper {
	width: 100%;
	max-width: 1920px;
	background-color: #f9f9ff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 2.85714rem;
	border-radius: 3px;
}

#content-wrapper {
	width: 100%;
	max-width: 960px;
	background-color: #f9f9ff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 2.85714rem;
	border-radius: 3px;
}



#header {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
	float: left;	
}

#logo img {
	height: auto;
	max-width: 200px;	
}

#logo-text {
    color: #223671;
    float: left;
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
}

#top-title {
	float: right;
	font-style: italic;
	font-size: 26px;
}


#nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    width: 100%;
}

#nav ul li, #nav ul#loginout li {
	display: inline-block;
	float: left;
	margin-left: 20px;
}

#nav ul li:first-child {
	margin-left: 0px;
}

#nav ul li a {
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-decoration: underline;
}

#menu-toggle a {
    background-color: #2d4795;
    border-radius: 3px;
    color: #fff;
    display: block;
    line-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
}

#menu-toggle a:hover {
    background-color: #7298cf;
}

#menu-toggle i {
    padding-right: 8px;
}

#menu-toggle {
    display: none;
	text-align: center;
	margin-bottom: 40px;
}

#menu-toggle.open {
	margin-bottom: 0px;
}



#content {
	width: 100%;	
}

#title h1 {
    border-bottom: 1px dotted #ccc;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}

#posts-wrap {
	margin-top: 20px;	
}

.featured-thumbnail {
	margin-bottom: 20px;	
}

.meta {
	margin-top: 15px;
	font-style: italic;	
}

.entry-content ul.event-categories li {
	margin-top: 0px;
	list-style-type: none;
}

.entry-content ul.event-categories {
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1.7em;
}

.entry-content ul li {
	margin-top: 4px;
	list-style-type: disc;
}

.entry-content ol li {
	margin-top: 4px;
	padding-left: 6px;
}

.entry-content ol li ul {
	margin-top: 4px !important;
}

.entry-content ul li:first-child {
	margin-top: 0px;
}

.entry-content ul:first-child, .entry-content ol:first-child {
	margin-top: 0px;
}

.entry-content ol, .entry-content ul {
	margin-left: 30px;
	margin-top: 15px;
	line-height: 1.7em;
}

.entry-content ul li ol li {
	list-style-type: decimal;
}

.entry-content ul li ul li {
	list-style-type: circle;
}

.entry-content ul li ol, .entry-content ul li ol:first-child, .entry-content ul li ul, .entry-content ul li ul:first-child {
	margin-top: 4px;
}

blockquote {
	margin-top: 1em;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;	
}

blockquote:first-child {
	margin-top: 0px;
}

hr {
	height:0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
}

.entry-content {
	margin-top: 20px;	
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child,.entry-content h5:first-child, .entry-content h6:first-child {
	margin-top: 0px;
}

.entry-content h1 {
	font-weight: 600;
	font-size: 32px;
	margin-top: 30px;
	color: #333;
}

.entry-content h2 {
	font-weight: 600;
	font-size: 28px;
	margin-top: 30px;
	color: #333;
}

.entry-content h3 {
	font-weight: 600;
	font-size: 24px;
	margin-top: 30px;
	color: #333;
}

.entry-content h4 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
	color: #333;
}

.entry-content h5 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 30px;
	color: #333;
}

.entry-content h6 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
	color: #333;
}

.entry-content pre {
	font-family: "Courier New",Courier,monospace;
    font-weight: inherit;
    margin-top: 1em;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #777 none repeat scroll 0 0;
    border-radius: 4px;
    padding: 20px;	
	color: #fff;
	line-height: 1.4em;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-top: 1em;}
.video-container:first-child { margin-top: 0;}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

p.tags {
	margin-top: 26px;	
}

.tags > a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
	margin-top: 4px;
	margin-right: 4px;
	font-size: 14px;
	line-height: 30px;
}

#share {
    margin: 40px auto 0;
}

#share ul {
    margin-left: -4px;
    margin-right: -4px;
}

#share li {
    display: inline-block;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 33.33%;
}

#share li a {
    border-radius: 3px;
    display: block;
    font-size: 20px;
    line-height: 42px;
    transition: all 0.2s ease 0s;
}

#share li a.twitter {
    background-color: #55acee;
    color: #fff;
}

#share li a.twitter:hover {
    background-color: #fafafa;
    color: #55acee;
}

#share li a.facebook {
    background-color: #3b5998;
    color: #fff;
}

#share li a.facebook:hover {
    background-color: #fafafa;
    color: #3b5998;
}

#share li a.email {
    background-color: #787878;
    color: #fff;
}

#share li a.email:hover {
    background-color: #fafafa;
    color: #787878;
}

.entry-content i {
    line-height: normal;
    width: 25px;
}

.entry-content .toggle-container {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: none;
    margin-top: 8px;
    padding: 20px;
}


.entry-content h3.trigger {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
	line-height: 26px;
	font-weight: 400;
	position: relative;
	font-size: 20px;
}

.entry-content h3.trigger:first-child {
    margin-top: 0px;
}

.entry-content h3.trigger a {
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 55px;
}

.entry-content .toggle-container {
    background-color: #f5f5ff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    margin-top: 8px;
    padding: 20px;
	display: none;
}

.entry-content h3.trigger:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 22px;
    left: 20px;
    position: absolute;
    top: 22px;
	color: #374897;
}

.entry-content h3.trigger.active:before {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 22px;
    left: 20px;
    position: absolute;
    top: 22px;
	color: #374897;
}

#footer {
	border-top: 1px solid #ccc;
    margin-top: 40px;
    width: 100%;
	padding-top: 15px;
	padding-bottom: 40px;
	text-align: center;
}

#footer-nav ul {
	width: 100%;
	text-align: center;
}

#footer-nav ul li {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#footer-nav ul li a {
	text-decoration: underline;
}


/* Caelndar Grid Styles */
/* ----------------------------------------- */


.ui-tooltip, .qtip {
    font-size: 14px !important;
}

.entry-content .ui-widget {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.entry-content .fc-view-container {
	background-color: #fff;	
}

.entry-content .ui-widget-header {
	background: #223671;
	color: #fff;
    padding-bottom: 1px;
    padding-top: 1px;
}

.fc td, .fc th {
    border: 1px solid #ddd;
}

.entry-content .ui-widget-content .ui-state-highlight {
	border-top: 1px solid #ddd;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.fc-view-container {
    border-bottom: 1px solid #ddd;
}

.entry-content .wpfc-calendar-wrapper *, .entry-content .ui-selectmenu-menu {
    font-size: 16px !important;
}

.entry-content .fc-day-grid-event .fc-content {
    white-space: normal;
	word-wrap: break-word;
}

.entry-content .fc-scroller {
	height: auto !important;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a.fc-day-grid-event {
	text-decoration: none;
}


/* Single Event Page */
/* ----------------------------------------- */


.single-event-map {
	float: right;
	margin: 0px 0px 15px 15px;	
}

.entry-content .em-booking-form p label, .entry-content div.em-booking-login p label {
    width: 100%;
}

.em-booking-form p label {
	font-weight: bold;	
}

.entry-content .em-booking-form-details input.input, .entry-content .em-booking-form-details textarea {
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    line-height: normal;
    width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px;
	font-size: 16px;	
}

.entry-content .em-booking-form-details {
    float: none;
    padding: 0px;
    width: 100%;
    border: 1px solid #c6c6fa;
    background-color: #f5f5ff;
    padding: 20px;
    border-radius: 5px;
}

.entry-content .em-booking-form-details p:first-of-type {
	margin-top: 0 !important;
}

.entry-content .em-booking-login input.input {
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    line-height: normal;
    width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px;
	font-size: 16px;	
}

.entry-content form.em-booking-form {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.entry-content .em-booking-form-details select.school_district, .entry-content .em-booking-form-details select.school {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
	font-size: 16px;
	width: 100%;
	height: 45px;
	line-height: normal;
	padding-left: 10px;
}

.entry-content div.em-booking-login {
	float: right;
	width: 50%;
	border-left: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.entry-content form.em-booking-login-form {
	padding: 20px;
	border: 1px solid #c6c6fa;
	background-color: #f5f5ff;
	border-radius: 3px;
}

.entry-content form.em-booking-login-form p:first-child {
	border-radius: 3px;
	border: 1px solid #e6db55;
    background-color: #ffffe0;
	color: #333;
    padding: 1em !important;
	margin: 0 0 1.5em 0;
}

.entry-content form.em-booking-login-form p:first-child {
	margin-top: 0 !important;
}

.entry-content .em-booking-form-details .em-tickets-spaces select {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
	font-size: 16px;
	width: 100%;
	max-width: 60px;
	height: 45px;
	line-height: normal;
	padding-left: 10px;
}

.entry-content  div.em-booking-message {
    margin-bottom: 20px;
}

.entry-content .em-booking-form-details .em-booking-buttons, .entry-content .em-booking-login input#em_wp-submit {
	margin-top: 1em;
}

.entry-content .em-booking-login input#em_wp-submit, .em-booking-login.custom input#wp-submit {
	margin-bottom: 10px;
	margin-right: 4px;
}

.entry-content div.em-booking-login p {
	margin-top: 1em !important;
	margin-bottom: 0px !important;
}

input#em-booking-submit, .entry-content .em-booking-login input#em_wp-submit, .em-booking-login.custom input#wp-submit {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #2D4795;
	color: #fff;
	font-size: 16px;
	border-style: none;
	border-radius: 3px;
	padding: 10px;
   -moz-transition: all 0.1s linear;
   -webkit-transition: all 0.1s linear;
   -o-transition: all 0.1s linear;
   transition: all 0.1s linear;
}

input#em-booking-submit:hover, .entry-content .em-booking-login input#em_wp-submit:hover, .em-booking-login.custom input#wp-submit:hover {
	background-color: #7298cf;
	cursor: pointer;
}

.entry-content div.em-booking-login label {
    display: inline-block;
    width: auto;
}

.entry-content table.em-tickets {
	width: 100%;	
}

.entry-content table.em-tickets th {
	font-weight: bold;
	padding-bottom: 8px;	
}

.entry-content table.em-tickets td.em-bookings-ticket-table-type {
	padding-right: 15px;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-content table.em-tickets tr.em-ticket {
	border-bottom: 1px solid #c6c6fa;
}

.entry-content table.em-tickets select.em-ticket-select {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
	font-size: 16px;
	width: 100%;
}

.event-list-group {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #ccc;
}

.event-list-group:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.event-list-date {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.event-list-link {
	width: 50%;
	float: left;
	padding-left: 15px;
}

.input-dbem_state select {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	border: 1px solid #c6c6fa;
	border-radius: 3px;
	font-size: 16px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}


span.em-pagination {
	width: 100%;
	margin-top: 15px;
	padding-top: 16px;
	border-top: 1px dotted #ccc;
	display: block;
}

.entry-content .em-booking-form p span.input-group {
    margin-left: 22px;
    margin-top: 4px;
    float: left;
    margin-bottom: 1em;
	font-style: italic;
	width: 100%;
}

/* Bookings Table */
/* ----------------------------------------- */


table {
	max-width: 100%;
}

.entry-content table#dbem-bookings-table {
	width: 100%;
    display: table;
    overflow-x: auto;
}

#dbem-bookings-table > thead > tr > th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	font-weight: bold;
}


#dbem-bookings-table > tbody > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px dotted #ccc;
}

.ml-table {
    padding: 0 !important;
}

.ml-responsive-table {
    margin-top: 1em;
}

.ml-responsive-table:first-child {
    margin-top: 0;
}

.ml-responsive-table .ml-grid {
    border-bottom: medium none !important;
    border-top: 1px solid #ccc !important;
    margin-bottom: 0 !important;
    margin-top: 15px;
    padding-top: 15px;
}
.ml-responsive-table .ml-grid:first-child {
    border-top: medium none !important;
    margin-top: 0;
    padding-top: 0;
}
.ml-responsive-table dd {
    line-height: 1.7em;
}


/* My Bookings */
/* ----------------------------------------- */


.entry-content  .em-warning p {
	margin: 0 !important;
}


/* Theme My Login */
/* ----------------------------------------- */


/* -- Profile Page -- */


.tml-profile .tml-form-table, #theme-my-login .form-table {
    margin-top: 1em;
	width: 100%;
}

#theme-my-login .form-table th, #theme-my-login .form-table td {
    display: block;
    vertical-align: middle;
    width: auto;
}

.entry-content .tml-form-table input, #theme-my-login .form-table input {
	background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.tml-form-table input#user_login {
	background-color: #e9e9ff;
}

.tml label {
    margin-top: 1em;
    line-height: 1.7em;
}

.tml-user-login-wrap label, .tml-user-email-wrap label, .tml-user-description-wrap label, .user-pass1-wrap label, #theme-my-login table.form-table tbody tr:first-child th label {
    margin-top: 0;
}

.entry-content .tml-form-table span.description {
	font-style: italic;	
	margin-top: 8px;
	display: block;
}

.entry-content .tml select {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height: 45px;
	line-height: normal;
	padding-left: 10px;
	color: #666;
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content .tml-user-description-wrap textarea {
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    line-height: normal;
    width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.tml button.wp-generate-pw, .tml-submit-wrap input#submit {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #2D4795;
	color: #fff;
	font-size: 16px;
	border-style: none;
	border-radius: 3px;
	padding: 10px;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: 10px;
}

.entry-content .tml button.wp-generate-pw {
	background-color: #a51a19
}

.tml-submit-wrap input#submit {
	margin-bottom: 0px;	
	width: inherit;
}

.tml button.wp-generate-pw:hover,.tml-submit-wrap input#submit:hover {
	background-color: #7298cf;
	cursor: pointer;
}

#your-profile .tml-submit-wrap {
	margin-top: 30px !important;
	padding-top: 20px !important;
	border-top: 1px dotted #c6c6fa;
	margin-bottom: 0px;
}

#your-profile h3:first-of-type {
	margin-top: 0 !important;	
}

table.tml-form-table tr.pw-weak th {
	padding-top: 1em;
	font-weight: bold;
}


/* -- Login Form -- */


.entry-content .tml {
	padding: 20px;
	border: 1px solid #c6c6fa;
	background-color: #f5f5ff;
	border-radius: 3px;
}

p.tml-user-login-wrap {
	margin-bottom: 0px !important;
}

p.tml-user-pass-wrap {
	margin-bottom: 0px !important;
	margin-top: 1em;	
}

.tml-user-login-wrap input, .tml-user-pass-wrap input {
	background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.tml-submit-wrap input#wp-submit {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #2D4795;
	color: #fff;
	font-size: 16px;
	border-style: none;
	border-radius: 3px;
	padding: 10px;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: 10px;
	margin-top: 0px !important;
}

.tml-submit-wrap input#wp-submit:hover {
	background-color: #7298cf;
	cursor: pointer;
}

.tml-login .tml-rememberme-submit-wrap {
    margin-bottom: 0 !important;
}

.entry-content .tml .tml-action-links {
	margin-top: 15px;
	margin-bottom: 0px;
}

.entry-content .tml-login .tml-submit-wrap {
    display: table-cell;
    text-align: left;
	width: 100px;
}

.entry-content .tml-login .tml-submit-wrap input {
	width: auto;
	margin-bottom: 0px;
}

.entry-content .tml-rememberme-submit-wrap {
	margin-top: 1em;
}

.entry-content .tml-rememberme-wrap {
	margin-bottom: 0;	
    display: table-cell;
}

.entry-content .tml .message, .entry-content .tml .error {
    border-radius: 3px;
}

.entry-content .tml .message {
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
}

.g-recaptcha {
	margin-top: 1em;
}

.entry-content .tml .tml-action-links a {
    text-decoration: underline;
}


/* -- Password Reser Form -- */


.entry-content .user-pass1-wrap p {
	margin-bottom: 0;	
}

.entry-content .password-input-wrapper input {
	margin-top: 0;
	background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
}

.entry-content .indicator-hint {
	margin-top: 10px;
	margin-bottom: 1em;	
}

.entry-content #resetpassform .tml-submit-wrap {
	margin-bottom: 0;	
}

.entry-content #resetpassform .tml-submit-wrap input {
	margin-bottom: 0;
	width: inherit;	
}


/* -- Lost Password Form -- */


.entry-content #lostpasswordform .tml-submit-wrap {
	margin-bottom: 0;
	margin-top: 1em;	
}

.entry-content #lostpasswordform .tml-submit-wrap input {
	margin-bottom: 0;
	width: inherit;	
}


/* -- Register -- */


.entry-content .tml-user-email-wrap {
	margin-bottom: 0;
	margin-top: 1em;	
}

.entry-content .tml-user-email-wrap input {
	margin-top: 0;
	background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.entry-content #reg_passmail {
	margin-bottom: 1em;
	margin-top: 8px;	
}

.entry-content #registerform .tml-submit-wrap {
	margin-bottom: 0;
}

.entry-content #registerform .tml-submit-wrap input {
	margin-bottom: 0;
	width: inherit;	
}


/* WordPress Gallery */
/* ----------------------------------------- */


.gallery {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-1 .gallery-item:first-child { margin-top: 0px; }
.gallery-columns-1 .gallery-item { width: 100%; margin-top: 20px; }
.gallery-columns-2 .gallery-item { 
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(-n+2) {
    margin-top: 0px;
}

.gallery-columns-3 .gallery-item { 
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(-n+3) {
    margin-top: 0px;
}

.gallery-columns-4 .gallery-item { 
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(-n+4) {
    margin-top: 0px;
}

.gallery img {
    background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }




/*------------------------------------*\
	TABLES
\*------------------------------------*/

.single-event .table-scroll table, .table-scroll {
	width: 100%;
	margin-top: 1em;
}
.single-event .table-scroll table {
	max-width: 100% !important;
	background-color: #fff;
}
.single-event .table-scroll table:first-child, .table-scroll:first-child {
	margin-top: 0;
}
.single-event .table-scroll table tr {
	border-bottom: 1px solid #c6c6fa;
}
.single-event .table-scroll table tr:first-child {
	border-top: 1px solid #c6c6fa;
}
.single-event .table-scroll table td, .single-event .table-scroll table th {
	border-right: 1px solid #c6c6fa;
	padding: 10px;
	line-height: 1.7em;
}
.single-event .table-scroll table th {
	font-weight: bold;
	background-color: #f5f5ff;
	line-height: normal;
}
.single-event .table-scroll table td:first-child, .single-event .table-scroll table th:first-child {
	border-left: 1px solid #c6c6fa;
}
.single-event .table-scroll table tbody tr:hover {
	background-color: #f5f5ff;
}
.table-scroll {
	overflow-x: auto;
}
.single-event .table-scroll table + p, .single-event .table-scroll + p {
    margin-top: 1em;
}




@media only screen and (max-width: 910px) {
	
#logo-text {
	display: none;	
}

#logo img {
    border-right: none;
    padding-right: 0px;
	max-width: 120px;
}
	
}

@media only screen and (max-width: 935px) {
	
.entry-content div.em-booking-login {
    border-left: medium none;
    float: left;
    margin-left: 0;
	margin-top: 40px;
    padding-left: 0;
	padding-top: 40px;
    width: 100%;
	border-top: 1px solid #ccc;
}

.entry-content div.em-booking-login p:first-child {
    margin-top: 0 !important;
}

.entry-content .em-booking-login input.input {
	width: 100%;
}

.entry-content form.em-booking-form {
	width: 100%;
	padding-right: 0;
}

.entry-content .em-booking-form-details, .entry-content form.em-booking-login-form {
    width: 100%;
}
	
}

@media only screen and (min-width: 761px) {
	
#nav {
	display: block !important;	
}
	
}

@media only screen and (max-width: 760px) {
	
#nav {
	display: none;
	border-top: none;
}

#menu-toggle {
	display: block !important;	
}

#nav ul li, #nav ul#loginout li {
	display: block;
	margin-left: 0px;
	float: none;
	text-align: center;
}
	
}

@media only screen and (max-width: 725px) {
	
.single-event-map {
    float: none;
    margin: 0 0 15px 0px;
}

.entry-content .em-location-map-container {
	max-width: 400px !important;
	width: 100% !important;
}

}

@media only screen and (max-width: 625px) {

#top-title {
    font-size: 24px;
}

#home-content-wrapper {
    padding: 20px;
	margin: 5px auto;
}

#content-wrapper {
    padding: 20px;
	margin: 5px auto;
}

#outer-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

#header {
    padding-top: 10px;
}

#footer {
    padding-bottom: 10px;
}

.event-list-date {
    padding-right: 0;
    width: 100%;
}

.event-list-link {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
}

#title h1 {
    font-size: 28px;
}
	
}

@media only screen and (max-width: 690px) {
	
.wpfc-calendar-wrapper {
    overflow-x: scroll;
	white-space: nowrap;
}

.wpfc-calendar {
	width: 575px;	
}

.entry-content .wpfc-calendar-wrapper *, .entry-content .ui-selectmenu-menu {
    font-size: 13px !important;
}
	
}

@media only screen and (max-width: 540px) {
	
#header {
  flex-direction: column;
  gap: 15px;
}

#logo {
    text-align: center;
    width: 100%;
}

#logo img {
	max-width: 180px;
}

#top-title {
    float: left;
    text-align: center;
    width: 100%;
}

}

@media only screen and (max-width: 500px) {

.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item { width: 100% !important; margin-top: 20px; }

.gallery-columns-2 .gallery-item:nth-child(-n+2), .gallery-columns-3 .gallery-item:nth-child(-n+3), .gallery-columns-4 .gallery-item:nth-child(-n+4) {
    margin-top: 20px !important;
}

.gallery-columns-2 .gallery-item:first-child, .gallery-columns-3 .gallery-item:first-child, .gallery-columns-4 .gallery-item:first-child { margin-top: 0px !important; }

.g-recaptcha {
	transform: scale(0.77);
	transform-origin: 0 0 0;
	margin-bottom: -1em;
}

}

@media print {
	
#logo-text, #nav, #footer-nav, .em-search-wrapper, #share {
	display: none;	
}

#header {
    padding-top: 0px;
}

#logo img {
    border-right: none;
    padding-right: 0;
}

#content-wrapper, #home-content-wrapper {
    box-shadow: none;
    margin: 0;
    max-width: 100%;
    padding: 0px;
}
	
}


/*------------------------------------*\
    CONTACT FORM 7 STYLES
\*------------------------------------*/


.wpcf7 input.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
	background-color: #fff;
	border: 1px solid #c6c6fa;
	border-radius: 3px;
	color: #666;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: normal;
	padding: 10px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.wpcf7-textarea {
	height: 150px;	
}
.wpcf7 input.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color: #fff;
}
.wpcf7 p.contact-float {
	float: left;
	width: 50%;
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 1em;
}
.wpcf7 p.contact-float-select {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	margin-top: 0;
}
.wpcf7 input.wpcf7-submit {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #2D4795;
	color: #fff;
	font-size: 16px;
	border-style: none;
	border-radius: 3px;
	padding: 10px;
	margin-top: 1em;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.wpcf7 input.wpcf7-submit:hover {
	background-color: #7298cf;
	cursor: pointer;
}
form.wpcf7-form p:last-of-type {
	margin-top: 0;	
}
.wpcf7-not-valid {
	background-color: #FFF0F0 !important;
	border: 1px solid #FFBBBB !important;
	border-radius: 3px !important;
}
div.wpcf7-response-output {
	margin-right: 0em !important;
	margin-left: 0em !important;
	margin-bottom: 0em !important;
	margin-top: 30px !important;
	padding: 15px !important;
}
div.wpcf7-validation-errors {
    border: 3px solid #FFBBBB !important;
	background-color: #fff0f0;
	border-radius: 3px !important;
}
div.wpcf7-mail-sent-ok {
    border: 3px solid #8db87a !important;
	background-color: #c9e2bf;
	border-radius: 3px !important;
}

.google-cap {
    margin-top: 1em;
	margin-bottom: 1em;
}

@media only screen and (max-width: 760px) {
	
.wpcf7 p.contact-float {
	width: 100%;
}

}


/*------------------------------------*\
    PASSWORD PROTECTED PAGE
\*------------------------------------*/


form.protected-post-form input#password {
    background-color: #fff;
    border: 1px solid #c6c6fa;
    border-radius: 3px;
    color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    width: 100%;
	max-width: 300px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

form.protected-post-form input[type="submit"] {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #2D4795;
	color: #fff;
	font-size: 16px;
	border-style: none;
	border-radius: 3px;
	padding: 10px;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

form.protected-post-form input[type="submit"]:hover {
	background-color: #7298cf;
	cursor: pointer;
}
