/*
Theme Name: EUNIC UK - 201802
Theme URI: http://www.studiohansa.com
Author: Studio Hansa (edited by Remi Duval)
Author URI: http://www.studiohansa.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-for-eunic-uk-201802
Tags: eunic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EUNIC UK is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.3em 0;
	color: #f47928;
	font-weight: 800;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #221f1f;
	font-size: 0.9rem;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #E6E7E8;/* Fallback for when there is no custom background color defined. */
	/* overflow: hidden; */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {/* Make sure images are scaled correctly. */
max-width: 100%;
height:auto;
/* Adhere to container width. */}


table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.home-box * {
	color:white;
}

a {
	color: black;
	text-decoration: inherit;
	transition-timing-function: cubic-bezier(0, 0, 0.33, 1.1);
	transition: 0.1s;
}

a:hover,
a:focus,
a:active {
	transition-timing-function: cubic-bezier(0, 0, 0.33, 1.1);
	transition: 0.1s;
	text-decoration: underline;
}

a:focus {
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/* clear: both; */
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.current-menu-item {
	border-top: 2px solid #f37a28 !important;
	margin-top: -1px;
	font-weight: bold;
}

.main-navigation li {
	float: right;
	position: relative;
	border-top: 1px solid #f37a28;
	display: inline-block;
	width: 105px;
	margin-left: 7px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 2px;
	padding-bottom: 4px;
	background-color: white;
}



.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.main-navigation ul ul {
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
}

.main-navigation ul ul li {

padding-left: 12px;padding-bottom: 4px;padding-top: 4px;}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	margin-top: -6px;
	margin-left: -8px;
	padding-top: 5px;
}

#menu-item-283:hover > ul,
#menu-item-283.focus > ul,
#menu-item-72:hover > ul,
#menu-item-72.focus > ul {
	left: auto;
	margin-top: -28px;
	margin-left: -9px;
	padding-top: 5px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: auto;
	padding: 10px;
	background-color: #F37A28;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: auto;
	padding: 10px;
	background-color: #F37A28;
}

.post-navigation div a {
	color:white;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	display: inline-block;
	width: 305px;
	float: left;
	margin: 2.5px;
	background-color: white;
}

#sticky-posts-4 {
	background-color:transparent;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget-title {
	margin: 0;
	font-weight: 800;
	background-color: #f47928;
	text-align: center;
	padding: 18px;
	color: white;
	font-size: 15px;
	margin-top: 0;
}

.introduction-widget {
	color: #F37A28;

}

.introduction-widget .textwidget {
	font-size:13px;
	line-height:1.4em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary,
.entry-header {
	/* margin: 1.5em 0 0; */
	/* padding-left: 15px; */
	/* padding-right: 15px; */
	font-size: 1rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-links span {
	background-color:#f37a28 ;
	color:white;
	padding:10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 615px;
	margin: 0;
	padding: 0;
	border: none;
	max-height: 360px;
}

p < iframe {
	padding:0 !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** CUSTOM CSS **/


#wpadminbar {
    direction: ltr;
    color: #ccc;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    position: fixed;
    top: inherit !important;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #23282d;
    display: none;
}

#page {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 125px;
}

#colophon {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #221f1f;
	color:white;
	height: 163px;
	text-align: center;
}

#colophon a {
	color:white;
}

#masthead {
    display: block;
    border-top: #f37a28 5px solid;
    overflow: hidden;
    height: 125px;
    border-bottom: 0px solid rgba(255, 255, 255, 0);5px
    solid;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 99999;
}

#site-navigation {
    display: block;
    position: relative;
    float: right;
    width: 490px;
    top: 9px;
    right: 3%;
}

.site-branding {
    width: 220px;
    float: left;
    position: relative;
    display: block;
    margin-left: 3%;
}

#secondary {
    width: 310px;
    float: left;
    background-color: #E6E7E8;
}

.has-sidebar {
	width: 620px;
	float:left;
}

#slider {
    /* background-image:url("assets/slider.jpg"); */
    width: 615px;
    height: 305px;
    float: left;
    margin: 2.5px;
}

.slider {
    /* background-image:url("assets/slider.jpg"); */
    width: 615px;
    height: 240px;
    float: left;
    margin: 2.5px;
    z-index: 999;
}

.grid640 {
    width: 615px !important;
    min-height: 310px !important;
    height: auto;
}

.grid640 iframe {
	height:310px;
}

.home-box {
    width: 150px;
    height: 150pxpx;
    min-height: 150px;
    max-height: 310px;
    background-size: cover;
    position: relative;
    float: left;
    margin: 2.5px;
    overflow: hidden;
    color: white;
    background-color: #F37A28;
    z-index: 0;
}

.lastbox {
	width: 310px;
	height: 305px;
}

.home-box:nth-child(3n) {
	background-color: #221F1F;
	z-index: 0;
}


.home-box.large-box {
	width: 320px;
    height: 320px;
    min-height: 320px;
    max-height: 320px;
    background-size: cover;
    position: relative;
    float: left;
}

.second-loop .home-box {
    width: 150px;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    background-size: cover;
    position: relative;
    float: left;
}

.second-loop .home-box:nth-child(4) .box-content:after {
	content:"";
	background-image: url(assets/texture.png);
	position:absolute;
	z-index:10111;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.second-loop .home-box:nth-child(4):after {
	content:"";
	background-image: url(assets/texture.png);
	position:absolute;
	z-index:10111;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.second-loop .home-box:nth-last-child(1) .box-content:before {
    position:absolute;
    width:100%;
    height:100%;
    content:"";
    /* background-color: rgba(243, 122, 40, 0.22); */
    pointer-events:none;
    z-index: 0;
}



.home-box.large-box {
	width: 305px;
	height: 305px;
	min-height: 300px;
	max-height: 320px;
	background-size: cover !important;
	position: relative;
	float: left;
}

.home-box.large-box.multi .box-date {
	font-size: 27px !Important;
}

.home-box.large-box .box-content:after {
	content:"";
	background-color: #F37A28;
	width:100%;
	height:100%;
	position:absolute;
	top: 310px;
	z-index: 0;
	-webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
	transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);/* easeInOutQuad */
}

.home-box.large-box:hover .box-content:after {
	content:"";
	background-color: #F37A28;
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	z-index: 0;
}


.third-loop {
        float: left;
}


.home-box.order-1, .home-box.order-2 {
    width:320px !important;
    min-height: 320px !important;
    max-height:360px;
    background-size: cover;
    position: relative;
    float: left;
}


.large-box .box-title, .site-news .home-box .box-title, .page-template-page-projects .box-title, .parent-pageid-53 .box-title, .fourth-loop .box-title {
    margin-top: 130px;
    font-size: 20px;
    margin: 0;
    font-weight: 800;
    top: 50% !important;
    position: absolute;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    padding: 0px 15px 0px 15px;
    z-index: 2;
}



.first-loop .box-excerpt, .large-box .box-excerpt, .fourth-loop .box-excerpt, .site-news .home-box .box-excerpt, .page-template-page-projects .box-excerpt {
    font-size: 13px;
    font-weight: 500;
}

.home-box.order-1 .box-excerpt, .home-box.order-2 .box-excerpt {
    font-size: 12px;
    font-weight: 600;
}


.home-box:hover .box-content:after {
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);/* easeInOutQuad */
}

.box-image-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    max-width: 100%;
    opacity: 0.5;
}

