.blue {
	color: #22c0f1
}
.lt-gray {
	color: #d6d8db
}
.gray {
	color: #797d83
}
.muted {
	color: #ededee
}
.white {
	color: #fff
}
.black {
	color: #000
}
/* elements */

.uk-logo {padding: .5rem 0}
.uk-navbar-item .top-desc {
	font-size: 14px;
	line-height: 1.4;
	color:#000;
}
/* navbar */

.uk-navbar-container .uk-container-expand {
	max-width: 1200px
}
/* sections */
.tm-toolbar {
	padding: 0
}
/* buttons */

/* homepage */


.top-banner {
	/* border-top: 1px solid #000 */
	background-color: #404043 !important;
/*	border-bottom: 12px solid #404043 !important;*/
}
.blue-row {
	background-color: #21bdef;
	border-top: 1px solid #797d83;
	border-bottom: 1px solid #797d83;
	height: .3rem;
}
.top-banner.uk-section-muted {
    background: #5e5e5f none repeat scroll 0 0 !important;
}
.event-top-banner {
	border-top: 1px solid #d7d7d7;
}
.event-sorter.uk-section-default {
	background-color:#797d83;
}

div.event-sorter {
	padding: .3rem 0;
	text-align:center;
	background-color: transparent;
}
div.event-sorter a {
	padding: 0 2em;
	color: white;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
font-size:1rem;
}
div.event-sorter a:first-child {
	padding-left: 0
}

.wk-button {
border-radius: 2px;
padding: 8px 18px;
background-color: #22c0f1;
color: white;
font-weight: bold;
font-size: 18px;
margin-right: .6rem;
line-height: 1.6rem;
border: 1px solid #22c0f1 !important;
margin-bottom: 15px;
}
/* HOME */
/* END */



/* POST TYPE GENERAL */
.tm-main {
	padding-top: 0px;
}
p.uk-article-meta {
	display: none
}
/* END */


/* PAGES */
/* Event Page */
.event-top-banner.uk-section-secondary {
	background-color: black
}
.event-top-banner .top-banner-image {
	margin: 0 auto;
	text-align: center
}
.event-content .uk-first-column {
	padding-right: 20px
}
h4.event-listing-type {
	font-size: 14px;
	margin-bottom: .2rem;
	text-transform: uppercase;
	color: #b7b6b6;
}
.event-announcement {
	font-size: 20px;
	margin: .6rem 0
}
.threeb-event h1 {
	margin-bottom: 12px;
}
.eventdate-interval {
	font-size: 18px;
	font-weight: 400;
	/* margin-bottom: -5px; */
	color: gray;
}
.threeb-cast {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}
.cast-member {
	margin-right: 1rem
}
.cast-image {
	width: 150px
}
.cast-member h4 {
	font-size: 14px;
	font-family: 'Roboto Condensed'
}
.cast-member span {
	display: block
}
/* End */

/* Event Listing */
.listing-row {
	padding: 15px 0
}
#MyCalendar {
	width:300px;
	margin-top: 30px;
}
.event {
	height: 100%;
	position: relative;
	background-color: #f5f5f5;
	display: flex;
	/* flex-wrap: wrap; */
}
.image {
	display: inline-block;
	width: 40%;
	height: 100%;
}
.info >div {text-align:left}

