/*
Theme Name: WPEM Expo
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Expo is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Expo? Look no further. You can use an WPEM Expo theme for building any kind of event website!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-expo
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
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.

WPEM Expo 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/     */

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

:root {
  --wpem-primary-color: #3700d8;
}

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

.edit-link {
  margin-top: 15px;
  display: block;
}

body {
  margin: 0;
  background-color: #fff;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

.btn {
  padding: 7px 20px;
  display: inline-block;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  background-color: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover {
  background-color: var(--wpem-theme-primary-color);
  color: var(--wpem-theme-button-text-color);
}

/* a,
.widget a,
.entry-meta i,
.entry-content a {
  color: var(--wpem-theme-link-color);
}

a:hover,
.widget a:hover,
.entry-content a:hover {
  color: var(--wpem-theme-link-hover-color);
} */

.entry-title a {
  color: var(--wpem-theme-secondary-color);
}

select {
  background-image: url(assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 30px !important;
}

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--wpem-theme-secondary-color);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-top: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #777777;
  max-width: 600px;
}

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%;
}

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;
}

hr {
  background-color: var(--wpem-theme-secondary-color);
  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 30px;
  width: 100%;
  border: 1px solid var(--wpem-theme-secondary-color);
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border: 1px solid var(--wpem-theme-secondary-color);
  padding: 5px;
}

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: var(--wpem-theme-secondary-color);
  border: 1px solid var(--wpem-theme-secondary-color);
  border-radius: 4px;
  padding: 8px;
}

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: var(--wpem-theme-secondary-color);
  border-color: var(--wpem-theme-primary-color);
  outline: none;
}

select {
  border: 1px solid var(--wpem-theme-secondary-color);
}

textarea {
  width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.2s 0s;
}
a:focus,
a:hover,
a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

nav.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  display: none;
}

.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: var(--wpem-theme-content-color);
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--wpem-theme-secondary-color);
  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:last-of-type {
  margin-bottom: 0px;
}
.widget select {
  max-width: 100%;
}

.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-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:hover .gallery-desc {
  opacity: 1;
}

.gallery-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 0, 216, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-desc p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  position: relative;
  line-height: 0;
  margin-bottom: 20px;
}

.gallery-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
}

.gallery-item:hover .gallery-icon {
  opacity: 1;
  cursor: pointer;
}

.gallery-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.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;
}

/*--------------------------------------------------------------
## 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-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body.boxed-layout {
  background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-content {
  flex: 1;
}
.content-area {
  background-color: var(--wpem-theme-content-color);
  padding: 30px;
  border-radius: 4px;
}

.row,
.wpem-expo-main-sidearea .widget .event_listings,
.wpem-expo-main-sidearea .widget .event_listings_class {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column,
.wpem-expo-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-expo-main-sidearea
  .widget
  .event_listings_class
  .wpem-single-event-widget {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 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: right;
}

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

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

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

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
  background-color: var(--wpem-theme-secondary-color);
  color: var(--wpem-theme-button-text-color);
}

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

/*---------------------------------------------------
##   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-right: 5px;
}

.event-social-menu li a:before {
  content: "\f007";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 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: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.search-no-results .header-main {
  position: initial;
  background: var(--wpem-theme-primary-color);
}

.search .header-main {
  position: initial;
  background: var(--wpem-theme-primary-color);
}

.error404 .header-main {
  position: initial;
  background: var(--wpem-theme-primary-color);
}

.error-404 p {
  margin-right: auto;
  margin-left: auto;
}

.menu-primary-menu-container {
  padding: 20px 0;
}

.site-title {
  margin: 0;
}
/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
  display: none;
}

.header-main .search-icon:hover {
  cursor: pointer;
}

.header-search-inner {
  padding: 3px;
  position: absolute;
  right: 0;
  width: 320px;
}

/*===========================================
## Primary Menu
=============================================*/
.refined-magazine-menu-container {
  background-color: var(--wpem-theme-secondary-color);
}
.main-navigation li a {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  transition: all 0.3s;
}
.main-navigation li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: .8;
}
.main-navigation li a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.main-navigation li a:hover:before {
  opacity: 1;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  min-width: 200px;
  background: var(--wpem-theme-primary-color);
  border-top: 2px solid var(--wpem-theme-primary-color);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  text-align: center !important;
  padding: 10px 0;
  border-radius: 4px;
}
.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 li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li {
  width: 100%;
}
.main-navigation ul ul li:last-child {
  border: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.nav-menu > li.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 10px;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
.page-header-wrapper {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  padding-bottom: 0;
  padding-top: 150px;
  background: var(--wpem-theme-primary-color);
}

.archive .page-header-wrapper {
  background: var(--wpem-theme-primary-color);
  background: url(assets/images/singular-bg.png);
  background-size: cover;
  background-position: center;
}

.page-template-default .page-header-wrapper {
  background: var(--wpem-theme-primary-color);
  background: url(assets/images/singular-bg.png);
  background-size: cover;
  background-position: center;
}

.page-template .page-header-wrapper {
  background: transparent;
  box-shadow: none;
}

p.site-title a {
  color: #fff;
}

header.page-header {
  padding: 60px 0;
  text-align: center;
  color: #fff;
  background: url(assets/images/singular-bg.png);
  background-size: cover;
  background-position: center;
}
.page-header-wrapper h1.entry-title {
  margin: 0px;
  font-weight: 700;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.page-header-wrapper .entry-meta {
  margin-top: 10px;
}

.archive .header-main {
  background: var(--wpem-theme-primary-color);
}

.header-title,
h1.page-title {
  margin-bottom: 0px;
}
.post-thumbnail,
article .entry-header,
.entry-title {
  margin-bottom: 10px;
}
.post-thumbnail,
.post-thumbnail img {
  line-height: 1;
  display: block;
}
.posted-on,
.byline,
.post_by,
.cat-links {
  margin-right: 15px;
}
.posted-on i,
.byline i,
.post_by i,
.cat-links i {
  margin-right: 5px;
}

.blog-list article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

blockquote {
  border-left: 3px solid #000;
  margin: 0 0 25px 0;
  padding-left: 25px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------
##   404 Error Page
*   ----------------------------------------------------- */
.error-404 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.error-404 h1 {
  font-size: 180px;
  line-height: normal;
}
.error-404 h2 {
  font-size: 40px;
  line-height: normal;
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
  background: var(--wpem-theme-content-color);
}
.footer-top .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#goTop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: var(--wpem-theme-button-text-color);
  font-size: 20px;
  opacity: 0.7;
  background: var(--wpem-theme-secondary-color);
  padding: 8px 0;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
}

#goTop:hover {
  background: var(--wpem-theme-secondary-color);
  opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  color: var(--wpem-theme-button-text-color);
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 4px;
}
#comments .submit,
.search .search-submit {
  padding: 9px 20px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
#secondary .widget {
  padding: 20px;
  border-radius: 4px;
  background-color: var(--wpem-theme-content-color);
}

.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
  padding-left: 20px;
  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;
  left: 0;
  top: 0;
  font-size: 12px;
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
}