.tribe-events-event-image {
	height:100%;
	width: 100%;
}

.large-box .box-image-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    max-width: 100%;
    opacity: 1;
    min-width: 100%;
}

.home-box .tribe-events-event-image img {
	margin-bottom: -290px;
	transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1);
	width: auto !important;
	min-height: 100%;
	min-width: 100%;
	position: absolute !important;
	max-width: inherit !important;
}

.home-box:hover .tribe-events-event-image img {
	margin-bottom: 0px;
	transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.box-title  {
    font-size: 11px;
    margin: 0;
    font-weight: 800;
    position: absolute;
    padding: 15px;
    max-width: 100%;
}

.large-box .box-title * {
	color:white;
}

.box-excerpt {
    font-size: 10px;
    font-weight: 600;
}

.box-excerpt p {
    margin:0;
    padding-top: 7px;
}

.box-content {
    top: 0;
    position: absolute;
    transform:translate3d(0,0,0);
    transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    width: 100%;
    height: 100%;
}

.large-box .box-content {
    top: 0;
    position: absolute;
    transform:translate3d(0,0,0);
    transform:translateY(0);
    -ms-transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
}

.page-template-page-projects .large-box .box-content {
    top: 0;
    position: absolute;
    transform: translate3d(0,0,0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2), 0px 0px 35px rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
}


.home-box.order-1 .box-content, .home-box.order-2 .box-content {
    top: 50% !important;
    position: absolute;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    max-width: 280px;
    margin-top:0;
}

.site-title {
    margin: 4px 0 0 0;
}

.site-title img {
	height:77px;
}

.tribe-events-list-photo-description {
    display: none;
}

.tribe-events-photo-event {
    height: 305px;
    width: 305px !important;
    margin: 2.5px !important;
    overflow: hidden;
    background-color: white;
}

.tribe-events-photo-event-wrap .tribe-events-event-image {
    width: 100%;
    height: 100%;
    transition: all 500ms ease-in-out;
}

.tribe-events-photo-event-wrap .tribe-events-event-image:after {
	content:"";
	width: 100%;
	height: 100%;
	transition: all 500ms ease-in-out;
	background-color: #F47928;
	top: 310px;
	left: 0;
	position: absolute;
}

.tribe-events-photo-event-wrap:hover .tribe-events-event-image:after {
	content:"";
	width: 100%;
	height: 100%;
	transition: all 500ms ease-in-out;
	background-color: #F47928;
	top: 0px;
	left: 0;
	position: absolute;
}


.tribe-events-photo-event-wrap .tribe-events-event-image img {
    width: auto;
    max-width: inherit;
    height: 138%;
    left: 50% !important;
    position: absolute;
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    z-index: 0;
}

.tribe-events-photo-event:nth-child(4n-7) .tribe-events-photo-event-wrap .tribe-events-event-image:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(255, 144, 63);
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);/* easeInOutQuad */
    z-index: 1;
    position: absolute;
    left: 0;
}

.tribe-events-photo-event:nth-child(5n-3) .tribe-events-photo-event-wrap .tribe-events-event-image {
top: 310px;position: absolute;
opacity:0.4;}

.tribe-events-photo-event:nth-child(5n-3) .tribe-events-photo-event-wrap .tribe-events-event-image:after {
top: 310px;position: absolute;
opacity:0.4;}

.tribe-events-photo-event:nth-child(5n-3):hover .tribe-events-photo-event-wrap .tribe-events-event-image {
top: 0px;position: absolute;
opacity:0.4;
}



.tribe-events-photo-event:nth-child(5n-3) span, .tribe-events-photo-event:nth-child(5n-3) h2 a {
	color: #000000 !important;
	text-shadow:none;
}

.tribe-events-photo-event:nth-child(7n-2) .tribe-events-photo-event-wrap .tribe-events-event-image {
top: 310px;position: absolute;
opacity:0.4;}

.tribe-events-photo-event:nth-child(7n-2) .tribe-events-photo-event-wrap .tribe-events-event-image:after {
top: 310px;position: absolute;
opacity:0.4;}

.tribe-events-photo-event:nth-child(7n-2):hover .tribe-events-photo-event-wrap .tribe-events-event-image {
top: 0px;position: absolute;
opacity:0.4;
}

.tribe-events-photo-event:nth-child(7n-2) {
	background-color: #F47928 !important;
}

.tribe-events-photo-event:nth-child(7n-2) span, .tribe-events-photo-event:nth-child(7n-2) h2 a {
	color:white !important;
	text-shadow:none;
}
.tribe-events-photo-event:nth-child(5n-3):before {
	color:black;
	text-shadow:none;
	background-position-y: -77px;
}

.tribe-events-photo-event:nth-child(7n-2):before {
	color:black;
	text-shadow:none;
	background-position-y: -3px;
}


 .upw-posts .entry-image:before {
     content: "";
     height: 100%;
     width: 100%;
     background-color: rgba(255, 144, 63, 0.3);
     -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
     -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
     -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
     transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);/* easeInOutQuad */
     z-index: 0;
     position: absolute;
     left: 0;
 }

.widget .active:hover .upw-posts .entry-image:before {
    background-color: rgba(255, 144, 63, 0.2) !important;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
   -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
     -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); 
        transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.tribe-events-photo-event-wrap:hover .tribe-events-event-image:after {
    background-color: rgb(244, 121, 40) !important;
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);/* easeInOutQuad */
}

.tribe-events-photo-event-wrap .tribe-events-event-details {
    z-index: 1;
    position: absolute;
}

.tribe-events-photo-event-wrap .tribe-events-list-event-title {
        font-size: 25px !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
}

.tribe-events-photo-event-wrap .tribe-events-list-event-title a {
    color:white;
    display: block;
    padding: 15px 15px 15px 15px;
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-image+.tribe-events-event-details {
    padding:0;
    height: 100%;
    width: 100%;
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-meta {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
    border: none;
    border-bottom: none;
}

.tribe-events-photo-event-wrap span.date-start.dtstart {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}

.tribe-events-photo-event-wrap .end-time {
    display: none;
}

#primary {
    float:left;
}

.post-type-archive-tribe_events #primary, .events-single #primary {
    width:960px;
}


.clear {
    clear: both;
}

.type-project .entry-meta {
    display:none;
}

#text-2 {
	padding-left: 20px;
	padding-top:20px;
	height: 305px;
	padding-right: 20px;
}

.widget-last .widget-title {
    background: #221F1F;
    color: white;
}

#widget-easy-twitter-feed-widget-kamn-2 iframe {max-height: 600px;
height: 377px !important;}

#widget-easy-twitter-feed-widget-kamn-2 .widget-title {
	font-size:22px;
	height: 40px;
	padding-top: 13px;
}

#widget-easy-twitter-feed-widget-kamn-2:after {
	content:"Tweet us @EUNICLondon";
	font-size:22px;
	font-weight:bold;
	color:#F47928;
	text-align:center;
	width: 305px;
	display: block;
	background-color: #221F1F;
	padding: 5px;
	height: 40px;
}

#text-2 .widget-title {
    background: none;
    color: #F37A28;
    font-size: 25px;
    text-align: left;
    padding:0;
}

#text-3 {
	background-image:url("assets/texture.png");
	height: 150px;
}

#text-3 .widget-title {
    background: none;
    color: white;
    font-size: 14px;
    text-align: left;
    padding:0;
    font-weight:normal;
    text-align:center;
    padding-top: 54px;
}

