/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .eventilla-single-event input[type="text"],
 .eventilla-single-event input[type="email"],
 .eventilla-single-event input[type="url"],
 .eventilla-single-event input[type="password"],
 .eventilla-single-event input[type="search"],
 .eventilla-single-event input[type="number"],
 .eventilla-single-event input[type="tel"],
 .eventilla-single-event input[type="range"],
 .eventilla-single-event input[type="date"],
 .eventilla-single-event input[type="month"],
 .eventilla-single-event input[type="week"],
 .eventilla-single-event input[type="time"],
 .eventilla-single-event input[type="datetime"],
 .eventilla-single-event input[type="datetime-local"],
 .eventilla-single-event input[type="color"],
 .eventilla-single-event textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.eventilla-single-event input[type="text"]:focus,
.eventilla-single-event input[type="email"]:focus,
.eventilla-single-event input[type="url"]:focus,
.eventilla-single-event input[type="password"]:focus,
.eventilla-single-event input[type="search"]:focus,
.eventilla-single-event input[type="number"]:focus,
.eventilla-single-event input[type="tel"]:focus,
.eventilla-single-event input[type="range"]:focus,
.eventilla-single-event input[type="date"]:focus,
.eventilla-single-event input[type="month"]:focus,
.eventilla-single-event input[type="week"]:focus,
.eventilla-single-event input[type="time"]:focus,
.eventilla-single-event input[type="datetime"]:focus,
.eventilla-single-event input[type="datetime-local"]:focus,
.eventilla-single-event input[type="color"]:focus,
.eventilla-single-event textarea:focus {
    color: #222;
    border-color: #333;
}
.eventilla-single-event a.eventilla-button,
.eventilla-single-event button,
.eventilla-single-event input[type="button"],
.eventilla-single-event input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-size: 14px;*/
    font-size: 0.975rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.eventilla-single-event a.eventilla-button:hover {
	color: #666;
	background-color: #fff;
	box-shadow: none;
}
.eventilla-single-event a.eventilla-button:focus {
    color: #666;
    background-color: #fff;
	box-shadow: none;
}
 .eventilla-single-event {
 	background-color: #fafafa;
 	border:1px solid #f3f3f3;
 	-webkit-box-shadow: 1px 1px 5px 0px rgba(204,204,204,0.6);
	-moz-box-shadow: 1px 1px 5px 0px rgba(204,204,204,0.6);
	box-shadow: 1px 1px 5px 0px rgba(204,204,204,0.6);
    margin-bottom: 15px;
 }
 .eventilla-single-event .form-group {
 	margin-bottom: 5px;
 }
 .eventilla-single-event .eventilla-title, .eventilla-form h3 {
 	font-size: 1.1em;
 	color: #333;
 	border-bottom: 1px solid #f1f1f1;
 }
 .eventilla-form h3 {
 	border-color: #ddd;
 }
 .eventilla-single-event .eventilla-body-container .eventilla-title {
 	margin-bottom: 5px;
 }
 .eventilla-single-event .eventilla-time {
 	font-size: 0.8em;
 	color: #666;
 }
 .eventilla-single-event .eventilla-body-container,
 .eventilla-single-event .eventilla-form {
 	padding: 15px;
 }
 .eventilla-single-event .eventilla-body-container {

 }
 .eventilla-single-event .eventilla-form {
 	background-color: #f3f3f3;
 	border-top: 1px solid #ddd;
	-webkit-box-shadow: inset 0px 4px 9px -3px #ccc;
 	-moz-box-shadow: inset 0px 4px 9px -3px #ccc;
 	box-shadow: inset 0px 4px 9px -3px #ccc;
 }
 .eventilla-single-event {

 }
 .eventilla-single-event input[type=submit] {
 	margin-top: 15px;
 	margin-right: 5px;
 	background-color: #33cd5f;
 	color: #fff;
 	border-bottom: 1px solid #28a54c;
 }
 .eventilla-single-event input[type=submit]:hover {
 	background-color: #28a54c;
 	border-color: #33cd5f;
 }
 /* Form errors */
 .eventilla_error input[type="text"],
 .eventilla_error input[type="email"],
 .eventilla_error input[type="url"],
 .eventilla_error input[type="password"],
 .eventilla_error input[type="search"],
 .eventilla_error input[type="number"],
 .eventilla_error input[type="tel"],
 .eventilla_error input[type="range"],
 .eventilla_error input[type="date"],
 .eventilla_error input[type="month"],
 .eventilla_error input[type="week"],
 .eventilla_error input[type="time"],
 .eventilla_error input[type="datetime"],
 .eventilla_error input[type="datetime-local"],
 .eventilla_error input[type="color"],
 .eventilla_error textarea {
    color: #000;
    border-color: #f00;
    background: lavenderblush;
    border-width: 2px;
}
.eventilla_error_msg {
    background: #000;
    color: #fff;
    padding: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #f00;
}
.eventilla_notice_msg{
    margin-top: 5px;
    background: #FF8C00;
    color: #000;
    padding: 5px;
    border: 1px solid #FFA500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.eventilla_success_msg{
    margin-top: 5px;
    background: #4CAF50;
    color: #fff;
    padding: 5px;
    border: 1px solid #4CAF50;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.eventilla_event_tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
}

.eventilla-event-tile {
    border: solid 2px grey;
    border-radius: 9px;
    padding: 0px 20px;
}

/** @TODO only debuggin **/
pre {
    font-size: 12px !important;
    line-height: 10px !important;
}
.hide {
    display: none;
}
.msg-success {
    display: none;
    color: green;
    background-color: #fafafa;
    border: 1px solid #000;
    text-align: center;
}
.msg-error {
    display: none;
    color: red;
    background-color: #fafafa;
    border: 1px solid #000;
    text-align: center;
}
.eventilla-list {
    margin-bottom: 50px;
    width: 100%;
}
a.btn-danger {
    margin-top: 15px;
    margin-right: 5px;
    background-color: #f00;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.975rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    transition: background 0.2s;
}
.eventilla-form ul {
    list-style: none;
}