ol.wp-block-latest-comments {
  padding: 0;
}

/*---------------------------------------------------
##   WPEM Expo Widgets
*   ----------------------------------------------------- */
.header-search-inner {
  z-index: 9;
  text-align: left;
  border-radius: 4px;
}
.widget_search input,
.header-search-inner input {
  height: 40px;
  line-height: 40px;
  width: calc(100% - 40px);
}
.header-search-inner button {
  top: 3px;
  right: 3px;
}
.wpem-expo-main-sidearea .widget {
  padding: 60px 0;
  margin-bottom: 0;
  background: #f9f9f9;
}
.wpem-expo-main-sidearea .widget:nth-child(even) {
  background: #fff;
}
.widget .wpem-event-banner-img {
  overflow: hidden;
}
.widget .wpem-event-banner-img img {
  display: block;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.widget .wpem-event-action-url:hover img {
  transform: scale(1.1);
}
.wpem-expo-cta-button {
  margin-top: 20px;
}
.recent-post-list .recent-post-list-single:nth-child(1) {
  margin-top: 0;
}
.recent-post-list figure {
  margin: 0;
}
.recent-post-list .recent-post-single {
  background: var(--wpem-theme-content-color);
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--wpem-theme-secondary-color);
  border-radius: 4px;
}
.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-right: 5px;
  content: "\f177";
}

.nav-next:after {
  padding-left: 5px;
  content: "\f178";
}

/* Woocommerce  */

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: #ccc;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: auto;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  background: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  background-color: var(--wpem-theme-secondary-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--wpem-theme-secondary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
  padding: 15px 15px 0;
  border: 1px solid #ccc;
}
.woocommerce ul.order_details li {
  margin-bottom: 10px;
}
.woocommerce ul.order_details {
  padding-left: 0px;
}
.woocommerce-notice {
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 4px;
}
.woocommerce-notice--success {
  color: green;
  border-color: green;
}
.woocommerce .woocommerce-ordering select {
  padding: 10px 15px;
  border-color: #ccc;
  border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation-link {
  list-style: none;
  border: 1px solid #ccc;
  border-bottom-width: 0;
}
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 0.5em 1em;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: var(--wpem-theme-light-color);
  font-weight: bold;
  color: var(--wpem-theme-link-color);
}
.woocommerce-MyAccount-navigation-link:last-of-type {
  border: 1px solid #ccc;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--wpem-theme-button-color);
  color: var(--wpem-theme-button-text-color);
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--wpem-theme-secondary-color);
  color: #fff;
}
.woocommerce .woocommerce-EditAccountForm button {
  margin-top: 15px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled] {
  opacity: 1;
  cursor: pointer;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled]:hover {
  color: #fff !important;
  background-color: var(--wpem-theme-secondary-color) !important;
}

/* Woocommerce end  */

/* WPEM Expo Theme Design */

section {
  padding: 80px 0;
}

.relative {
  position: relative;
}

.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}