.event h4 {
    font-family: "Roboto Condensed";
    font-size: 1.6rem;
    line-height: 1.1em;
    margin-bottom: 10px;
    margin-top: 0;
}
.event .caption {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 15px
}
.event .uk-button {
	padding: 2px 10px;
	background-color: #22c0f1;
	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-right: .6rem;
	line-height: 1.6rem;
	border: 1px solid #22c0f1;
}
.event .uk-button-secondary {
	padding: 2px 10px;
	background-color: #fff;
	color: #22c0f1;
	font-weight: bold;
	font-size: 14px;
	margin-right: .6rem;
	line-height: 1.6rem;
	border: 1px solid #22c0f1;
}
.post-type-archive-event .tm-top {
   /* display: none; */
}
.event .date { padding-bottom: 5px; }
.event .type { color: #ccc; }
.parking-banner { background: #000; border-bottom: 12px solid #000; }


/* End */

/* CUSTOM FOOTER */
.hero--footer .uk-container {
	max-width: 100%;
	padding: 0;
}
.footer-section {
	font-size: 0.85rem;
	position: relative;
}
.footer-inner {
	align-items: center;
	background-position: center center;
	background-size: cover;
	display: flex;
	height: 380px;
	justify-content: center;
	position: relative;
	z-index: 2;/*clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0 83%); */
}
.footer-outer {
	/* background: rgba(0, 0, 0, 0) linear-gradient(to right, #fef0f0 0%, #c20e1a 30%) repeat scroll 0 0; */
	background-color: #000;
	bottom: 0px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.bottom .footer-inner {
	height: 280px;
}
.footer-outer {
	clip-path: polygon(0px 16%, 100% 0px, 100% 100%, 0px 100%);
	-webkit-clip-path: polygon(0px 16%, 100% 0px, 100% 100%, 0px 100%);

}
.footer-outer-blue {
	/* background: rgba(0, 0, 0, 0) linear-gradient(to right, #fef0f0 0%, #c20e1a 30%) repeat scroll 0 0; */
	background-color: #d42c34;	
	bottom: 0px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
}
.footer-outer-grey {
	/* background: rgba(0, 0, 0, 0) linear-gradient(to right, #fef0f0 0%, #c20e1a 30%) repeat scroll 0 0; */
	background-color: #ededef;
	bottom: 0px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	clip-path: polygon(0px 50%, 100% 0px, 100% 100%, 0px 100%);
	-webkit-clip-path: polygon(0px 50%, 100% 0px, 100% 100%, 0px 100%);
}
.last-row {
	margin-top: -75px;
}
.second-row {
	margin-top: -65px;
}
.cast-image img { max-width: 100%; width: 100%; }
.footer-inner .matchall { max-width: 1200px; width: 1200px; }
.leftsections { width: 58%; padding-top: 60px; }
.first-footer .footer-inner {
	background-image: url("/wp-content/uploads/2017/09/cafe-san-jose-1.png");
    background-position: calc(96%) 85px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.leftsections h2 {
    float: left;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 15px;
    padding-right: 30px;
}
.leftsections .uk-button-primary {
    background-color: #22c0f1;
    border: 1px solid #22c0f1;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
}
.leftsections > p {
    font-size: 18px;
    line-height: 1.3em;
}

#mce-EMAIL, #mce-FNAME, #mce-LNAME, #Phone  {
	max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #524f4f;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color,background-color,border-color,box-shadow;
    transition-property: color,background-color,border-color,box-shadow;
     height: 42px;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 1px solid rgba(1,1,1,0.08);
}

#mc-embedded-subscribe {
	border-radius: 2px;
    padding: 8px 18px;
    background-color: #22c0f1;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-right: .6rem;
    line-height: 1.6rem;
    border: 1px solid #22c0f1 !important;
    margin-bottom: 15px;
}

.newsletter-section h3 {
    color: #000;
    font-size: 2.5em;
    margin-bottom: 0;
}
.newsletter-section input[type="text"], .newsletter-section input[type="email"] {
   /* border: 1px solid rgba(0, 0, 0, 0.5); */
    font-size: 15px;
    padding: 5px;
    width: 95%;
    background: #fff !important;
	border: none;
}
.newsletter-section input[type="submit"] {
    background-color: #fff !important;
    border: 1px solid #22c0f1 !important;
    color: #22c0f1 !important;
    font-size: 17px;
    line-height: 18px;
    padding: 8px 15px;
}
.newsletter-section p {
    line-height: 20px;
    margin: 5px 0;
}
.last-row .footer-inner {
    height: 325px;
    padding-top: 70px;
}
.first13 h3, .second13 h3, .third13 h3 {
    color: #fff;
    font-size: 1.6em;
    margin-bottom: 0;
}
.first13 ul, .second13 ul, .third13 ul {
    margin-top: 0;
    padding-left: 0;
}
.uk-grid-match01 ul li {
    list-style: outside none none;
    padding-left: 0;
}
.uk-grid-match01 ul li a{
    color: #fff;
}
.social-icon svg {
   /* color: #fff;
    fill: #fff; */
}
.last-row .matchall p {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3em;
}
.blue-row {
	background-color: #21bdef;
	border-top: 1px solid #797d83;
	border-bottom: 1px solid #797d83;
	height: .3rem;
}
.top-banner {
	/* border-top: 1px solid #797d83;
	border-bottom: 1px solid #797d83; */
}
.events .uk-button-secondary { font-size: 16px; }

.events .uk-button-secondary:hover { background-color: #20bdef; }

.threeb_credits { line-height: 1.4em; color: #797b7b; font-size: .9em; margin-bottom: 25px; }

.threeb_details h5 {
	font-size: 16px;
	line-height: 1.57;
	font-family: Roboto;
	font-weight: 400;
	text-transform: none;
	font-style: italic;
	color: black;
}
h3, .uk-h3 {
    /* font-size: 23px;
    line-height: 1.4;  
    color: #444444;
    font-family: 'Roboto Condensed'; */
    font-weight: 200;
    text-transform: none;
}

h3, h4 { margin-top: 25px; }

/************************************/
/********* MEDIA QUERIES ************/
@media (max-width:722px) {
.event {
	height: 100%;
	position: relative;
	background-color:white;
	display: block;
	text-align:center;
	padding-bottom:1.6rem;
	border-bottom: 1px solid #d7d7d7
}
.image {
	display: block;
	width: 98%;
}
.info {
	display: inline-block;
	max-width: 98%;
	padding-left: 0rem;
	padding-top: 1rem;
	
}

}
/************************************/



/*********** VBO Custom CSS ***********/
.CalWrapper {
}
.EvtDtlWrapper {
	position: relative;
}
#EvtDtl {
	position: absolute;
	visibility: hidden;
	padding: 5px;
	width: 100px;
	font-family: Arial;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 1px 1px #999;
}
.MiniCalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	border-radius: 5px;
}
.PrevMonth {
	width: 33%;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}
.CurrMonth {
	width: 33%;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.NextMonth {
	width: 33%;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
.CalDay, .CalWeekDay, .CalEvent {
	padding: 5px;
	text-align: center;
}
.CalWeekEnd {
	padding: 5px;
	text-align: center;
	background-color: #FFF;
}
.Cursor {
	cursor: pointer;
}
#EventCalendar {
	font-size: 16px !important;
	color: #ffffff !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	margin: 0em 0;
}
#EventCalendar tbody > tr > td {
	padding: 5px !important;
}
#EventCalendar table {
	background-color: #4c4c4c !important;
}
#EventCalendar td {
	border: none !important;
}
.CalEvent {
	background-color: #01aedb !important;
	font-family: 'Roboto';
}
.CalEvent.Cursor:hover {
	background-color: #009ddc !important;
	font-family: 'Roboto';
}
.CalBlank {
	background: transparent !important;
}
.CalTable tbody tr:first-of-type {
	border-top: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;
}
.CurrMonth, .NextMonth, .PrevMonth {
	font-family: 'Roboto';
}
.NextMonth, .PrevMonth {
	font-size: 12px;
}
td.CalToday {
	text-align: center !important;
}
.CalWeekEnd {
	background-color: transparent !important;
}
.EvtDtlWrapper {
	display: none!important;
}
/*************************************/