#text-3 .widget-title:before {
	content:"";
	width: 26px;
	height: 27px;
	background-image:url(assets/icons-1.png);
	display:block;
	background-position: -38px 1px;
	position: absolute;
	margin-top: -30px;
	margin-left: 12px;
}

#text-3 .textwidget {
    background: none;
    color: white;
    font-size: 28px;
    text-align: left;
    padding:0;
    font-weight: bold;
    text-align:center;
    padding-top: initial;
    color:white;
}

#text-3 .textwidget a {
	color:white;
}

.mailchimp-wiget .widget-title {
    background: none;
    color: black;
    font-size: 28px;
    text-align: left;
    padding:0;
    font-weight: bold;
    text-align:center;
    padding-top: 22px;
}

#mc4wp_widget-3 {
    height: 150px;
}

#mc4wp_widget-3 .widget-title:before {
	content:"";
	width: 31px;
	height: 27px;
	background-image:url(assets/icons-1.png);
	display:block;
	background-position: -3px 1px;
	position: absolute;
	margin-top: -6px;
	margin-left: 12px;
}

#mc4wp_widget-3 .widget-title:after {
    content: "Subscribe to our newsletter and stay updated about new events.";
    font-size: 12px;
    display: block;
    width: 210px;
    text-align: center;
    margin: auto;
    font-weight: normal;
    margin-top: 10px;
}

#mc4wp-form-1 label {
    display: none;
}

#mc4wp_widget-3 input[type="email"] {
    border-bottom: 1px #F37A28 solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: inherit;
    width: 180px;
}

#tribe-events-adv-list-widget-2 {
    height: 160px;
}

#tribe-events-adv-list-widget-2 .widget-title {
    background: none;
    color: black;
    font-size: 28px;
    text-align: left;
    padding:0;
    font-weight: bold;
    text-align:center;
    padding-top: 12px;
    cursor: pointer;
}

#tribe-events-adv-list-widget-2 .widget-title:after {
	content: "Click here to see all events";
	display:block;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

#tribe-events-adv-list-widget-2 .widget-title:before {
	content:"";
	width: 26px;
	height: 27px;
	background-image:url(assets/icons-1.png);
	display:block;
	background-position: -67px 1px;
	position: absolute;
	margin-top: 3px;
	margin-left: 12px;
}

.tribe-events-widget-link {
    display: none;
}

.next-event .list-date {
    display:none;
}

.tribe-mini-calendar-event {
    text-align: center;
    border: none;
}

.tribe-mini-calendar-event .list-info {
    width:100%;
    margin-top: 6px;
}

.tribe-mini-calendar-event .list-info h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    padding:0;
}

.tribe-mini-calendar-event .entry-title:before {
    content:"Next Event:";
    font-size:10px;
    display:block;
    line-height: 0.8;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.advps-slide {
    height: 305px;
}

.post-type-archive-tribe_events .advps-slide {
    height: 240px;
}

.post-type-archive-tribe_events #slider {
    height: 240px;
}

.post-type-archive-tribe_events .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 171px;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.post-type-archive-tribe_events .tribe-events-list h2.tribe-events-page-title {
    margin-bottom: 15px;
    display: none;
}

.advps-excerpt-block-one {
        padding-left: 60px;
        padding-right: 60px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 235px;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

#advps_container1 {
    opacity:0;
}

#social-icons {
    position: absolute;
    width: 157px;
    height: 18px;
    top: 63px;
    right: 3%;
}

#social-icons ul {
    list-style: none;
    height: 16px;
}

#social-icons ul li {
    width:15px;
    height: 15px;
    display: inline-block;
}

#social-icons ul li a {
    display: block;
    height: 15px;
    width:15px;
}

#social-icons .mail-icon {
    background-image: url("assets/social.png");
    margin-right: 3px;
}

#social-icons .twitter-icon {
    background-image: url("assets/social.png");
    background-position: -28px 0px;
}

#social-icons .facebook-icon {
    background-image: url("assets/social.png");
    background-position: -54px 0px;
}

#social-icons .linkedin-icon {
    background-image: url("assets/social.png");
    background-position: 15px 0px;
}

#mc4wp-form-1 input[type="submit"]:after {
	content:"";
	width: 26px;
	height: 27px;
	background-image:url(assets/icons-1.png);
	display:block;
	background-position: -38px 1px;
	position: absolute;
	margin-top: -30px;
	margin-left: 12px;
}

#mc4wp-form-1 input[type="submit"] {
	content:"";
	width: 26px;
	height: 27px;
	background-image:url(assets/icons-1.png);
	display:block;
	background-position: 29px 1px;
	position: absolute;
	margin-top: -49px;
	margin-left: 184px;
	color:transparent;
	background-color: transparent !important;
	border: none;
	box-shadow: none;
	font-size: 0;
}

#mc4wp-form-1 form {
    display:block;
    width: 208px;
    margin-left: 43px;
}

#tribe-events .mc4wp-form:before {
	content:"Stay Updated";
	display:block;
	background: none;
    color: black;
    font-size: 28px;
    text-align: left;
    padding: 0;
    font-weight: bold;
    text-align: center;
    padding-top: 22px;
}

.mc4wp-form form:before {
	font-size: 10px;
    display: block;
    width: 210px;
    text-align: center;
    margin: auto;
    font-weight: normal;
    margin-top: 2px;
}


#mc4wp-form-1 input[type="email"] {
    border-bottom: 1px #F37A28 solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: inherit;
    width: 180px;
}

.upw-posts .entry-summary {
        margin-top: -123px;
        z-index: 99;
        position: absolute;
        width: 300px;
        color: white;
        padding-left: 17px;
        font-size: 13px;
        padding-right: 15px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}

.single-tribe_events #tribe-events-header {
    margin: 2.5px;
    background-color: #f47928;
    display: none;
}

.single-tribe_events .tribe-events-event-image {
    text-align: center;
    margin: 2.5px;
    width: 635px;
    position: relative;
    top: 0;
    height: 245px;
    overflow: hidden;
    opacity: 1;
    float: left;
}

.single-tribe_events .tribe-events-event-image img {
    width:100%;
}

.single-tribe_events .tribe-events-content {
    width: 640px;
    max-width: 100%;
    padding: 0;
    float:left;
    padding: 0 15px 0 15px;
    margin: 2.5px 2.5px 10px 2.5px;
    width: 635px;
    padding: 10px;
    background-color: white;
}

.single-tribe_events .tribe-events-event-meta {
    font-size: 0.9rem;
    float: left;
    width: 310px;
    margin-top: 0;
    border: none;
    margin-bottom: 0;
    background-color: transparent;
}

.single-tribe_events .tribe-events-venue-map {
    width: 305px;
    margin: 0;
    padding: 0px;
    float: right;
    border: none;
    border-radius: 0px;
    display: inline-block;zoom:1;
    vertical-align: top;
    height: 245px;
    margin: 2.5px;
}

.tribe-events-single-event-title.summary.entry-title {
	position:absolute;
	z-index: 10;
	color: white;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
	padding: 10px 10px 0;
	margin-top: 150px;
	width: 640px;
	margin-left: 0;
	top: 0;
}

.events-archive #tribe-events-content {
    position: relative;
    margin-bottom: 48px;
    padding: 0px 0;
    margin-top: 240px;
}

