/*--------------------------------------------------------------
>>> 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.
 */

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

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

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

body {
    margin: 0;
}

/**
 * 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: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-top: 0;
    margin-bottom: 30px;
}

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: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-right: 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 30px;
    width: 100%;
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    border: 1px solid #999;
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #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: #ccc #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: 2px solid #ccc;
    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: 2px solid #ccc;
}

textarea {
    width: 100%;
}

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

a:visited {
    color: purple;
}

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

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

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

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

.main-navigation li {
    float: right;
    position: relative;
}

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

/* 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: right;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: left;
    text-align: left;
    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;
    right: 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: right;
    margin-left: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: 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;
}

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

.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-right: auto;
    margin-left: 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;
}

/*--------------------------------------------------------------
## Event Listing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1, h2 {
    margin-bottom: 20px;
}

h3, h4 {
    margin-bottom: 15px;
}

h5, h6 {
    margin-bottom: 12px;
}

.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
body.boxed-layout .site{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 5px 20px 5px rgba(0,0,0,.1);
}
.row,
.event-listing-main-sidearea .widget .event_listings,
.event-listing-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.column,
.event-listing-main-sidearea .widget .event_listings .wpem-single-event-widget,
.event-listing-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: left;
}

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

.align-middle {
    align-items: center !important;
}

.justify-center {
    justify-content: center;
}

.btn,
.wp-block-button__link,
input[type="submit"],
button, input[type="button"], input[type="reset"]{
    color: #000;
    background-color: #f1f2f3;
    padding: 12px 30px;
    line-height: 1.2;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background-color: #111011;
    color: #fff;
}

.btn-1 {
    background-color: #fff;
    color: #ff7e00;
}

.btn-1:hover {
    color: #fff;
    background-color: #111011;
}

.main-contain-wrapper {
    padding: 60px 0;
}

/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
.header-top {
    background-color: #f1f2f3;
    padding: 10px 0;
}

.top-phone {
    margin-left: 20px;
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-left: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-left: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */
.header-main {
    padding: 30px 0;
    background-size: cover;
}

.site-title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 5px;
}

.site-description {
    margin: 0;
}
.site-title a,
.site-title a:visited,
.site-description{
    color: #000;
}
/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block{
    display: none;
}
.header-main .search-icon:hover{
    cursor: pointer;
}
.header-search-inner {
    padding: 3px;
    position: absolute;
    left: 0;
    width: 320px;
}


/*===========================================
## Primary Menu
=============================================*/
.refined-magazine-menu-container {
    background-color: #000
}

.main-navigation li a {
    padding: 15px 20px;
}

.main-navigation li a:hover {
    text-decoration: none;
}

.main-navigation ul ul {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: right;

}

.main-navigation ul ul li {
    border-bottom: 1px solid #ddd;
}

.main-navigation ul ul li:last-child {
    border: none;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    right: 0;
}

.nav-menu > li.menu-item-has-children > a::after {
    color: #000;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 7px;
    color: #ccc;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
.page-header-wrapper {
    padding: 60px 0;
    background: #f1f2f3
}

.entry-title, .header-title {
    margin-bottom: 0;
}

.post-thumbnail {
    margin-bottom: 10px;
}

.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}

.posted-on,
.byline,
.cat-links {
    margin-left: 15px;
}

article .entry-header {
    margin-bottom: 10px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
}

.blog-list article:last-child {
    border-bottom: none;
}

blockquote{
    border-right: 3px solid #000;
    margin: 0 0 25px 0;
    padding-right: 25px;
}
blockquote p:last-child{
    margin-bottom: 0;
}

/*---------------------------------------------------
*   Slider
*   ----------------------------------------------------- */
.event-slider-wrapper {
    overflow: hidden;
}

.event-slider-single {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
}

.event-slider-single:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.event-slider-content h2,
.event-slider-content p,
.event-slider-content h2 a:visited,
.event-slider-content h2 a {
    color: #fff;
}

.event-slider-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 30px;
    width: 80%;
    max-width: 600px;
    z-index: 3;
}

.event-slider-content h2 {
    font-size: 50px;
    line-height: 1.2;
}

.event-slider-wrapper .slick-prev,
.event-slider-wrapper .slick-next{
    z-index: 9999;
}
.event-slider-wrapper .slick-prev{
    right: 0;
}
.event-slider-wrapper .slick-prev:before, .event-slider-wrapper .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    color: #2e3192;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
}

.event-slider-wrapper .slick-prev:before {
    content: "\f105";
}
.event-slider-wrapper .slick-next{
    left: 20px;
}
.event-slider-wrapper .slick-next:before {
    content: "\f104";
}
.event-slider-wrapper .slick-prev:hover:before, .event-slider-wrapper .slick-next:before:hover{
    background-color: rgba(255, 255, 255, 1);
}
/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
section.error-404 {
    padding: 80px 0;
}

section.error-404 h1 {
    font-size: 188px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    color: #111011;
    text-shadow: -4px 4px 0 #f1f2f3;
}

section.error-404 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: #484848;
    color: #eee;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #fff;
}

.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}

.footer-bottom .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#goTop {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
    background: #444;
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
}
#goTop:hover{
    background: #000;
}
/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
.widget {
    margin-bottom: 40px;
}

