.eventBtnCnt {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.eventNotFound{
width:auto;display:inline-block;
}
.calInstance{
margin:0 auto;
}
.eventDisplayCnt {
}
.eventDisplayCnt .hasBoxShadow {
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0.2);
}
.eventDisplayCnt.isCalendar {
-webkit-box-shadow:none;
box-shadow:none;
}
.eventDisplayCnt h3.title{
display:block;
}
.eventImage{
width:100%;
}
.eb_frontend {
box-sizing: border-box; position: relative;
}
.eb_frontend *{
-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.eb_frontend .imgHolder, .eventCardExtendedCnt .eventDescription .imgHolder {
width:100%;
overflow:hidden;
margin:0;
}
.eb_frontend .imgHolder img, .eventCardExtendedCnt .eventDescription .imgHolder img {
max-width:100%;
min-width: 100%;
margin:0 auto;
padding:0;
}
.eb_frontend .imgHolder.expandImg,
.eventCardExtendedCnt .eventDescription .imgHolder.expandImg {
cursor:crosshair;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
-webkit-transition: max-height 0.3s ease-out;
-moz-transition: max-height 0.3s ease-out;
-o-transition: max-height 0.3s ease-out;
transition: max-height 0.3s ease-out;
}
.eb_frontend .imgHolder.expandImg img,
.eventCardExtendedCnt .eventDescription .imgHolder.expandImg img {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.eb_frontend .info,
.eventCardExtendedCnt .eventDescription .info {
-webkit-transition: 0.5s  ease;
-moz-transition: 0.5s  ease;
-o-transition: 0.5s  ease;
transition: 0.5s  ease;
}
.eb_frontend .info,
.eventCardExtendedCnt .eventDescription .info {
position: relative;
text-align:left;
overflow:hidden;
height: 100px;
}
.eb_frontend .info.deactive,
.eventCardExtendedCnt .eventDescription .info.deactive {
height: auto;
}
.eb_frontend .info p,
.eb_frontend .info span,
.eb_frontend .info div,
.eventCardExtendedCnt .eventDescription .info *{
margin:0; padding:0;
}
.eb_frontend .info a.expand,
.eventCardExtendedCnt .eventDescription .info a.expand {
width: 100%;
outline: none;
display:block;
background:rgba(246,246,246,0.9);
text-align:center;
padding:5px 0px;
position:absolute;
bottom:0px;
text-decoration:none;
font-style:italic;
-webkit-box-shadow:  0px -5px 10px 0px rgba(246,246,246, 0.8);
-moz-box-shadow:  0px -5px 10px 0px rgba(246,246,246, 0.8);
box-shadow:  0px -5px 10px 0px rgba(246,246,246, 0.8);
}
.eventDisplayCnt .dateCnt,
.EBP--content .dateCnt {
display:block;
}
.EBP--content .dateCnt .dates,
.EBP--content .dateCnt .btns{
display: inline-block;
vertical-align: middle;
}
.EBP--content .dateCnt .btns {
margin-left: 20px;
}
.EBP--content .dateCnt .btns .allBooked {
font-style: italic; opacity: .9
}
.eventDisplayCnt .dateCnt .dates,
.EBP--content .dateCnt.dates {
display:inline-block;
margin:0;
padding:0;
}
.eventDisplayCnt .dateCnt .dateWrap,
.EBP--content .dateCnt .dateWrap {
display:block;
margin:0;
padding:0;
}
.eventDisplayCnt .dateCnt .eventDate,
.EBP--content .dateCnt .eventDate {
background:url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/cal.png) left center no-repeat;
padding-left:20px;
display:inline-block;
}
.eventDisplayCnt .dateCnt .time,
.EBP--content .dateCnt .time {
background:url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/clock.png) left center no-repeat;
display:inline-block;
padding-left:20px;
margin-left:10px;
}
.eventDisplayCnt.lite .dateCnt .time {
background:url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/clock-white.png) left center no-repeat;
}
.eventDisplayCnt .moreDates{
display:block;overflow: hidden;
}
.eventDisplayCnt .moreDates a{
text-decoration:none;
-webkit-transition: 0.3s  ease;
-moz-transition: 0.3s  ease;
-o-transition: 0.3s  ease;
transition: 0.3s  ease;
cursor:pointer;
}
.eventDisplayCnt .moreDates a:hover{
text-decoration:none;
-webkit-transition: 0.3s  ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.eb_frontend .buy {
text-align:center;
width:100%;
margin:0;
padding:0;
white-space:nowrap;
}
.eb_frontend .buy cite {
padding: 20px;
font-size: .9em
}
.eb_frontend .addToCalDiv{
display:block;
}
.eb_frontend .addToGoogleCal:hover{
text-decoration:none;
} .filterTags {
margin-bottom: 10px; text-align: center;
}
.filterTags a,
.filterTags span {
border-radius: 4px;
background-color: #1abc9c;
color: #ffffff;
margin-bottom: 5px;
overflow: hidden;
line-height: 1;
font-size: 16px;
padding: 8px 13px;
position: relative;
vertical-align: middle;
display: inline-block;
text-decoration: none;
-webkit-backface-visibility: hidden;
outline: none;
}
.filterTags span {
opacity: .3;
cursor: default;
}
.filterTags a {
cursor: pointer;
margin-left: 5px;
}
.filterTags a.isHidden {
opacity: .3;
}
.filterTags a:hover {
color: #ffffff;
}
.filterTags a:hover,
.filterTags a:focus {
outline: none;
border: none;
box-shadow: none;
} .ebp_btn_people {
margin-top: 10px;
display: block;
}
.ebp_btn_people:hover {
opacity: .5;
}
.eventCardCnt .ebp_btn_people {
margin: 0px 10px;
display: inline-block;
vertical-align: middle !important;
font-size: .8em;
}
.container {
min-height: 100%;
}
.calInstance .eb_frontend  {
animation: 0.5s fadeIn;
animation-fill-mode: forwards;
margin-bottom: 60px;
box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}
@keyframes fadeIn {
0% {
visibility: hidden;
opacity: 0;
}
100% {
visibility: visible;
opacity: 1;
}
} .clearfix:before,
.clearfix:after {
content: " "; display: table; }
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
@font-face {
font-family: 'fontawesome-selected';
src: url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/font/fontawesome-selected.eot);
src: url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/font/fontawesome-selected.eot?#iefix) format('embedded-opentype'), url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/font/fontawesome-selected.woff) format('woff'), url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/font/fontawesome-selected.ttf) format('truetype'), url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/font/fontawesome-selected.svg#fontawesome-selected) format('svg');
font-weight: normal;
font-style: normal;
}
.eventCardCnt {
display:block;
position:relative;
width:auto;
cursor:default;
box-sizing: border-box;
min-height:130px;
-webkit-transition: background-color, border-left-width 0.3s  ease;
-moz-transition: background-color, border-left-width 0.3s  ease;
transition: background-color, border-left-width 0.3s ease;
}
.eventCardCnt .arrow-down {
position: absolute;
bottom: 10px;
right: 10px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #fff;
opacity: 0.5;
-webkit-transition: opacity 0.3s  ease;
-moz-transition: opacity 0.3s  ease;
transition: opacity 0.3s ease;
}
.eventCardCnt {
position: relative;
overflow: hidden;
}
.eventCardCnt:hover .arrow-down {
opacity: 1;
}
.eventCardCnt.open .arrow-down{
opacity: 0;
}
.eventCardCnt a{
text-decoration:none;
}
.eventCardCnt * {
margin:0;
padding:0;
box-sizing: border-box;
}
.eventCardExtendedCnt{
display:block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
position:relative;
width:auto;
overflow:hidden;
}
.eventCardExtendedCnt .eventCardCnt {
cursor:pointer;
}
.eventCardExtendedCnt .eventDescription{
opacity: 0;
height: 0;
margin:0;
padding:0;
}
.eventCardExtendedCnt .eventDescription .infoTitle{
font-weight: normal;
text-transform: uppercase;
letter-spacing: normal;
line-height: 100%;
font-size:18px;
}
.eventCardExtendedCnt .eventDescription  a.hideDetails{
background:url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/up.png) center center no-repeat;
width:100%;
height:30px;
padding:0px;
display:block;
opacity:.3
}
.eventCardExtendedCnt .eventDescription  a.hideDetails:hover{
opacity:.6
}
.eventCardExtendedCnt .eventDescription .cntForSpace{
display:block; padding:0; margin:0;
}
.eventCardExtendedCnt .cnt {
height: auto;
} .ebpUsersTable {
overflow-x: scroll;
width: 100%;
max-width: 100%;
margin-bottom: 40px;
}
.ebpUsersTable table th {
text-align: left;
}
.ebpUsersTable table {
width: 100%;
max-width: 100%;
font-size: 14px;
}
.ebpUsersTable table thead > tr > th,
.ebpUsersTable table tbody > tr > th,
.ebpUsersTable table tfoot > tr > th,
.ebpUsersTable table thead > tr > td,
.ebpUsersTable table tbody > tr > td,
.ebpUsersTable table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
white-space:pre-wrap;
}
.ebpUsersTable table thead > tr > th {
vertical-align: bottom;
}
.ebpUsersTable table caption + thead tr:first-child th,
.ebpUsersTable table colgroup + thead tr:first-child th,
.ebpUsersTable table thead:first-child tr:first-child th,
.ebpUsersTable table caption + thead tr:first-child td,
.ebpUsersTable table colgroup + thead tr:first-child td,
.ebpUsersTable table thead:first-child tr:first-child td {
border-top: 0;
}
.ebpUsersTable table tbody + tbody {
border-top: 2px solid #dddddd;
}
.ebpUsersTable table .table {
background-color: #ffffff;
}
.ebpUsersTable table.bordered {
border: 1px solid #dddddd;
}
.ebpUsersTable table.bordered > thead > tr > th,
.ebpUsersTable table.bordered > tbody > tr > th,
.ebpUsersTable table.bordered > tfoot > tr > th,
.ebpUsersTable table.bordered > thead > tr > td,
.ebpUsersTable table.bordered > tbody > tr > td,
.ebpUsersTable table.bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.ebpUsersTable table.striped > tbody > tr:nth-child(odd) > td,
.ebpUsersTable table.striped > tbody > tr:nth-child(odd) > th {
background-color: #EEE;
}
.ebpUsersTable table.hover > tbody > tr{ }
.ebpUsersTable table.hover > tbody > tr:hover > td,
.ebpUsersTable table.hover > tbody > tr:hover > th {
background-color: #CCC;
}
table col[class^="col-"] {
display: table-column;
float: none;
}
.ev-admin table td[class^="col-"],
.ev-admin table th[class^="col-"] {
display: table-cell;
float: none;
}
.ebpUsersTable table > thead > tr > td.active,
.ebpUsersTable table > tbody > tr > td.active,
.ebpUsersTable table > tfoot > tr > td.active,
.ebpUsersTable table > thead > tr > th.active,
.ebpUsersTable table > tbody > tr > th.active,
.ebpUsersTable table > tfoot > tr > th.active,
.ebpUsersTable table > thead > tr.active > td,
.ebpUsersTable table > tbody > tr.active > td,
.ebpUsersTable table > tfoot > tr.active > td,
.ebpUsersTable table > thead > tr.active > th,
.ebpUsersTable table > tbody > tr.active > th,
.ebpUsersTable table > tfoot > tr.active > th {
background-color: #f5f5f5;
} .qtip {
position: absolute;
left: -28000px;
top: -28000px;
display: none;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0
}
.qtip-content {
padding: 6px;
position: relative;
overflow: hidden;
}
.qtip-content a {
font: 13px;
color: #00c4d0;
padding: 0 12px;
text-decoration: none;
text-align: left;
word-wrap: break-word
}
.qtip-titlebar {
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: 700
}
.qtip-titlebar+.qtip-content {
border-top-width: 0!important
}
.qtip-close {
position: absolute;
right: -9px;
top: -9px;
z-index: 11;
cursor: pointer;
outline: 0;
border: 1px solid transparent
}
.qtip-titlebar .qtip-close {
right: 4px;
top: 50%;
margin-top: -9px
}
* html .qtip-titlebar .qtip-close {
top: 16px
}
.qtip-icon .ui-icon,.qtip-titlebar .ui-icon {
display: block;
text-indent: -1000em;
direction: ltr
}
.qtip-icon,.qtip-icon .ui-icon {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none
}
.qtip-icon .ui-icon {
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: 400 bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: -100em -100em no-repeat
}
.qtip-default {
border: 1px solid #F1D031;
background-color: #FFFFA3;
color: #555
}
.qtip-default .qtip-titlebar {
background-color: #FFEF93
}
.qtip-default .qtip-icon {
border-color: #CCC;
background: #F1F1F1;
color: #777
}
.qtip-default .qtip-titlebar .qtip-close {
border-color: #AAA;
color: #111
}
.qtip .qtip-tip {
border-color: white !important;
margin: 0 auto;
overflow: hidden;
z-index: 10
}
.qtip .qtip-tip,x:-o-prefocus {
visibility: hidden
}
.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas {
position: absolute;
color: #123456;
background: 0 0;
border: 0 dashed transparent
}
.qtip .qtip-tip canvas {
top: 0;
left: 0
}
.qtip .qtip-tip .qtip-vml {
behavior: url(#default#VML);
display: inline-block;
visibility: visible
}
.ebp-qtip {
background-color: #000;
color: #FFF;
border: none;
box-shadow: 0 0 5px rgba(0,0,0,.05), 3px 4px 20px rgba(0,0,0,.2);
cursor: pointer;
font-size: 13px;
padding: 8px 10px;
}
.ebp-qtip .tooltipCnt .EBP--CellEvent {
display: block;
margin-bottom: 5px;
padding: 4px;
}
.ebp-qtip .tooltipCnt .EBP--CellEvent:before {
content: "-";
margin-right: 8px;
}
.ebp-qtip .tooltipCnt .EBP--CellEvent:only-child:before {
margin-right: 0;
content: "";
}
.EBP--card-wrapper {
width: 49%;
display: inline-block;
vertical-align: middle;
vertical-align: -webkit-baseline-middle;
}
.EBP--card-inputs {
width: 49%;
vertical-align: middle;
vertical-align: -webkit-baseline-middle;
display: inline-block;
}.ebp-prep {
display: inline-block;
}
.EBP--Stripped {
text-decoration: line-through;
font-size: 0.8em !important;
font-style: italic;
margin-right: 5px;
opacity: .8;
} .ebpBox .moreDates {
margin-top: 10px;
}
.moreDates a {
color: #999;
float: center;
font-size: 12px;
line-height:120%;
font-weight:normal;}
.moreDates a:hover{
color: #a07500;
}
.eventDisplayCnt:not(.isCalendar) .info a.expand{
background-color: rgba(255,255,255,0.9);
-webkit-box-shadow:  0px -5px 10px 0px  rgba(255,255,255,0.8);
-moz-box-shadow:  0px -5px 10px 0px  rgba(255,255,255,0.8);
box-shadow:  0px -5px 10px 0px rgba rgba(255,255,255,0.8);
}
.ebpBox .info a.expand {
color: #a5a5a5;
margin-left: -10px;
}
.ebpBox .ebp_btn_people,
.ebpBox .ebp_btn_people:hover {
color: #a07500;
}
.EBP--AddToCal--Cnt {
text-align: left;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.ebpBox .EBP--AddToCal--Cnt {
border-top: 0px solid #eeeeee;
}
a.EBP--SocialLink {
color:#ADADAD;
font-size:12px;
font-style:italic;
margin-right: 10px;}
a.EBP--SocialLink:hover{
color:#CCC;
} .eventDisplayCnt .dateCnt .datelabel {
display:inline-block;
margin-right: 10px;
font-weight:normal;  color: #666666;
font-size: 12px;
line-height: 16px;
}
.ebpBox .Ebp--EventDetails {
color: #999 ;
font-size: 32px;
line-height: 32px;
font-weight:normal;  padding: 10px 20px;
padding-bottom: 10px;
margin-bottom: 0px;
margin-top: 10px;
border-bottom: 0px solid #EEE;
}
.ebpBox .EBP--Location {
background:url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/location.png) 20px center no-repeat;
padding: 20px 40px;
color:#a5a5a5;
font-size:12px;
text-align:left;
font-weight:normal;}
.ebpBox .Ebp--EventDetails {
text-align: center;
}
.ebpBox .Ebp--EventDetails .Ebp--Spots {
display:inline-block;
text-align:center;
width: 50%;
margin: 0 auto;
min-width: 150px;
vertical-align: middle;
}
.ebpBox .Ebp--EventDetails .Ebp--Spots span{
vertical-align:middle;
position:relative;
text-align:left;
margin-left: 6px;
display:inline-block;
color: #CCC;
font-size: 14px;
line-height: 32px;
height: 32px;
font-weight:normal;}
.ebpBox .Ebp--EventDetails .Ebp--Price {
display: inline-block;
text-align: center;
width: 50%;
margin: 0 auto;
min-width: 150px;
}
.ebpBox .Ebp--EventDetails .Ebp--SubTickets {
width: 50%;
min-width: 150px;
display: inline-block;
vertical-align: middle;
}
.ebpBox .Ebp--EventDetails .Ebp--SubTicket {
width: 100%;
font-size: 14px;
}
.ebpBox .Ebp--PassedEvent{
display:inline-block;
width:50%;
text-align:center;
}
.ebpBox .multipleTickets .Ebp--TicketName {
text-align: left;
font-size: 16px;
}
.ebpBox .EBP--Date-Details {
color: #999;
font-size:14px;
text-align: center;
line-height: 120%;
font-weight:normal;  padding: 10px 0px;
padding-bottom:10px;
margin:0 auto;
margin-bottom:0px;
margin-top:0px;
border-bottom: 1px solid #EEEEEE;
} .eventCardCnt:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
transition: all 0.5s ease;
pointer-events: none;
}
.eventCardCnt:hover:before {
background-color: rgba(0,0,0,0.05);
}
.eventCardCnt .EBP--Card--Cnt {
display: block;
position: relative;
max-width: 100%;
height: 100%;
}
.eventCardCnt .ebpCardThumbHolder {
display: inline-block;
opacity: .8;
height: 100%;
margin-right: 10px;
width: auto;
max-width: 35%;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
vertical-align:middle;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.eventCardCnt .ebpCardThumbHolder.mini {
width: 15% !important;
}
.eventCardCnt:hover .ebpCardThumbHolder {
opacity: 1
}
.eventCardCnt .EBP--Card-Details {
display: inline-block;
vertical-align: top;
height: 100%;
}
.eventCardCnt .EBP--Card-Details.fullWidth {
max-width: inherit;
}
.eventCardCnt .EBP--Card-Details span {
display:block;
line-height:120%;
}
.eventCardCnt .EBP--Card-Details span.title {
font-size: 24px;
white-space: normal;
overflow: hidden;
}
.eventCardCnt .EBP--Card-Details .dateCnt {
display: inline-block;
vertical-align: middle;
}
.eventCardCnt .EBP--Card-Details .dateCnt .eventDate {
margin:0;
}
.eventCardCnt .EBP--Card-Details .moreDates{
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.eventCardCnt .EBP--Card-EventDetails {
display:block;
margin-top: 15px;
}
.eventCardCnt .EBP--Card-EventDetails * {
vertical-align: -webkit-baseline-middle;
}
.eventCardCnt .EBP--Card-EventDetails .price,
.eventCardCnt .EBP--Card-EventDetails .spots,
.eventCardCnt .EBP--Card-EventDetails .passedEvent,
.eventCardCnt .EBP--Card-EventDetails .buyCnt {
display:inline-block;
line-height: 120%;
margin-right: 15px;
} .eb_frontend .EBP--BookBtn,
.ebpBox .EBP--BookBtn,
.eventCardCnt .EBP--BookBtn,
.EBP--GiftCard .EBP--BookBtn,
.EBP--Slide .EBP--BookBtn {
cursor:pointer;
display:inline-block;
margin:0 auto;
font-family:inherit;
text-align:center;
vertical-align:middle;
text-decoration:none;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-backface-visibility: hidden;
}
.eb_frontend .EBP--BookBtn,
.ebpBox .EBP--BookBtn,
.EBP--GiftCard .EBP--BookBtn,
.EBP--Slide .EBP--BookBtn  {
height: auto;
background-color: #a07500;
color: #FFFFFF;
font-size: 18px;
line-height: 18px;
padding: 12px 40px;
font-weight: normal;
border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;  border-top: 0px solid#FFF;}
.eb_frontend .EBP--BookBtn:hover,
.eventCardCnt .EBP--Card-EventDetails .EBP--BookBtn:hover,
.ebpBox .EBP--BookBtn:hover,
.EBP--GiftCard .EBP--BookBtn:hover,
.EBP--Slide .EBP--BookBtn:hover  {
opacity:0.7;
}
.eb_frontend .EBP--BookBtn.deactive,
.ebpBox .EBP--BookBtn.deactive,
.eventCardCnt .EBP--BookBtn.deactive,
.EBP--GiftCard .EBP--BookBtn.deactive,
.EBP--Slide .EBP--BookBtn.deactive {
opacity: 0.7;
cursor: default;
}
.eb_frontend .EBP--BookBtn span,
.ebpBox .EBP--BookBtn span,
.EBP--GiftCard .EBP--BookBtn span,
.EBP--Slide .EBP--BookBtn span {
font-size: .8em;
font-style: italic;
}  .EBP--CalendarBlocker{
display:none;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background:rgba(255,255,255,0.7);
z-index:100;
}
.calExample {
padding: 0 30px 50px 30px;
width: 100%;
max-width: 600px;
margin: 0 auto;
}
.EBP--Calendar *,
.EBP--Calendar *:after,
.EBP--Calendar *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.EBP--Calendar {
width: 100%;
height: 100%;
}
.isCalendar{
margin:0 auto;
}
.EBP--CalendarLoaderCnt {
width: 100%;
height: 100%;
position: absolute;
top:0;
left:0;
}
.EBP--CalendarContainer {
position: relative;
width: auto;
padding: 30px;
background: #f6f6f6;
box-shadow: inset 0 1px rgba(255,255,255,0.8);
background-color: #f6f6f6;
}
.EBP--CalendarHead {
background: transparent;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
height: 30px;
line-height: 30px;
color: #2ecc71;
}
.EBP--Header {
padding: 5px 10px 10px 20px;
position: relative;
border-bottom: 1px solid #ddd;
background-color: #ffffff;
}
.EBP--Header h2,
.EBP--Header h3 {
text-align: center;
text-transform: uppercase;
}
.EBP--Header h2 {
color: #495468;
font-weight: 300;
font-size: 18px;
margin-top: 10px;
}
.EBP--Header h3 {
font-size: 10px;
font-weight: 700;
color: #b7bbc2;
}
.EBP--Header nav span {
position: absolute;
top: 17px;
width: 30px;
height: 30px;
color: transparent;
cursor: pointer;
margin: 0 1px;
font-size: 20px;
line-height: 30px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.EBP--Header nav span:first-child {
left: 5px;
}
.EBP--Header nav span:last-child {
right: 5px;
}
.EBP--Header nav span:before {
font-family: 'fontawesome-selected';
position: absolute;
text-align: center;
width: 100%;
color: #2ecc71;
}
.EBP--Header .EBP--Prev:before {
content: '\25c2';
}
.EBP--Header .EBP--Next:before {
content: '\25b8';
}
.EBP--Header .EBP--Prev:hover:before,
.EBP--Header .EBP--Next:hover:before {
color: #495468;
}
.EBP--Month {
margin: 15px 0 0px;
}
.EBP--Year {
font-size: 12px; margin:0;
}
.EBP--CalendarWrap {
margin: 10px auto;
position: relative;
overflow: hidden;
}
.EBP--Inner {
background: #fff;
}
.EBP--Inner:before,
.EBP--Inner:after  {
content: '';
width: 99%;
height: 50%;
position: absolute;
background: #f6f6f6;
bottom: -4px;
left: 0.5%;
z-index: -1;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.EBP--Inner:after {
content: '';
width: 98%;
bottom: -7px;
left: 1%;
z-index: -2;
}
.EBP--CalendarBody {
position: relative;
width: 100%;
height: 100%;
height: -moz-calc(100% - 30px);
height: -webkit-calc(100% - 30px);
height: calc(100% - 30px);
border: 1px solid #ddd;
}
.EBP--CalendarRow {
width: 100%;
border-bottom: 1px solid #ddd;
position: relative;
}
.EBP--CalendarRow:last-child {
border-bottom: none;
}
.EBP--CalendarRow-events {
width: 100%;
position: absolute;
top: 0;
height: 100%;
}
.EBP--Calendar-four-rows .EBP--CalendarRow{
height: 25%;
}
.EBP--Calendar-five-rows .EBP--CalendarRow {
height: 20%;
}
.EBP--Calendar-six-rows .EBP--CalendarRow{
height: 16.66%;
height: -moz-calc(100%/6);
height: -webkit-calc(100%/6);
height: calc(100%/6);
}
.EBP--CalendarCell,
.EBP--CalendarHead > div {
float: left;
height: 100%;
width:  14.28%; width: -moz-calc(100%/7);
width: -webkit-calc(100%/7);
position: relative;
}
.EBP--CalendarCell {
padding: 4px;
} .ie9 .EBP--CalendarCell,
.ie9 .EBP--CalendarHead > div {
width:  14.2%;
}
.EBP--CalendarHead > div {
text-align: center;
}
.EBP--CalendarRow > .EBP--CalendarCell {
border-right: 1px solid #ddd;
background:#FFFFFF;
}
.EBP--CalendarRow > .EBP--CalendarCell:nth-child(7) {
border-right: none;
}
.EBP--CalendarRow .EBP--CalendarCell:empty {
background: transparent;
}
.EBP--CalendarCell:last-child,
.EBP--CalendarHead > div:last-child {
border-right: none;
}
.showEventsDirectly .EBP--CalendarCell {
padding: 0;
}
.EBP--CalendarCellWeekDay {
display: none;
}
.EBP--CalendarCellDate {
position: absolute;
font-size: 18px;
line-height: 20px;
background: rgba(255,255,255,0.5);
top: 50%;
left: 50%;
text-align: center;
width: 30px;
margin: -10px 0 0 -15px;
font-weight: 400;
pointer-events: none;
color:#686a6e;
}
.showEventsDirectly .EBP--CalendarCellDate {
font-size: 14px;
line-height: 16px;
padding: 0px 2px;
width: auto;
margin: 0;
top: 8px;
left: 5px;
text-align: center;
pointer-events: none;
z-index: 101;
background: #FFFFFF;
opacity: .8;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.EBP--CalendarRow  .EBP--CalendarCellToday {
background-color: #2eCC71;  }
.EBP--CalendarRow  .EBP--CalendarCellToday .EBP--CalendarCellDate {
background: none;
}
.showEventsDirectly .EBP--CalendarRow  .EBP--CalendarCellToday .EBP--CalendarCellDate {
background: #FFFFFF;
}
.EBP--CalendarRow  .EBP--CalendarCellToday:hover{
background-color: #2eCC71;
}
.EBP--CalendarCellToday.EBP--CalendarCell--hasContent:after {
color: rgba(0,0,0,0.1);
}
.EBP--CalendarCellToday.EBP--CalendarCell--hasContent:hover:after{
color: #fff;
}
.EBP--CalendarCell--hasContent{
background: #FFFFFF;
cursor: pointer;
}
.EBP--CalendarCell--hasContent:hover {
background: #FFFFFF;
color: #2ecc71;
}
.EBP--CalendarCell--hasContent:after {
content: '\00B7';
text-align: center;
margin-left: -10px;
position: absolute;
color: #DDDDDD;
font-size: 70px;
line-height: 20px;
left: 50%;
bottom: 3px;
}
.EBP--CalendarCell--hasContent:hover:after {
color: #2ecc71;
}
.showEventsDirectly .EBP--CalendarCell--hasContent:after {
content: '';
margin: 0;
position: relative;
}
.EBP--CalendarContent {
display: block;
white-space: normal;
z-index: 98;
font-size: 14px;
line-height: 16px;
text-align: center;
width: 90%;
height: auto;
padding: 5px 10px;
margin: 5%;
box-sizing: border-box;
position: absolute;
bottom: 0px;
max-height: 90%;
opacity: 0.8;
overflow: hidden;
cursor: pointer;
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;;
color: #FFFFFF;
background-color: #2ecc71;
}
.EBP--CalendarContent:hover{
opacity: 1;
max-height: none;
z-index: 102;
} .EBP--SpreadEvent {
font-size: 13px;
line-height: 13px;
padding: 4px 5px;
height: 22px;
text-align: left;
box-sizing: border-box;
color: #FFFFFF;
background-color: #2ecc71;
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;;
margin-top: 5px;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
opacity: 0.8;
cursor: pointer;
z-index: 100;
margin-left: 6%;
overflow: hidden;
}
.EBP--SpreadEvent:hover {
opacity: 1;
}
.EBP--SpreadEvent:first-child {
margin-top: 25px;
}
.EBP--SpreadEvent--Continues {
border-top-right-radius: 0px; webkit-border-top-right-radius: 0px; -moz-border-top-right-radius: 0px;
border-bottom-right-radius: 0px; webkit-border-bottom-right-radius: 0px; -moz-border-bottom-right-radius: 0px;
}
.EBP--SpreadEvent--Continuation {
border-top-left-radius: 0px; webkit-border-top-left-radius: 0px; -moz-border-top-left-radius: 0px;
border-bottom-left-radius: 0px; webkit-border-bottom-left-radius: 0px; -moz-border-bottom-left-radius: 0px;
margin-left: 0;
}
.EBP--SpreadEvent.EBP--SpreadEvent--Empty {
background: transparent;
cursor: default;
z-index: 0;
pointer-events: none
}
.EBP--CalendarCell--Spread {
float: right;
}
.EBP--CalendarSpots{
font-size: 10px;
line-height: 15px;
font-style: normal;
opacity: .8;
}
.EBP--CellEvent {
display: block;
padding: 4px 0px;
margin-bottom: 4px;
font-size: 13px;
line-height: 15px;
}
.EBP--CellEvent:last-child {
margin-bottom: 0px;
}
.ebp-qtip {
background: #2ecc71;
}
.EBP--CalendarEventContent {
height: 100%;
position: absolute;
z-index: 104;
top: 0px;
left: 0px;
text-align: center;
width: 100%;
background-color: #f6f6f6;
}
.calanderCnt {
padding:10px 20px;
}
.EBP--CalendarEventContent .eventClose {
position: absolute;
top: 25px;
right: 10px;
width: 20px;
height: 20px;
line-height: 20px;
font-size:18px;
text-align: center;
cursor: pointer;
padding: 0;
vertical-align:middle;
opacity:1;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
background:url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/close.png) center center no-repeat;
background-color: #2ecc71;
border: 1px solid #2ecc71;
}
.EBP--CalendarEventContent .eventClose:hover {
opacity:0.5;
}
.EBP--CalendarEventContent h4 {
background-color: #ffffff;
text-transform: uppercase;
font-size: 14px;
font-weight: 300;
letter-spacing: 3px;
color: #777;
padding: 20px;
border-bottom: 1px solid #ddd;
box-shadow: 0 1px rgba(255,255,255,0.9);
margin-bottom:0px;
margin-top:25px;
}
.CalendarContainer-WeeklyView,
.EBP--Inner:after {
background-color: #f6f6f6;
}
.EBP--CalendarContainer-WeeklyView .EBP--CalendarRow > .EBP--CalendarCell {
background: none;
}
.EBP--CalendarContainer-WeeklyView .EBP--CalendarRow > .EBP--CalendarCell.hasEvents {
background: #FFFFFF;
} .filterTags a, .filterTags span {
border-radius: 4px;
background-color: #1abc9c;
color: #FFFFFF;
font-size: 16px;
padding: 8px 13px;
} .eventCardCnt{height: 170px;}.eventCardCnt {background-color: #FFF; background-size:cover;background-repeat:   no-repeat; background-position: center center; width:400px;margin: auto; margin-top: 0px; margin-bottom: 20px;padding:0px 0px; padding-bottom: 20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:0px solid#F2F2F2; }.eventCardCnt:not(.extended) {margin: auto; margin-top: 0px; margin-bottom: 20px;}.eventCardCnt .EBP--Card--Cnt{width:400px; }.eventCardCnt .ebpCardThumbHolder{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.eventCardCnt:not(.extended) .ebpCardThumbHolder{width: 35%}.eventCardCnt:not(.extended) .hasThumbnail .EBP--Card-Details{max-width: 65%}.eventCardCnt .EBP--Date-Details {color:#999; font-size:14px; line-height:120%;font-weight:normal; padding:10px 0px; padding-bottom:10px;text-align:center;margin:0 auto; margin-bottom:0px; margin-top:0px; border-bottom:1px solid #EEEEEE;}.eventCardCnt .moreDates a {color:#999;}.eventCardCnt .moreDates a:hover{color:#2ecc71;}.eventCardCnt .EBP--Card-Details span.title{color:#495468; font-size:24px;font-weight:normal;text-align:center;margin:0 auto;}.eventCardCnt .EBP--Location a{ background: url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/location.png) 0px center no-repeat;
padding: 0px 0px 0px 20px; color:#a5a5a5; font-size:12px;font-weight:normal;text-align:left;}.eventCardCnt .EBP--Card-EventDetails .price{color:#999; font-size:32px;font-weight:normal;;}.eventCardCnt .EBP--Card-EventDetails .passedEvent,.eventCardCnt .EBP--Card-EventDetails .spots {color:#CCC; font-size:14px;font-weight:normal;}.buyCnt a.EBP--BookBtn{background-color:#2ecc71; color:#FFFFFF; font-size:18px;  line-height:18px; padding:12px 40px; font-weight:normal;  -webkit-border-radius: 25px; -moz-border-radius: 25px;border-radius: 25px; border-top:0px solid#FFF;margin: 0 auto; margin-top: 10px; margin-bottom:20px;}.ebp_btn_people,.ebp_btn_people:hover{color:#2ecc71;}.eventCardExtendedCnt{width:400px; margin: 0 auto; margin-top: 0px; margin-bottom: 20px; padding:0;}.eventCardExtendedCnt .eventCardCnt:hover{ background-color:rgba(255,255,255,0.5); border-left: 5px solid #2ecc71;}.eventCardCnt .arrow-down {border-top-color: #2ecc71;}.eventCardCnt .EBP--Card--Cnt{width:400px; }.eventCardCnt .ebpCardThumbHolder{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}.eventCardExtendedCnt .ebpCardThumbHolder{width: 15%}.eventCardExtendedCnt .hasThumbnail .EBP--Card-Details {max-width: 85%}.eventCardCnt .EBP--Card-Details .title{color:#495468; margin-bottom: 0px; font-size:24px;font-weight:normal;text-align:center;margin:0 auto;}.eventCardCnt .EBP--Card-EventDetails .price{color:#999; font-size:32px;font-weight:normal;;}.eventCardCnt .EBP--Card-EventDetails .passedEvent,.eventCardCnt .EBP--Card-EventDetails .spots {color:#CCC; font-size:14px;font-weight:normal;}.buyCnt a.EBP--BookBtn{background-color:#2ecc71; color:#FFFFFF; font-size:18px;  padding:12px 40px; font-weight:normal;  -webkit-border-radius: 25px; -moz-border-radius: 25px;border-radius: 25px; border-top:0px solid#FFF;margin: 0 auto; margin-top: 10px; margin-bottom:20px;}.ebp_btn_people,.ebp_btn_people:hover{color:#2ecc71;}.eventCardExtendedCnt .eventDescription{width:100%; background-color:rgba(241,241,241,1); padding:0px;}.eventCardExtendedCnt .eventDescription .info a.expand{background-color:rgba(241,241,241,0.9);
-webkit-box-shadow:  0px -5px 10px 0px rgba(241,241,241,0.8);
-moz-box-shadow:  0px -5px 10px 0px rgba(241,241,241,0.8);
box-shadow:  0px -5px 10px 0px rgbargba(241,241,241,0.8)
}.eventCardExtendedCnt .EBP--AddToCal--Cnt {border-top:1px solid #eeeeee;}.eventCardExtendedCnt .eventDescription .info{color:#a5a5a5; font-size:12px; line-height:14px;  font-weight:normal; padding:10px 10px; padding-bottom:10px;text-align:left;}.eventCardExtendedCnt .eventDescription .info a.expand{color:#a5a5a5; margin-left: -10px;}.eventCardExtendedCnt .eventDescription .infoTitle{color:#111111;  font-size:18px; line-height:18px; margin:0px 0px; padding:0px 10px;}.eventCardExtendedCnt .eventDescription .cntForSpace{margin:0;padding:0; width:100%; height:10px; border-bottom:1px solid #eeeeee; }.eventCardExtendedCnt .eventDescription  .eventImage{margin:0px 0px; margin-top: 0px; margin-bottom: 0px;} .EBP--perspective,
.EBP--perspective body {
height: 100%;
overflow: hidden;
}
.EBP--perspective body  {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
.EBP--overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 99000;
opacity: 0;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;;
cursor: url(//simonmckay.co.uk/wp-content/plugins/eventBookingPro/images/icon/closeBig.png), auto;
background-color: #2b2b2b;
}
.EBP--modal {
position: fixed;
top: 50%;
left: 50%;
width: 960px;
max-width: 100%;
height: auto;
z-index: 99900;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.EBP--modal.fullHeight {
height: 100%;
}
.EBP--show {
visibility: visible;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
}
.EBP--mobilePage {
position: relative;
top: 0;
left: 0;
width: auto;
max-width: 100%;
height: auto;
z-index: 1;
visibility: visible;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
.EBP--mobilePage.EBP--show {
display: block;
}
.EBP--show ~ .EBP--overlay {
opacity: 0.5;
visibility: visible;
} .EBP--content {
position: relative;
margin: 20px auto;
padding: 15px 40px;
text-align: center;
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;;
height: -moz-calc(100% - 70px);
height: -webkit-calc(100% - 70px);
height: -o-calc(100% - 70px);
height: calc(100% - 70px);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;;
}
.EBP--content, .EBP--show.ebp-fullpage .EBP--content {background:#ffffff;}
.EBP--show .EBP--content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.EBP--show .EBP--content.EBP--hiddenState  {
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
opacity: 0;
}
.EBP--content * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.EBP--content .topBorder,
.EBP--content .bottomBorder {
border-bottom: 1px solid rgba(255,255,255,0.3);
display: block;
width: 100%;
}
.EBP--content .topBorder {
margin-bottom:10px;
}
.EBP--content .bottomBorder {
margin-top:10px;
}
.EBP--content ul li{
width:100%;
}
.EBP--content > div p {
margin: 0;
padding: 10px 0;
}
.EBP--content > div ul {
margin: 0;
padding: 0 0 30px 20px;
}
.EBP--content > div ul li {
padding: 5px 0;
}
.EBP--content button {
display: block;
margin: 0 auto;
font-size: 1em;
}
.EBP--content .Modal--NoBuy {
display: none;
opacity: .8;
font-size: 1.2em;
}
.EBP--content input,
.EBP--content textarea {
text-align:left;
outline:0; border:none;
letter-spacing: 1px;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;;
box-shadow: -1px -1px 0px 0px rgba(0,0,0,0.2);
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
width:100% !important;
}
.EBP--content input[type="text"] {
padding:0px;
text-align:center;
width:100%;
border:none;
}
.EBP--content textarea {
padding:0px;
text-align:center;
width:100%;
height:100px;
overflow:hidden;
overflow-x:auto;
}
.EBP--content input[type="checkbox"],
.EBP--content input[type="radio"]{
margin-right:4px; visibility:hidden;
}
.EBP--content form .ebp_form_duplicate_cnt {
margin-bottom: 25px;
}
.EBP--content form .duplHolder {
margin: 20px 0px;
padding: 15px;
}
.EBP--content form .duplHolder {
background: rgba(255, 255, 255, 0.2);
}
.EBP--content form .duplHolder .EBP--DuplicateTitle {
margin-bottom: 10px;
font-size: 1.5em;
}
.EBP--content form .inputholder {
margin: 10px 20px 10px 0px;
display:inline-block;
vertical-align: middle;
line-height:20px;
}
.EBP--content form .fieldHolder{
display:block; width:100%; padding:0;
}
.EBP--content form span.label{
margin-right:20px;
vertical-align: baseline;
}
.EBP--content form .inputholder:last-child,
.EBP--content form span.label:last-child{
margin-right: 0
}
.EBP--content form span.label a{
opacity: 1
}
.EBP--content form span.label a:hover{
opacity: .7
}
.EBP--content .formInput.overflowed {
overflow: hidden;
}
.EBP--content form .formInput input[type="text"] {
font-size: 16px;
line-height: 20px;
padding: 12px 0px;
height: 40px;
margin: 10px 0px 0px;
}
.intl-tel-input .flag-container {
top: 10px;
}
.intl-tel-input .flag-container:hover,
.intl-tel-input .flag-container:focus {
outline: none;
}
.EBP--content form .formInput textarea {
font-size: 16px;
line-height: 20px;
padding: 12px 0px ;
margin-top: 10px;
}
.EBP--contetn form .staticText {
margin: 10px 0px 0px;
}
.EBP--content form .hasSelectField {
margin: 10px 0px 0px;
}
.EBP--content form .hasCheckBoxes,
.EBP--content form .hasRadioButton {
margin-bottom: 20px;
margin-top: 20px;
}
.EBP--content input.half,
.EBP--content textarea.half,
.EBP--content .formInput .fieldHolder.half {
width: 49.5% !important;
}
.EBP--content input.half:last-child,
.EBP--content textarea.half:last-child,
.EBP--content .formInput .fieldHolder.half:last-child {
float:right;
}
.EBP--content input.half:first-child,
.EBP--content textarea.half:first-child,
.EBP--content .formInput .fieldHolder.half:first-child {
float:left;
}
.EBP--content input:focus::-webkit-input-placeholder,
.EBP--content textarea:focus::-webkit-input-placeholder {
opacity: .3
}
.EBP--content input:focus:-moz-placeholder,
.EBP--content textarea:focus:-moz-placeholder {
opacity: .3
}
.EBP--content input:focus::-moz-placeholder,
.EBP--content textarea:focus::-moz-placeholder{
opacity: .3
}
.EBP--content input:focus:-ms-input-placeholder,
.EBP--content textarea:focus:-ms-input-placeholder {
opacity: .3
}
.EBP--content input.incorrect::-webkit-input-placeholder,
.EBP--content textarea.incorrect::-webkit-input-placeholder {
color: red !important;
}
.EBP--content input.incorrect:-moz-placeholder,
.EBP--content textarea.incorrect:-moz-placeholder {
color: red !important;
}
.EBP--content input.incorrect::-moz-placeholder,
.EBP--content textarea.incorrect::-moz-placeholder{
color: red !important;
}
.EBP--content input.incorrect:-ms-input-placeholder,
.EBP--content textarea.incorrect:-ms-input-placeholder {
color: red !important;
}
.EBP--content form .fieldHolder.incorrect:after {
content: "!";
width: 24px;
height: 24px;
display: inline-block;
vertical-align: middle;
font-weight: bold;
color: #ff0000;
}
.EBP--content input.incorrect,
.EBP--content textarea.incorrect{
color:#ff0000 !important;
}
.EBP--content input.couponInput {
display: inline-block;
padding: 8px 10px;
font-size: 14px !important;
line-height: 14px;
width: 100px !important;
margin: 0;
text-align: center;
display: inline-block;
}
.EBP--content input[disabled] {
opacity: .8;
cursor: not-allowed;
} .EBP--content .checkBoxStyle {
width: 25px;
position: relative;
display:inline-block;
margin-right:5px;
vertical-align: text-top;
}
.EBP--content .checkBoxStyle label {
cursor: pointer;
position: absolute;
width: 22px;
height: 20px;
top: 0;
left:0;
border-radius: 4px;
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
background: rgba(255,255,255,0.2);
}
.EBP--content .checkBoxStyle label.dot {
ebkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius:50%;
}
.EBP--content .checkBoxStyle label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
content: '';
position: absolute;
background: transparent;
}
.EBP--content .checkBoxStyle label.check:after{
border: 3px solid #111;
border-top: none;
border-right: none;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 9px;
height: 5px;
top: 5px;
left: 5px;
}
.EBP--content .checkBoxStyle label.dot:after {
background-color:#111;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius:50%;
width: 10px;
height: 10px;
top: 6px;
left: 6px;
}
.EBP--content .checkBoxStyle label:hover::after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
}
.EBP--content .checkBoxStyle input[type=checkbox]:checked + label:after,
.EBP--content .checkBoxStyle input[type=radio]:checked + label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
} .EBP--content .cd-dropdown *,
.EBP--content .cd-dropdown *:after,
.EBP--content .cd-dropdown *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
} .clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.EBP--content .cd-dropdown,
.EBP--content .cd-select {
position: relative;
min-width: 200px;
margin:0;
text-align:center;
display: inline-block;
}
.EBP--content .cd-dropdown > span {
width: 100%;
height: 40px;
line-height: 40px;
font-weight: normal;
font-size: 16px;
background: none;
display: block;
padding: 0 0px 0 0px;
position: relative;
cursor: pointer;
}
.EBP--content .cd-dropdown > span:after {
content: '\25BC';
font-size:11px;
background: rgba(0,0,0,.1);
width:20px;
line-height:20px;
height:20px;
vertical-align:top;
margin-left:5px;
display:inline-block;
text-decoration:none;
cursor:pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-top:10px;  opacity:0.8;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
border-radius:3px;
webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.EBP--content .cd-dropdown.cd-active > span:after {
content: '\25B2';
}
.EBP--content .cd-dropdown ul {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
position: relative;
z-index: 2000;
}
.EBP--content .cd-dropdown ul li {
display: block;
}
.EBP--content .cd-dropdown ul li span {
width: 100%;
background: rgba(255,255,255,.8);
line-height: 40px;
padding: 0;
text-align:center;
display: block;
color: #111;
cursor: pointer;
font-weight: normal;
}
.EBP--content .cd-dropdown > span,
.EBP--content .cd-dropdown ul li span {
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .EBP--content .cd-select {
border: 1px solid #ddd;
}
.EBP--content .cd-dropdown ul {
position: absolute;
top: 0px;
width: 100%;
}
.EBP--content .cd-dropdown ul li {
position: absolute;
width: 100%;
pointer-events: none;
}
.EBP--content .cd-active.cd-dropdown > span {
color: #208F4F;
display:inline-block;
}
.EBP--content .cd-active.cd-dropdown ul li {
pointer-events: auto;
}
.EBP--content .cd-active.cd-dropdown ul li span {
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-ms-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.EBP--content .cd-active.cd-dropdown ul li span:hover {
background: #208F4F;
}
.cd-dropdown ul::-webkit-scrollbar {
width: 6px;
}
.cd-dropdown ul::-webkit-scrollbar-thumb {
border-radius: 10px;
background:rgba(0,0,0,.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
} .EBP--content a,
.EBP--content a:hover,
.EBP--content a:focus {
text-decoration:none;
outline: none;
}
.EBP--content a.Modal--BookBtn,
.EBP--content a.paypalPay,
.EBP--content a.Modal--CouponBtn,
.EBP--content a.Modal--directDateBook {
background: rgba(0,0,0,.1);
cursor:pointer;
font-size: 1em;
display:inline-block;
letter-spacing: 1px;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
text-decoration: none;
white-space: nowrap;
}
.EBP--content a.Modal--CouponBtn,
.EBP--content a.Modal--directDateBook {
padding:8px 10px;
font-size: 14px;
line-height: 14px;
margin: auto;
margin-top: -4px;
margin-left: 10px;
display: inline-block;
vertical-align: middle;
}
.EBP--content a.Modal--BookBtn {
margin-left: 20px;
margin-top: 30px;
color: #FFF;
font-size:16px;
height:auto;
line-height:16px;
padding: 15px 35px;
font-weight:normal;
border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;;
}
.EBP--content a.Modal--BookBtn:hover,
.EBP--content a.paypalPay:hover,
.EBP--content a.Modal--CouponBtn:hover,
.EBP--content a.Modal--directDateBook:hover,
.EBP--content .Modal--QuantityBtns a:hover{
background: rgba(0,0,0,.3);
}
.EBP--content a.Modal--BookBtn.deactive,
.EBP--content a.paypalPay.deactive {
cursor:default;
opacity:0.5;
}
.EBP--content a.Modal--BookBtn.deactive:hover,
.EBP--content a.paypalPay.deactive:hover {
background: rgba(0,0,0,.1);
}
.EBP--content a.Modal--CouponBtn.deactive,
.EBP--content a.Modal--directDateBook.deactive{
opacity:0.7;
}
.EBP--content a.Modal--CouponBtn.deactive:hover,
.EBP--content a.Modal--directDateBook.deactive:hover{
cursor:default;
} .EBP--content .Modal--QuantityBtns a {
display:inline-block;
background: rgba(0,0,0,.1);
font-size: 18px;
line-height: 25px;
width: 30px;
margin: 0px 10px;
opacity: 0.8;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;;
box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}
.EBP--content a.Modal--QuantityBtn:first-child{
margin-top: 0px;
}
.Modal--QuantityCnt {
margin-bottom: 15px;
}
.Modal--QuantityCnt:last-child {
margin-bottom: 0px;
}
.EBP--content .Modal--QuantityCnt-Inside {
margin-bottom: 10px;
}
.EBP--closeBtn {
position: fixed;
top: 10px;
right: 0px;
text-align: center;
}
.EBP--show .EBP--closeBtn  {
opacity: 1;
}
.EBP--closeBtn a {
display:inline-block;
background: rgba(0,0,0,.1);
color: #FFF;
font-size: 18px;
line-height: 25px;
padding: 2px 12px;
margin: 0 10px;
opacity: 0.8;
text-decoration: none;
cursor: pointer;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;;
box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;;
}
.EBP--content,
.EBP--content .Modal--SpotsLeft,
.EBP--content .cd-dropdown > span,
.EBP--content .Modal--BookingLoader,
.EBP--content .Modal-QuantityColumn span,
.EBP--content a.Modal--QuantityBtn,
.EBP--content .title,
.EBP--content .Modal--Dates--Title,
.EBP--content .Modal--Title,
.EBP--content .Modal--Title--Sub,
.EBP--content a.Modal--BookBtn,
.EBP--content a.paypalPay,
.EBP--content a.Modal--CouponBtn,
.EBP--content a.Modal--directDateBook,
.EBP--content a.Modal--directDateBook:hover,
.EBP--content .cd-active.cd-dropdown ul li span:hover{
color:#000000;
}
.EBP--content input,
.EBP--content textarea,
.EBP--content select{
color:#000000 !important;
background:rgba(255,255,255,0.2) !important;
}
.EBP--content input::-webkit-input-placeholder,
.EBP--content textarea::-webkit-input-placeholder {
color:#000000}
.EBP--content input:-moz-placeholder,
.EBP--content textarea:-moz-placeholder {
color:#000000}
.EBP--content input::-moz-placeholder,
.EBP--content textarea::-moz-placeholder {
color:#000000}
.EBP--content input:-ms-input-placeholder,
.EBP--content textarea:-ms-input-placeholder {
color:#000000}
.EBP--content input:hover::-webkit-input-placeholder,
.EBP--content textarea:hover::-webkit-input-placeholder {
color:#606060}
.EBP--content input:hover:-moz-placeholder,
.EBP--content textarea:hover:-moz-placeholder {
color:#606060}
.EBP--content input:hover::-moz-placeholder,.EBP--content textarea:hover::-moz-placeholder {
color:#606060}
.EBP--content input:hover:-ms-input-placeholder,
.EBP--content textarea:hover:-ms-input-placeholder {
color:#606060}
.EBP--content form span.label a {
color:#000000 !important;
}
.EBP--content select option {
color:#000;
}
.EBP--content input:hover,
.EBP--content input:focus,
.EBP--content textarea:hover,
.EBP--content textarea:focus {
color:#606060 !important;
background:rgba(255,255,255,1) !important;
}
.EBP--content input[disabled]:hover {
color:#000000 !important;
background:rgba(255,255,255,0.2) !important;
}
.EBP--content .checkBoxStyle label {
background:rgba(255,255,255,0.2) ;
}
.EBP--content .checkBoxStyle label.check:after {
border: 3px solid #111;
border-top: none;
border-right: none;
}
.EBP--content .checkBoxStyle label.dot:after {
background-color: #111;
}
.EBP--content .inputholder{
color:#EEE;
}
.EBP--content .cd-dropdown > span:after ,
.EBP--content .Modal-QuantityColumn,
.EBP--content a.Modal--CouponBtn {
color:rgba(0,0,0,0.8);
}
.EBP--content .cd-active.cd-dropdown ul li span:hover {
background: #7a7a7a;
color: #FFFFFF;
}
.EBP--content .cd-active.cd-dropdown > span {
color: #7a7a7a;
}
.EBP--content::-webkit-scrollbar {
height: 12px;
}
.EBP--content::-webkit-scrollbar-track {
box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
background: #f0f0f0;
}
.EBP--content::-webkit-scrollbar-thumb {
border-radius:6px;
background: #ccc;
} .EBP--content .Modal--Tickets > div:not(.topBorder){
display:inline-block;
width:33%;
text-align:center;
margin-left:0;
margin-right:0px;
padding-left:0;
padding-right:0px;
font-size:16px;
} .EBP--content .Modal--SpotsLeft {
font-size: 16px;
line-height: 40px;
height: 40px;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: central;
text-align: center;
}
.EBP--content .Modal--SpotsLeft span {
font-size: 18px;
line-height: 40px;
height: 40px;
vertical-align: central;
font-weight: normal;
vertical-align:baseline;
} .EBP--content .Modal-QuantityColumn {
padding:0px; margin:0;
display:inline-block;
width:33%;
text-align:center;
font-size:14px;
height:25px;
background:none;
}
.EBP--content .Modal-QuantityColumn span {
display: inline-block;
font-size: 14px;
}
.EBP--content .Modal-QuantityColumn span.taxed {
margin-left: 10px;
opacity: .8;
}
.EBP--content .Modal-QuantityColumn span strong{
font-weight:normal;
}
.EBP--content .Modal--QuantityFinalTotal .total,
.EBP--content .Modal--QuantityFinalTotal .totalLabel {
margin-left: 66%;
} .EBP--content .Modal--CouponCnt {
text-align:left;
}
.EBP--content  .Modal--CouponCnt span.Modal--CouponResult {
margin-left:10px;
text-align:left;
font-size:14px;
} .EBP--content .title,
.EBP--content .Modal--Dates--Title,
.EBP--content .Modal--Title,
.EBP--content .Modal--Title--Sub {
margin: 0;
text-align: center;
opacity: 0.5;
background:none;
border: none;
height: auto;
font-size: 2em;
}
.EBP--content .Modal--Title {
margin-bottom: 40px;
font-size: 48px;
line-height: 48px;
font-weight:normal;}
.EBP--content .Modal--Title--Sub {
margin-bottom: 40px;
font-size: 1em;
line-height: 1
font-weight:normal;}
.EBP--mobilePage .Modal--Title {
margin-top: 20px;
}
.EBP--content cite.small {
font-size: .8em;
max-width: 100px;
display: inline-block;
} .EBP--content .EBP--DatesBlock {
width:100%;
display:block;
margin-bottom:40px;
}
.EBP--content .Modal--Dates--Title {
margin-bottom:5px;
color: #000000;
font-size:28px;
line-height:30px;
font-style:italic;
text-align: center;
}
.EBP--content .dateCnt .datelabel {
display:inline-block;
margin-right: 10px;
font-weight:normal; font-size:12px;
line-height:16px;
}
.EBP--content .dateCnt .eventDate { }
.Modal--BookingBtnsCnt {
margin-bottom: 2px
} .EBP--content .Modal--SuccessTitle {
margin: 10px;
font-size: 48px;
display:block;
}
.EBP--content .Modal--SuccessMsg {
font-size: 16px;
display:block;
} .EBP--content .Modal--Errors {
display: none;
background: red;
margin-top: 30px;
opacity: : .8;
padding: 2px 10px;
border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;}
.EBP--content .Modal--Errors--show {
display: inline-block;
} .EBP--content .Modal--BookingLoader {
display:none;
margin-top:20px;
height:20px;
width:100%;
text-align:center;
} #EBPLOADER {
position: relative;
width: 240px;
height: 29px;
margin: 0 auto;
}
.EBPLOADER{
position: absolute;
top: 0;
width: 29px;
height: 29px;
-moz-animation-name:bounce_EBPLOADER;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_EBPLOADER;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_EBPLOADER;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_EBPLOADER;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_EBPLOADER;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}
#EBPLOADER_1{
left:0;
-moz-animation-delay:0.02s;
-webkit-animation-delay:0.02s;
-ms-animation-delay:0.02s;
-o-animation-delay:0.02s;
animation-delay:0.02s;
}
#EBPLOADER_2{
left:30px;
-moz-animation-delay:0.15s;
-webkit-animation-delay:0.15s;
-ms-animation-delay:0.15s;
-o-animation-delay:0.15s;
animation-delay:0.15s;
}
#EBPLOADER_3{
left:60px;
-moz-animation-delay:0.28s;
-webkit-animation-delay:0.28s;
-ms-animation-delay:0.28s;
-o-animation-delay:0.28s;
animation-delay:0.28s;
}
#EBPLOADER_4{
left:90px;
-moz-animation-delay:0.41s;
-webkit-animation-delay:0.41s;
-ms-animation-delay:0.41s;
-o-animation-delay:0.41s;
animation-delay:0.41s;
}
#EBPLOADER_5{
left:120px;
-moz-animation-delay:0.54s;
-webkit-animation-delay:0.54s;
-ms-animation-delay:0.54s;
-o-animation-delay:0.54s;
animation-delay:0.54s;
}
#EBPLOADER_6{
left:150px;
-moz-animation-delay:0.67s;
-webkit-animation-delay:0.67s;
-ms-animation-delay:0.67s;
-o-animation-delay:0.67s;
animation-delay:0.67s;
}
#EBPLOADER_7{
left:180px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}
#EBPLOADER_8{
left:210px;
-moz-animation-delay:0.93s;
-webkit-animation-delay:0.93s;
-ms-animation-delay:0.93s;
-o-animation-delay:0.93s;
animation-delay:0.93s;
}
.EBPLOADER{
background-color: #2b2b2b;
}
@-moz-keyframes bounce_EBPLOADER{
0%{
-moz-transform:scale(1);
background-color: #2b2b2b;
}
100%{
-moz-transform:scale(0);
background-color: #FFF;
}}
@-webkit-keyframes bounce_EBPLOADER{
0%{
-webkit-transform:scale(1);
background-color: #2b2b2b;
}
100%{
-webkit-transform:scale(0);
background-color: #FFF;
}}
@-ms-keyframes bounce_EBPLOADER{
0%{
-ms-transform:scale(1);
background-color: #2b2b2b;
}
100%{
-ms-transform:scale(0);
background-color: #FFF;
}}
@-o-keyframes bounce_EBPLOADER{
0%{
-o-transform:scale(1);
background-color: #2b2b2b;
}
100%{
-o-transform:scale(0);
background-color: #FFF;
}}
@keyframes bounce_EBPLOADER{
0%{
transform:scale(1);
background-color: #2b2b2b;
}
100%{
transform:scale(0);
background-color: #FFF;
}
} .EBP--content .Modal--WhoBooked .grouped {
padding: 15px 0px;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.EBP--content .Modal--WhoBooked .grouped:last-child{
border-bottom: none;
}
.EBP--content .Modal--WhoBooked .dateCnt {
margin-bottom: 15px;
}
.EBP--content .Modal--WhoBooked ul{
list-style: none;
padding: 0;
}
.EBP--content .Modal--WhoBooked ul li{
display: inline-block;
width: auto;
padding: 0px 15px 15px;
font-size: .9em;
opacity: .8;
} @media only screen and (max-width : 760px) {
.ebpBox .details .Ebp--Spots{
display: block;
width: 95%;
}
.ebpBox .details .Ebp--Price{
display:block;
width: 95%;
}
.EBP--modal {
width:100%;
visibility: visible;
opacity:1;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
}
.EBP--Show {
display:block;
}
.EBP--Show ~ .ebp-overlay {
opacity: 1;
display:block;
}
.Modal--Title {
margin-top: 20px;
}
.EBP--content .Modal--Tickets > div {
display:block;
text-align:center !important;
width:100% !important;
}
.EBP--content .Modal-QuantityColumn {
display:block;
width:100%;
margin-bottom: 10px;
}
.EBP--content .Modal--CouponCnt {
text-align:center;
}
.EBP--content .Modal--CouponCnt span.Modal--CouponResult {
display:block;
margin-top:10px;
width:100%;
}
.Modal--Quantity {
overflow: hidden;
}
.EBP--content .Modal--QuantityCnt-Inside {
float:left;
width:50%;
padding:0;
}
.EBP--content .Modal--QuantityFinalTotal .total,
.EBP--content .Modal--QuantityFinalTotal .totalLabel {
margin: 0;
}
.Modal--QuantityCnt {
border-bottom: 1px solid rgba(255,255,255,0.3);
overflow: hidden;
}
.EBP--content .Modal--QuantityFinalTotal .topBorder {
display: none;
}
.EBP--content .Modal--QuantityCnt .topBorder {
display: none;
}
.EBP--content .formInput {
margin-bottom: 15px;
}
.EBP--content input.half, .EBP--content textarea.half, .EBP--content .formInput .fieldHolder.half {
width: 100% !important;
}
.EBP--Content .dateCnt .btns {
display: block;
margin: 15px 0px;
}
.EBP--content a.Modal--directDateBook {
margin: 0px;
}
.EBP--Content .dateCnt .dateWrap {
font-size: 1em;
}
.showEventsDirectly .EBP--CalendarCellDate {
font-size: 12px;
line-height: 12px;
left: 2px;
top: 2px;
}
.EBP--CalendarContent:hover {
width: 200%;
margin-left: -50%;
}
.eventCardCnt .ebpCardThumbHolder {
display: none;
}
.eventCardCnt .hasThumbnail .EBP--Card-Details {
max-width: 100% !important;
}
} #calendarLoader {
position:relative;
width:240px;
height:29px;
margin:0px auto;
top:50%;
margin-top:-15px;
}
.calendarLoader{
background-color: #2ecc71;
position:absolute;
top:0;
width:29px;
height:29px;
-moz-animation-name: calendarLoaderAnimation;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name: calendarLoaderAnimation;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name: calendarLoaderAnimation;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name: calendarLoaderAnimation;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name: calendarLoaderAnimation;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}
#calendarLoader_1{
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}
#calendarLoader_2{
left:30px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}
#calendarLoader_3{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}
#calendarLoader_4{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}
#calendarLoader_5{
left:120px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}
#calendarLoader_6{
left:150px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}
#calendarLoader_7{
left:180px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}
#calendarLoader_8{
left:210px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}
@-moz-keyframes  calendarLoaderAnimation {
0%{
-moz-transform:scale(1);
background-color:#2ecc71}
100%{
-moz-transform:scale(0);
background-color: #FFF;
}}
@-webkit-keyframes  calendarLoaderAnimation{
0%{
-webkit-transform:scale(1);
background-color:#2ecc71}
100%{
-webkit-transform:scale(0);
background-color: #FFF;
}}
@-ms-keyframes  calendarLoaderAnimation{
0%{
-ms-transform:scale(1);
background-color:#2ecc71}
100%{
-ms-transform:scale(0);
background-color: #FFF;
}}
@-o-keyframes  calendarLoaderAnimation{
0%{
-o-transform:scale(1);
background-color:#2ecc71}
100%{
-o-transform:scale(0);
background-color: #FFF;
}}
@keyframes  calendarLoaderAnimation{
0%{
transform:scale(1);
background-color:#2ecc71}
100%{
transform:scale(0);
background-color: #FFF;
}
}
.EBP--CalendarWrap .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background: #CFCFCF;
}
.ps-scrollbar-y-rail {
display: block !important;
} .slick-slide:hover,
.slick-slide:focus,
.EBP--Slide:hover,
.EBP--Slide:focus {
border: none;
outline: none;
}
.EBP--Slider-Cnt {
margin: 10px auto;
max-width: 100%;
}
.EBP--Slide {
position: relative;
max-width: 100%;
}
.EBP--Slide .eventCardCnt {
height: 100%; margin-top: 0px;
margin-bottom: 0px;
margin-right: 10px;
margin-left: 10px;
max-width: calc(100% - 20px);
}
.slick-slide:hover,
.slick-slide:focus,
.EBP--Slide:hover,
.EBP--Slide:focus {
border: none;
outline: none
}
.EBP--Slide .EBP--Card--Cnt {
padding: 0px 0px;
}
.EBP--Slider-Btn:before {
color: #2ECC71 !important;
}
.slick-dotted.slick-slider {
margin-bottom: 60px !important;
}
.EBP--Slider-Dots {
top: 100%;
bottom: none !important;
}
.EBP--Slider-Dots .slick-active button:before{
color:#2ECC71 !important;
font-size: 10px !important;;
}
.slick-prev:before, .slick-next:before {
font-size: 30px !important;;
}
.slick-prev, .slick-next {
width: 40px !important;;
height: 40px !important;;
}
.slick-prev {
left: -45px !important;;
}
.slick-next {
right: -45px !important;;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
opacity: .5;
}.ps-container {
-ms-touch-action: auto;
touch-action: auto;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-container {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
.ps-container {
overflow: auto !important;
}
}
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
opacity: 0.9;
}
.ps-container > .ps-scrollbar-y-rail {
display: none;
position: absolute; -webkit-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
right: 0px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; opacity: .4;
background-color: #EEE;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
right: 2px; width: 6px;
}
.ps-container:hover .ps-scrollbar-y {
opacity: .6;
}
.ps-scrollbar-y {
cursor: pointer;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}