.play-btn {
  background: #fff;
  border-radius: 50%;
  animation: animate 2s linear infinite;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: relative;
  left: 67%;
  top: 55%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn i {
  color: var(--wpem-secondary-color);
  font-size: 22px;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(#fff, 0.5);
  }
  50% {
    box-shadow: 0 0 0 15px #fff;
  }
  100% {
    box-shadow: 0 0 0 rgba(#fff, 0.5);
  }
}

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

.content-area {
  padding: 0;
}

.wpem-expo-banner {
  position: relative;
  z-index: 0;
  padding: 200px 0;
  margin-bottom: 190px;
}
.wpem-expo-banner:after {
    content: "";
    width: 50%;
    height: 100%;
    background: url(assets/images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wpem-expo-main-video-bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(assets/images/banner-image.jpg);
    background-size: cover;
    background-position: center;
}
.wpem-expo-main-video-bg:after {
    content: "";
    background-color: var(--wpem-theme-primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
}
.wpem-expo-main-video-bg .play-btn {
    z-index: 1;
    left: 50%;
    top: 50%;
}
.wpem-expo-banner .container {
  position: relative;
}

.expo-start-container {
  max-width: 510px;
  width: calc(100% - 30px);
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  z-index: 1;
  left: calc(50% - 10px);
  bottom: -110px;
  transform: translate(-50%, 0px);
  margin: 0 10px;
}
.expo-start-container .column {
    padding: 0 5px;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.expo-start-container .row {
    margin-right: -5px;
    margin-left: -5px;
}
.theme-btn {
  padding: 15px 20px;
  border-radius: 4px;
  color: var(--wpem-theme-primary-color);
  background: #fff;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn.white-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 20px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.theme-btn.white-btn i {
  margin-left: 10px;
}
.theme-btn.white-btn:hover{
  background-color: #fff;
  color: #000;
}

.banner-title h2 {
  font-weight: 700;
  font-size: calc(1.6rem + 2.5vw);
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -70px;
  margin-bottom: 40px;
}

.banner-desc {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}

.banner-desc-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-desc-icon {
    line-height: 0;
}
.banner-desc-details h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.banner-socials {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: -120px;
}

.banner-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff8c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  transition: all 0.2s ease;
}

.banner-socials a:hover {
  color: var(--wpem-theme-primary-color);
  background: #fff;
}

.expo-start-title h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}

.expo-start-title h2:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 8px;
  background: url(assets/images/title-after.svg);
  background-size: cover;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.expo-start-title {
  margin-bottom: 25px;
}

.expo-start-item {
  background: #f5f2fd;
  border-radius: 4px;
  padding: 12px 0;
  margin-top: 15px;
  display: block;
}

.expo-start-item h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.expo-start-item p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.welcome-expo-image {
  position: relative;
  z-index: 1;
  max-width: 735px;
  line-height: 0;
}

.welcome-expo-image::before {
  content: "";
  position: absolute;
  width: 70%;
  height: calc(100% + 140px);
  background: url(assets/images/welcome-expo-before.png);
  background-size: cover;
  left: 0;
  top: -70px;
  z-index: -1;
}

.wpem-expo-company-info {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.welcome-expo-image img {
  object-fit: cover;
  max-width: 500px;
  width: calc(100% - 150px);
  margin-left: 150px;
}

.welcome-expo-caption h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 9;
}

.welcome-expo-caption h2:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 80px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background: url(assets/images/zigzag.svg);
  background-size: cover;
}

.wpem-expo-participants .section-title h2 {
  max-width: 100%;
  margin-bottom: 80px;
}

.wpem-expo-participants {
  padding-block-start: 0;
}

.wpem-expo-events .wpem-event-listings #googleMap {
  display: none;
}

.section-title h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--wpem-theme-primary-color);
  margin-bottom: 10px;
}

.section-title b {
  color: var(--wpem-theme-primary-color);
  font-weight: 600;
}

.section-title h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  max-width: 540px;
  position: relative;
  margin-bottom: 60px;
}

.section-title h2:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 8px;
  background: url(assets/images/title-after.svg);
  background-size: cover;
  bottom: -20px;
  left: 0;
}

.icon-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border: 2px solid #f5f2fd;
  border-radius: 10px;
  padding: 40px 10px;
  height: 100%;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s 0s;
}
.icon-box-item:hover {
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}

.icon-box-desc h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    transition: all 0.3s 0s;
}

.wpem-expo-iconbox .column-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.wpem-expo-event-with-us {
  position: relative;
}
.wpem-expo-event-with-us .play-btn {
    left: 0;
    top: 0;
    transform: none;
}
.wpem-expo-event-with-us-video-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpem-expo-event-with-us:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(assets/images/event-with-us.png);
  background-size: cover;
}

.icon-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.icon-list-icon {
    line-height: 0;
}
.icon-list-desc h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

.icon-list-container {
  margin-bottom: 10px;
}

.wpem-expo-sponsors .section-title h2,
.wpem-expo-events .section-title h2,
.wpem-expo-participants .section-title h2,
.wpem-expo-gallery .section-title h2,
.wpem-expo-achievement .section-title h2,
.wpem-expo-contact-form .section-title h2 {
  margin-left: auto;
  margin-right: auto;
}

.wpem-expo-sponsors .section-title h2:before,
.wpem-expo-events .section-title h2:before,
.wpem-expo-participants .section-title h2:before,
.wpem-expo-gallery .section-title h2:before,
.wpem-expo-achievement .section-title h2:before,
.wpem-expo-contact-form .section-title h2:before {
  left: 50%;
  transform: translateX(-50%);
}

.wpem-expo-sponsors .column-2{
  flex: 0 0 20%;
  max-width: 20%;
}
.sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  filter: grayscale(1);
  margin-top: 30px;
  transition: all 0.3s 0s;
}
.sponsor-item:hover{
  filter: grayscale(0);
}
.wpem-expo-sponsor-iconbox {
  background: url(assets/images/sponsor-iconbox.png);
  background-size: cover;
  background-position: center;
}

.sponsor-iconbox-item {
  position: relative;
}

.sponsor-iconbox-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 80px;
  right: -20px;
  top: 0;
  background: url(assets/images/sponsor-iconbox-graphics.png);
  background-size: cover;
}

.sponsor-desc h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.sponsor-desc p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.sponsor-icon {
  position: absolute;
  left: calc(50% - 100px);
  top: -10px;
}
.sponsor-icon img {
    max-width: 80px;
}
.wpem-expo-sponsor-iconbox .column-3:nth-child(4) .sponsor-iconbox-item:before {
  display: none;
}

.wpem-expo-events .wpem-form-wrapper .wpem-form-group {
  display: none;
}

