/*!
Theme Name: Xeirotexnika
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xeirotexnika
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Xeirotexnika is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 :root {
	--light-black: #333;
	--light-gray: #ccc;
	--light-bg-color: #f5f7f6;
	--levander: #d7eff9;
	--brown: #872a51;
	--darkslategray: #28263b;
	--footer-bg: #29273d;
	--social-bg: #00d2c9;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?lpunx4');
  src:  url('fonts/icomoon/icomoon.eot?lpunx4#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?lpunx4') format('truetype'),
    url('fonts/icomoon/icomoon.woff?lpunx4') format('woff'),
    url('fonts/icomoon/icomoon.svg?lpunx4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto+Slab&display=swap&subset=greek-ext');

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 7%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
}

p {
	margin-bottom: 1em;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

hr {
	background-color: var(--light-gray);
	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 {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*border: 1px solid;
	border-color: var(--light-gray) var(--light-gray) #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--light-gray) #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid var(--light-gray);
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid var(--light-gray);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

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

.mt-4 {
	margin-top: 40px;
}

.site-main > div {
	margin: 50px auto;
}

.site-main > div:first-child {
	margin-top: 50px;
}

.site-main > div:last-child {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #424242;
    height: 50px;
    line-height: 50px;
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;

}

.main-navigation #primary-menu > li {
	border-bottom: 1px solid var(--light-gray);
    font-weight: bold;
    text-align: center;
}

.main-navigation #primary-menu .wpml-ls-item {
	display: none !important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #333;
}

.main-navigation a:hover {
	color: var(--social-bg);
	background-color: var(--light-bg-color);
}

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

.blog-page {
	margin: 50px 0px;
}
.blog-page .blog-header {
	margin-bottom: 50px;
}
.blog-page .post-item {
	margin-bottom: 100px;
}

.blog-page .post-item .btn:hover {
	color: white;
}

.post-page {
	margin: 50px 0px;
}

@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: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## 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,
.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: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/*--------------------------------------------------------------
## 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;
}

.secondary-menu {
	justify-content: flex-end;
}

.site-header .main-menu {
	transition: all 0.2s ease;
}
.site-header .main-menu .logo a {
	margin: 0 auto;
}
.site-header .main-menu .main-menu-burger i {
	margin-right: 10px;
}

.main-navigation .menu .lang-close > span:not(:last-child) {
	border-right: 1px solid var(--light-gray);
}

.main-navigation .menu .lang-close > span {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 33%; -webkit-flex: 1; -ms-flex: 1; flex: 1;  
} 

.main-menu .main-menu-burger, .main-menu .search-bar {
	height: 71px;
}
 .main-menu .search-bar i {
 	font-size: 20px;
 }
.main-menu .main-menu-burger {
	padding-right: 10px;
	border-right: 1px solid var(--light-gray);
}

.site-header .main-menu .main-menu-burger:hover, .site-header .main-navigation .lang-close .main-menu-close:hover {
	cursor: pointer;
}

.site-header .main-menu .secondary-text {
	margin-right: 20px;
	font-size: 13px;
}

.site-header {
	background-color: var(--light-bg-color);
}


.bold-text {
	font-weight: 700;
}

.x-min {
	min-height: 71px !important;
}

.main-menu.full-width {
	border: 1px solid var(--light-gray);
}

.main-menu .secondary-menu {
	padding-right: 0px;
}

.single-event .event-information .event-useful ul {
	margin-left: 0px;
}

.main-menu.full-width > .row, .top-bar.full-width > .row {
	margin-bottom: 0px;
}

.top-bar {
	padding: 10px 0px;
}

.top-bar .lang-selection {
	min-height: 52px;
}

.top-bar .lang-selection > a {
	text-transform: uppercase;
    text-decoration: underline;
    color: var(--light-black);
}

.top-bar .lang-selection > ul {
	margin: 0px;
    position: absolute;
    top: 45px;
    background-color: #26a69a;
    padding: 10px;
    color: white;
    display: none;
}

.top-bar .lang-selection > ul.show {
	display: block;
}

.top-bar .lang-selection > ul > li:not(:last-child) {
	margin-bottom: 5px;
}

.top-bar .lang-selection > ul > li a {
	text-transform: uppercase;
    text-decoration: underline;
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
}

.site-header .main-menu {
	border: 1px solid var(--light-gray);
	border-width: 1px 0px 1px 0px;
}
.site-header .main-menu .search-bar {
	margin: 0px 10px;
}
.site-header .main-menu .search-bar:hover {
	cursor: pointer;
}
.hide {
	display: none;
}

.close-search:hover {
	cursor: pointer;
}

.close-search {
	background-color: #000;
}

.close-search i {
	color: #fff;
}

.homepage-slide img {
	width: 100%;
}

.homepage-slide .slide {
	position: relative;
}

#mb1humgQ-cnt {
	margin: 0 auto;
}

#mb1humgQ-cnt .counter-festival {
	margin: 20px 0px;
}

.time-label {
	font-weight: bold;
	font-size: 130%;
}
.time_circles {
	position: relative;
	width: 100%;
	height: 100%;
}
.time_circles > div {
	position: absolute;
	text-align: center;
}
.time_circles > div > h4 {
	cursor: default;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
.time_circles > div > span {
	cursor: default;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 300%;
	margin-top: 0.4em;
	font-weight: bold;
}

.justify-content-center {
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.justify-content-space-between {
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
.justify-content-sa {
	-webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;   
}
.flex-column {
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}

.homepage-icons {
	padding: 70px 0px;
}

.homepage-icons img {
	max-width: 80%;
}

.homepage-youtube {
	background-color: var(--levander);
	padding: 50px 0px;
}

.homepage-youtube .homepage-youtube-text {
	height: 456px;
	background-image: url('img/video-icon-bg.png');
	background-position: right;
    background-repeat: no-repeat;
}

.homepage-youtube .youtube-heading {
	color: var(--darkslategray);
    font-size: 57px;
    font-weight: bold;
}

.homepage-youtube .youtube-text {
	font-size: 20px;
}

.brown-color {
	color: var(--brown);
}

.site-footer .footer-title {
	color: white;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.site-footer {
	background-color: #424242;
	padding: 20px 0px 0px 0px;
}
.site-footer .footer-logo img {
	max-width: 100%;
}

.site-footer .footer-logo .footer-tagline {
	color: var(--light-bg-color);
	margin: 0px;
}
.site-footer .footer-logo .footer-address {
	margin: 20px 0px;
}
.site-footer .footer-logo .footer-address p {
	margin: 0px 0px 5px 0px; 
	color: var(--light-bg-color);
}

.site-footer .footer-logo .footer-support p {
	color: var(--light-bg-color);
}

.site-footer .footer-heading {
	color: var(--light-bg-color);
	font-weight: bold;
}
.site-footer .menu, .site-footer .recent-post-list {
	margin: 15px 0px 0px 0px;
}

.site-footer .menu li, .site-footer .recent-post-list li {
	padding: 5px 0px;
}

.site-footer .menu .lang-close {
	display: none !important;
}

.site-footer .menu a, .site-footer .recent-post-list a {
	color: var(--light-bg-color);
}

.site-footer .footer-social {
	background-color: var(--social-bg);
}

.site-footer .footer-social .social-icons span {
	padding: 10px;
    background-color: white;
    border-radius: 50%;
    font-size: 18px;
    color: #00d2c9;
    margin: 0px 7px;
}

.site-footer .copyrights p{
	margin: 0px;
}
.site-footer .footer-social .social-inner {
	margin-bottom: 0px;
}

.site-footer .footer-social .social-inner p {
	color: #000;
	font-size: 16px;
}

.site-footer .footer-copyrights {
	padding: 10px 0px 10px 0px;
	color: white;
}

.site-footer .footer-copyrights  .footer-cp-inner {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;   
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	border-top: 1px solid #ccc;
}

.site-footer .footer-copyrights .footer-cp-inner .footer-menu, .site-footer .footer-copyrights .footer-cp-inner .copyrights {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 50%; -webkit-flex: 1; -ms-flex: 1; flex: 1; 
}

.site-footer .footer-copyrights  .footer-cp-inner .footer-menu #footer-menu {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;    
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.site-footer .footer-copyrights  .footer-cp-inner .footer-menu #footer-menu li {
	margin: 0px 10px;
}

.site-footer .footer-copyrights .footer-cp-inner .copyrights {
	text-align: right;
}

.site-footer .footer-social .footer-meetus img {
	width: 90px;
	position: absolute;
	right: 30%;
}

.site-footer .footer-social .footer-meetus {
	position: relative;
}


.tabs-vertical .tabs {
  height: auto;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
.tabs-vertical .tab {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: left;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis; }
  .tabs-vertical .tab .active {
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    border-right: 3px solid #7280ce;
    color: #3f51b5; }
  .tabs-vertical .tab a {
    color: #3f51b5;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 0.28s ease;
    -moz-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    transition: color 0.28s ease; }
    .tabs-vertical .tab a:hover {
      color: #8591d5; }
  .tabs-vertical .tab.disabled a {
    color: #8591d5;
    cursor: default; }
.tabs-vertical .indicator {
  display: none; }

#fest_sponsors .sponsor-item {
	margin-bottom: 30px;
}
.festival-single {
	padding: 40px 0px;
}

.festival-single .festival-intro p {
	text-align: center;
	font-size: 16px;
}

.festival-single .navigation {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around;   
}

.festival-single .festival-body {
	margin-top: 50px;
}

.festival-single .festival-body .tab-heading h4::after {
	content: "";
    width: 150px;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 75px);
    background-color: #9e4550;
}

.festival-single .festival-body .festival-images {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;     
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}

.festival-single .festival-body .festival-images .festival-image {
	padding: 0px 10px;
}

.festival-single .festival-body > div {
	margin-bottom: 90px;
}
.festival-single .festival-body .tab-heading h4{
	text-align: center;
	margin: 30px 0px;
    position: relative;
    padding-bottom: 20px;
}



.festival-single .navigation .nav-item a {
	color: #9e4550;
    padding: 5px 15px;
    border: 1px solid #9e4550;
    border-radius: 10px;
    display: block;
    transition: all 0.25s ease;
}

.festival-single .navigation .nav-item a:hover {
	background-color: #9e4550;
	color:white;
}

.top-bar .tb-social {
	height: 52px;
	justify-content: flex-end;
}

.top-bar .tb-social span {
	margin: 0px 5px;
}

.main-menu .secondary-menu .btn-large {
	line-height: 71px;
	height: 71px;
}

.main-menu .secondary-menu .btn-large:hover, .counter-festival .btn:hover, .counter-festival .btn:visited, .counter-festival .btn:active {
	box-shadow: none;
	color: white;
	opacity: 0.7;
}

.sticky-header .site-header .main-menu {
	position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 1;
    border-width: 1px 0px 1px 0px;
}

.site-header .main-navigation 
.sticky-header .site-header .main-navigation {
	position: fixed;
	top: 71px;
}

.homepage-icons {
	-webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;
}

.events-list .Ebp--EventsList {
	max-width: 100%;
}

.events-list, .festivals-list, .past-festivals-list {
	padding: 0px;
}

.events-list {
	margin: 60px auto;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	align-items: flex-start;
}
.festivals-sponsors .festival-sponsors-list h5 {
	margin: 0px;
}
.events-list .events-list-heading {
	width: 100%;
	margin: 0px;
}

.events-list .events-list-heading h5 {
	margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #666;
    width: 100%;
    padding: 0px 5px 5px 0px;
    color: #424242;
    font-weight: bold;
}

.events-list .eventsGroup {
	flex-wrap: wrap;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
}

.events-list .Ebp--EventsList {
	width: 100%;
}

.events-list .eventDisplayCnt {
	margin: 0px !important;
}

.events-list .eventDisplayCnt .buy {
	text-align: left;
	padding: 0px !important;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
}

.eb_frontend .EBP--BookBtn, .ebpBox .EBP--BookBtn {
	width: 100%;
	height: 100%;
	padding:0px 0px 0px 10px !important;
	margin: 0px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}

.events-list .eventDisplayCnt .eventImage img {
	margin-top: 0px !important;
}

.events-list .Ebp--EventDetails {
	margin: 0px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	padding: 10px 0px;
}

.events-list .Ebp--EventDetails .Ebp--Price {
	color: #666;
    font-weight: normal;
    font-size: 19px;
    text-align: left;
    width: 100%;
    min-width: 1px;
    margin: 0;
}

.events-list .Ebp--EventDetails .Ebp--Spots {
	font-size: 13px;
    border: 1px solid #9e4550;
    color: #9e4550;
    width: 80px;
    margin: 0;
    min-width: 1px;
    height: 22px;
    line-height: 22px;
} 

.events-list .Ebp--EventDetails .Ebp--Spots span {
	color: #9e4550;
}

.events-list .Ebp--Spots span:first-child {
	margin-right:5px;
}

.events-list .date-location {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	align-items: center;
    padding: 10px 0px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.events-list .eventsGroup .eventDisplayCnt {
    background-color: white;
    margin-bottom: 20px !important;
}

.festival-title {
	margin-bottom: 40px;
	text-align: center;
}

.events-list .event-passed {
	margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
    bottom: 0px;
}

.events-list .event-passed a {
	height: 100%;
    color: #FFFFFF;
    font-size: 16px;
	line-height: 16px;
	text-align: left !important;
	padding: 0px 0px 0px 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100%;
    -moz-border-radius: 0px;
    border-top: 0px solid#FFF;
    cursor: pointer;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    margin: 0px;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
}

.events-list .date-location .dateWrap {
	font-size: 15px;
	color: #424242;
}

.events-list .date-location .EBP--Date-Details {
	text-align: left;
    padding: 0;
    -webkit-box-flex: 1; -moz-box-flex: 1; width: 100%; -webkit-flex: 1; -ms-flex: 1; flex: 1;       
}

.events-list .date-location .EBP--Date-Details .time {
	
}

.events-list .date-location .EBP--Location {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 100%; -webkit-flex: 1; -ms-flex: 1; flex: 1;  
    padding: 0;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    flex-wrap: wrap;
}

.events-list .date-location .EBP--Location a {
	color: #424242;
	font-style: italic;
}

.festivals-list .festival-item,
.past-festivals-list .past-festival-item,
.posts-list .post-item {
	margin-bottom: 20px;
}

.festivals-list .festival-item .festival-title, 
.past-festivals-list .past-festival-item .past-festival-title,
.posts-list .post-item .post-title {
	min-height: 74px;
}

.festivals-list .festival-item .festival-title h5, 
.past-festivals-list .past-festival-item .past-festival-title h5,
.posts-list .post-item .post-title h5 {
	color: #333;
}

.festivals-sponsors {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.festivals-sponsors .festival-sponsors-list {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	align-items: flex-start;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 50%; -webkit-flex: 1; -ms-flex: 1; flex: 1;   
	min-height: 189px;
}

.festivals-sponsors .festival-sponsors-list > div {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.no-results {
	padding: 50px 0px;
}

.about-categories {
	margin-bottom: 60px;
}

.about-categories .categories-list{
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.about-categories .categories-list .category {
	padding: 5px 20px;
    border-radius: 15px;
    border: 1px solid var(--brown);
    margin: 0px 10px;
} 

.contact-info {
	padding: 20px;
	background-color: #fff;
    min-height: 325px;
    -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.contact-info .info {
	padding: 20px 0px;
}

.contact-page h3, .events-list h3 {
	font-size: 30px;
}

.Ebp--EventsList .ebpBox .title {
	color: #bf1e2e !important;
	min-height: 52px;
	padding-top: 0px !important;
	align-items: flex-start;
}

.Ebp--EventsList .ebpBox .price-btn{
	-webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4; -ms-flex-order: 4; -webkit-order: 4; order: 4;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	padding: 10px 0px;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.Ebp--EventsList .ebpBox .price-btn .event-passed {
	opacity: 1;
	background-color: #bf1e2e;
    padding: 0;
}

.Ebp--EventsList .ebpBox .price-btn .Ebp--EventDetails {
    height: 100%;
    background-color: #5f0f18;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    padding: 0px 10px;
}

.Ebp--EventsList .ebpBox .price-btn .Ebp--EventDetails .Ebp--Price {
	color: white;
	font-weight: bold;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;  
	height: 100%;
}

.Ebp--EventsList .ebpBox .price-btn > div:nth-child(2), .events-list .eventDisplayCnt .buy {
	background-color: #bf1e2e;
    padding: 0 !important;
}

.Ebp--EventsList .ebpBox .price-btn > div:nth-child(2) {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
}

.Ebp--EventsList .ebpBox .price-btn > div:nth-child(2) p {
    width: 100%;
    text-align: left;
    padding: 15px 10px;
}

.side-menu > div:first-child {
	background-color: #555;
}

.side-menu > div:first-child > .menu {
	margin: 0px;
}

.side-menu > div:first-child > .menu > li > a{
	padding: 10px 20px;
	font-size: 17px;
    color: #71c7e1;
    display: block;
    background-color: #424242;
    font-weight: bold;
    letter-spacing: 1px;
}

.side-menu > div:first-child > .menu > li > .sub-menu {
	margin: 0px;
	padding: 10px 20px;
}

.side-menu > div:first-child > .menu > li > .sub-menu > li:not(:last-child) {
	margin-bottom: 40px;
}

.side-menu > div:first-child > .menu > li > .sub-menu > li > a {
	color: #e7bb47;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 2px solid #999;
    width: 100%;
    display: block;
    margin-bottom: 10px;
} 

.side-menu > div:first-child > .menu > li > .sub-menu > li:nth-child(2) > a {
	color: #69b990;
}

.side-menu > div:first-child > .menu > li > .sub-menu > li:nth-child(3) > a {
	color: #71c7e1;
}

.side-menu > div:first-child > .menu > li > .sub-menu > li > .sub-menu {
	margin: 0px;
} 

.side-menu > div:first-child > .menu > li > .sub-menu > li > .sub-menu a {
	color: white;
}

.side-menu > div:first-child > .menu > li > .sub-menu > li > .sub-menu .current-menu-item a {
	color: #71c7e1;
}

.contact-info .info > div {
	margin-left: 20px;
}

.contact-info .info a{
	text-decoration: underline;
}
.contact-info .info a:hover{
	text-decoration: none;
}
.contact-info .info:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.contact-info .info-phone i, .contact-info .info-phone a {
	color: #2484c6;
}

.contact-info .info-email i, .contact-info .info-email a {
	color: #ed0f5d;
}

.contact-info .info-address i, .contact-info .info-address a {
	color: #71bf44;
}

.contact-map .mapouter {
	margin: 0 auto;
	width: 100% !important;
}

.contact-map .mapouter .gmap_canvas {
	width: 100% !important;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.contact-form .btn-large input, .booking-page .btn-large input {
	color: #fff !important;
}

.contact-form textarea, .booking-page textarea {
	height: 100%;
}

.contact-form label, .booking-page label {
	color: #333;
	font-size: 15px;
}

.contact-form input[type="submit"], .booking-page input[type="submit"] {
	cursor: pointer;
}

.contact-form input[type="text"], .booking-page input[type="text"] {
	height: 30px;
}
.booking-page input[type="checkbox"] {
	opacity: 1;
	pointer-events: initial;-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: white;
    border: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    z-index: 1000;
}

.booking-page input[type="checkbox"]:checked {
	background: #2483c7;
}

.booking-page input[type="checkbox"]:checked::before {
	height: 20px;
    width: 20px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.booking-page input[type="checkbox"]:checked::after {
	-webkit-animation: click-wave 0.5s;
    -moz-animation: click-wave 0.5s;
    animation: click-wave 0.5s;
    background: #1172ca;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.booking-page .company-type .wpcf7-checkbox {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}

.booking-page .company-type .wpcf7-list-item {
	position: relative;
	margin:0px;
}

.booking-page .company-type .wpcf7-list-item-label {
	padding-left: 25px;
}

.booking-page form > p {
	margin-bottom: 3em;
}

.booking-page .company-type {
	display: block;
	margin-top: 15px;
}

.booking-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.booking-title::after {
	width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #2483c7;
    left: 0;
}

.booking-bg .bg-image {
	background-image: url('/wp-content/uploads/2022/09/xeirotexnika-.png');
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Ebp--EventsList .title {
	display: -webkit-box !important; display: -moz-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;
	min-height: 52px;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.about-page p, .about-page li {
	line-height: 28px;
	font-size: 15px;
	text-align: justify;
}

.about-page .center-align p, .about-page .center-align li {
	text-align: center;
}

.about-page ul {
	margin-left: 0px;
}

.about-page .about-text p {
	
}
.EBP--content a.Modal--BookBtn:hover {
	background: #26a69a;
}
.EBP--content .Modal--Title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}

.ebpBox .Ebp--PassedEvent {
	width: 100px;
    text-align: center;
    color: #9e4550;
    border: 1px solid #9e4550;
    height: 22px;
    line-height: 22px;
    font-size: 13px !important;
}

.flexImageCustom{
	display:flex;
}

.flexImageCustom #paddingCustom{
	padding-left:5%;
	font-size: 14px;
	font-style: italic;
}

@media screen and (max-width: 767px){
	.flexImageCustom{
		flex-wrap:wrap;
	}
	.flexImageCustom #paddingCustom{
		padding-left:0;
	}
}

.fullWidthCustom{
	width:100%;
}
.category{
	margin: 0px 9px 6px!important;
}
hr{
	margin:20px 0px 20px;
}

.past-festivals .post-grid {
	margin-top: 40px;
}

.past-festivals .past-fest-info {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;    
	align-items: flex-start;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}

.past-festivals .past-fest-info > div {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 100%; -webkit-flex: 1; -ms-flex: 1; flex: 1;   
}

.past-festivals .past-fest-info .past-fest-loaction button {
	border-radius: 10px 10px 0px 0px;
    width: 100%;
    text-transform: none;
    font-size: 16px;
}

.past-festivals .post-img img {
	width: 100%;
	max-width: 400px;
	max-height: 300px;
}

.past-festivals .post-grid .row .post-item {
	margin-bottom: 40px;
}

.past-festivals .post-grid .row .post-item::after {
	content: "";
	height: 2px;
	width: 100%;
}

.past-festivals .post-grid .row .post-item:nth-child(1n)::after {
	background-image: url('/wp-content/uploads/2019/05/line1.png');
}

.past-festivals .post-grid .row .post-item:nth-child(4n)::after {
	background-image: url('/wp-content/uploads/2019/05/line2.png');
}

.past-festivals .post-grid .row .post-item:nth-child(7n)::after {
	background-image: url('/wp-content/uploads/2019/05/line3.png');
}

.past-festivals .post-item {
	margin-bottom: 40px;
	min-height: 510px;
}

.past-festivals .past-fest-info .past-fest-date {
	text-align: left;
	margin: 5px 0px;
}

.past-festivals .past-fest-info .past-fest-date label {
	color: #333;
    font-size: 14px;
    font-style: italic;
}

.post-title {
	color: #333333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 0px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #EEEEEE;
}

.blog-header h1 {
	color: #333333;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

.time_circles > div h4 {
	font-size: 14px !important;
	line-height: 14px !important;
}

.time_circles > div span {
	font-size: 24px !important;
	line-height: 24px !important;
	margin-top: 0px !important;
}

.events-list .general-info, .single-event .general-info {
	margin: 40px 0px;
}

.events-list .events-list-heading {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.events-list .category-name {
	margin-top: 0px;
}

.events-list .seminar-teacher {
	margin: 0px;
}

#content {
	background:white;
}

.past-festivals .entry-title {
	margin: 50px 0px;
}

.to-top {
	width: 50px;
	height: 50px;
	background-color: #26a69a;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 9999999;
	display: none;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.to-top.show {
	display: block;
}
.to-top a {
    color: white;
    width: 100%;
    height: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;    
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

#site-navigation #primary-menu .current-menu-item a {
	color: #45c4b6;
}

#tab-location .location {
	height: 500px;
	background-color: #f5f5f5;
	padding: 15px 25px;
}

#tab-location .location h6 {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;     
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	font-weight: bold;
}

#tab-location .location h6 i {
	margin-right: 5px;
}

.form-images {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	margin-bottom: 30px;
}

.form-images .logo {
	margin-bottom: 30px;
}

.site-header .tb-social a {
	color: #404040;
}

.menu-right {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	align-items: flex-end;
} 

.menu-right .lang-social {
	width: 300px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}

.menu-right .lang-social .lang ul{
	margin: 0px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
}

.menu-right .lang-social .lang a {
	color: #b90505;
}

.menu-right .lang-social .lang .icl-current a {
	color: #424242;
}

.menu-right .lang-social .lang .lang-separator {
	margin: 0px 10px;
}

.menu-right .lang-social .social a {
	color: white;
    padding: 4px 7px;
    background-color: #424242;
}

.menu-right .search-input {
	margin: 10px 0px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	width: 300px;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.menu-right .search-input .search-btn {
	background: #424242;
    color: white;
    padding: 2px;
}

.menu-right .search-input input {
	height: 30px;
	margin: 0px;
}

.menu-right .search-input .close-search i {
    padding: 4px;
    background: #424242;
    font-size: 20px;
}

.Ebp--EventsList .ebpBox .event-link {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;    
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; 
	order: 3;
}

.top-bar .logo {
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	align-items: flex-start;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: transparent; 
	font-weight: bold;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	font-weight: bold;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item a{
	font-weight: bold;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor:nth-child(1) a, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(1):hover a{
	color: #7cc1e1;
	font-weight: bold;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover a{
	color: #7cc1e1;
	font-weight: bold;
}
	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor:nth-child(2) a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor:nth-child(3) a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(2):hover a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(3):hover a {
	color: #e6774f;
	font-weight: bold;
}

.wpcf7-submit {
    background-color: #424242;
    box-shadow: none;
}

#mega-menu-wrap-menu-1 {
	height: 100%;
	max-width: 1280px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 0px 15px 0px 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: white;
}

#mega-menu-wrap-menu-1 {
	background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu {
	background: rgba(66, 66, 66, 0.85) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu > li > .mega-menu-link {
    letter-spacing: 0.5px;
    font-size: 20px !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu > li:first-child > .mega-menu-link {
	color: #e7bb47 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu > li:nth-child(2) > .mega-menu-link {
	color: #71c7e1 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu > li:nth-child(3) > .mega-menu-link {
	color: #69b990 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li > .mega-sub-menu > li > .mega-menu-link::after {
	content: "";
	display: block;
	width: 60%;
	height: 2px;
	background-color: #ccc;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
	color: white;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: bold;
	background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}

.site-header .logo-subtext {
	margin-top: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #b90505;
}

.site-header .logo img {
	max-width: 380px;
}

.newsletter-section {
	background-color: #bf1e2e;
    padding: 20px 40px;
}

.newsletter-section .ns-text .icon {
	margin-right: 10px;
}

.newsletter-section .ns-text .icon i {
	font-size: 36px;
    color: white;
}

.newsletter-section .ns-text .text h5, .newsletter-section .ns-text .text p {
	color: white;
	margin: 0px;
}

.newsletter-section .ns-form input[type="email"] {
	background: white;
    margin: 0;
    margin-right: 10px;
    padding: 0 10px;
}

.newsletter-section .ns-form select {
	display: block;
    height: 46px;
    margin-right: 10px;
    background-color: white;
}

.newsletter-section .ns-form input[type="submit"] {
	background-color: #424242;
	box-shadow: none;
    height: 46px;
}

.newsletter-section .newsletter-section-inner {
	margin: 0px;
}


.section-one .gi-text h5, .section-one .active-festivals .active-festival-item h5,.festivals-sponsors .festival-sponsors-list h5, .homepage-gallery h5, .myhome h5 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
}



.homepage-gallery {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;

}
 
.section-one .gi-buttons .gi-button {
	height: 45px;
}

.section-one .gi-buttons .gi-button:not(:last-child) {
	margin-bottom: 10px;
}

.section-one .gi-buttons .gi-button > a {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    background-color: #dd3333;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    margin: 0;
    height: 100%;
    padding: 0;
    box-shadow: none;
}

.section-one .gi-buttons .gi-button .img {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    padding: 0px 15px 0px 5px;
    height: 100%;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.section-one .gi-buttons .gi-button .text {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
    color: white;
    font-size: 16px;
    height: 100%;
}

<iframe width="560" height="315" src="https://www.youtube.com/embed/CzN-tcCYbp4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


.section-one .active-festivals .active-festival-item:first-child .btn {
	background-color: #006a9e;	
}
.section-one .active-festivals .active-festival-item:nth-child(2) .btn {
	background-color: #119f49;	
}
.section-one .active-festivals .active-festival-item .whenwhereq {
	margin: 0;
    color: #bf1e2e;
    font-weight: bold;
}

.section-one .active-festivals .active-festival-item .whenwherea {
	margin: 10px 0px;
}

.section-one .active-festivals .active-festival-item .btn {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	padding: 0px;
    height: 45px;
    box-shadow: none;
}

.section-one .active-festivals .active-festival-item .btn:not(:last-child) {
	margin-bottom: 10px;
}

.section-one .active-festivals .active-festival-item .btn .img {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    height: 100%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.section-one .active-festivals .active-festival-item .btn i {
	color: white;
}

.section-one .active-festivals .active-festival-item .btn .text {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 18px;
    height: 100%;
}

.hp-section-one > .row > div {
	
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}


.single-event .event-image {
	text-align: center;
	margin: 30px 0px;
}

.single-event .event-information {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
}

.single-event .event-information .event-desc, 
.single-event .event-information .event-teacher, 
.single-event .event-information .event-useful,
.single-event .event-information .event-date {
	margin-bottom: 25px;
}

.single-event .event-information .event-desc h6, .single-event .event-information .event-useful h6 {
	font-weight: bold;
	margin-bottom: 0px;
}

.single-event .event-information .event-desc p {
	margin: 0px;
}

.single-event .event-information .event-teacher p {
	margin: 0px 0px 0px 5px;
}

.single-event .event-title h5, .events-list .category-name {
	margin: 0;
    border-bottom: 2px solid #999;
    font-size: 23px;
    padding-bottom: 5px;
}

.events-list .category-name {
	margin-bottom: 30px;
}

.hp-event-list .category-name {
	display: none;
}

.single-event .event-information .event-title .event-category {
	margin: 5px 0px;
	text-transform: uppercase;
}

.single-event .event-information .event-date .dateCnt {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.single-event .event-information .event-date .dateCnt .dates-icon {
	margin-right: 10px;
}

.single-event .event-information .event-date .dateCnt .dates-icon i {
	color: #424242;
    font-size: 36px;
}

.single-event .event-information .event-date .dateCnt .time {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.single-event .event-information .event-date .dateCnt .time .to-text {
	margin: 0px 5px;
}

.single-event .event-information .event-spots p {
	font-size: 18px;
	font-weight: bold;
}

.single-event .event-information .event-book {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
}

.single-event .event-information .event-book .event-price {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	background-color: #5f0f18;
}

.single-event .event-information .event-book .event-price .Ebp--Price {
	color: white;
    padding: 0px 10px;
    font-size: 26px;
    font-weight: bold;
}

.single-event .event-information .event-book .light-text {
	font-weight: normal !important;
}

.single-event .event-information .event-book .eventBtnCnt {
	background-color: #bc1f26;
}

.single-event .event-information .event-book .eventBtnCnt .buy {
	padding: 0px 10px !important;
	height: 100%;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
}

.single-event .event-information .event-book .eventBtnCnt .buy a {
	padding: 5px 30px;
}

.redish-text {
	color: #bf1e2e;
}

.orange-text {
	color: #f07a49;
}

.redish-text, .orange-text {
	text-transform: uppercase;
	font-weight: bold;
}

.newsletter-section .col {
	padding: 0px;
}

.eb_frontend .buy cite {
	padding: 5px 30px;
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-style: inherit;
    text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item a {
	color: #7cc1e1 !important;
}

.footer-latest #cff {
	height: 290px !important;
    overflow: hidden !important;
}

.footer-latest .cff-likebox {
	height: 100%;
}

.footer-latest .cff-likebox iframe {
	height: 100%;
	overflow: hidden;
}

.footer-latest .cff-likebox ._2lqh {
	height: 270px !important;
	max-height: 270px !important;
}

.footer-latest .cff-likebox ._2lqh ._1drm {
	height: 100% !important;
}

.footer-latest .cff-likebox ._2lqh ._1drm .uiScaledImageContainer {
	height: 270px !important;
	width: 100% !important;
}

.footer-latest .cff-likebox ._2lqh ._1drm .uiScaledImageContainer .img {
	height: 100%;
	width: 100%;
}

._1drm ._1z7u {
	bottom: 20px;
}

._2p3a {
	width: 100% !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:last-child) > a:after {
	width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2019/09/sep-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    right: -8px;
}

.active-festival-item .img img {
	width: 35px;
}

.ebpBox .ccategories {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;

}

.ccategory-name,
.event-category > a {
	margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--social-bg);
}

.ebpBox .ccategory-name:first-child {
	padding-top: 10px;
}

.ccategory-name:visited,
.event-category > a:visited {
	color: var(--social-bg);
}

.ccategory-name:hover,
.event-category > a:hover {
	color: #02b7af;
}

.festival-inner .entry-content {
	margin-top: 0px;
}

.event-notes p {
	margin: 5px 0px 5px 0px;
}

.event-notes p:first-child {
	margin-top: 20px;
}

.festival-inner .entry-content .page-title {
	margin-top: 0px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}	

.side-menu>div:first-child>.menu>li>.sub-menu>li>.sub-menu a {
	transition: 0.3s ease all;
}

.side-menu>div:first-child>.menu>li>.sub-menu>li>.sub-menu a:hover {
	color: #b1b1b1;
}

#ms-sub-form {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}

#ms-sub-form label {
	display: none;
}

#ms-sub-form select,
#ms-sub-form input[type="email"] {
	width: 300px;
}

#ms-sub-form #sub-button {
	margin-top: 0px !important;
    background-color: #424242;
    color: white;
    border: none;
	padding: 10px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	width: 150px;
	height: 46px;
	margin: 0;
	cursor: pointer;
}

.website-creator a{
	color: white;
	text-decoration: underline;
}

.website-creator a:hover {
	text-decoration: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(4) > .mega-sub-menu > li > .mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(5) > .mega-sub-menu > li > .mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(6) > .mega-sub-menu > li > .mega-menu-link {
	background-color: #424242 !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
	color: white !important;
	padding-top: 5px;
}

#mega-menu-menu-1 .mega-menu-item:nth-child(4) .mega-sub-menu .mega-menu-item.mega-menu-item-type-post_type .mega-menu-link::after, 
#mega-menu-menu-1 .mega-menu-item:nth-child(5) .mega-sub-menu .mega-menu-item.mega-menu-item-type-post_type .mega-menu-link::after,
#mega-menu-menu-1 .mega-menu-item:nth-child(6) .mega-sub-menu .mega-menu-item.mega-menu-item-type-post_type .mega-menu-link::after {
	display: none !important;
} 

#mega-menu-item-2908 .mega-menu-link::after {
	display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-498 > .mega-sub-menu > li > .mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-500 > .mega-sub-menu > li > .mega-menu-link::after {
	display: none !important;
}

.event-categories-list {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-wrap: wrap;
}

.event-categories-list .event-category-list-item {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	width: 33%;
    margin-bottom: 30px;
    padding: 15px;
}



















@media only screen and (min-width: 993px) {
	.home .events-list .eventsGroup .eventDisplayCnt {
		width: 25%;
	}
	.container {
		width: 85%;
	}
	.site-header .main-navigation .mega-menu-wrap {
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 1350px) {
	.site-footer .footer-social .social-icons span {
		margin: 0px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.festival-single .navigation {
		flex-direction: column;

	}
	.festival-single .navigation .nav-item {
		margin-bottom: 10px;
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {
	.site-footer .footer-copyrights .footer-cp-inner {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	}
	.site-footer .footer-copyrights .footer-cp-inner .copyrights {
		text-align: center;
	}
	.site-footer .footer-copyrights .footer-cp-inner .footer-menu #footer-menu {
		-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	}
	.site-footer .footer-copyrights .footer-cp-inner .footer-menu {
		margin-bottom: 10px;
	}
	.site-footer .footer-copyrights .footer-cp-inner .footer-menu, 
	.site-footer .footer-copyrights .footer-cp-inner .copyrights {
		width: 100%;
	}
	.side-menu {
		margin-bottom: 70px;
	}
	.festivals-sponsors {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	}
	.festivals-sponsors .festival-sponsors-list {
		width: 100%;
		margin-bottom: 30px;
	}
	.hp-section-one > .row > div {
		width: 100%;
		min-height: inherit;
		margin-bottom: 100px;
	}
	.newsletter-section .ns-text {
		-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	    height: 40%;
	    align-items: flex-end;
	    margin-bottom: 20px;
	    width: 100%;
	}
	.newsletter-section .ns-form {
		width: 100%;
	}
	.newsletter-section .ns-form .newsletter-form {
		-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	}
	.site-footer .footer-social .footer-meetus {
		display: none;
	}
	.site-header .main-menu .secondary-text {
		display: none;
	}
	.contact-form {
		margin: 50px 0px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.site-footer .footer-social .footer-meetus img {
		right: 0%;
	}
	.site-header .main-menu .secondary-text {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
		display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;     
	}
}

@media only screen and (max-width: 991px) and (min-width: 600px) {
	.homepage-youtube .homepage-youtube-text {
		height: auto;
		background-image: none;
		margin-bottom: 50px;
	}

	.homepage-youtube .homepage-youtube-videos iframe{
		width: 100%
	}
}

@media only screen and (max-width: 992px) {
	.top-bar .logo {
		margin-bottom: 30px;
		width: 100%;
	}
	.top-bar .logo a, .top-bar .logo p {
		margin: 0 auto;
	}
	.menu-right .lang-social, .menu-right .search-input {
		width: 100%;
	}
	.section-one .active-festivals .active-festivals-list {
		min-height: inherit;
	}
	.single-event-content {
		margin-top: 50px;
	}
	#tab-location .map {
		padding: 0px;
	}

	#tab-location .location {
		margin-bottom: 40px;
		height: 100%;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px 0px 10px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		width: 180px !important;
	}
}

@media only screen and (max-width: 599px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:not(:last-child) a:after {
		display: none;
	}
	.newsletter-section {
		padding: 20px 15px;
	}
	.single-event .event-information {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	}
	.single-event .event-information .ei {
		margin-bottom: 40px;
	}
	.eventDisplayCnt h3.title {
		min-height: 30px;
	}
	.footer-social img {
		display: none;
	}

	.site-footer .social-inner .footer-social {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
		padding: 20px 0px;
	}

	.site-footer .social-inner .footer-social p {
		margin-top: 0px;
	}

	.site-footer .footer-social .social-icons span {
		margin: 0px 10px;
	}

	.homepage-icons .hp-icon {
		margin-bottom: 30px;
	}

	.footer-copyrights p {
		text-align: center;
	}
	.main-menu .secondary-menu .btn-large {
		width: 100%;
	}
	.main-menu .secondary-menu {
		padding: 0px;
	}
	.top-bar .tb-text {
		display: none;
	}
	.sticky-header .main-menu .secondary-menu {
		display: none;
	}
	.homepage-youtube .homepage-youtube-text {
		background-image: none;
	}
	.main-menu .search-bar i {
		font-size: 30px;
	}
	.top-bar {
		padding: 0px 0px;
	}
	.top-bar .tb-social span {
		font-size: 20px;
	}
	.events-list .eventDisplayCnt {
		margin-bottom: 50px !important;
	}
	.main-navigation {
		height: 100%;
	}

	.hp-section-one > .row > div {
		width: 100%;
	}
	.site-header .logo img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1430px) {
	.section-one .gi-buttons .gi-button .img {
		display: none;
	}

	.section-one .gi-buttons .gi-button .text {
		padding-left: 20px;
		width: 100%;
	}
}

.category-info {clear:both;min-height:220px;}
.category-info img.lazyloaded {width:200px;float:right;border:1px solid #cccccc;}

.modula-gallery {padding-bottom:20px;}

/* EBP SLIDER PLUGIN EXTRA CSS */
.EBP--Slide {
	padding: 0px 5px;
}
.EBP--Slide .eventDisplayCnt .ebpBox {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}

