/*
Theme Name: WPEM DJ Theme
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM DJ Theme 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 event listing? Look no further. You can use an event listing 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-dj-theme
Domain Path: /languages
Tags:  the-rock, dj, 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 DJ Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

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

body {
    margin: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

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

::placeholder {
    text-transform: capitalize;
    color: #fff;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
}


.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-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

a,
.widget a,
.entry-meta i,
.entry-content a {
    color: var(--wpem-primary-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/select_arrow.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;
    
    font-size: 100%;
    
    line-height: 1.15;
    
    margin: 0;
    
}

button,
input {
    
    overflow: visible;
}

button,
select {   
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
    
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

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

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

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

*,
*:before,
*:after {
    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;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

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

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

.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;
    line-height: 0;
}

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

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

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

.relative {
    position: relative;
}

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

.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 .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

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

embed,
iframe,
object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

.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: 15px 0;
    background-color: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}

.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: var(--wpem-theme-secondary-color);
}

.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
}

.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;
    margin-top: 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 {
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}

.page-header-wrapper h1.entry-title {
    margin: 0px;
}

.page-header-wrapper .entry-meta {
    margin-top: 10px;
}

.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(255, 255, 255, 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;
}

.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.error-404 h1 {
    font-size: 180px;
    line-height: normal;
    background: var(--wpem-theme-grad);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.error-404 h2 {
    font-size: 40px;
    line-height: normal;
    color: white;
}

.error-404 p{
    color: white;
    font-family: 'Lato', sans-serif;
}

.error-404 .btn[title="Goto Home"] {
    background: var(--wpem-theme-grad);
    padding: 10px 30px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/*---------------------------------------------------
##   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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

input#wp-block-search__input-1 {
    margin-bottom: 0;
}

.wpem-scrollable-table-block .wpem-main tbody,
.wpem-scrollable-table-block .wpem-main thead th {
    color: #000 !important;
}

/* .wpem-form-group ::placeholder {
    color: #fff;
} */

/*---------------------------------------------------
##   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);
    background-image: var(--wpem-theme-grad);
    border: 0px;
    border-radius: 0;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
}

#comments .submit,
.search .search-submit {
    padding: 9px 20px;
    border-radius: 0;
    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;
}

/*---------------------------------------------------
##   Event Listing 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;
    border: none;
    width: calc(100% - 40px);
}

.header-search-inner button {
    top: 3px;
    right: 3px;
}

.wpem-dj-theme-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.wpem-dj-theme-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-dj-theme-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
*   ----------------------------------------------------- */

#contact-organizer-form label {
    color: white;
}

.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";
}
.wpem-theme-button span, a.wpem-theme-button span, button.wpem-theme-button span, input.wpem-theme-button span {
    color: #fff;
}