.wpem-expo-speakers-slider-container {
    position: relative;
}
.wpem-expo-speakers-slider-item{
  padding: 0 10px;
}

.wpem-expo-speakers .container {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  padding-left: 250px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text, .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
  background: var(--wpem-theme-primary-color);
  color: #fff;
}

.prev-arrow, .next-arrow {
  position: absolute;
  top: -80px;
  right: 15px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--wpem-theme-primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.prev-arrow:hover, .next-arrow:hover {
  background-color: #fff;
  color: var(--wpem-theme-primary-color);
  border: 1px solid;
}

.prev-arrow {
    right: 85px;
}

.speaker-item{
  position: relative;
}
.speaker-item-img {
  position: relative;
}

.speaker-item-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(55, 0, 216, 0.65);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}

.speaker-item:hover .speaker-item-img::before {
  opacity: 1;
}

.speaker-item:hover h2 {
  color: var(--wpem-theme-primary-color);
}

.speaker-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.speaker-desc {
  text-align: center;
  margin-top: 20px;
}

.speaker-desc h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
}

.speaker-desc small {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #777;
  margin-bottom: 0;
}

.speaker-socials {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  top: 100px;
  left: 40px;
  opacity: 0;
  transition: all 0.3s ease;
}

.speaker-item:hover .speaker-socials {
    opacity: 1;
}

.speaker-socials a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.speaker-socials a:hover {
  background: #fff;
  color: var(--wpem-theme-primary-color);
}

.testimonial-item {
  padding: 40px;
  border-radius: 10px;
  background: url(assets/images/testimonial-item-bg.png);
  background-size: cover;
}

.testimonial-stars {
  margin-bottom: 20px;
}

.testimonial-desc p {
  font-weight: 600;
  font-size: 21px;
  line-height: 34px;
  color: #fff;
  max-width: 410px;
  margin-bottom: 40px;
}

.testimonial-profile h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.testimonial-profile small {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

ul.sub-menu {
  background: #fff !important;
}

ul.sub-menu a {
  color: #000 !important;
}
ul.sub-menu a:before {
    display: none;
}
ul.sub-menu a:hover {
    color: var(--wpem-theme-primary-color) !important;
}
.wpem-expo-gallery {
  overflow-x: hidden;
  padding-bottom: 40px;
}

.wpem-expo-gallery .container {
  max-width: 100%;
  padding: 0;
}
.wpem-expo-gallery .row {
    margin-left: -10px;
    margin-right: -10px;
}
.wpem-expo-gallery .column {
  padding-right: 10px;
  padding-left: 10px;
}

.wpem-expo-gallery p {
  max-width: 400px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.wpem-expo-pricing-table .container {
  background: url(assets/images/pricing-bg.png);
  padding: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.get-your-tickets-icon {
  margin-bottom: 20px;
}

.get-your-tickets h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  color: #fff;
  margin-bottom: 25px;
}

.get-your-tickets p {
  color: #fff;
}

.get-your-tickets {
  position: relative;
  margin-top: 60px;
}

.get-tickets-graphics img {
  position: absolute;
  right: 0;
  top: -40px;
}

.get-tickets-graphics {
  width: 150px;
  height: 50px;
}

.pricing-table.white {
  background: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.pricing-table ul {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}

.price li.header {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.price li.price {
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  color: var(--wpem-theme-primary-color);
  margin-bottom: -45px;
}

ul.price li {
  padding: 15px 0;
}

li.light-bg {
  background: rgba(245, 242, 253, 0.2);
}

.pricing-btn {
  width: calc(100% - 30px);
  padding: 15px 0;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.pricing-btn:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: #fff;
}

.pricing-btn i {
  margin-left: 10px;
}

.most-popular-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: transparent;
  border: 1px solid #ffc967;
  border-radius: 100px;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}

.most-popular-icon {
  width: 100px;
  height: 100px;
  border-radius: 100px !important;
  background: #ffc967;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -30px;
}

.most-popular-icon h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.priceli {
  display: flex;
  justify-content: center;
  align-items: center;
}

li.price-icon {
  color: var(--wpem-theme-primary-color);
  font-weight: bold;
  margin-right: 10px;
  font-size: 24px;
}

li.price-icon-white {
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  font-size: 24px;
}

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

.pricing-table.transparent {
  background: rgba(245, 242, 253, 0.1);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #fff !important;
}

.transparent .price li.header,
.transparent .price li.price {
  color: #fff;
}

.transparent .pricing-btn {
  background: #fff;
  color: var(--wpem-theme-primary-color);
}
.transparent .pricing-btn:hover {
    background-color: var(--wpem-theme-button-color);
    color: #ffff;
}
.wpem-expo-footer-site-links h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.wpem-expo-footer {
  padding: 80px 0;
}

.wpem-expo-footer-site-links {
  display: flex;
  flex-direction: column;
}

.wpem-expo-footer-site-links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  margin-bottom: 20px;
}

.wpem-expo-footer-socials {
  display: flex;
  gap: 15px;
  align-items: center;
}

.wpem-expo-footer-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid #f5f2fd;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.wpem-expo-footer-socials a:hover {
  color: #fff;
  background: var(--wpem-theme-primary-color);
}

.footer-bottom {
  background: var(--wpem-theme-primary-color);
}

.copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 0;
}

.wpem-expo-welcome-spacing-top{
  margin-top: 70px;
}
.wpem-expo-about-partner-section {
    padding-top: 40px;
}

.wpem-expo-single-banner {
  background: url(assets/images/singular-bg.png);
  background-size: cover;
}