/**** Events Archive ****/
/*.post-type-archive-event .top-banner .uk-grid {
    background-color: #D7D8DC;
}

.post-type-archive-event .event-sorter .uk-first-column {
	background-color: #797D83;
}


.post-type-archive-event .top-banner {
	border: none;
	background-color: #797D83;
}

.post-type-archive-event .event-sorter.uk-section-default {
	background-color: #797D83;
}*/

/**** Events Detail ****/
.banner-top img {
	width: 100%;
}

.production-item {
	overflow: hidden;
}

.uk-nav-primary > li > a { font-size: 24px; }
.uk-button-danger { font-size: 16px; }
.small-text { font-size: .7em; display: block; margin-top: 10px; line-height: 1.2em; }
#main-content li { padding-top: 10px; }
.footelr-section h3, .footer-section h3 { margin-bottom: 8px; margin-top: 0; }
.footer-phone { padding: 10px 0 20px; font-size: 1.4em !important; }
.uk-article-title { font-size: 42px; line-height: 1em; }
#main-content { width: 800px; margin: 0 auto; }
.info { display: inline-block; max-width: 50%; padding-top: 1.5rem; margin:0 auto; margin-bottom: 15px; }
.newsletter-section #mc_embed_signup .mc-field-group {
    clear: none;
    float: left;
    margin-right: 1%;
    min-height: 50px;
    padding-bottom: 0%;
    position: relative;
    width: 19%;
}
.newsletter-section  #mc_embed_signup .clear {
    clear: none; margin-top: 22px; float: left;
}
.newsletter-section  .mc-field-group > label {
    display: block;
}
.newsletter-section  #mc_embed_signup div.mce_inline_error { font-weight: normal !important; }
.newsletter-section .mc-field-group.input-group li {
    list-style: outside none none;
}
.newsletter-section .mc-field-group.input-group > ul {
    margin-top: 0;
    padding-left: 0;
  /*  column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2; */
}
.newsletter-section { margin-top: 15px; }
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #d42c34 repeat scroll center top;
}
.gform_body input[type="text"] { width: 100% !important; }