#tribe-events-content {
    position: relative;
    margin-bottom: 48px;
    padding: 0px 0;
}

#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
    list-style-type: none;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    line-height: normal;
    text-align: center;
}

.tribe-events-cal-links {
    display:none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    margin: 0;
    font-weight: 800;
    background-color: #f47928;
    text-align: center;
    padding: 18px;
    color: white;
    font-size: 15px;
    width: 305px;
    margin-left:-15px;
    margin-bottom:10px






}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    float: left;
    width: 305px;
    padding: 0px 15px;
    text-align: left;
    display: inline-block;zoom:1;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2.5px;
}

.tribe-events-meta-group {
	background-color:white;
	margin: 2.5px;
}

.tribe-events-meta-group-other {
	display:none !important;
}

.entry-title {
    padding-left: 0;
    margin-left: 12.5px;
    }

    .site-news .entry-title {
    	background-color:white;
    	height: 54px;
    	margin: 2.5px;
    	padding: 10px;
    }

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.5;
    list-style: none;
    float: none;
}

.single-tribe_events .tribe-events-event-meta a {
	overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: 1;
    list-style: none;
    padding-right:5px;
}

.tribe-events-single ul.tribe-related-events li {
    float: left;
    width: 160px;
    height: 130px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: .9em;
    background: #fafafa;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.post .tribe-events-single ul.tribe-related-events, .tribe-events-single ul.tribe-related-events {
    margin: 0;
    padding: 0;
    border: none;
    float: right;
    position: relative;
    width: 320px;
}

h3.tribe-events-related-events-title {
    margin-bottom: 2%;
    font-size: 1.4em;
    /* display: none; */
    width: 320px;
    float: right;
    clear: none;
    margin: 0;
    font-weight: 800;
    background-color: #f47928;
    text-align: center;
    padding: 18px;
    color: white;
    font-size: 15px;
    width: 320px;
    margin-left: -15px;
}

.tribe-related-event-info .tribe-related-events-title a {
    font-size: 11px;
    margin: 0;
    font-weight: 800;
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    width: 150px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
}

.tribe-related-event-info .end-time {
    display:none;
}

.tribe-related-event-info .date-start {
    position: absolute;
    top: 0;
    margin-top: 50px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
    margin-left: -10px;
}

.tribe-related-event-info {
        position: absolute;
    top: 0;
    width: 160px;
    padding: 0;
    height: 130px;
    border: none;
}

.single-tribe_events .tribe-mini-calendar-grid-wrapper, .single-tribe_events .list-date {
    display: none;
}

.single-tribe_events .tribe-mini-calendar-event {
    border-bottom: 1px solid #f47928;
}

.single-tribe_events .tribe-mini-calendar-event .entry-title:before {
    content: "Next Event:";
    font-size: 10px;
    display: none;
}

#tribe-events-bar {
    width: 100%;
    min-width: 220px;
    margin-bottom: 2.5px;
    height: auto;
    position: relative;
    clear: none;
}

.post-type-archive-tribe_events #tribe-events-header {
    display: none;
}

.tribe-events-user-recurrence-toggle {
    display: none;
}

#tribe-events-photo-events {
    opacity: 0;
    margin: 0;
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

#tribe-events-content.tribe-events-list {
    padding: 0px 0!important;
    margin-top: 240px;
}

.events-archive .entry-content, .events-archive .entry-header {
    width: 100%;
}

#events-submit-widget {
	background-image:url("assets/texture.png");
	height: 120px;
	width: 305px;
	float: left;
}

#events-submit-widget .widget-title {
    background: none;
    color: white;
    font-size: 14px;
    text-align: left;
    padding:0;
    font-weight:normal;
    text-align:center;
    padding-top: 34px;
}

#events-submit-widget .widget-title:before {
	content:"";
	width: 26px;
	height: 27px;
	background-image:url(assets/icons-1.png);
	display:block;
	background-position: -38px 1px;
	position: absolute;
	margin-top: -21px;
	margin-left: 12px;
}

#events-submit-widget .textwidget {
    background: none;
    color: white;
    font-size: 28px;
    text-align: left;
    padding:0;
    font-weight: bold;
    text-align:center;
    padding-top: initial;
    color:white;
}

#events-submit-widget .textwidget a {
	color:white;
}

.events-archive .mc4wp-form {
        height: 115px;
        width: 305px;
        float: left;
        margin: 2.5px;
        background-color: white;
}

.events-archive .mc4wp-alert {
        margin-top: -89px;
}

h2.tribe-events-page-title {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    z-index: 0;
    margin-bottom: .5em;
    text-align: center;
    clear: none;
    padding-top: 9px;
}

#tribe-events .tribe-events-button, .tribe-events-button {
    background-color: #F37A28;
    color: #fff;
    background-image: none;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 9px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    border-radius: 0;
    border: 0;
    line-height: normal;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.entry-content p {
    padding-right: 15px;
    /* padding-left: 15px; */
}

.page-id-58 .content-area {
    width: 100% !important;
}

#contactform2 {
    float: right;
    width: 50%;
}

.contact-texts {
    float: left;
    width: 50%;
}

.contactform2 .wdform_page {
    background: transparent;
    border-radius: 0px;
    font-family: 'Lato', sans-serif !important;
}

input[type="text"] {
    border-radius: 0px;
    height: 22px;
    padding: 0 3px !important;
    background: white !important;
    border: 2px solid #F37A28 !important;
}

textarea {
    border-radius: 0px;
    height: 22px;
    padding: 0 3px !important;
    background: white !important;
    border: 2px solid #F37A28 !important;
}

button {
	border: 1px solid #F37A28;
	background-color: #F37A28;
	box-shadow: none !important;
	font-family: Lato !important;
	text-shadow: none;
	border-radius: 0;
	color: white;
}

.contactform2 .mini_label {
    font-size: 9px !important;
    font-family: Lato !important;
    color: #8A8A8A;
}

#menu-footer-menu {
	margin:0;
	padding-bottom:0px;
	height: 20px;
	margin-top: 10px;
	border-top: 1px solid grey;
	padding-top: 9px;
}

#menu-footer-menu li {
	list-style:none;
	display: inline-block;
	padding: 0px 10px;
}

.new_menu_class {
    list-style: none;
    position: absolute;
    border-top: #176ab3 5px solid;
    width: 100%;
    background-color: #F37A28;
    bottom: -13px;
}

.new_menu_class ul {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
	text-align: center;
}

.new_menu_class .menu li {
    display: inline-block;
}

.new_menu_class .menu li a {
    padding: 2px 3px 2px 2px;
    background-color: #F37A28;
    color:white;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.parent-pageid-53 .projects_menu_class, .page-id-53 .projects_menu_class, .single-project .projects_menu_class {
	display:block;
}

.page-template-page-about .about_menu_class, .parent-pageid-7 .about_menu_class {
	display:block;
}

.page-template-page-media .media_menu_class, .parent-pageid-60 .media_menu_class {
	display:block;
}

.projects_menu_class, .media_menu_class, .about_menu_class {
	display:none;
    list-style: none;
    position: absolute;
    border-top: #176ab3 5px solid;
    width: 100%;
    background-color: #F37A28;
    bottom: -13px;
}

.projects_menu_class ul, .media_menu_class ul, .about_menu_class ul {
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
	text-align: center;
}

.projects_menu_class .menu li, .media_menu_class .menu li, .about_menu_class .menu li {
    display: inline-block;
}

.new_menu_class .menu li a {
    padding: 2px 3px 2px 2px;
    background-color: #F37A28;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.projects_menu_class .menu li a, .media_menu_class .menu li a, .about_menu_class .menu li a {
    padding: 2px 5px 4px 5px;
    background-color: #F37A28;
    color:white;
    font-size: 13px;
    width: auto !important;
}

.tribe-events-photo-event:before {
	bottom: 20px;
	z-index: 2;
}

.tribe-events-category-design:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 187px -4px;
}