.wpem-expo-our-vision {
  position: relative;
  background-size: cover;
  z-index: 1;
  background: url(assets/images/our-vision1.jpg);
}
.wpem-expo-our-vision:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wpem-theme-primary-color);
    z-index: -1;
    opacity: .5;
}

.wpem-expo-our-vision-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  max-width: 700px;
  width: 100%;
  padding-right: 200px;
}

.years-of-experience {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.years-of-experience h2 {
  font-weight: 700;
  font-size: 128px;
  color: var(--wpem-theme-primary-color);
  margin-bottom: 0px;
  line-height: normal;
}

.years-of-experience p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--wpem-theme-primary-color);
  transform: rotate(-90deg);
  margin-left: -50px;
  margin-bottom: 0px;
}

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

.award-item:hover svg path {
  fill: #fff;
}

.award-item:hover .award-icon {
  background: var(--wpem-theme-primary-color);
}

.award-icon {
  width: 100px;
  height: 100px;
  background: #f5f2fd;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 30px;
}

.award-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}

.award-item h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  max-width: 300px;
  margin: auto;
}

.wpem-expo-achievement .column-3:nth-child(even) {
  margin-top: 120px;
}

.wpem-expo-company-info .container {
  background: url(assets/images/bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 60px;
}
.company-info-cards {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.company-info-cards .column-6:nth-child(2) .company-info-card,
.company-info-cards .column-6:nth-child(4) .company-info-card{
  margin-top: 30px;
}

.company-info-cards .company-info-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 60px 15px;
  text-align: center;
}

.company-info-card h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.company-info-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.wpem-expo-company-info .section-title h3,
.wpem-expo-company-info .section-title h2,
.wpem-expo-company-info p {
  color: #fff;
}

.company-info-card p {
  color: #000 !important;
}

/* Accordion starts  */

/* accordion starts */
.accordion {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: Exo;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-right: 30px;
}

.active, .accordion:hover {
  background-color: transparent;
  color: #000;
}

.accordion:after {
  content: '';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  background-image: url(assets/images/arrow1.svg);
}

.wpem-expo-faq {
  position: relative;
  background-color: #f5f2fd;
}

.wpem-expo-faq:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 592px;
  top: 0;
  right: 0;
  background-image: url(assets/images/explore-video.png);
  background-size: cover;
}
.active.accordion:after {
  color: var(--wpem-theme-primary-color);
}
.wpem-expo-faq .active:after {
  background-image: url(assets/images/arrow2.svg);
}

.wpem-expo-faq .theme-fitness-video-pulse-button {
  left: 70%;
  bottom: -300px;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  max-width: 800px;
  margin-top: 30px;
}

/* accordion ends  */

.faq-right-img {
  line-height: 0;
  position: relative;
}

.faq-right-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.question-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -30px;
  right: -30px;
  animation: animateques 2s linear infinite;
  border-radius: 100px;
}

@keyframes animateques {
  0% {
    box-shadow: 0 0 0 0 rgba(#fff, 0.5);
  }
  50% {
    box-shadow: 0 0 0 15px #fff;
  }
  100% {
    box-shadow: 0 0 0 rgba(#fff, 0.5);
  }
}

.faq-right {
    max-width: 400px;
    width: 100%;
    padding-right: 30px;  
}

.contact-iconbox-item {
  padding: 40px;
  background: #f5f2fd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.contact-iconbox-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 70px;
}

.contact-iconbox-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  color: #000;
}

.contact-iconbox-desc h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}

.wpem-expo-contact-form form {
  width: 840px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 60px;
}

.wpem-expo-form-input {
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #f5f2fd !important;
}

.expo-participant-map svg {
    width: 100%;
    height: auto;
}

.wpem-expo-contact-map .section-title h2 {
  text-transform: uppercase;
}

.wpem-expo-form-input:hover {
  border-color: var(--wpem-theme-primary-color) !important;
}

.wpem-expo-contact-map {
  overflow-x: hidden;
  position: relative;
  padding: 0;
}
.location-card-abs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0px, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.contact-map {
    line-height: 0;
}
.wpem-expo-contact-map:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wpem-primary-color);
    opacity: .3;
    z-index: 0;
}


.container.contact-map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wpem-theme-primary-color);
  opacity: 0.2;
  left: 0;
  top: 0;
  pointer-events: none;
}

.wpem-expo-contact-map iframe {
    pointer-events: auto;
}

.location-card {
  padding: 40px;
  background: #ffffff;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
}

.location-list {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.location-list:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.location-list-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
}

ul.event-alert-actions {
  margin: 0;
  padding: 0;
  display: flex;
}

.mfp-iframe-holder .mfp-close {
  background: transparent;
}

.mfp-iframe-holder:hover .mfp-close {
  background: transparent;
}

.archive .wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
  padding-top: 250px;
}

.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
  border-left: 5px solid var(--wpem-theme-primary-color);
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 90%;
  margin: auto;
  padding: 20px;
}
.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
  display: none;
}
.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .event_featured .wpem-event-infomation .wpem-event-details {
  background: #ffffe4;
}
.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .event_cancelled .wpem-event-infomation .wpem-event-details {
  background: #ffe5e5;
}

.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
  height: 470px;
}
.wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
  line-height: 0;
}
.wpem-expo-events .wpem-event-listings-header {
    display: none;
}
.site-description {
  color: #fff;
  line-height: normal;
  font-size: 14px;
  max-width: 200px;
  margin: 8px 0;
}

h1.site-title a {
  color: #fff;
}

.wpem-tabs-wrapper .wpem-tab-content .wpem-tab-pane {
  background: #fff !important;
}