:root {
    --wpem-theme-primary-color: linear-gradient(#F16080, #B836AB);
    --wpem-secondary-color: linear-gradient(to right, #000000, #545454);
    --wpem-gray-bg-color: linear-gradient(to right, #000000, #545454);
    --wpem-primary-color: #ff477e !important;
    --wpem-theme-light-color: #FFFAF3;
    --wpem-theme-font-gradient-color: linear-gradient(#F16080, #B836AB);
    --wpem-dark-color: #222B37;
    --wpem-theme-link-color: var(--wpem-theme-primary-color);
    --wpem-theme-button-color: linear-gradient(#F16080, #B836AB);
    --wpem-theme-button-text-color: white;
    --wpem-dark-color: #fff;
    --wpem-white-color: #161616;
    --wpem-gray-color: #fff !important; 
    --wpem-gray-border-color: rgba(255, 255, 255, 0.103);
    --wpem-theme-grad: linear-gradient(90deg, #F16080, #B836AB);
    --wpem-theme-grad-dark: linear-gradient(90deg, #000000, #545454);
    --wpem-theme-color: #F16080;
}

body {
    background-color: #222222;
}

.wpem-curve-bg {
    background-color: #161616;
    /* padding-top: 60px; */
    padding-bottom: 5em;
    /* border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%; */
}

/* header  */
.header-main {
    width: 100%;
    padding: 15px 0px;
    background: #161616;
    z-index: 2;
}

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

.main-navigation ul:hover {
    list-style: none !important;
}

.main-navigation li a {
    color: #fff !important;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 10px 20px !important;
    margin-right: 25px;
    position: relative;
}



.main-navigation li a:before {
    content: "";
    width: 0;
    height: 3px;
    background-image: var(--wpem-theme-button-color);
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    opacity: 0;
    transition: all 0.3s 0s;
    border-radius: 10px;
}

.main-navigation li.current-menu-item a:before,
.main-navigation li a:hover:before {
    width: 100%;
    opacity: 1;
}

.main-navigation .sub-menu li a:before {
    display: none;
}

.main-navigation ul ul {
    background: #fff;
    border-top: 2px solid var(--wpem-theme-primary-color);
}

.main-navigation .sub-menu li a {
    padding: 5px 15px !important;
    color: #000 !important;
}

.navbar-toggler {
    background-color: var(--wpem-theme-primary-color) !important;
    border: none;
}

ul.sub-menu {
    list-style: none !important;
}

/* header end  */

.theme-btn {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    background-image: var(--wpem-theme-grad);
    color: #fff !important;
    border: 0;
    padding: 12px 35px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 0s;
}

/* footer  */
.wpem_the_rock_theme-footer {
    background: url(assets/images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 2em;
}
.wpem_the_rock_theme-footer-site-info p {
    color: #fff;
    margin: 0;
}
.wpem_the_rock_theme-footer-site-info a {
    display: inline-block;
    margin-bottom: 15px;
}
.wpem_the_rock_theme-footer-site-links {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.wpem_the_rock_theme-footer-site-links a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin-right: 3em;
    text-transform: uppercase;
}
.wpem_the_rock_theme-footer-site-links a i {
    width: 25px;
}
.wpem_the_rock_theme-footer-site-links a:hover {
    background: var(--wpem-theme-primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-bottom {
    background-color: var(--wpem-theme-secondary-color);
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.site-info a:hover {
    color: #fff;
}
.wpem_the_rock_theme-footer-site-links h3 {
    color: white;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Josefin Sans', sans-serif;
}
.copyright {
    color: white;
    font-size: 14px;
    padding-top: 3em;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
}
.wpem_the_rock_theme-footer-social-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    padding: 1em 0;
}
.wpem_the_rock_theme-footer-social-links a {
    margin-right: 15px;
    color: white;
    background: #222222;
    text-align: center;
    height: 35px;
    width: 35px;
    padding: 5px;
    border-radius: 4px;
}
.wpem_the_rock_theme-footer-social-links a:hover {
    color: white;
    background-image: var(--wpem-theme-primary-color);
}
.newsletter-form input[type="email"] {
    max-width: 600px;
    width: 100%;
    padding: 1em;
    color: black;
    background-color: white;
    border-radius: 4px;
}
.newsletter-form input[type="email"]::placeholder{
    color: black;
    font-family: 'Teko', sans-serif;
    opacity: 1;
    font-size: 20px;
    line-height: 1.5;
}
.newsletter-form input[type="submit"] {
    font-size: 22px;
    color: black;
    position: absolute;
    bottom: 26px;
    right: 20px;
    margin: 0;
}
.newsletter-form input[type="submit"]:hover {
    background: none;
    border: none;
}
.newsletter-input {
    color: black;
}

/* banner section  */
.wpem_theme_the_rock-banner-section {
    background-image: url(assets/images/banner-background.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 2em;
    display: flex;
    align-items: center;
    min-height: 800px;
}

.wpem_theme_the_rock-banner-graphics {
    position: absolute;
    top: -5%;
    left: 45%;
    width: 420px;
    height: auto;
    opacity: 0.1;
    z-index: 0;
}

.wpem_theme_the_rock-banner-section .wpem_theme_the_rock-banner-text h2 {
    color: white;
    text-align: center;
    font-size: 120px;
    line-height: 130px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-left: 70px;
    letter-spacing: 5px;
    font-family: 'Teko', sans-serif;
}

.wpem_theme_the_rock-banner-section .wpem_theme_the_rock-banner-text h2 strong{
    font-weight: 700;
}

.wpem_theme_the_rock-banner-title h2 {
    font-size: 80px;
    line-height: 85px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: 5px;
}

.wpem_theme_the_rock-banner-title {
    width: 365px;
    margin: auto;
    position: absolute;
    top: 16%;
    left: 42%;
}

.wpem_theme_the_rock-banner-title b {
    font-size: 80px;
}

.wpem_theme_the_rock-banner-left {
    padding-top: 60px;
    flex: 0 0 30%;
}

.wpem_theme_the_rock-banner-right {
    flex: 0 0 70%;
}

/* counter  */

.wpem_theme_the_rock-upcoming-event {
    padding-bottom: 2em;
}

.wpem_theme_the_rock-upcoming-event .wpem-event-listings #googleMap{
    display: none;
}

.wpem-event-listing-box-view .wpem-from-date * {
    color: white !important;
    font-weight: 400 !important;
}

.wpem-event-listing-box-view .wpem-from-date {
    right: 10px;
    left: auto !important;
    top: -13px !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: hidden;
    isolation: isolate;
    padding-bottom: 15px !important;
}

.wpem-event-listing-box-view .wpem-from-date::after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    bottom: -7.5px;
    left: calc(50% - 7.5px);
    box-shadow: 0 0 0 50px #FF1943;
    z-index: -1;
}

.wpem_theme_the_rock-upcoming-event .wpem-main.wpem-event-listings-header{
    display: none;
}

.counter-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.counter-container h2 {
    font-weight: 400;
}

.wpem_theme_the_rock-upcoming-event-counter .container {
    background-image: var(--wpem-secondary-color);
    padding: 1em;
    position: relative;
    top: -90px;
}

.wpem_theme_the_rock-upcoming-event-counter .container::before {
    content: '';
    width: 10px;
    height: 100%;
    background-image: linear-gradient(180deg, #F16080, #B836AB);
    position: absolute;
    top: 0;
    left: 0;
}

.event-counter-heading {
    color: white;    
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding-left: 50px;
}

.event-counter-heading h3 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 1.5px;
    
    font-weight: normal;
}

.event-counter-heading h2 {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 1.5px;
    
    font-weight: normal;
    margin: 0;
}

.counter-container > div{
    border-top-right-radius: 30px;
}

.counter-item {
    width: 110px;
    height: 120px;
    vertical-align: middle;
    padding: 30px 35px 20px 35px !important;
    background: #000000a8;
    display: grid;
    place-content: center;
}

.counter-item4 {
    margin: 1em;
    border-bottom: 7px solid #F1C160;
}

.counter-item4 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #F1C160;
    text-transform: uppercase;
    margin: 0;
}

.counter-item3 {
    margin: 1em;
    border-bottom: 7px solid #60F1A4;
}

.counter-item3 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #60F1A4;
    text-transform: uppercase;
    margin: 0;
}

.counter-item2 {
    margin: 1em;
    border-bottom: 7px solid #C660F1;
}

.counter-item2 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #C660F1;
    text-transform: uppercase;
    margin: 0;
}

.counter-item1 {
    margin: 1em;
    border-bottom: 7px solid #F16080;
}

.counter-item1 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #F16080;
    text-transform: uppercase;
    margin: 0;
}

.counter-item1 p,
.counter-item2 p,
.counter-item3 p,
.counter-item4 p {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

/* upcoming events  */
.wpem-dj-events .wpem-event-filter-wrapper {
    display: none;
}
.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
    background: var(--wpem-white-color);
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
    background: var(--wpem-white-color);
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap {
    background-image: var(--wpem-secondary-color);
    border-left: 4px solid #ff477e;
    padding: 30px;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
    border-color: #ff477e;
}
.wpem-dj-events {
    padding: 60px 0;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.wpem-event-details {
    transition: all 0.3s ease;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    color: #fff;
}
.wpem_theme_the_rock-upcoming-event .wpem-event-filter-wrapper {
    display: none;
}
.wpem_theme_the_rock-section-title {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: -20px;
}

.wpem_theme_the_rock-section-title h3 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.wpem_theme_the_rock-section-title h2 {
    font-weight: 600;
    font-size: 200px;
    line-height: 280px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    opacity: 0.1;
    text-transform: uppercase;
    letter-spacing: 12px;
    width: 100%;
    max-width: 850px;
    margin: auto;
}

select[name="ticket_quantity"] {
    background: url(assets/images/select_arrow.svg) 90% center / 12px no-repeat;
}

.tickets-container {
    display: grid;
    gap: 20px;
    position: relative;
    min-width: 800px;
    margin-inline: auto;
}

.tickets-container .ticket {
    background: var(--wpem-theme-grad-dark);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0 0 0 / 0.05);
    border-left: 5px solid transparent;
    position: relative;
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
    transition: all 300ms ease;
}

.tickets-container .ticket:hover {
    border-left-width: 10px;
    background: var(--wpem-theme-grad);
}

.tickets-container .ticket::before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    --wpem-theme-grad: linear-gradient(180deg, #F16080, #B836AB);
    background: var(--wpem-theme-grad);
    transition: all 300ms ease;
}

.tickets-container .ticket:hover::before {
    width: 10px;
    background: white;
    left: -10px;
}

.tickets-container .ticket-name {
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    color: white;
}

.tickets-container .ticket-price {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    color: white;
}

.tickets-container .ticket-desc {
    margin: 0;
    color: white;
    font-family: 'Lato', sans-serif;
}

.tickets-container select {
    width: 100px;
    height: 40px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #000;
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: black;
    color: white
}

.ticket-btn {
    text-align: center;
    margin-top: 10px;
}

.ticket-btn a {
    color: white;
}

.tickets-container::before {
    content: '';
    width: 259px;
    height: 282px;
    position: absolute;
    top: -50px;
    left: 160px;
    background: url(assets/images/sell-ticket-graphic.png);
    z-index: -1;
}

.tickets-container::after {
    content: '';
    width: 259px;
    height: 282px;
    position: absolute;
    bottom: 10px;
    right: 160px;
    background: url(assets/images/sell-ticket-graphic.png);
    z-index: -1;
}

/* about  */

.about-right h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    color: white;
    font-family: "teko";
    letter-spacing: 3px;
}

.about-right p {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 28px;
    max-width: 520px;
    letter-spacing: 0.16px;
}

.about-right h3 {
    font-family: "vladimir script";
    color: white;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 2.5px;
}

.outline-btn {
    border: none;
    background: none;
    background-image: var(--wpem-theme-primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.outline-btn::after {
    content: "";
    padding-left: 1em;
    background: linear-gradient(90deg, #F16080 0%, #B836AB 100%);
    width: 30px;
    height: 3px;
    position: absolute;
    right: -40px;
    top: calc(50% - 4px);
}



.about-graphics {
    position: absolute;
    left: 0;
    top: -60px;
    max-width: calc(100% - 60px);
}
.wpem_theme_the_rock-about-section .container{
    position: relative;
}
.about-left {
    position: relative;
    max-width: 705px;
    width: 100%;
    margin: 0 auto;
}
.about-left-img {
    margin: 60px 0 0 60px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 500px;
}
.about-left-img .about-play-btn {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

.wpem_theme_the_rock_our-services {
    padding-bottom: 80px;
}

.services-container {
    display: flex;
    align-items: center;
    position: relative;
}

.service-image {
    width: 66.66%;
}

.service-content {
    width: 50%;
    background: #000;
    color: white;
    position: absolute;
    right: 0;
    padding: 65px 60px;
}


.service-name {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-text {
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
}

.service-btn {
    background: var(--wpem-theme-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.service-btn::after {
    content: "";
    padding-left: 1em;
    background: var(--wpem-theme-grad);
    width: 30px;
    height: 3px;
    position: absolute;
    right: -40px;
    top: calc(50% - 4px);
}

.service-slider :is(.slick-prev, .slick-next)::before {
    content: none;
}

.service-slider .slick-next::after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 4px;
    padding: 18px 14px;
    background: url(assets/images/arrow-right.svg) center / 22px no-repeat;
    display: inline-block;
}

.service-slider .slick-prev::after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 4px;
    padding: 18px 14px;
    background: url(assets/images/arrow-left.svg) center / 22px no-repeat;
    display: inline-block;
}

.service-slider :is(.slick-next,.slick-prev):hover::after {
    background-color: #000;
}

.service-slider .slick-next {
    top: auto;
    bottom: 40px;
    right: 30px;
}

.service-slider .slick-prev {
    left: auto;
    top: auto;
    bottom: 40px;
    right: 80px;
    z-index: 2;
}

/* book tickets  */

.wpem_theme_the_rock-book-tickets {
    /* padding-top: 80px; */
    padding-bottom: 5em;
    position: relative;
}

.wpem_theme_the_rock-book-tickets .wpem-event-ticket-info-title{
    display: none;
}

.wpem_theme_the_rock-book-tickets .wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body{
    background-color: transparent;
    max-width: 800px;
    margin: 0 auto;
    border: 0;
    position: relative;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-type-and-price * {
    color: white;
    text-align: left;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-price {
    display: block !important;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-type {
    font-size: 30px !important;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-price {
    font-size: 40px;
    line-height: 56px;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-start-end-date{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-info-wrap:hover {
    background: linear-gradient(90deg, #F16080, #B836AB) !important;
    border-color: white !important;
}

.wpem_theme_the_rock-book-tickets .remaining-tickets-counter {
    color: white;
    font-family: 'Lato', sans-serif;
}

.wpem_theme_the_rock-book-tickets .wpem-ticket-information-fotoer {
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: center !important;
    padding-top: 0 !important;
}

.wpem_theme_the_rock-book-tickets button#order_now {
    font-size: 0;
    line-height: 0;
    text-transform: uppercase;
    background-image: var(--wpem-theme-grad);
    color: #fff !important;
    border: 0;
    padding: 12px 35px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 0s;
    border-radius: 0;
}

.wpem_theme_the_rock-book-tickets button#order_now::after {
    content: 'Book Now';
    font-size: 20px;
    line-height: 26px;
}

.services-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.service-item:nth-of-type(2n) {
    margin-top: 110px;
}

.services-item-text h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 2.4px;
    margin: 15px 0 0 0;
    z-index: 2;
    position: relative;
}

.services-item-icon-bg {
    filter: grayscale(1);
    z-index: 8;
}

.services-item:hover .services-item-icon-bg {
    filter: grayscale(0);
}

.services-item:nth-child(2n) {
    position: relative;
    top: 100px;
}

.service-item-img {
    position: relative;
    display: grid;
    place-content: center;
    position: relative;
}

img.service-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

img.service-hex {
    z-index: 1;
}

.service-item-img:hover .service-hex {
    content: url(assets/images/hover-bg.png);
}

.service-item-img::before {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: -20px;
    background: linear-gradient(90deg, #EE5E83 0%, #BB38A8 100%);
    border-radius: 100%;
    opacity: 0;
    filter: blur(50px);
    z-index: 2;
    transition: all 300ms ease;
}

.service-item-img:hover::before{
    opacity: 0.5;
}

/* Footer  */
.wpem_the_rock_theme-footer-iconbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: none;
}
.footer-iconbox-left {
    padding: 3.5em 0;
    background-image: var(--wpem-theme-grad);
}
.footer-iconbox-right {
    background: black;
    padding: 3.5em 0;
}
.footer-iconbox-desc h3 {
    font-family: 'teko';
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}
.footer-iconbox-desc h2 {
    font-family: 'teko';
    font-size: 50px;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    /* border-bottom: 14px solid #B836AB; */
    position: relative;
    isolation: isolate;
}
.footer-iconbox-desc h2::after {
    content: '';
    width: 106%;
    height: 26px;
    background: var(--wpem-theme-grad);
    position: absolute;
    left: -3%;
    bottom: -12px;
    z-index: -1;
}
.footer-iconbox-left .row {
    justify-content: flex-end;
    align-items: center;
    gap: 2em;
    padding-right: 8em;
    float: right;
    flex-wrap: nowrap;
}
.footer-iconbox-right .row {
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
    padding-left: 10em;
}

/* services  */
.instagram-section-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wpem-main.wpem-mailchimp-matches-attribute.event-mailchimp-matches-attribute {
    /* background: var(--wpem-theme-secondary-color); */
    background: transparent;
}

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

.wpem-main.wpem-hubspot-crm-matches-attribute.event-hubspot-crm-matches-attribute {
    background: transparent;
}

.wpem-name-badges-settings-form .wpem-customization-box {
    background: transparent!important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    color: #fff !important;
}

.wpem-theme-button.wpem-active-button {
    color: var(--wpem-dark-color) !important;
}

.wpem-event-status-expired {
    color: #000 !important;
}

.entry-content:has(.wpem-main-vmenu-dashboard-wrapper) {
    color: white;
}

#wpem-expo-react-component {
    color: white;
}

/* plugin css  */
.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
    background-image: var(--wpem-theme-primary-color) !important;
}

.comiseo-daterangepicker-presets .ui-menu-item-wrapper:hover {
    color: black!important;
}
.chosen-drop {
    background: #161616!important;
}

/* plugin button styles */
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    background: white !important;
    color: black !important;
    padding: 7px 10px 3px;
    display: inline-block;
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    margin: auto;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
    color: white !important;
}

.wpem-event-listings.wpem-wpem-dj-theme-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    background: #FF1943 !important;
}

#googleMap {
    color: #000;
}

.wpem-google-tooltip-event-wrapper .wpem-google-tooltip-event-title {
    color: #000;
}

.wpem-google-tooltip-event-wrapper .wpem-google-tooltip-event-date-time, .wpem-google-tooltip-event-wrapper .wpem-google-tooltip-location {
    color: #000;
}

.wpem-google-tooltip-event-wrapper .wpem-google-tooltip-event-event-type .wpem-event-type-text {
    background: var(--wpem-theme-grad);
    color: white;
}

.wpem-google-tooltip-event-wrapper:hover {
    background: var(--wpem-theme-grad);
}

.wpem-google-tooltip-event-wrapper:hover .wpem-google-tooltip-event-title {
    color: white;
}

.wpem-google-tooltip-event-wrapper:hover :is(.wpem-google-tooltip-event-date-time,.wpem-google-tooltip-location) {
    color: white;
}

.wpem-google-tooltip-event-wrapper:hover .wpem-google-tooltip-event-event-type .wpem-event-type-text {
    background: var(--wpem-theme-grad-dark);
}

section.curve-img{
    display: grid;
    background-color: #161616;
}

/* about play button  */
.about-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #EB5C84;
    font-size: 24px;
    width: 80px;
    height: 80px;
    z-index: 99;
    margin: 0;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 80px);
    outline: 1px solid #FFF;
    outline-offset: 8px;
    transition: all 300ms ease;
}

.about-play-btn:hover{
    outline: 1px solid #FFF;
    outline-offset: 4px;
    transition: all 300ms ease;
}
/* .about-play-btn::before {
    content: '';
    position: absolute;
    border: 2px solid #EB5C84;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
}
.about-play-btn::after {
    content: '';
    position: absolute;
    border: 4px solid #EB5C84;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
    animation-delay: 0.4s;
} */

@keyframes bloom1 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes bloom2 {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
    }
}

.instagram-img1,
.instagram-img2,
.instagram-img3,
.instagram-img4,
.instagram-img5,
.instagram-img6 {
    cursor: pointer;
    position: relative;
}
.instagram-img1,
.instagram-img2,
.instagram-img4,
.instagram-img5 {
  width: 100%;
  height: 220px;
}
.instagram-img3,
.instagram-img6 {
    width: 100%;
    height: 470px;
}
.instagram-img1 img,
.instagram-img2 img,
.instagram-img4 img,
.instagram-img5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-img3 > img,
.instagram-img6 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
}
.instagram-img1,
.instagram-img4 {
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
}

.instagram-overlay img{
    width: 30px;
    height: 30px;
}

.instagram-img1:hover .instagram-overlay,
.instagram-img2:hover .instagram-overlay,
.instagram-img3:hover .instagram-overlay,
.instagram-img4:hover .instagram-overlay,
.instagram-img5:hover .instagram-overlay,
.instagram-img6:hover .instagram-overlay {
    opacity: 0.8;
}
.wpem_theme_the_rock-instagram-section {
    /* padding-top: 2em; */
    padding-bottom: 100px;
}
.club-members-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 1em;
}
.club-member-desc h2 {
    color: white;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 13;
}
.club-member-item {
    margin-bottom: 20px;
    position: relative;
}
.club-member-desc h4 {
    color: white;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
.club-member-item:hover .club-member-desc h2:before {
    background: var(--wpem-theme-grad);
}
.club-member-item:hover .club-member-desc h4:before {
    background: var(--wpem-theme-grad);
}
.wpem_theme_the_rock-book-members-section {
    padding: 0 0 80px 0;
}
.club-member-desc {
    margin-top: -105px;
}
.content-area {
    background-color: #16161683 !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    padding: 30px;
    border-radius: 4px;
}

/* Plugin Shortcodes */
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border-radius: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    height: 400px;
    margin-top: 7px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .event_listing {
    background: var(--wpem-theme-grad);
}

.home .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .event_listing {
    background: none;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_featured {
    background: #F1C160 !important;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_cancelled {
    background: #F16080 !important;
}

.wpem-event-layout-wrapper {
    border: none !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    position: absolute;
    bottom: 0;
    display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover .wpem-event-infomation .wpem-event-details {
    display: block;
}

.wpem_theme_the_rock-instagram-section .instagram-img1::before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(6, 20, 16, 0.7);
    z-index: 0;
}
.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-description {
    border: 1px solid #161616;
    height: 300px;
    background: #161616;
    position: relative;
    left: -90px;
    top: 25%;
}
.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description .wpem-event-description-url a {
    color: #B836AB !important;
}
.wpem-prime-event-slider-content {
    height: 600px;
}
.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description .wpem-event-description-content {
    color: white !important;
}
.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content {
    background: transparent !important;
}
.wpem-prime-event-slider-wrapper ul.slick-dots {
    display: none !important;
}
.wpem-prime-event-slider-wrapper .slick-arrow.slick-next {
    left: 30px;
}
.wpem-prime-event-slider-wrapper .slick-arrow {
    position: absolute;
    top: 90% !important;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: normal;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all .2s;
}
.wpem-prime-event-slider-wrapper .slick-arrow.slick-prev {
    left: 85% !important;
}
.wpem-prime-event-slider-wrapper .slick-arrow.slick-next {
    left: 89% !important;
}
.page-header {
    line-height: 55px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}
.wpem-single-event-page .wpem-single-event-footer .wpem-listing-accordion.active {
    background: transparent !important;
}
.sales-img1 {
    margin-right: 1em;
}
.sales-img {
    position: relative;
}
.contact,
.location,
.sales {
    padding: 45px 60px;
    background: #222222;
}
.sales {
    padding-block: 70px;
}
.sales-graphics {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.location {
    margin-bottom: 30px;
}
.location i,
.contact i {
    color: white;
    font-size: 24px;
    padding-bottom: 1em;
}
.location p,
.contact p,
.contact h2 {
    color: white;
    font-family: 'lato';
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    margin: 10px 0 0 0;
}
.contact-sales-heading {
    color: white;
    font-family: 'teko';
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
.contact-main-banner {
    display: flex;
    background: #161616;
    position: relative;
    background: url(assets/images/contact-banner.png) center center / cover no-repeat;
}
.contact-main-banner-left,
.contact-main-banner-right {
    flex: 0 0 50%;
}
.contact-main-banner-left {
    padding: 0 0 60px 0;
    position: relative;
}
.contact-main-banner-right {
    background-image: url("assets/images/contact-right-img.png");
    background-position: center;
    background-size: cover;
}
.contact-details .row {
    flex-wrap: nowrap;
}                                                                                                                                                                                                                                                                                                                        
#primary-menu li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
}

#primary-menu li:last-child a:after {
    display: none;
}

.hexagon {
    width: 100px;
    height: 55px;
    position: relative;
    z-index: 1;
}

.hexagon,
.hexagon:before,
.hexagon:after {
    background: #222222;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 22px;
    width: 57px;
    height: 57px;
    transform: rotate(145deg) skew(22.5deg);
}

.hexagon:before {
    top: -29px;
}

.hexagon:after {
    top: 27px;
}

.hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 55px;
    background: #222222;
    z-index: 1;
}

.wpem_the_rock_theme-footer-site-links ul {
    list-style: none;
    display: flex;
    justify-content: unset;
    align-items: center;
    margin-top: 1em;
    padding: 0;
}

.wpem_the_rock_theme-footer-site-links li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: block;
    position: relative;
    left: calc(100% - -25px);
    bottom: 20px;
}

.wpem_the_rock_theme-footer-site-links li:last-child a:after {
    display: none;
}

.newsletter-form form {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
}

.wpem-event-layout-wrapper:hover .wpem-event-details {
    display: block;
    /* background-image: linear-gradient(250deg, #b836ab00, #b836ab); */
    z-index: 1;
}

.wpem-event-layout-wrapper{
    position: relative;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-register-label {
    right: auto;
    left: 15px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-register-label .wpem-event-register-label-text {
    background-image: var(--wpem-theme-grad);
    color: white;
    font-weight: 300;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text{
    background-image: var(--wpem-theme-grad);
    color: white;
    border-radius: 2px;
    padding: 16px 18px 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing {
    border-color: transparent;
    --wpem-theme-grad: linear-gradient(180deg, #F16080, #B836AB);
    border-image-slice: 1;
    border-image-source: var(--wpem-theme-grad);
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #B836AB03 0%, #F1608082 52%, #F16080E3 71%, #B836AB 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover::after{
    opacity: 1;
}

.wpem-event-ticket-type span{
    background: #FF1943 !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details{
    padding: 30px !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-location-text {
    font-size: 20px;
    letter-spacing: 1px;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-title h3 {
    font-size: 30px !important;
    line-height: 46px !important;
    letter-spacing: 0.6px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-action-url {
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
}

.hexagon span:after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: var(--wpem-theme-primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    filter: blur(15px);
    opacity: 0.6;
    transform: translate(-50%, -50%);
}

.services-item:hover .hexagon,
.services-item:hover .hexagon:before,
.services-item:hover .hexagon:after,
.services-item:hover .hexagon span {
    background: #BB38A8;
    box-shadow: 0 0 50px 5px #bb38a77a;
}

.instagram-overlay {
    background-image: var(--wpem-theme-grad);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    opacity: 0;
    border: none;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-description {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


.wpem_theme_the_rock-contact-form ::placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 0.5;
}
.contact-form-section h2 {
    font-family: 'teko';
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
}
.wpem_theme_the_rock-contact-form {
    padding: 40px;
    background-color: #161616;
    color: white;
    max-width: 600px;
    width: 100%;
}

.wpem_theme_the_rock-contact-form h2 {
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.wpem_theme_the_rock-contact-form :where(input,textarea) {
    background: #222222 !important;
    border: 0 !important;
    padding: 16px 20px !important;
    color: white !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

/* events plugin  */
.wpem-event-listings .wpem-event-layout-wrapper, .wpem-event-listings .wpem-event-layout-wrapper:hover {
    background: transparent;
}
.wpem-event-listings:not(.wpem-event-listing-box-view) .wpem-event-layout-wrapper .event_featured *:not(.wpem-event-ticket-type span){
    color: #000000 !important;
}
.wpem-event-ticket-type .wpem-event-ticket-type-text {
    text-transform: uppercase;
    background-image: var(--wpem-theme-primary-color);
    color: #fff;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: #000;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-date-time {
    display: none;
}
.wpem-heading-text {
    text-transform: uppercase;
    color: #fff !important;
}
.wpem-event-type-text {
    text-transform: uppercase;
}

.comiseo-daterangepicker .ui-widget-content .ui-state-default, .comiseo-daterangepicker .ui-widget-content .ui-widget-header {
    background: #F2F3F4!important;
    border: 0;
    text-align: center;
}
.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
    background: var(--wpem-theme-primary-color);
    color: #454545!important;
}
.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listing-type-page-title .wpem-heading-text{
    line-height: 1.2;
}
.wpem-zoom-meeting-wrapper .wpem-listing-accordion {
    background: transparent !important;
    color: white !important
}
.wpem-single-event-page .wpem-event-details:not(.event-title) {
    font-family: 'Lato', sans-serif;
}
.wpem-event-details:not(.event-title) a {
    color: white;
    /* text-decoration: underline; */
}
.wpem-event-details:not(.event-title) i{
    color: white !important;
}
.wpem-single-event-page .wpem-event-details .wpem-event-ticket-type-text {
    background: #161616 !important;
    padding: 8px 14px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    letter-spacing: 0.8px;
}
.wpem-single-event-page .wpem-event-share-lists a::before {
    background: white !important;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button {
    background: transparent!important;
    color: white!important;
    border-radius: 0;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1px;
    border: 1px solid #fff;
}
a#event-youtube-button {
    background: var(--wpem-theme-grad);
    border-radius: 0;
    border: 0;
}
a.wpem-theme-button {
    background: var(--wpem-theme-grad);
    border-radius: 0;
    border: 0 !important;
    font-size: 20px;
    letter-spacing: 1px;
}
a.wpem-theme-button:hover {
    background: var(--wpem-theme-grad) !important;
    border: 0;
}
a.wpem-theme-button:hover span{
    color: white;
}
input[name="submit_bookmark"] {
    background: var(--wpem-theme-grad) !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 18px;
    letter-spacing: 1px;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .bookmark-notice i{
    display: none;
}
a.wpem-icon-text-button[href*="ical"] {
    background: #222 !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border: 1px solid white !important;
}
a.wpem-icon-text-button[href*="ical"]:hover {
    background: var(--wpem-theme-grad) !important;
    border-color: transparent !important;
}
.wpem-single-event-ticket-information button#order_now {
    font-size: 0 !important;
    line-height: 0;
    text-transform: uppercase;
    background-image: var(--wpem-theme-grad);
    color: #fff !important;
    border: 0;
    padding: 12px 35px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 0s;
    border-radius: 0;
}
.wpem-single-event-ticket-information button#order_now::after {
    content: 'Book Now';
    font-size: 20px;
    line-height: 26px;
}
.wpem-ticket-info-wrap:hover {
    background: linear-gradient(90deg, #F16080, #B836AB) !important;
    border-color: white !important;
}
.wpem-single-event-ticket-information .wpem-ticket-type-and-price * {
    color: white;
    text-align: left;
}
.wpem-single-event-ticket-information .wpem-ticket-price {
    display: block !important;
}
.wpem-single-event-ticket-information .wpem-ticket-type {
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px;
}
.wpem-single-event-ticket-information .wpem-ticket-price {
    font-size: 40px;
    line-height: 56px;
}
.wpem-single-event-footer .wpem-theme-button {
    background: var(--wpem-theme-grad);
    border: 0 !important;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.wpem-theme-button.wpem-active-button:hover{
    background: var(--wpem-theme-grad);
}
.wpem-single-event-footer .wpem-theme-button:hover span{
    color: white;
}
.cancel-contact-organizer-button {
    margin-right: 10px !important;
}

.wpem-add-tickets-tab-wrapper .wpem-tabs-action-buttons .wpem-ticket-counter-wrapper .wpem-ticket-counter {
    color: black;
}
.wpem-alert,small.description {
    font-family: 'Lato', sans-serif;
}
span.expo-toggle-switch-slider {
    box-shadow: inset 0 0 50px #ddd;
}
.wpem-dashboard-event-datetime-location .wpem-dashboard-event-expo-toggle-switch input:checked + .expo-toggle-switch-slider {
    box-shadow: none;
}

.wpem-theme-button {
    color: white!important;
    background: var(--wpem-theme-grad) !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button {
    border: 1px solid;
    color: #fff;
}
.wpem-theme-button:hover, a.wpem-theme-button:hover, button.wpem-theme-button:hover, input.wpem-theme-button:hover {
    border: 1px solid;
    color: #fff;
    background: var(--wpem-theme-primary-color);
}
.wpem-theme-button:active, a.wpem-theme-button:active, button.wpem-theme-button:active, input.wpem-theme-button:active {
    border: 1px solid;
    color: #fff;
}
.wpem-theme-button:focus, a.wpem-theme-button:focus, button.wpem-theme-button:focus, input.wpem-theme-button:focus {
    border: 1px solid;
    color: #fff;
}
.event-registration-note-meta {
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list .wpem-event-regi-list-footer .event-registration-zoom {
    background: #000;
}
.wpem-expo-common-header .wpem-expo-common-header_right .btn {
    background: var(--wpem-theme-grad);
    border-radius: 0 !important;
}
.archive p.site-title {
    margin-top: 20px;
}
.wpem-main.wpem-sendinblue-matches-attribute.event-sendinblue-matches-attribute {
    background: transparent;
    border: 1px solid;
}
.event_speaker p {
    color: #fff;
}
.event_listing_preview_title h2 {
    color: white;
}

.contact-map {
    filter: grayscale(1);
    line-height: 0;
}

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 {
    width: 100%;
    background: transparent;
    border-radius: 0;
    margin-bottom: 1em;
    border: 1px solid;
}
.wpem_theme_the_rock-contact-form .theme-btn {
    width: 100%;
    letter-spacing: 1px;
    font-weight: 500;
}
.btn {
    padding: 0;
}
.map-section {
    position: relative;
}
.wpem_theme_the_rock-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}
.wpem_theme_the_rock-contact .container {
    justify-content: flex-end;
    display: flex;
}
.club-member-desc h2:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 52%;
    height: 15px;
    margin: auto;
    background: #000;
    z-index: -1;
    transition: all 0.3s ease;
}
.club-member-desc h4:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    width: 30%;
    height: 11px;
    background: #000;
    z-index: -1;
    transition: all 0.3s ease;
}
.wpem_theme_the_rock-services-section {
    background-color: #161616;
    /* padding-top: 60px; */
    padding-bottom: 5em;
}
p.site-description {
    margin-top: 30px;
}
h1.site-title {
    margin-top: 25px;
}
.site-title a {
    line-height: 1.2;
}
p.site-description {
    margin-top: 0;
    line-height: normal;
    color: #fff;
    max-width: 250px;
}
h1.site-title a:hover {
    color: var(--wpem-primary-color);
}
.wpem-expo-common-header .wpem-expo-common-header_icon {
    background: transparent!important;
    border: 1px solid!important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container .calendar-event-details-link {
    background: var(--wpem-theme-primary-color)!important;
}
.wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
    background: var(--wpem-theme-primary-color)!important;
}
.wpem-dashboard-main-title.wpem-dashboard-main-filter h3.wpem-theme-text {
    color: #fff;
}
.wpem-main.wpem-activecampaign-matches-attribute.event-activecampaign-matches-attribute {
    background: transparent !important;
}

.event-registration-note-content {
    color: #161616;
    font-family: 'Lato',sans-serif;
}
.wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list .wpem-event-regi-list-footer .event-registration-zoom {
    background: #222 !important;
}

.wpem-expo-common-header_right button {
    cursor: pointer;
}
.select__menu div{
    background: #222 !important;
}
.wpem-modal-content-wrapper :is(input,select,.select__control) {
    background: #161616;
    border: 1px solid rgba(255 255 255 / 0.2) !important;
    color: white !important;
}
.wpem-modal-content-wrapper .select__control .select__input input {
    border: none !important;
}
.wpem-modal-content-wrapper .select__multi-value__remove path {
    fill: #161616;
}
.wpem-modal-content-wrapper .wpem-theme-button[value="Add Session"] {
    background: var(--wpem-theme-grad);
}
a.wpem-modal-close {
    cursor: pointer;
}

.wpem-name-badges-settings-form .wpem-customization-box input[type=radio]+label {
    background: black;
}
.wpem-name-badges-settings-form .wpem-customization-box input[type=radio]:checked+label {
    background: var(--wpem-theme-grad) !important;
}
.wpem-name-badges-settings-form .wpem-customization-box input[type=radio]+label:hover {
    background: var(--wpem-theme-grad);
}
.wpem-name-badges-settings-form .wpem-customization-box .wpem-no-gutters .wpem-form-group input[type="color"] {
    border-radius: 0;
}
button#wpem_name_badges_save_settings {
    background: var(--wpem-theme-grad);
    margin-right: 10px;
    border: 0;
    border-radius: 0;
}
input#wpem_name_badges_generate {
    border-radius: 0;
    padding: 9px 20px;
}
input#wpem_name_badges_generate:hover {
    border-color: transparent;
}

/* Event slider */
.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-description {
    background: #161616 !important;
    width: 45% !important;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-image {
    width: 55% !important;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details .wpem-event-title .wpem-heading-text a {
    color: white !important;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 2px;
    font-weight: 500;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-image img {
    max-height: 600px;
    object-fit: cover;
    height: 100%;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details .wpem-event-title .wpem-heading-text a:hover{
    color: var(--wpem-theme-color) !important;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details {
    width: 100%;
    text-align: left;
    margin-bottom: 0 !important;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-details :where(.wpem-event-organizer,.wpem-event-date-time,.wpem-event-ticket-type) {
    display: none;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description {
    width: 100%;
    text-align: left;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description .wpem-event-description-content {
    font-size: 16px !important;
    line-height: 1.75 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.16px;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description .wpem-event-description-url a {
    background: var(--wpem-theme-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-top: 50px;
    display: inline-block;
}

.wpem-prime-event-slider-wrapper .wpem-prime-event-slider-description .wpem-event-description .wpem-event-description-url a::after{
    content: "";
    padding-left: 1em;
    background: linear-gradient(90deg, #F16080 0%, #B836AB 100%);
    width: 30px;
    height: 3px;
    position: absolute;
    right: -40px;
    top: calc(50% - 4px);
}

.wpem-prime-event-slider-item{
    min-height: 600px;
}

.search-results .entry-title a {
    color: white;
}

.search-results .entry-title a:hover{
    color: var(--wpem-theme-color);
}

.search-results .entry-summary {
    color: white;
}

.search-results .read-more-btn .btn {
    background: var(--wpem-theme-grad);
    padding: 8px 24px;
    border-radius: 0;
}

.search-results :where(.nav-previous,.nav-next) {
    color: white;
}

.search-results :where(.nav-previous,.nav-next) a{
    color: white;
}

.search-results nav.navigation.posts-navigation {
    margin-top: 30px;
}

.search-no-results .no-results {
    color: white;
    font-size: 30px;
}

.archive .entry-title a {
    color: white;
}

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

.archive .entry-content {
    color: white;
    font-family: 'Latp', sans-serif;
}

.archive .read-more-btn .btn {
    background: var(--wpem-theme-grad);
    padding: 8px 24px;
    border-radius: 0;
}

.archive :where(.nav-previous,.nav-next) {
    color: white;
}

.archive :where(.nav-previous,.nav-next) a{
    color: white;
}

.archive nav.navigation.posts-navigation {
    margin-top: 30px;
}

.single-post .entry-content {
    color: white;
    font-family: 'Latp', sans-serif;
}

div#comments * {
    color: white;
}

#comments input#submit {
    background: var(--wpem-theme-grad);
}

.navigation.post-navigation * {
    color: white;
}

/*---------------------------------------------------
##   WooCommerce
*   ----------------------------------------------------- */

.woocommerce-cart-form__cart-item a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart-form__cart-item a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: var(--wpem-theme-grad);
    border-radius: 100px;
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--wpem-theme-grad);
}

input#coupon_code {
    border-color: rgba(0,0,0,.1);
    min-width: 150px;
}

.coupon button[name="apply_coupon"] {
    background: var(--wpem-theme-grad);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
}

.coupon button[name="apply_coupon"]:hover{
    background: var(--wpem-theme-grad);
    color: var(--wpem-theme-content-color);
}

.woocommerce button[name="update_cart"]:where([aria-disabled="false"],[aria-disabled="true"]){
    font-weight: 400;
}

button[name="update_cart"][aria-disabled="false"] {
    background: var(--wpem-theme-grad);
    color: var(--wpem-theme-content-color);
}

button[name="update_cart"][aria-disabled="false"]:hover {
    background: var(--wpem-theme-grad);
    color: var(--wpem-theme-content-color);
}

.woocommerce-checkout a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-checkout a:hover {
    color: var(--wpem-theme-primary-color);
}

button#place_order {
    background: var(--wpem-theme-grad);
    font-weight: 400;
}

.woocommerce .edit-account button[name="save_account_details"] {
    margin-top: 20px;
}

.edit-account button[name="save_account_details"]:hover{
    background: var(--wpem-theme-grad);
    color: var(--wpem-theme-content-color);
}

fieldset {
    border-color: rgba(0,0,0,.1);
    border-width: 1px;
    border-radius: 4px;
}

.woocommerce form button[type="submit"] {
    background: var(--wpem-theme-grad);
    color: white !important;
    font-weight: 400;
}

.woocommerce form button[type="submit"]:hover {
    background: var(--wpem-theme-grad) !important;
    color: white !important;
}

a.woocommerce-Button[href*="/shop"] {
    background: var(--wpem-theme-grad);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
    border-radius: 100px;
}

a.woocommerce-Button[href*="/shop"]:hover {
    background: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}


nav.woocommerce-MyAccount-navigation {
    /* padding: 20px; */
    /* border-radius: 5px; */
    margin-bottom: 20px;
    /* border: 1px solid var(--wpem-theme-primary-color); */
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: 0;
}
nav.woocommerce-MyAccount-navigation ul li:last-of-type{
    border-bottom: 1px solid rgba(0,0,0,.1);
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--wpem-theme-primary-color);
    font-weight: 700;
}

.woocommerce-Address-title.title h3 {
    margin: 0;
}

.woocommerce-Address {
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    /* border-radius: 10px; */
}

.woocommerce-MyAccount-content a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce ul.order_details {
    padding: 0;
}

section.woocommerce-order-details {
    padding: 0;
}

section.woocommerce-customer-details {
    padding: 0;
}

.woocommerce-page #primary{
    background-color: white !important;
}

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

@media (max-width:1024px) {
    .wpem_theme_the_rock-instagram-section .column{
        margin-bottom: 30px;
    }

    .wpem_theme_the_rock-banner-section{
        min-height: 600px;
        padding: 20px;
        padding-bottom: 0;
    }

    .wpem_theme_the_rock-banner-section .wpem_theme_the_rock-banner-text h2 {
        padding: 0;
        text-align: left;
        font-size: 70px;
        line-height: 1.2;
    }

    .wpem_theme_the_rock-section-title h2 {
        font-size: 150px;
        line-height: 1;
    }

    .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-image {
        width: 100% !important;
        float: none !important;
    }

    .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-description {
        width: 100% !important;
        float: none !important;
        left: 0 !important;
    }

    .slick-list.draggable {
        height: fit-content !important;
    }

    .wpem-prime-event-slider-wrapper .slick-arrow.slick-prev {
        left: 80% !important;
    }

    .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-image img {
        max-height: 400px;
        object-fit: cover;
    }

    .footer-iconbox-left > div {
        scale: 0.8;
    }

    .footer-iconbox-right > div {
        scale: 0.8;
    }

    .contact-details .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .contact-details .row {
        padding-left: 0 !important;
        flex-wrap: wrap;
    }

    .contact-main-banner .column-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact {
        flex: calc(50% - 150px);
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .location{
        flex: calc(50% - 150px);
        margin-right: 15px;
    }

    .sales{
        flex: 0 0 100%;
    }

    .wpem_theme_the_rock-contact .column-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tickets-container {
        min-width: unset;
    }

    .tickets-container::before {
        left: 0;
    }

    .tickets-container::after {
        right: 0;
    }

    .wpem_theme_the_rock_our-services {
        padding-top: 40px;
    }

    .services-container {
        flex-direction: column;
    }

    .service-image {
        width: 100%;
    }

    .service-content {
        width: 100%;
        position: relative;
    }
}

@media (max-width: 991px) {
    .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-image: var(--wpem-theme-primary-color);
        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;
        z-index: 9;
    }

    .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;
        margin: 0;
        padding: 0 !important;
    }

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

@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-dj-theme-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-dj-theme-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: 992px) {
    .text-t-left {
        text-align: left;
    }

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

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

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

    #primary-menu {
        float: right;
    }

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

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

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

    .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-dj-theme-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-dj-theme-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-dj-theme-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-dj-theme-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%;
    }
    .main-navigation li a:hover {
        background-image: var(--wpem-theme-primary-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width: 1025px) {
    .wpem_theme_the_rock-upcoming-event {
        margin-top: -80px;
    }
    .instagram-img3 > img, .instagram-img6 > img {
        min-height: 470px;
    }
    :is(.instagram-img3,.instagram-img6) .instagram-overlay {
        height: 470px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}

@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 (max-width: 1600px) {
    .contact, .location, .sales{
        padding: 37px 30px;
    }
    
}


/* Responsive CSS  */
@media (max-width: 1240px) {
    .contact-main-banner-left,
   .contact-main-banner-right {
      flex: 0 0 100%;
    }
    .wpem_theme_the_rock-banner-right-img img {
        position: relative;
        left: 8%;
        width: 100%;
        height: 100%;
    }
    .wpem_theme_the_rock-banner-graphics {
        position: absolute;
        top: -5%;
        left: 0;
        width: 420px;
        height: auto;
        opacity: 0.1;
        z-index: 0;
    }
    .wpem_theme_the_rock-banner-title {
        width: 365px;
        margin: auto;
        position: absolute;
        top: 16%;
        left: -7px;
    }
    .footer-iconbox-left .row {
        padding-right: 0!important;
        justify-content: center;
        padding-left: 0;
        
    }
    .footer-iconbox-right .row {
        padding-left: 0!important;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .contact-main-banner-right {
        padding: 0;
        margin: 0;
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-main-banner-right img {
        display: block;
        margin: 3em;
    }
    .wpem_theme_the_rock-contact {
        width: 100%;
        left: 0;
    }
    .about-right p{
        padding-right: 20px;
    }
}

@media (max-width:1171px){
    .wpem_theme_the_rock-upcoming-event-counter .container {
        max-width: calc(100% - 30px);
    }
}

@media (max-width:1135px) {
    .club-member-desc h4:after,
    .club-member-desc h2:after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .contact-details .row {
        padding-bottom: 0;
    }
    .contact-main-banner-left{
        padding: 60px 0;
    }

    .wpem_theme_the_rock-upcoming-event-counter .column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .wpem_theme_the_rock-upcoming-event-counter .column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 69%!important;
        max-width: 100%!important;
    }    
    .wpem_theme_the_rock-banner-graphics {
        position: absolute;
        bottom: 100px!important;
        left: 60px!important;
        width: 300px!important;
        height: auto;
        opacity: 0.1;
        z-index: 0;
    }
    .wpem_theme_the_rock-banner-title {
        left: 22%!important;
        top: 26px!important;
    }
    .wpem_theme_the_rock-banner-graphics {
        left: 110px!important;
    }
    .footer-iconbox-left .row {
        padding-right: 0!important;
    }
    .counter-container {
        flex-wrap: nowrap!important;
    }
    .menu-toggle {
        border: 0;
        background: transparent;
        display: block !important;
        color: var(--wpem-theme-primary-color) !important;
        padding-left: 0px !important;
        margin: 0;
    }

    .site-branding {
        flex: 1;
        padding-left: 10px;
        padding-right: 10px;
    }

    .theme-online-education-header-button {
        display: none;
    }

    .main-navigation ul {
        padding: 1em !important;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: 15px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    }

    .main-navigation li a {
        color: #000 !important;
        margin: 0px !important;
        padding: 10px 0 !important;
    }

    .main-navigation li a:before {
        bottom: 0;
    }

    .menu-menu-container ul li a {
        font-size: 16px;
    }

    .menu-item:has(.sub-menu) > a {
        background: url(assets/images/arrow-down.svg) 15% center / 12px no-repeat;
    }

    .site-branding {
        flex: 0 0 50%;
    }
    .wpem_theme_the_rock-instagram-section {
        padding-bottom: 3em!important;
    }
    .wpem_theme_the_rock-banner-right-img img {
        left: 10%;
        bottom: 50px;
    }
    .services-item-text h2 {
        font-size: 18px!important;
        line-height: 18px!important;
    }
    .wpem_theme_the_rock-section-title {
        width: 100%;
        max-width: 750px!important;
        margin: auto;
    }
    .services-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 33%!important;
        flex: 0 0 33%!important;
        margin-bottom: 70px;
    }
    .services-item:nth-child(2n) {
        position: relative;
        top: 0!important;
    }
    .services-items {
        padding-bottom: 0px!important;
        /* padding-top: 50px; */
    }
    .club-members-container {
        grid-template-columns: repeat(2, 1fr);  
    }
}

@media (max-width: 929px) {
    .wpem_the_rock_theme-footer-iconbox {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 855px) {
    .copyright {
        padding-top: 0!important;
    }
    .wpem_the_rock_theme-footer-iconbox {
        grid-template-columns: 1fr;
    }
    /* .footer-iconbox-left .row,
    .footer-iconbox-right .row {
        justify-content: flex-start !important;
        padding: 0 !important;
    } */
    .footer-iconbox-left,
    .footer-iconbox-right {
        padding:1em 0;
    }
}

@media (max-width: 767px) {
    .column{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .column-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .column-3 {
        flex: 0 0 50% !important;
        max-width: 100% !important;
    }
    .wpem-curve-bg {
        padding-bottom: 0!important;
    }
    .wpem_theme_the_rock-section-title {
        padding-bottom: 0;
        padding-left: 0 !important;
    }
    .wpem_theme_the_rock-banner-graphics {
        left: 55% !important;
        top: 55% !important;
        transform: translate(-50%, -50%);
        bottom: inherit !important;
    }
    .wpem_theme_the_rock-banner-title {
        position: initial;
    }
    .wpem_theme_the_rock-banner-right {
        flex: 0 0 70%;
        margin-top: 50px;
    }
    .contact-main-banner .row {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }
    .contact-main-banner-right {
        background-color: #161616;
    }
    .contact-main-banner-right img {
        width: 100%;
        height: 450px;
    }
    .wpem_theme_the_rock-contact {
        right: 56px;
    }
    .counter-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }  
    .about-right {
        text-align: center;
        padding-bottom: 2em;
        padding-top: 2em;
    }
    .about-right p{
        margin-inline: auto;
    }
    .services-items {
        flex-wrap: wrap;
    }
    .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;
    }

    .wpem_theme_the_rock-banner-section .wpem_theme_the_rock-banner-text h2{
        font-size: 60px;
        line-height: 1.2;
        padding: 0;
        margin: 0;
    }

    .wpem_theme_the_rock-banner-section{
        background-size: contain;
        background-position: top center;
        min-height: 450px;
    }

    .column.column-6.wpem_theme_the_rock-banner-text {
        padding-top: 180px;
    }

    .wpem_theme_the_rock-section-title h2{
        line-height: 1.5;
    }

    .wpem_theme_the_rock-upcoming-event-counter .container{
        top: 0;
    }

    .wpem_theme_the_rock-upcoming-event{
        padding-top: 20px;
    }

    .wpem_theme_the_rock-book-tickets{
        padding-top: 20px;
        padding-left: 0 !important;
        padding-bottom: 40px;
    }

    .service-item {
        flex: 1 1 50%;
    }

    .wpem_theme_the_rock-services-section {
        padding-top: 20px;
        padding-bottom: 2em !important;
    }

    .wpem_theme_the_rock-instagram-section .column {
        flex: 1 1 100% !important;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .instagram-img3, .instagram-img6 {
        height: 512px;
    }

    .instagram-img1, .instagram-img2, .instagram-img4, .instagram-img5 {
        height: auto;
    }

    .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-image img {
        max-height: 220px;
    }

    .club-members-container {
        grid-template-columns: repeat(1 ,1fr);
    }

    .contact-map iframe{
        max-height: 600px;
    }

    .contact, .location, .sales{
        padding: 20px;
    }

    .tickets-container select {
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }

    .wpem_theme_the_rock_our-services {
        padding-bottom: 40px;
    }

    .map-section {
        margin-bottom: 0;
    }
    
    
}


@media (max-width:715px) {
    .wpem_the_rock_theme-footer-site-links ul {
        display: block!important;
        padding: 0;
    }
    .wpem_the_rock_theme-footer-site-links li a:after {
        display: none;
    }
    .newsletter-form input[type="text"] {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .about-left-img {
        margin: 40px 0 0 40px;
    }

    .about-graphics {
        top: -40px;
        max-width: calc(100% - 40px);
    }
    .wpem_theme_the_rock-banner-right-img img {
        right: 0;
        bottom: 89px;
    }
    .wpem_theme_the_rock-banner-title {
        margin-left: -50px;
    }
    .contact-main-banner-left .contact-details{
        padding: 0;
    }
    .footer-iconbox-desc h2 {
        font-size: 36px;
    }
    .wpem_theme_the_rock-section-title h2 {
        font-size: 80px;
    }
    .wpem_theme_the_rock-section-title h3 {
        font-size: 30px;
    }
    .instagram-img3, .instagram-img6 {
        height: 200px;
    }    
    .location p, .contact p, .contact h2{
        margin: 10px 0 0 0;
    }
    .contact-details .column {
        display: block;
    }

    .location, .contact {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 361px) {
    .footer-iconbox-left .row {
        gap: 1em;
        padding: 0;
        margin: 0;
    }
    .footer-iconbox-left .row {
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
    }
    .footer-iconbox-icon {
        flex: 0 0 16%;
    }
}

@media (max-width: 348px) {
    .wpem_theme_the_rock-upcoming-event-counter .container {
        margin-top: 30px;
    }    
}