.tribe-events-category-art:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 73px -1px;
}

.tribe-events-category-education:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 248px 0px;
}

.tribe-events-category-exhibitions:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 413px 0px;
	z-index: 2;
}

.tribe-events-category-eunic-london:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 333px 0px;
}

.tribe-events-category-film:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 487px 0px;
}

.tribe-events-category-lifestyle:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 563px -2px;
}

.tribe-events-category-literature:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 639px -2px;
}

.tribe-events-category-opportunities:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 780px -2px;
}

.tribe-events-category-outside-the-box:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 136px -1px;
}

.tribe-events-category-theatre-dance:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: -7px 0px;
}

.tribe-events-category-music:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 16px;
	background-position: 714px -3px;
}

.tribe-events-category-talks:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	right: 20px;
	background-position: 918px -2px;
}



.second-loop .home-box:before {
	background-size: 496px 69px;
	bottom: 15px !important;
	right: 15px ! important;
	z-index: 1;
}

.second-loop .home-box.design:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 93px 0px;
}

.second-loop .home-box.art:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 35px -1px;
	z-index: 9999;
}

.second-loop .home-box.education:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 248px 0px;
}

.second-loop .home-box.exhibitions:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 424px 0px;
}

.second-loop .home-box.eunic-london:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 166px -1px;
}

.second-loop .home-box.film:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 493px 0px;
}

.second-loop .home-box.lifestyle:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 563px -2px;
}

.second-loop .home-box.literature:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 316px 0px;
}

.second-loop .home-box.opportunities:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 780px -2px;
}

.second-loop .home-box.outside-the-box:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 136px -1px;
}

.second-loop .home-box.theatre-dance:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: -3px -1px;
}

.second-loop .home-box.music:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 356px -2px;
}

.second-loop .home-box.talks:before {
	content:"";
	width: 30px;
	height: 30px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 918px -2px;
}

.large-box.home-box:before {
background-size: 1001px 141px;}

.large-box.home-box.design:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 187px -4px;
	z-index: 999;
}

.large-box.home-box.art:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 73px -1px;
	z-index: 999;
}

.large-box.home-box.education:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 248px 0px;
	z-index: 999;
}

.large-box.home-box.exhibitions:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 413px 0px;
	z-index: 999;
}

.large-box.home-box.eunic-london:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 333px 0px;
	z-index: 999;
}

.large-box.home-box.film:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 487px 0px;
	z-index: 999;
}

.large-box.home-box.lifestyle:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 563px -2px;
	z-index: 999;
}

.large-box.home-box.literature:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 639px -2px;
	z-index: 999;
}

.large-box.home-box.opportunities:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 780px -2px;
	z-index: 999;
}

.large-box.home-box.outside-the-box:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 136px -1px;
	z-index: 999;
}

.large-box.home-box.theatre-dance:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: -8px -1px;
	z-index: 999;
}

.large-box.home-box.music:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 714px -2px;
	z-index: 999;
}

.large-box.home-box.talks:before {
	content:"";
	width: 60px;
	height: 60px;
	position:absolute;
	background-image: url(assets/icons-3.png);
	bottom: 20px;
	right: 20px;
	background-position: 918px -2px;
	z-index: 999;
}

.tribe-events-loop .tribe-events-event-meta {
    float: none;
    clear: both;
    border: 0;
    margin: 5px 0 15px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
    overflow: visible;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.21);
}

.tribe-related-events {
    display:none;
}

.tribe-events-related-events-title {
    display:none;
}

.new_menu_class .menu a:hover {
	padding-left: 20px;
}

#primary-menu .menu-item a:hover:before {
	content:"";
	width: 10px;
	transition-timing-function: cubic-bezier(0, 0, 0.33, 1.1);
	transition: width 0.3s;
	background-size: 293px 41px !important;
	margin-left: 0px !important;
}

.menu-item a:hover:before {
	content:"";
	width: 10px;
	transition-timing-function: cubic-bezier(0, 0, 0.33, 1.1);
	transition: width 0.3s;
	background-size: 293px 41px !important;
	/* margin-left: -21px !important; */
}


.menu-item-274 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 20px;
	width: 21px;
	background-position: 21px 0px;
	position: absolute;
	margin-left: -20px;
	transition-timing-function: cubic-bezier(0, 0, 0.33, 1.1);
	transition: 0.4s;
}

.menu-item-275 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 19px;
	width: 13px;
	background-size: 242px 34px;
	background-position: 53px 0px;
	position: absolute;
	margin-left: -16px;
}

.menu-item-146 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 22px;
	width: 16px;
	background-size: 242px 34px;
	background-position: 73px 3px;
	position: absolute;
	margin-left: -20px;
}



.menu-item-277 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 20px;
	width: 17px;
	background-size: 242px 34px;
	background-position: 97px 0px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-396 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 15px;
	width: 17px;
	background-size: 242px 34px;
	background-position: 101px 0px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-279 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 20px;
	width: 17px;
	background-size: 242px 34px;
	background-position: 142px 0px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-150 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 20px;
	width: 21px;
	background-size: 242px 34px;
	background-position: 166px 0px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-354 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 19px;
	width: 17px;
	background-size: 242px 34px;
	background-position: 187px 0px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-281 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 21px;
	width: 17px;
	background-size: 242px 34px;
	background-position: 207px 0px;
	position: absolute;
	margin-left: -17px;
}

.menu-item-355 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 22px;
	width: 22px;
	background-size: 242px 34px;
	background-position: 229px 2px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-356 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 19px;
	width: 12px;
	background-size: 242px 34px;
	background-position: 37px 0px;
	position: absolute;
	margin-left: -16px;
}

.menu-item-282 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 19px;
	width: 17px;
	background-size: 242px 34px;
	background-position: 268px 0px;
	position: absolute;
	margin-left: -20px;
}

.menu-item-357 a:hover:before {
	content:"";
	display: inline-block;
	background-image:url(assets/icons-3.png);
	height: 20px;
	width: 22px;
	background-size: 242px 34px;
	background-position: -1px 0px;
	position: absolute;
	margin-left: -20px;
}

.widget-easy-twitter-feed-widget-global-wrapper {
    background-color: #221F1F;
}

.twitterwidget {
    padding-left: 30px;
}

html {
    margin-top: 0px !important;
}

.lastbox-image {
    float: left;
    height: 305px;
    margin: 2.5px;
    width: 305px;
    overflow: hidden;
    margin-right: -3px;
}

.post-type-archive-tribe_events .home-box-meta {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-weight: bold;
    width: 200px;
    display: block;
    max-width: 200px;
}

.post-type-archive-tribe_events .home-box-meta span {
	display:block;
}

.post-type-archive-tribe_events .home-box-meta .box-city {
font-size: 13px;
line-height: 1.5;}

.post-type-archive-tribe_events .home-box-meta .box-venue {
	font-size: 13px;
	line-height: 1.3;
}