.overlay-bg {
  background: #f5f2fd;
}

.wpem-expo-agenda {
  background: #f5f2fd;
}

.event-schedule-expo-card {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s 0s;
}
.event-schedule-expo-card:hover{
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}



.event-schedule-expo-time p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000000;
  margin-bottom: 0;
}

.event-schedule-expo-details h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
}

.event-schedule-expo-details p {
  max-width: 495px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.event-schedule-expo-details {
  padding-left: 30px;
  border-left: 4px solid #f5f2fd;
}

.event-schedule-profile-img {
  flex: 0 0 40px;
}

.event-schedule-profile-img img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  object-fit: cover;
}

.event-schedule-profile {
  display: flex;
  gap: 10px;
}

.event-schedule-profile-details h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.event-schedule-profile-details p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.event-schedule-expo-time {
  flex: 0 0 90px;
}

.tab {
  display: flex;
  justify-content: end;
  gap: 15px;
  position: relative;
  margin-top: -30px;
  top: -80px;
}

.tablinks {
  border: 1px solid var(--wpem-theme-primary-color);
    border-radius: 4px;
    padding: 14px 30px;
    background-color: #f5f2fd;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--wpem-theme-primary-color);
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.tablinks:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--wpem-theme-primary-color);
  bottom: -2px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}

button.tablinks:hover, button.tablinks.active {
  background-color: var(--wpem-theme-primary-color);
  color: #fff;
}

button.tablinks.active:before {
  opacity: 1;
}

.tabcontent.tab-hide {
  display: none;
}

.icon-box-item:hover svg path {
  fill: var(--wpem-theme-primary-color);
}

.icon-box-item:hover .icon-box-desc h2 {
  color: var(--wpem-theme-primary-color);
}

.wpem-event-listings
  .wpem-event-layout-wrapper
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-location::before,
.wpem-event-listings
  .wpem-event-layout-wrapper
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-date-time::before {
  color: var(--wpem-theme-primary-color);
}

.wpem-expo-contact-form {
  padding-top: 0;
}

.wpem-expo-pricing-table{
  padding: 0 15px;
}

.wpem-expo-testimonials {
  padding: 0;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1 !important;
}

.wpem-expo-company-info .section-title h2:before {
  background: url(assets/images/title-after-white.svg);
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing, .wpem-event-listings .wpem-event-layout-wrapper:hover .wpem-event-action-url {
    border-width: 7px;
    border-color: var(--wpem-theme-primary-color);
}

.location-list-icon {
  flex-shrink: 0;
}

  .wpem-expo-speakers .prev-arrow {
    right: 34%;
  }

  .wpem-expo-speakers .next-arrow {
    left: 67%;
  }

  .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button {
    background: transparent!important;
  }

/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */


@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,
  .wpem-expo-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .wpem-expo-main-sidearea
    .widget
    .event_listings_class
    .wpem-single-event-widget {
    -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) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 31%;
  }
  .comment-form-author,
  .comment-form-email {
    margin-right: 3.5%;
  }
  .comment-form-cookies-consent,
  #comments .form-submit {
    clear: left;
  }
  .recent-post-list-single:nth-child(2),
  .recent-post-list-single:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .text-t-left {
    text-align: left;
  }
  .text-t-center {
    text-align: center;
  }
  .text-t-right {
    text-align: right;
  }
  .menu-menu-expo-theme-container {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .main-navigation .theme-btn {
      white-space: nowrap;
  }
  .header-top .top-right {
    text-align: right;
  }
  #primary-menu:after,
  .menu-all-pages-container:after {
    content: "";
    clear: both;
    display: table;
  }
  .main-navigation li a {
    padding: 15px;
    margin: 0 15px;
  }
  .main-navigation li li a {
    padding: 5px 10px;
    text-align: left;
  }
  .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,
  .wpem-expo-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .wpem-expo-main-sidearea
    .widget
    .event_listings_class
    .wpem-single-event-widget {
    -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;
  }

  .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,
  .wpem-expo-main-sidearea .widget .event_listings .wpem-single-event-widget,
  .wpem-expo-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;
  }
}


@media (max-width: 1600px) {
  
  .slick-prev {
    left: 89%;
  }

  .wpem-expo-speakers .container {
    padding-left: 200px;
  }
}

@media (max-width: 1200px) {
  .wpem-expo-speakers .container {
    padding-left: 74px;
  }
  .contact-iconbox-icon {
      margin: 0 auto 15px;
  }
  .contact-iconbox-item {
      display: block;
      text-align: center;
      padding: 30px 10px;
  }
  .wpem-expo-speakers .container {
    padding-left: 15px;
  }
  .slick-prev {
    left: 88%;
  }

  .location-card {
    left: 20px;
  }
  .wpem-expo-about-partner-section {
    padding-top: 0;
  }
  .gallery-img img {
    height: 250px;
  }

}