#secondary .widget {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-title {
    margin-bottom: 5px;
}

.widget a {
    color: #666;
}
.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li{
    padding-right: 25px;
    margin-bottom: 5px;
    position: relative;
}
.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries  li:before,
.widget_meta li:before,
.widget_nav_menu li:before{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    content: "\f177";
    display: inline-block;
    font-family: 'FontAwesome';
}
.tag-cloud-link {
    background: #f4f4f4;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.site-footer .tag-cloud-link{
    background: #3a3a3a;
}
.site-footer a,
.site-footer a:visited,
.site-footer .widget a,
.site-footer .widget a:visited {
    color: #ccc;
}

.site-footer .widget a:visited:hover,
.site-footer .widget a:hover,
.site-footer a:hover,
.site-footer a:visited:hover {
    color: #eee;
}



/*---------------------------------------------------
##   Event Listing Widgets
*   ----------------------------------------------------- */
.header-search-inner{
    z-index: 9;
    text-align: right;
    border-radius: 3px;
}
.widget_search,
#secondary .widget.widget_search{
    position: relative;
    padding: 0;
    border-width: 2px;
}
.widget_search input,
.header-search-inner input{
    height: 40px;
    line-height: 40px;
    border: none;
    width: calc(100% - 40px);
}
.widget_search button,
.header-search-inner button{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    border-radius: 0;
}
.header-search-inner button{
    top: 3px;
    left: 3px;
}
.event-listing-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.event-listing-main-sidearea .widget:nth-child(even) {
    background: #fff;
}

.widget .event_listings {
    margin: 0;
    padding: 0;
}

.widget .wpem-single-event-widget {
    border: none;
}

.widget .wpem-event-action-url {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.widget .wpem-event-banner-img {
    overflow: hidden;
}

.widget .wpem-event-banner-img img {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.widget .wpem-event-action-url:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.widget.event-listing-cta-widget{
    color: #fff;
    text-align: center;
}
.widget.event-listing-cta-widget .btn{
    background-color: #fff;
}
.event-listing-cta-button{
    margin-top: 20px;
}
.recent-post-list .column{
    margin-top: 30px;
}
.recent-post-list .column:nth-child(1){
    margin-top: 0;
}
.recent-post-list figure{
    margin: 0;
}
.recent-post-list .column .recent-post-single{
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-box-shadow: -1px 1px 10px 0px #ddd;
    -moz-box-shadow: -1px 1px 10px 0px #ddd;
    box-shadow: -1px 1px 10px 0px #ddd;
}
.recent-post-list .widget_featured_content{
    padding: 20px 20px 0;
}
.recent-post-list .entry-title,
.recent-post-list .entry-meta{
    margin-bottom: 5px;
}
/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}
/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after{
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}
.nav-previous:before{
    padding-left: 5px;
    content: "\f177";
}
.nav-next:after{
    padding-right: 5px;
    content: "\f178";
}

/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */
@media (max-width: 767px) {
    .header-top .column {
        text-align: center;
    }

    .text-mb-left {
        text-align: right;
    }

    .text-mb-center {
        text-align: center;
    }

    .text-mb-right {
        text-align: left;
    }

    .sidebar-first .secondary-content-area{
        -ms-flex-order: 1;
        order: 1;
    }

    .sidebar-first .primary-content-area{
        -ms-flex-order: 2;
        order: 2;
    }
    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        -webkit-transform: rotate(45deg) translate(9px, 7px);
        transform: rotate(45deg) translate(9px, 7px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(-45deg) translate(8px, -7px);
        transform: rotate(-45deg) translate(8px, -7px);
    }
    button.menu-toggle{
        padding: 5px 10px;
        display: inline-block;
    }
    .search-box{
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }
    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu{
        display: block;
    }
    .main-navigation li {
        float: none;
    }

    .main-navigation li.menu-item-has-children ul {

        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .main-navigation li.menu-item-has-children.focus > ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul li.focus ul {
        right: 0;
        margin: 0 15px 5px 10px;
    }
}


@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .event-listing-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .event-listing-main-sidearea .widget .event_listings_class .wpem-single-event-widget,
    .recent-post-list-single{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .hide-desktop{
        display: none;
    }
    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .event-listing-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .event-listing-main-sidearea .widget .event_listings_class .wpem-single-event-widget,
    .recent-post-list-single{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area{
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area{
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .text-t-left {
        text-align: right;
    }

    .text-t-center {
        text-align: center;
    }

    .text-t-right {
        text-align: left;
    }

    .header-top .top-right {
        text-align: left;
    }

    #primary-menu {
        float: left;
    }

    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }

    #primary-menu li a {
        padding: 0 15px;
    }

    #primary-menu li li a{
        padding: 5px 15px;
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        float: right;
        width: 31%;
    }

    .comment-form-author, .comment-form-email {
        margin-left: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: right;
    }

    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3){
        margin-top: 0;
    }

    .hide-desktop{
        display: none;
    }
}

@media (min-width: 992px) {
    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .event-listing-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .event-listing-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container{
        max-width: 1470px;
    }
    body.boxed-layout .site{
        max-width: 1500px;
    }
}