.post-type-archive-tribe_events .home-box-meta .box-date {
	font-size: 25px;
}

.large-box .home-box-meta {
    position: absolute;
    bottom: 14px;
    left: 15px;
    font-weight: bold;
    max-width: 195px;
    z-index: 990;
}

.home-box-meta {
    position: absolute;
    bottom: 14px;
    left: 15px;
    font-weight: bold;
    max-width: 125px;
    z-index: 990;
}

.large-box .home-box-meta span {
	display:block;
}

.large-box .home-box-meta .box-city {
font-size: 13px;
}

.large-box .home-box-meta .box-venue {
	font-size: 13px;
}

.large-box .home-box-meta .box-date {
	font-size: 40px;
	margin-top: 0;
}



.home-box-meta span {
	display:block;
}

.home-box-meta .box-city {
font-size: 10px;
}

.home-box-meta .box-venue {
	font-size: 10px;
}

.home-box-meta .box-date {
	font-size: 23px;
	margin-top: 12px;
}

.home-box.multi .home-box-meta .box-date {
	font-size: 13px;
	margin-top: 12px;
}

#mobile-nav {
    display: none;
}

#EventBriteDetailDiv small, .tribe-community-event-info small {
    color: #000000;
    font-size: 10px;
}

.recurringinfo {
    display: none !important;
}

.post-type-archive-tribe_events .date-end {
    display:none;
}

#tribe-events-adv-list-widget-2 .vevent:before, .tribe-events-calendar .vevent:before {
    display:none;
}

.underthirdloop {
    margin: 0 !important;
    position: relative !important;
    display: none;
}

.undersidebar .post:nth-child(5), .undersidebar .post:nth-child(6), .undersidebar .post:nth-child(7), .undersidebar .post:nth-child(8), .undersidebar .post:nth-child(9), .undersidebar .post:nth-child(10), .undersidebar .post:nth-child(11), .undersidebar .post:nth-child(12), .undersidebar .post:nth-child(13), .undersidebar .post:nth-child(14), .undersidebar .post:nth-child(15), .undersidebar .post:nth-child(16) {
          display:none;
      }

.contactform10 input[type="text"] {
    border-radius: 0px;
    height: 22px;
    padding: 0 3px !important;
    background: #221F1F !important;
    border: 1px solid #B7B7B7;
}

.contactform10 .wdform_section {
    display: inline-block;
    width: 496px;
}

.contactform10 textarea {
    border-radius: 0px;
    height: 22px;
    padding: 0 3px !important;
    background: #221F1F !important;
    border: 1px solid #B7B7B7;
}


.wdform_row ui-sortable-handle[wdid=23] {
opacity: 1;
    float: right;
    position: absolute;
    margin-left: 194px;
    margin-top: -2px;
}

#tribe-mini-calendar-2 .vevent:before {
    content:"";
    display: none;
}

#colophon .wdform_row[wdid="23"] {
	position:absolute;
	margin-top: -82px;
	margin-left: 197px;
}

#wdform_23_element10 {
	height: 62px !important;
}

.button-reset {
	display: none !important;
}

.wdform-element-section .button-submit {
	float:right;
	position:absolute;
	margin-left: 309px !important;
	margin-top: -50px !important;
	background-color: #F47928 !important;
	/* padding: 0px !important; */
	font-size: 14px !important;
	line-height: 0.1 !important;
	min-height: 29px !important;
}

footer .wdform-element-section  .button-submit {
	margin-left: 398px !important;
	margin-top: -10px !important;
}

.tribe-events-ajax-loading {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 150px;
    padding: 15px;
    background: transparent;
    z-index: 10;
    border-radius: 5px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
}

.trans {
    opacity: 0;
}

#post-58, #post-7, #post-60, .parent-pageid-60 article, .parent-pageid-7 article, .parent-pageid-58 article, .page-template-default article  {
    background: white;
    padding: 20px;
}

.bubble {
    border-color: #dfdfdf;
    border-width: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
    border-spacing: 0;
    background-color: white;
}

.lastbox-image img {
	min-height:100%;
	min-width:100%;
	max-width: 200%;
}

.events-category #slider, .events-category #events-submit-widget, .events-category .mc4wp-form {
    display: none;
}

.events-category #tribe-events-content {
    position: relative;
    margin-bottom: 48px;
    padding: 0px 0;
    margin-top: 0px;
}

.event-left {
	    width: 640px;
    float: left;
}

.president-box {
    display: block;
    width: 960px;
    height: 200px;
    float: left;
    margin-bottom: 5px;
}

.president-meta {
    display: inline-block;
    float: left;
    width: 540px;
    background-color: white;
    margin-left: 5px;
    padding: 20px;
    height: 200px;
}

.president-box:nth-child(odd) .president-meta {
	background-color: #F37A28;
    color: white;
}

.president-meta span {
	display:block;
}

.president-image {
    display: inline-block;
    float: left;
}

.president-name {
    font-size: 20px;
}

.president-position {
    font-size: 15px;
    padding-left: 1px;
    margin-bottom: 10px;
}

.president-vices {
    font-size: 13px;
    margin-bottom: 10px;
}

.president-motto {
    font-size: 14px;
}

.page-id-378 .entry-title {
    background-color: white;
    width: 845px;
    padding: 15px;
    margin-bottom: 5px;
    margin-left: 0;
}

.magazine a {
	text-decoration:underline;
}

.single-format-standard article {
	background:white;
	padding:20px;
}

 #tribe-bar-views li.tribe-bar-views-option {
    line-height: 14px;
    margin: 0;
    background: 0 0;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    list-style: none;
    border: none;
    padding: 0;
    display: block;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
 }

#tribe-bar-views .tribe-bar-views-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 5px;
    position: absolute;
    left: 0;
    top: auto;
    z-index: 99;
    border-radius: 0 0 0;
}

.tribe-bar-views-inner {
    padding: 10px 0 45px;
    background: #E0E0E0;
    margin: 0;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    color: #444;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 2px 15px;
    background: #E0E0E0;
}

.upw-posts .entry-image img {
    width: auto;
    min-height: 310px !important;
    max-height: 320px;
    min-width: 100%;
    max-width: 200%;
}

.upw-posts .entry-image {
    overflow: hidden;
    height: 305px !important;
    position: relative;
}

.upw-posts article {
    display: block;
    margin: 0;
    max-height: 305px;
}

article.post-961.magazine.type-magazine.status-publish.format-standard.has-post-thumbnail.hentry {}

#wprmenu_menu.left {width: 100% !important;}

 #mobileheader {
         display: none;
     }

.entry-content-page {
        background: white;
        padding: 10px;
        width: 1235px;
        margin-left: 2.5px;
        margin-bottom: 2.5px;
        max-width: 100%;
}

.page-id-378 .site-content {
    margin-left:2.5px;
}

#tribe-community-events.form {
        max-width: 1024px;
        padding: 10px;
        margin-left: 5px;
}

.page-id-402 #primary {
    width: 100%;
}

.justified-gallery {
    margin-bottom: 20px;
}

.mandatory-star:after {
    content:"*";
    width: 9px;
    display: inline-block;
    color:red;
}

#slider li {
	height:250px;
	min-height: 250px;
}

.bjqs-slide img {
	min-width:110%;
	

}

.slider-caption {
    position: absolute;
    bottom: 0;
    height: auto;
    width:100%;
    background: rgba(0,0,0,0.5);
    color:white;
    padding:10px;
    font-weight:bold;
}