@media (max-width: 991px) {
  .contact-iconbox-desc h2 {
    font-size: 18px;
  }
  .wpem-expo-faq .column {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .faq-right {
      margin-top: 60px;
  }
  .wpem-expo-company-info .container > .row > .column-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .wpem-expo-company-info .section-title {
      margin-top: 30px;
  }
  .get-tickets-graphics img {
    max-width: 70px;
    position: inherit;
    transform: rotate(180deg);
    margin-left: 90px;
  }
  .get-your-tickets {
    margin: 0 0 30px;
  }
  .pricing-table{
    margin-top: 30px;
  }
  .wpem-expo-iconbox .column-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
}
  .wpem-expo-welcome .section-title {
    margin-top: 110px;
  }
  .wpem-expo-welcome .column {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .wpem-expo-main-video-bg .play-btn{
      top: calc(50% - 50px);
  }
  .wpem-expo-banner:after {
    width: 100%;
    height: calc(100% - 500px);
  }
  .wpem-expo-main-video-bg {
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: 60px;
  }

  .wpem-expo-pricing-table .column-4 {
    flex: 0 0 50%;
    max-width: 100%;
  }

  .wpem-expo-iconbox {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wpem-expo-event-with-us {
    padding: 0;
  }

  .wpem-expo-footer-socials a {
    width: 20px;
    height: 20px;
  }

  .slick-prev {
    left: 84% !important;
  }
  .wpem-expo-agenda {
    padding-bottom: 50px;
  }

  .tab {
    top: inherit;
    margin: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .wpem-expo-pricing-table .column-4:nth-child(1) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .slick-prev {
    left: 86%;
  }

  .wpem-expo-contact-form form {
    width: 100% !important;
  }

  nav.main-navigation button {
    display: none;
  }

  .main-navigation.toggled li a {
    color: #000;
    text-align: center;
  }

  nav.main-navigation.toggled {
    display: block;
    background: #fff;
  }

  .secondary-content-area {
    margin-top: 30px;
  }
  .menu-toggle {
    border: 0;
    background: transparent;
    display: block;
    margin: 0 0 0 auto;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
  }
  .change .bar1 {
    transform: rotate(-45deg) translate(-6px, 7px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    transform: rotate(45deg) translate(-6px, -7px);
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation.toggled ul {
    display: block;
  }
  .header-main {
    padding: 15px 0;
  }
  .site-branding .site-title {
    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 {
    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 {
    left: 0;
    margin: 0 10px 5px 15px;
  }
  .main-navigation li a,
  .main-navigation ul ul a {
    width: 100%;
  }
  .main-navigation li a {
    padding: 10px 0;
  }
  .main-navigation ul ul a {
    padding: 10px 20px;
  }

  .wpem-expo-banner {
    padding-bottom: 0;
    padding-top: 150px;
  }
  .wpem-expo-banner .column-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .contact-iconbox-icon {
    margin-bottom: 20px;
  }
  .wpem-expo-agenda .column-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .award-item h2 {
      font-size: 18px;
      line-height: normal;
  }
}

@media (max-width: 767px) {
  header.page-header{
    padding: 40px 0;
  }
  .contact-iconbox-item {
    margin: 15px 0;
    height: inherit;
  }
  .wpem-expo-contact-iconbox .column-4 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .company-info-cards .column-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .wpem-expo-achievement .column-3:nth-child(even){
    margin-top: 0;
  }
  .award-item h2 {
      font-size: 18px;
      line-height: normal;
  }
  .wpem-expo-achievement .column-3 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .award-item {
      margin: 20px 0;
  }
  .award-item p {
      margin-bottom: 5px;
  }
  .award-icon {
      margin-bottom: 15px;
  }
  .wpem-expo-about-partner-section {
    padding-top: 0;
  }
  .page-header-wrapper{
    padding-top: 100px;
  }
  .wpem-expo-about-partner-section .column-2 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .wpem-expo-footer .column-3 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .wpem-expo-footer .column-3:first-of-type, .wpem-expo-footer .column-3:last-of-type {
      order: -1;
      margin-bottom: 30px;
  }
  .wpem-expo-footer-site-links a {
      margin-bottom: 5px;
  }
  .wpem-expo-gallery .container {
      padding: 0 15px;
  }
  .wpem-expo-gallery .column-3 {
      flex: 0 0 50% !important;
      max-width: 50% !important;
  }
  .wpem-expo-sponsors .column-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .icon-list{
    margin-bottom: 20px;
  }

  .location-card {
    position: inherit !important;
    transform: none !important;
    margin-top: 30px;
  }

  .column-4.location-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  section {
    padding: 40px 0;
  }

  .wpem-expo-footer {
    padding: 40px 0;
  }

  .page-header-wrapper h1.entry-title {
    font-size: 40px;
  }

  .home .wpem-expo-footer {
    padding-top: 60px;
  }

  section.wpem-expo-event-with-us p {
    color: #000;
  }

  .wpem-expo-event-with-us:before {
    width: 100%;
    height: 400px;
    position: initial;
    display: block;
    margin-top: 40px;
  }
  .wpem-expo-event-with-us {
      display: flex;
      flex-direction: column-reverse;
  }
  .wpem-expo-event-with-us-video-btn {
      height: 400px;
      bottom: 0;
      top: inherit;
      left: 0;
      width: 100%;
  }

  .header-main .column-8, .header-main .column-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .header-top .column {
    text-align: center;
  }
  .text-mb-left {
    text-align: left;
  }
  .text-mb-center {
    text-align: center;
  }
  .text-mb-right {
    text-align: right;
  }
  .sidebar-first .secondary-content-area {
    -ms-flex-order: 1;
    order: 1;
  }
  .sidebar-first .primary-content-area {
    -ms-flex-order: 2;
    order: 2;
  }
  .search-box {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
  }
  .error-404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .error-404 h1 {
    font-size: 80px;
  }
  .error-404 h2 {
    font-size: 20px;
  }

  .sponsor-iconbox-item:before {
    display: none;
  }
  .sponsor-iconbox-item {
    margin: 15px 0;
  }
  .sponsor-desc h2 {
      font-size: 34px;
      line-height: normal;
  }
  .sponsor-desc p {
      font-size: 14px;
  }
  .wpem-expo-sponsor-iconbox .column-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .wpem-expo-iconbox .column-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .column-4.location-card {
    flex: 0 0 50% !important;
    max-width: 75% !important;
  }
  .section-title h2 {
      font-size: 28px;
      line-height: normal;
  }
}

@media (max-width: 575px) {
  .wpem-expo-contact-iconbox .column-4 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
  .accordion {
    font-size: 16px;
  }
  .company-info-cards .company-info-card {
      margin: 15px 0 !important;
  }
  .wpem-expo-company-info .container {
      padding: 30px;
  }
  .company-info-cards .column-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .wpem-expo-achievement .column-3 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
  .wpem-expo-footer .column-3:first-of-type, .wpem-expo-footer .column-3:last-of-type {
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
  .wpem-expo-footer-site-info p {
      margin-top: 10px;
      margin-bottom: 0;
  }
  .wpem-expo-gallery .column-3 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
  }
  .wpem-expo-pricing-table .column-4 {
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }

  .question-icon {
    width: 80px;
    height: 80px;
  }
  .wpem-expo-contact-form form {
    padding: 30px;
  }
  .location-list {
    margin-bottom: 20px;
  } 
  .column.column-4.location-card {
    padding-bottom: 0;
  }
  .wpem-expo-achievement .column-3:nth-child(even) {
    margin-top: 0;
  }

  .award-item {
    margin-bottom: 40px;
  }

  .banner-socials {
    position: initial !important;
    margin-top: 30px;
  }

  .wpem-expo-welcome {
    padding-top: 50px !important;
  }

  .location-card {
    position: initial !important;
    transform: none !important;
  }

  .wpem-expo-contact-map {
    padding-bottom: 0 !important;
  }

  .expo-start-container {
    padding: 20px;
  }

  .wpem-expo-iconbox {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }

  .wpem-expo-sponsors {
    padding-top: 50px;
    padding-bottom: 20px;
  }


  .wpem-expo-events,
  .wpem-expo-agenda {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }

  .wpem-expo-speakers,
  .wpem-expo-gallery {
    padding: 50px 0 !important;
  }

  .wpem-expo-pricing-table .container {
    padding: 30px !important;
  }

  .wpem-expo-contact-form .section-title {
    margin-bottom: 30px;
  }
  .header-main .column.column-12.column-t-9.order-t-2.text-t-right {
    flex: 0 0 100%!important;
  }
  .theme-btn {
    font-size: 12px;
    padding: 12px 15px;
  }
  .welcome-expo-caption h2 {
    font-size: 16px;
    top: 42%;
  }
  .welcome-expo-image img {
      width: calc(100% - 80px);
      margin-left: 80px;
  }
  .welcome-expo-image::before {
      height: calc(100% + 80px);
      top: -40px;
  }
  .wpem-expo-banner {
    margin-bottom: 140px;
  }
  .wpem-expo-welcome .section-title {
    margin-top: 80px;
  }
  .banner-desc{
    gap: 20px;
    margin-bottom: 30px;
  }
  .banner-desc-details h2 {
    font-size: 12px;
  }
  .banner-desc-icon img {
      max-width: 20px;
  }
  .banner-title h2 {
    margin-bottom: 20px;
    margin-top: -50px;
  }
  .wpem-expo-banner:after {
    width: 100%;
    height: calc(100% - 400px);
  }
  .wpem-expo-main-video-bg{
    height: 400px;
  }
  .expo-start-item h2{
    font-size: 20px;
    line-height: 28px;
  }
  .wpem-expo-iconbox .column-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .wpem-expo-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    height: 400px;
  }
  .event-schedule-expo-card {
      padding: 15px;
      gap: 15px;
      margin-bottom: 15px;
  }
  .event-schedule-expo-time p {
      font-size: 14px;
  }
  .event-schedule-expo-details {
      padding-left: 15px;
  }
  .event-schedule-expo-time {
      flex: 0 0 70px;
  }
  .event-schedule-expo-details p {
      font-size: 12px;
      line-height: 18px;
  }
  .tablinks {
      padding: 12px 20px;
      font-size: 14px;
  }
  .speaker-item img{
    height: auto;
  }
  .wpem-expo-speakers .prev-arrow {
    right: 50px;
  }
  .wpem-expo-speakers .next-arrow {
    left: inherit;
    right: 0;
  }
  .wpem-expo-speakers-slider-container {
    margin-top: 100px;
  }
  .prev-arrow, .next-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
    top: -60px;
  }
  .prev-arrow {
      right: 60px;
  }
  .next-arrow {
      right: 10px;
  }
  .wpem-expo-testimonials .section-title{
    margin-bottom: 100px;
  }
  .get-your-tickets h2 {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 10px;
  }
  .get-your-tickets-icon {
      margin-bottom: 5px;
  }
  .get-your-tickets p {
      font-size: 14px;
      line-height: 24px;
  }
  .most-popular-icon {
    left: -15px;
  }
  .price li.price {
      font-size: 40px;
  }
  .price li.header {
      margin: 0;
      padding-bottom: 0;
  }
  ul.price li {
      padding: 10px 0;
      font-size: 14px;
  }
  .pricing-table ul {
      padding: 20px 0;
  }
  .wpem-expo-our-vision-content {
      padding: 30px;
  }
  .years-of-experience {
      position: inherit;
      transform: none;
      display: block;
      text-align: center;
      margin-top: 30px;
  }
  .years-of-experience p {
      transform: none;
      margin: 0;
  }
  .years-of-experience h2 {
      line-height: 120px;
  }

}