.archive .top-banner { margin-bottom: 25px; }
#mce-responses.clear {
    font-weight: bold;
    margin-top: 0;
}
.events .uk-button {
    background-color: #01aedb;
    border: 1px solid #01aedb;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6rem;
    margin-right: 0.6rem;
    padding: 10px 25px;
}
.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > *:not([class*="uk-card-media"]) .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a, .tm-toolbar .uk-nav-primary > li > a {
    color: rgb(255, 255, 255);
}
.uk-nav-primary > li > a {
    font-size: 16px;
}
.uk-offcanvas li {
    font-size: 16px;
    font-weight: normal;
}
.uk-offcanvas .uk-nav li.menu-item-has-children:nth-child(3) { margin-top: 20px; }


.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-link { color: #fff !important; }

.uk-light .uk-nav-primary .uk-nav-sub a:hover, 
.uk-light .uk-nav-primary .uk-nav-sub a:focus, 
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, 
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, 
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, 
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, 
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, 
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, 
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, 
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, 
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, 
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a:hover, 
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a:focus, 
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover, 
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus, 
.tm-toolbar .uk-nav-primary .uk-nav-sub a:hover, 
.tm-toolbar .uk-nav-primary .uk-nav-sub a:focus {  }

blockquote p { font-size: .8em; color: gray; margin-top: -10px; }

.threeb_credits h2 { font-size: 2em; }

.greycol { color: rgba(255, 255, 255, 0.8);  padding-right: 10px; }

.home-widget { margin-top: -40px !important; }

.uk-navbar-toggle { color: #a9a7a7; }

.comedycart { font-size: .8em; color: #b1b0b0; }

.belowcart { font-size: .8em; }

.comedycart .uk-icon { padding-left:10px; }

.uk-navbar-item .top-desc { border-bottom: 1px solid #484646; padding-bottom: 5px; }

.uk-navbar-item .top-desc span { font-size:.9em; text-transform: none; }

.bottom-desc { padding-bottom:10px; text-transform: uppercase; }

.uk-navbar-left { padding: 5px 0 8px; }

.top-banner { border-top: none; }

.threeb_details h2 { font-size: 2.4em; }

.threeb_credits { line-height: 1.4em; color: #797b7b; margin-bottom: 25px; }

blockquote p { font-size: .8em; color: gray; margin-top: -10px; }

.eventdate-interval { font-size: 23px; font-weight: 400; margin-bottom: 5px; color: #777676; }

h4.event-listing-type {font-size: 16px; margin-bottom: 1.2rem; text-transform: uppercase; color: #b7b6b6; letter-spacing: 2px; font-weight: 500; border-bottom: 1px solid #dedbdb; }

.home-heading .uk-article-title { text-align:center; margin-bottom:25px; color:#444444; }

.home-widget { margin-top:-40px; }

.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a, .tm-toolbar .uk-nav-primary .uk-nav-sub a {  color: rgba(255,255,255,0.9); }

.uk-nav-primary .uk-nav-header { color: #22c0f1; padding: 2px 0; font-weight: 600; font-size: 1.1em; }

.ongoing-events {
    font-size: 1.1rem;
    line-height: 1.2em;
    }

.ongoing-events h3 { color: #fff; font-size: 1.6rem;
    line-height: 1.2em;}

.tell-your {
    margin-top: 25px;
}

 .response a {
color:red;
}

.threeb_details h6 {
font-size:.9em;
background-color: #ededef;
padding: 40px;
border-radius: 35px;
margin-top: 25px;
	line-height: 1.66;
	color: #615f5f;
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: none;
}

.threeb_details h6 strong {
    font-size: 1.1em;
}
.page-id-1303 .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}
.team-info .wk-panel-title {
margin-top: 0;
font-size: 2rem;
line-height: 1.3em;
font-weight: 300;
text-transform: none;
margin-bottom: -15px;
}

.team-info h4 { font-size: 1.3rem;
line-height: 1.3;
font-family: Roboto;
font-weight: 400;
text-transform: none;
}

b, strong { font-weight: 600 !important; }

.event .type { color: #a9a8a8; }

.events .uk-button { margin-bottom: 30px;  padding: 10px 55px; }

.wk-panel .addtoany_share_save_container { display: none; }

#widget-widgetkit-3 p { line-height: 1.3em; font-size: .9em; }

#widget-widgetkit-3 .wk-button { font-size: .95em !important; }

/* .community { margin-bottom: 30px; } */

.page-id-781 .parking-banner { border-bottom: none; }

.small-text { font-size: .85em; }

.community { font-size:38px; margin:15px 0 35px; }

.rightsection .mc-field-group { margin-bottom: 15px; }

.rightsection .mc-field-group li{ list-style: none; }

.rightsection input[type="radio"] { margin-right: 7px; }

.rightsection .mc-field-group ul{ padding-left: 0; }

.uk-navbar-toggle svg { fill: #fff; width: 30px; height: 40px; }

.socialbottom .sfsi_widget {
margin-left:22px;
}
.uk-pagination > * > * { line-height: 40px;
background-color: #fdaf33;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: black;
    font-size: 1.2em; }

.uk-pagination > * > :hover, .uk-pagination > * > :focus { color: #fff; text-decoration: none; background-color: #22c0f1; }

.uk-pagination > .uk-active > * { color: #fff; background-color: #22c0f1; }

.uk-pagination > * { padding-left: 10px; }

.newsletter-section .mc-field-group.size1of2 { width: 12% !important; }




.uk-navbar-toggle { color: #a9a7a7; }

.comedycart { font-size: .8em; color: #b1b0b0; }

.belowcart { font-size: .8em; }

.comedycart .uk-icon { padding-left:10px; }

.uk-navbar-item .top-desc { border-bottom: 1px solid #484646; padding-bottom: 5px; }

.uk-navbar-item .top-desc span { font-size:.9em; text-transform: none; }

.bottom-desc { padding-bottom:10px; text-transform: uppercase; }

.top-desc { letter-spacing:2px; text-transform: inherit; padding-top:8px }

.uk-navbar-left { padding: 5px 0 8px; }

.top-banner { border-top: none; }

h6, .uk-h6 { background-color: #f5b728; padding: 12px 12px; }

.uk-button-text { color: #5DA0C0; letter-spacing: 0; font-size: .9em; }

blockquote { float: right; width: 48%; font-size:1.75rem; color: black; font-style: normal; padding: 10px 0 10px 20px; margin-left: 20px; }

blockquote em { font-size:.7em; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	background-color: #01aedb;
	color: white;
	border: none;
	padding: 8px 15px;
}

.gform_wrapper label.gfield_label { font-weight: 400; }

.small-meta.nowrap { display: block; clear: both; }

.subfield.dayfield { display: block; float: right; width: 38%; margin-right: 5%; }

.subfield.monthfield { width: 38%; display: block; float: left; margin-right: 7%; }

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }






@media (max-width: 767px) {
	.footer-outer, .footer-outer-blue, .footer-outer-grey { clip-path: none; -webkit-clip-path: none !important;}
	.last-row .footer-inner { height: auto !important; padding-top: 0; }
	.second-row { margin-top: 0; }
	.footer-inner { height: auto !important;  }
	.first-footer .footer-inner { background-image: none; }
	.leftsections h2 { float: none; padding-bottom: 10px; padding-top: 15px; padding-right: 30px; padding-top: 0; }
	.leftsections { width: 100%;  padding: 0 20px; }
	.leftsections p { padding-right: 15px; }
	#mc_embed_signup .mc-field-group { clear: none; float: none; margin-right: 0%; padding-bottom: 3%; width: 95%; margin-left: 3%; }
	.last-row { margin-top: 0; }
	.info { max-width: 80%; }
	.uk-navbar-center:not(:only-child) { left: 35%; }
	.uk-navbar-center .uk-responsive-height { max-height: 75%; }
	.event-sorter { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3;}
	#widget-search-1 { display: none; }
	div.event-sorter a { padding: 0; display: block; }
	 .newsletter-section h3 { font-size: 2em; }
	 .leftsections h2 { font-size: 25px; }
	 .bottom .uk-width-2-3\@s, #tm-top { display: none; }
	 .margin-top { margin-top: 30px; }
	 .ongoingtext { font-size: 0.9em; }
	 .bottom .footer-inner .matchall { text-align: center; padding-top: 30px; }
	 .eventdate-interval { font-size: 18px; }
	 blockquote { float: none; width: 100%; margin-left: 0px; }
	 .uk-article-title { font-size: 38px; }
	 .event-content .uk-first-column { padding-right: 10px; }
	 .newsletter-section { padding: 15px 20px; }
	 #main-content { width: 100%; }
	 .newsletter-section #mc_embed_signup .mc-field-group { width: 100%; margin-left: 0; }
	 .newsletter-section .mc-field-group.size1of2 { width: 50% !important; }
	.alignright { float: none; }
}

@media (min-width: 768px) and ( max-width: 979px ) {
	.footer-section { padding: 55px 12px 12px; }
	.mc-field-group.input-group > ul { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
	div.event-sorter { column-count: 4; -moz-column-count: 4; -webkit-column-count: 4; }
	 .leftsections h2 { float: left; font-size: 25px; }
	 .image { width: 33%; }
	 .info { width: 67%; max-width: 67%; }
	 .info > div { padding-left: 40px; }
	 .margin-top { margin-top: 30px; }
	 div.event-sorter a { display: block; }
	 .newsletter-section h3 { font-size: 2em; }
	 .ongoingtext { font-size: 0.9em; }
	 #main-content { width: 100%; }
	 #tm-top { display: none; }
}

@media (min-width: 980px) and (max-width: 1280px) {
	.leftsections { width: 58%; }
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}