.slider-title {
	margin:0;
	margin-bottom:10px;
}

.slider-title a {
	color:white;
	margin-bottom:0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
	font-size: 25px;
}

.slider-venue {
	color:white;
	font-size: 13px;
	display:block;
}

.slider-date {
	color:white;
	font-size: 36px;
	display:block;
}

.tribe_community_edit #tribe_events_cat-22 {
    display: none;
} 

#click-menu.admin-bar-showing {
    margin-top: 0px !important;
}

.sixth-loop {
    float: right;
    width: 313px;
}

.seventh-loop {
    float: right;
    width: 310px;
}

.nineth-loop {
        float: right;
    margin-top: -310px;
    width: 313px;
}

.tribe-events-community-footer:after {
	content:"Thanks for your submission. EUNIC London has the right to edit or not publish content if it does not meet the values of the organisation, which are the promotion of European arts and culture in the UK.";
	display:block;
	margin-top:20px;
}

.upw-posts .entry-title {
    position: absolute;
    margin-top: -220px;
    font-size: 20px;
    padding: 0px 15px 0px 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    max-width: 320px;
}

article a[href] {
    text-decoration: underline !important;
}

.error404 #primary {
	width: 100%;
    padding-bottom: 300px;
    text-align: center;
}


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

	#page {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 125px;
}
    #widget-easy-twitter-feed-widget-kamn-2 iframe {max-height: 600px;

height: 367px !important;}

.sixth-loop {
	/* display:none; */
	width: 310px;
}

.seventh-loop {
	/* display:none; */
}  
    
    .eighth-loop {
        /* display: none; */
        float: right;
        width: 310px;
    }
    
    .nineth-loop {
	display:none;
} 
    
}







@media screen and (min-width: 1280px)
	 	and (max-width: 1600px) 
 {
      #page {
          width:1280px;
      }

      .has-sidebar {
	width: 620px;
	float:left;
}

.page-id-59 #secondary {
	width:320px !important;
}

.single-format-standard article, .page-template-default article, #post-58, #post-7, #post-60, .parent-pageid-60 article, .parent-pageid-7 article, .parent-pageid-58 article, .page-template-default articl {
    background: white;
    padding: 20px;
    width: 920px;
    margin-left: 20px;
}

 .page-id-59 .has-sidebar {
	width: 930px;
	float:left;
}

     
     #events-submit-widget {
    background-image: url("assets/texture.png");
    height: 240px;
    width: 305px;
    float: left;
    padding-top: 62px;
    padding-left: 9px;
}
     
     .events-archive .mc4wp-form {
    height: 240px;
    width: 305px;
    float: left;
    margin: 2.5px;
    background-color: white;
    padding-top: 64px;
}
     
     .home #ajaxload {
             width: 1243px;
             margin: 0 auto;
}

      #tribe-events-adv-list-widget-2 {
    height: 464px;
}


#tribe-events-adv-list-widget-2 .tribe-mini-calendar-event .entry-title:before {
    content:"";
    font-size:10px;
    display:block;
}

#tribe-events-adv-list-widget-2 .tribe-mini-calendar-event {
	margin:0 !important;
	padding:0 !important;
}

#secondary {
    width: 620px;
    float: left;
    background-color: #E6E7E8;
}
      
      .single-format-standard #secondary {
          float: left;
          width: 300px;
          display: none;
      }
      
      .second-loop {
          margin-top: 779px;
          width: 620px;
          float: left;
          position: absolute;
          margin-left: 620px;
      }
     
     
     .seventh-loop {
    float: left;
    width: 310px;
}
     
     .sixth-loop {
    float: left;
    width: 310px;
}
      
      .post-type-archive-tribe_events #primary {
    width: 1280px;
}

.events-single #secondary {
	float:right;
	position:absolute;
	width:320px;
	margin-left: 310px;
}
      .page-id-7 .site {
          width:960px !important;
}
  }

   @media screen 
  and (min-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      #page {
          width:1600px;
      }
      
      
       .fifth-loop {
    width: 310px;
    height: 310px;
    position: absolute;
    margin-left: 620px;
    margin-top: 310px;
     }
      
      .sixth-loop {
    float: right;
    width: 313px;
    position: absolute;
    margin-top: 620px;
    margin-left: 1240px;
}
      
      .third-loop, .fourth-loop {
          display: none;
      }
      
      .nineth-loop {
    float: right;
    margin-top: -310px;
    width: 313px;
          display: none;
}
      
      .seventh-loop {
          margin-left: 930px;
    position: absolute;
    margin-top: 620px;
      }

      .tenth-loop {
      	display:none;
      }

      .single-format-standard article, #post-58, #post-7, #post-60, .parent-pageid-60 article, .parent-pageid-7 article, .parent-pageid-58 article, .page-template-default articl {
    background: white;
    padding: 20px;
    width: 920px;
    margin-left: 20px;
}
    
	  
	  #widget-easy-twitter-feed-widget-kamn-2 iframe {max-height: 300px !important;
height: 373px !important;}
      
     

      .second-loop .home-box:nth-child(6), .second-loop .home-box:nth-child(7), .second-loop .home-box:nth-child(8) {
      	display:none;
      }
      
#widget-easy-twitter-feed-widget-kamn-2 iframe {
max-height: 600px !important;
height: 372px !important;}

#tribe-events-adv-list-widget-2 {
    height: 460px;
}
      
      .undersidebar {
          display:block;
          margin-top: 621px !important;
          width: 760px !important;
          margin-left: 620px !important;
      }
      
      .undersidebar .post {
          display: block !important;
      }
          

#tribe-events-adv-list-widget-2 .tribe-mini-calendar-event .entry-title:before {
    content:"";
    font-size:10px;
    display:block;
}

#tribe-events-adv-list-widget-2 .tribe-mini-calendar-event {
	margin:0 !important;
	padding:0 !important;
}
      
      #secondary {
          float: left;
          width: 960px;
      }
      
      .second-loop {
          margin-top: 620px;
          width: 315px;
          float: right;
          position: absolute;
          margin-left: 1240px;
      }
      
      .post-type-archive-tribe_events #primary {
    width: 1280px;
}

.events-single #secondary {
	float:right;
	position:absolute;
	width:320px;
	margin-left:320px;

}
      .page-id-7 .site {
          width:960px !important;
}
  }




  @media screen and (min-width: 320px) 
  and (max-width: 568px)
 {
html {
	width:100%;
}

#contactform2 {
    float: left;
    width: 100%;
    border-top: 1px solid black;
    padding-top: 20px;
}
     
     .slider-caption {
    position: absolute;
    top: 0;
    height: auto;
    width:100%;
    background: rgba(0,0,0,0.5);
    color:white;
    padding:10px;
    font-weight:bold;
} 

#menu-footer-menu {
	margin:0;
	padding-bottom:0px;
	height: auto;
	margin-top: 10px;
	border-top: 1px solid grey;
	padding-top: 9px;
}

#menu-footer-menu li {
	list-style:none;
	display: block;
	padding: 2px 10px;
	font-size: 16px;
}

#menu-footer-menu li a {
	border-bottom: 1px solid grey;
}

.contact-texts {
    float: left;
    width: 100%;
}

.president-box {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}

.president-meta {
    display: inline-block;
    float: left;
    width: 98%;
    background-color: white;
    margin-left: 1%;
    padding: 20px;
    height: auto;
    margin-right: 1%;
}

