/*
Theme Name: East Bay Network
Description: Custom theme for East Bay Network
Author: Heather Feuerhelm
Template: hello-elementor
Version: 1.0.0
Text Domain: east-bay-network
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images
*/

@import url("../hello-elementor/style.css");


/* Copy this css into you're theme to style the SendPress sign up widget. */

/* container for the signup form */
.sendpress-signup-form {
	position:relative;
}
.sendpress-signup-form p {display:inline;}
/* labels in the sign up form */
.sendpress-signup-form label{
	display:inline!important;
	word-wrap: none;
	padding:0 5px 0 0;
}
/* input fields in sign up form */
.sendpress-signup-form input[type=text]{
	width: 250px;
	margin-right: 1.5em;
	border: 2px solid #009900;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
/* submit button */
.sendpress-submit{
	margin-top: 0px;
	display: inline !important;
	width: 150px!important;
	padding: 5px 0!important;
	border: 1px solid #009900;
}
/* element where error messages are displayed */
.sendpress-signup-form #error{
	color:#8B0000;
	margin:10px 0px;
	display:none;
}
/* element where the thank you message shows upon successful submit */
.sendpress-signup-form #thanks,
.sendpress-signup-form #exists{
	margin:10px 0px;
	display:none;
}
/*Extra fields that only exist if you have SendPress Pro*/
.signup-fields-bottom label{
	/*float:left;*/
	display:inline;
}

.ajaxloader{
	margin-left:5px;
	display:none;
}
/* End SendPress Pro styling. */

/* Begin Events Made Easy styling */
@media screen and (max-width: 990px) {
	#event-title {
		height: 200px;
		background-size: cover;
		padding-top: 1em;
		margin-bottom: 10px;
	}
	h1.event-title {
		font-size: 2rem;
		line-height: normal!important;
	}
	.eme_event_image {
		max-width: 300px;
		width: 100%;
		margin: 0; padding: 0;
	}
	.event-body { 
		width: 100%!important;
		margin-top: 0!important;
	}
	h3 { text-align: center!important; }
	.rsvp { width: 100%!important; }
}
.eme-calendar-full { 
	margin: 2em 0 3em 0;
	border: 2px solid #0000FE;
}

table.fullcalendar td.month_name, div.month_name {
	text-align:center;
	vertical-align:middle;
	font-family: 'Montserrat',serif;
	font-size:26px!important; font-weight:bold;
	line-height:60px!important; padding: 2em 0;
}

table.fullcalendar a.prev-month, table.smallcalendar a.prev-month, div.emeDivTableHead a.prev-month {
    float: left;
    padding-left: .7em;
    text-decoration: none;
    font-size:26px!important; font-weight:bold;
}

table.fullcalendar a.next-month, table.smallcalendar a.next-month, div.emeDivTableHead a.next-month {
    float: right;
    padding-right: .7em;
    text-decoration: none;
    font-size:26px!important; font-weight:bold;
}

.emeDivTable.fullcalendar tr.days-names td, div.days-names {
	height:1.4em;
	text-align:center;
	vertical-align:middle;
	font-family: 'Montserrat',serif;
	font-size:18px; font-weight:bold;
}

.emeDivTable.fullcalendar .emeDivTableCell{
	height:8vw; width: 8vw;
	text-align:left; 
	overflow:hidden;
	font-size: 1rem;
}

.fullcalendar ul li {list-style-type:none!important;}

.event-body { width: 80%; margin: 0 auto; }
.event-body h2 a { font-size: 2rem; line-height: 1em; }
.event-body h3 a, .event-body h3 { font-size: 1.8rem!important; line-height: 1.2em; }
.event-body h4 a { font-size: 1.5rem!important ; line-height: 1.5em; }
.eme_bookings_list_ul { list-style-type: none; }
.mybox {
    border: 1px solid #000033;
    border-radius: 5px;
    background-color: #ffffcc;
    padding: 1em;
    vertical-align: top !important;
}

#event-title {
	min-width: min(100%, var(--width));
	background-image: url("/wp-content/uploads/event-banner.jpg");
	background-position: center center;
	background-size: cover;
	height: 300px;
	text-align: center;
	margin-bottom: 2em;
}

h1.event-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
	color: #ffffff!important;
	text-align: center;
	line-height: 300px;
	margin-top: 0;
}

.eme_event_image {
	max-width: 400px!important;
}

/* Layout for event templates using Flex */
/* Container for flexboxes */

@media screen and (max-width: 990px) {
	.row {
		display: flex;
		flex-direction: column;
	}
	.column,
	.row.column {
		width: 100%;
		padding: 5px;
		text-align: justify;
	}	
}

.row {
  display: flex;
}

/* Create equal columns that sits next to each other */
.column {
  flex: 1;
  padding: 1em;
  flex-direction: column;
}

/* Accordion for events */
.accordion {
	margin: 20px auto;
	font-family: "Open Sans", sans-serif;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}

details {
  border-bottom: 1px solid #ddd;
}

details:last-of-type {
  border-bottom: none;
}

summary {
  padding: 1em;
  cursor: pointer;
  font-weight: 600;
  background-color: #f7f7f7;
  list-style: none;
}

summary:hover {
  background-color: #eaeaea;
}

details[open] summary {
  background-color: #e2e2e2;
}

details p {
  padding: .5em;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

/* Cookie Policy */
#cmplz-document {
    margin-top: 0;
    max-width: 100%;
    text-justify: inter-word
}

#cmplz-document p,
#cmplz-document form,
#cmplz-document li,
#cmplz-manage-consent-container {
	font-size: 1.1rem;
}



#cmplz-document { margin: 2em 0 3em 0 }

#cmplz-datarequest-form {
	max-width: 800px;
}

#cmplz_datarequest_email {
	padding-bottom: .5em;
}

.cmplz_datarequest {
	padding: .5em 0;
}

#cmplz-document .cmplz-subtitle {
	font-size: 22px;
	color: #0000fe;
}