.EBP--Slide .eventDisplayCnt .ebpBox .ccategories {
	-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1;
}

.EBP--Slide .eventDisplayCnt .ebpBox .ccategories .ccategory-name {
	padding-top: 0px;
}

.EBP--Slide .eventDisplayCnt .ebpBox .title {
	-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2;
	color: #bf1e2e !important;
    min-height: 78px;
    padding-top: 0px !important;
    align-items: flex-start;
}

.EBP--Slide .ebpBox .price-btn {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;    
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.EBP--Slide .ebpBox .price-btn .Ebp--EventDetails {
	height: 100%;
    background-color: #5f0f18;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0px 10px;
}

.EBP--Slide .ebpBox .price-btn .Ebp--EventDetails .Ebp--Price {
	color: white;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

.EBP--Slide .eventDisplayCnt .ebpBox .event-link {
	-webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3;
}

.EBP--Slide .eventDisplayCnt .ebpBox .date-location {
	-webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4; -ms-flex-order: 4; -webkit-order: 4; order: 4;
}

.EBP--Slide .eventDisplayCnt .ebpBox .price-btn {
	-webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5; -ms-flex-order: 5; -webkit-order: 5; order: 5;
}

.EBP--Slider-Btn:before,
.EBP--Slider-Dots .slick-active button:before {
	color: var(--social-bg) !important;
}