.president-image {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.president-image img {
	width:100%;
}

.bx-wrapper img {
    max-width: 100%;
    min-height: 305px;
    display: block;
    width: 100%;
}
	 
	 
	 
	 #text-2 {
	padding-left: 20px;
	padding-top:20px;
	height: 305px;
	padding-right: 20px;
	position: absolute;
	top: 56px;
}

.home-box.large-box:hover .box-content:after {
	content:"";
	background-color: #F37A28;
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	z-index: 0;
	display:none;
}


     
     #wprmenu_bar {
position: fixed;
top: 0px;
left: 0px;
background: #0D0D0D;
padding: 10px 16px;
width: 100%;
display: none;
cursor: pointer;
z-index: 98;
overflow: hidden;
height: 50px;
display: none;
border-top: #f37a28 5px solid;
border-bottom: #176ab3 5px solid;
     }

.undersidebar .home-box:nth-child(1) {
    display:none;
}
     

  	#page {
  		width:100%;
  		overflow-x: hidden;
  		margin-left: auto;
  		margin-right: auto;
}
	 
	 .home #page {
		 padding-top: 367px !important;
		}
	 
  	body {width: 100%;
}

  	.post-type-archive-tribe_events #primary, .events-single #primary {
    width: 100%;
}
      
    

.hentry {
    margin: 0 0 1.5em;
    padding: 0 0px 0 0px;
}
      
      #primary {
    width: 100%;
    float: left;
    background-color: white;
}
      
      .page-content, .entry-content, .entry-summary, .entry-header {
    margin: 0 1%;
}
  	#secondary {
  		float:left;
  	}
  	iframe {
  		width:100%;
  	}

  	.has-sidebar {
  		width:100%;
  	}

  	#slider {
    /* background-image:url("assets/slider.jpg"); */
    /* display:none; */
    width: 98.5%;
    height: 305px;
    margin: 2.5px;
}
      
      .grid640 {
    width: 100% !important;
    max-height: 180px !important;
	min-height: 180px !important;
    height: auto;
}
	 
	 .grid640 iframe {
		 height: 180px;
	 }

.home-box.large-box {
    width: 98%;
    height: 305px;
    min-height: 300px;
    max-height: 320px;
    background-size: cover;
    position: relative;
    float: left;
    margin:2.5px 1%;
}

.home-box .tribe-events-event-image img {
    display:none;
}
      
      .home-box {
    width: 100%;
    height: 320px;
    min-height: 160px;
    background-size: cover;
    position: relative;
    float: left;
}
      
      #masthead {
      height: 54px;
      border-bottom: #176ab3 5px solid;
      }
      
      .fifth-loop .home-box {
    width: 48%;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    background-size: cover;
    position: relative;
    float: left;
    margin: 2.5px 1%;
}

.lastbox-image {
	display:none;
}

 
      .first-loop, .boxes-container, .ajaxload {
          width:100%;
      }
      .tribe-events-single-section #secondary {
      	display:none;
      }

      .single-tribe_events .tribe-events-event-meta {
    font-size: 13px;
    float: right;
    width: 100%;
    margin-top: 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    margin: 0;
    font-weight: 800;
    background-color: #f47928;
    text-align: center;
    padding: 18px;
    color: white;
    font-size: 15px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    float: left;
    width: 100%;
    padding: 0px 0px;
    text-align: left;
    margin: 0px 0 0px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.single-tribe_events .tribe-events-event-meta dl {
    margin: 0;
    padding:15px;
}

.single-tribe_events .tribe-events-content {
    width: 100%;
    max-width: 100%;
    padding: 15px !important;
    float: left;
}
      
      .tribe-events-single-event-title.summary.entry-title {
    position: absolute;
    z-index: 10;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    padding: 10px 20px 0;
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
}
      
      .single-tribe_events .tribe-events-event-image {
    clear: both;
    text-align: center;
    margin-bottom: 0;
    width: 640px;
    position: relative;
    top: 0;
    height: 250px;
    overflow: hidden;
    opacity: 1;
    float: left;
}
      
      .site-title img {
          height: 30px;
      }
      
      .new_menu_class {
    list-style: none;
    position: absolute;
    border-top: #176ab3 5px solid;
    width: 100%;
    background-color: #F37A28;
    bottom: 0;
    padding-top: 5px;
    display: none;
}
      
      .new_menu_class ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    height: 48px;
}
      
      .new_menu_class .menu li a {
    padding: 4px 5px 4px 5px;
    background-color: #F37A28;
    color: white;
    font-size: 16px;
}
      
    #mobile-nav {
        display:block;
        position: absolute;
        left:10px;
        top: 7px;
    }
      
      #mobile-nav img {
          height: 30px;
      }
          
      
      .site-branding {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    margin-left: 0;
}
      
  
      
      .site-title {
          left:50%;
          margin-left: -40px;
          position: absolute;
      }
#contactform10 {
	display:none;
}

.lastbox-image {
    float: left;
    height: 305px;
    margin: 2.5px 1%;
    width: 98%;
    overflow: hidden;
}

.widget {
    margin: 0;
    display: inline-block;
    width: 98%;
    float: left;
    margin: 2.5px 1%;
    background-color: white;
}

#colophon {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #221f1f;
    color: white;
    height: 145px;
    text-align: center;
    padding-top: 10px;
}

.event-left {
    width: 98%;
    float: left;
    text-align:justify;
}

.entry-content p {
    padding-right: 0;
    padding-left: 0;
}

#tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event {
    width: 48% !important;
    height: 160px !important;
}

.main-navigation ul {
    display:block ;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    left: 17px;
    top: 35px;
}

.main-navigation ul li {
    display:block !important ;
    list-style: inherit !important;
    margin: 0;
    padding-left: 0;
    width: 70px;
    float: none;
}

#site-navigation {
    display: block;
    position: absolute;
    float: left;
    width: 98%;
    top: 9px;
    margin-left: 20px;
}


.menu-toggle {
	display:none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 15px;
}
     
     #masthead {
         display: none;
     }
     
      #widget-easy-twitter-feed-widget-kamn-2 iframe {max-height: 600px;

height: 240px !important;
	  }
	 
	 #widget-easy-twitter-feed-widget-kamn-2:after {
	content:"Tweet us @EUNICLondon";
	font-size:22px;
	font-weight:bold;
	color:#F47928;
	text-align:center;
	width: 100%;
	display: block;
	background-color: #221F1F;
	padding: 5px;
	height: 40px;
}
    #responsive-menu {
		width:100% !important;
	}
     
     #mobileheader {display: block;
width: 100%;
height: 55px;
border-bottom: 5px solid #176ab3;
border-top: 5px solid #F37A28; z-index: 999;
position: fixed;
top: 0;
background: white;
     overflow: hidden;}
     
#mobileheader img {height: 30px;
margin-top: 7px;
margin-left: 6px;}
     
     #click-menu {text-align: center;
cursor: pointer;
font-size: 13px !important;
display: none; 
position: fixed;  
right: 10px !important;
top: 12px !important;
color: #F37A28;
background: white;
padding: 5px;
z-index: 9999;
overflow: hidden;
height: 35px;
width: 30px;}
     
     #click-menu .threeLines {
    width: 23px !important;
}
     
     #click-menu .threeLines .line {
         height: 3px !important;
margin-bottom: 6px !important;
background: #F37A28 !important;
width: 20px !important;
     }

}