    /*
    Theme Name: WPEM Birthday
    Theme URI: https://wp-eventmanager.com/
    Author: WP Event Manager
    Author URI: https://wp-eventmanager.com/the-team/
    Description: WPEM Birthday is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Birthday? Look no further. You can use an WPEM Birthday 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-birthday
    Domain Path: /languages
    Tested up to: 5.8.2
    Requires PHP: 5.2
    Tags:  birthday, 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 Birthday 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
    --------------------------------------------------------------*/
    body {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    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 {
        text-decoration: none;
        transition: all 0.2s 0s;
    }

    a:focus,
    a:hover,
    a:active {
        outline: none;
    }

    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;
    }

    input[type="submit"] {
        background: var(--wpem-secondary-color);
        border: 0;
        color: var(--wpem-theme-primary-color);
        font-weight: 600;
        padding: 13px 35px;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s 0s;
        margin-top: 30px;
    }

    input[type="submit"]:hover {
        box-shadow: 7px 7px 0 0 var(--wpem-primary-color);
    }

    .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"],
    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);
    }

    a,
    .widget a,
    .entry-meta i,
    .entry-content a {
        color: var(--wpem-theme-link-color);
    }

    a:hover,
    .widget a:hover,
    .entry-content a:hover {
        color: var(--wpem-theme-link-hover-color);
    }

    .entry-title a {
        color: var(--wpem-theme-secondary-color);
    }

    select {
        background-image: url(assets/images/arrow-down.svg);
        background-repeat: no-repeat;
        background-position: right 1rem center;
        appearance: none;
        -webkit-appearance: none;
        padding-right: 30px !important;
        border: 1px solid var(--wpem-theme-secondary-color);
    }

    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 {
        width: 100%;
        overflow: auto;
        transition: all 0.3s ease;
    }

    [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-primary-color);
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        margin: 0;
    }

    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%;
    }

    /*--------------------------------------------------------------
    # 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 {
        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-primary-color);
        border: none;
        border-radius: 4px;
        padding: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    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;
        filter: drop-shadow(5 5 0 0 rgba(0, 1, 79, 1));
    }

    .formInput:hover,
    textarea:hover {
        filter: drop-shadow(5 5 0 0 rgba(0, 1, 79, 1));
        box-shadow: 10px 10px 0px var(--wpem-primary-color);
    }


    /*--------------------------------------------------------------
    ## Menus
    --------------------------------------------------------------*/


    /* Small menu. */
    .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;
    }

    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*--------------------------------------------------------------
    # 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
    --------------------------------------------------------------*/
    .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%;
    }

    /*--------------------------------------------------------------
    ## 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;
    }

    /*--------------------------------------------------------------
    ## WPEM Birthday
    --------------------------------------------------------------*/

    /*--------------------------------------------------------------
    ## Defaults
    --------------------------------------------------------------*/
    .contain-main-wrapper {
        background: #fff;
        margin-top: -80px;

    }

    .container,
    .contain-main-wrapper {
        width: 100%;
        max-width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    body.boxed-layout {
        background-color: var(--wpem-theme-content-color);
    }

    body.boxed-layout .site {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .site {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .site-content {
        flex: 1;
    }

    .content-area {
        background-color: var(--wpem-theme-content-color);
        padding: 30px;
        border-radius: 4px;
    }

    .row,
    .wpem-birthday-main-sidearea .widget .event_listings,
    .wpem-birthday-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-birthday-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-birthday-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;
    }

    .align-end {
        align-items: flex-end !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: #fff;
    }

    .main-contain-wrapper {
        padding: 60px 0;
    }


    /*---------------------------------------------------
    ##   Social Menu
    *   ----------------------------------------------------- */
    .event-social-menu {
        list-style-type: none;
        clear: both;
        display: block;
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    .event-social-menu li a i {
        font-weight: normal;
        text-indent: 0;
    }

    .event-social-menu li a {
        font-size: 0;
    }

    .event-social-menu li {
        display: inline-block;
        margin-right: 5px;
    }

    .event-social-menu li a:before {
        content: "\f007";
        font-family: FontAwesome;
        font-weight: normal;
        padding-right: 0;
    }

    .event-social-menu li a:before {
        height: inherit;
        width: inherit;
    }

    .event-social-menu li a:hover {
        opacity: 0.7;
    }

    .event-social-menu li a[href*="facebook.com"]:before {
        content: "\f09a";
    }

    .event-social-menu li a[href*="facebook.com"] {
        color: #45619d;
    }

    .event-social-menu li a[href*="twitter.com"]:before {
        content: "\f099";
    }

    .event-social-menu li a[href*="twitter.com"] {
        color: #53a8ea;
    }

    .event-social-menu li a[href*="linkedin.com"]:before {
        content: "\f0e1";
    }

    .event-social-menu li a[href*="linkedin.com"] {
        color: #1b85bc;
    }

    .event-social-menu li a[href*="plus.google.com"]:before {
        content: "\f0d5";
    }

    .event-social-menu li a[href*="plus.google.com"] {
        color: #df4b38;
    }

    .event-social-menu li a[href*="youtube.com"]:before {
        content: "\f167";
    }

    .event-social-menu li a[href*="youtube.com"] {
        color: #e82707;
    }

    .event-social-menu li a[href*="dribbble.com"]:before {
        content: "\f17d";
    }

    .event-social-menu li a[href*="dribbble.com"] {
        color: #c42462;
    }

    .event-social-menu li a[href*="pinterest.com"]:before {
        content: "\f0d2";
    }

    .event-social-menu li a[href*="pinterest.com"] {
        color: #ca1f26;
    }

    .event-social-menu li a[href*="bitbucket.org"]:before {
        content: "\f171";
    }

    .event-social-menu li a[href*="bitbucket.org"] {
        color: #205081;
    }

    .event-social-menu li a[href*="github.com"]:before {
        content: "\f113";
    }

    .event-social-menu li a[href*="github.com"] {
        color: #181617;
    }

    .event-social-menu li a[href*="codepen.io"]:before {
        content: "\f1cb";
    }

    .event-social-menu li a[href*="codepen.io"] {
        color: #000;
    }

    .event-social-menu li a[href*="flickr.com"]:before {
        content: "\f16e";
    }

    .event-social-menu li a[href*="flickr.com"] {
        color: #0063db;
    }

    .event-social-menu li a[href$="/feed/"]:before {
        content: "\f09e";
    }

    .event-social-menu li a[href*="foursquare.com"]:before {
        content: "\f180";
    }

    .event-social-menu li a[href*="foursquare.com"] {
        color: #f94877;
    }

    .event-social-menu li a[href*="instagram.com"]:before {
        content: "\f16d";
    }

    .event-social-menu li a[href*="instagram.com"] {
        color: #e1306c;
    }

    .event-social-menu li a[href*="tumblr.com"]:before {
        content: "\f173";
    }

    .event-social-menu li a[href*="tumblr.com"] {
        color: #34465d;
    }

    .event-social-menu li a[href*="reddit.com"]:before {
        content: "\f1a1";
    }

    .event-social-menu li a[href*="reddit.com"] {
        color: #ff4403;
    }

    .event-social-menu li a[href*="vimeo.com"]:before {
        content: "\f194";
    }

    .event-social-menu li a[href*="vimeo.com"] {
        color: #23b6ea;
    }

    .event-social-menu li a[href*="digg.com"]:before {
        content: "\f1a6";
    }

    .event-social-menu li a[href*="digg.com"] {
        color: #006094;
    }

    .event-social-menu li a[href*="twitch.tv"]:before {
        content: "\f1e8";
    }

    .event-social-menu li a[href*="twitch.tv"] {
        color: #6441a5;
    }

    .event-social-menu li a[href*="stumbleupon.com"]:before {
        content: "\f1a4";
    }

    .event-social-menu li a[href*="stumbleupon.com"] {
        color: #eb4823;
    }

    .event-social-menu li a[href*="delicious.com"]:before {
        content: "\f1a5";
    }

    .event-social-menu li a[href*="delicious.com"] {
        color: #3274cf;
    }

    .event-social-menu li a[href*="vk.com"]:before {
        content: "\f189";
    }

    .event-social-menu li a[href*="vk.com"] {
        color: #3274cf;
    }

    .event-social-menu li a[href*="mailto:"]:before {
        content: "\f0e0";
    }


    /*---------------------------------------------------
    ##   Header Main
    *   ----------------------------------------------------- */
    .header-main {
        padding: 15px 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        background-color: transparent;
    }

    .header-main.dark-header {
        position: relative;
        background: linear-gradient(180deg, #010451 0%, #2C245D 24.35%, #643A99 82.52%, #7440AB 98.92%);
        padding: 30px 0;
    }

    .site-title {
        margin: 0;
    }

    p.site-description {
        line-height: normal;
        color: #fff;
        font-size: 14px;
    }

    /*---------------------------------------------------
    ##  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;
    }

    .search.search-results p.site-description {
        color: var(--wpem-secondary-color);
    }

    /*===========================================
    ## Primary Menu
    =============================================*/
    .main-navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .menu-menu-container {
        margin-right: 30px;
    }

    .menu-primary-menu-container {
        margin-right: 10px;
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: inherit !important;
        display: flex;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation li a {
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: center;
        margin: 5px 10px;
        font-weight: 500;
    }

    .main-navigation li a:hover {
        text-decoration: none;
        color: var(--wpem-secondary-color);
    }

    .main-navigation li.current_page_item>a {
        color: var(--wpem-secondary-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;
        display: block;
        border-radius: 10px;
    }

    .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%;
        transform: inherit;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: auto;
    }

    .main-navigation ul ul li {
        width: 100%;
    }

    .main-navigation ul ul li:last-child {
        border: none;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 0;
    }

    .nav-menu>li.menu-item-has-children>a::after {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 12px;
        margin-left: 10px;
    }

    .main-navigation li li a:hover {
        background-color: var(--wpem-theme-light-color);
    }

    .menu-toggle {
        border: 0;
        background: transparent;
        display: none;
        cursor: pointer;
        margin: 0px;
    }

    .menu-toggle:hover {
        background: var(--wpem-theme-primary-color);
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 28px;
        height: 3px;
        background-color: white;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }

    .bar2 {
        width: 28px;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 7px);
        width: 28px;
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -7px);
        width: 28px;
    }

    .main-navigation .site-branding {
        padding: 20px;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: 50%;
        transform: translateX(-50%);
    }

    .header-main-tel {
        color: var(--wpem-theme-secondary-color);
    }

    .header-main-tel i {
        margin-right: 5px;
    }

    .site-branding {
        line-height: 0;
    }

    /*---------------------------------------------------
    ##   Inner Pages
    *   ----------------------------------------------------- */

    .header-title,
    h1.page-title {
        margin-bottom: 0px;
    }

    .post-thumbnail,
    article .entry-header,
    .entry-title {
        margin-bottom: 10px;
    }

    .post-thumbnail,
    .post-thumbnail img {
        line-height: 1;
        display: block;
    }

    .posted-on,
    .byline,
    .post_by,
    .cat-links {
        margin-right: 15px;
    }

    .posted-on i,
    .byline i,
    .post_by i,
    .cat-links i {
        margin-right: 5px;
    }

    .blog-list article {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .blog-list article:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    blockquote {
        border-left: 3px solid #000;
        margin: 0 0 25px 0;
        padding-left: 25px;
    }

    blockquote p:last-child {
        margin-bottom: 0;
    }



    /*---------------------------------------------------
    ##   404 Error Page
    *   ----------------------------------------------------- */
    .error-404 {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }

    .error-404 h1 {
        font-size: 180px;
        line-height: 200px;
    }

    .error-404 h2 {
        font-size: 40px;
        line-height: normal;
    }

    .error-404 p {
        max-width: 300px;
        margin: auto;
        margin-bottom: 20px;
    }

    /*---------------------------------------------------
    ##   Footer
    *   ----------------------------------------------------- */
    .social-icons ul {
        display: flex;
        list-style: none;
        justify-content: flex-end;
        margin: 0;
        padding: 0;
    }

    .social-icon-item {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        transition: all 0.3s ease;
    }

    .social-icon-item:hover {
        background: var(--wpem-primary-color);
        border: 1px solid var(--wpem-secondary-color);
        box-shadow: 3px 3px 0px var(--wpem-secondary-color);
        border-radius: 10px;
    }

    .social-icon-item a i {
        color: white;
        font-size: 14px;
    }

    .site-footer {
        background: var(--wpem-theme-content-color);
    }

    .wpem_theme_birthday_footer-main .container {
        border-bottom: 1px solid #ffffff20;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .wpem_theme_birthday_footer-main {
        background: var(--wpem-primary-color);
        border-bottom: 1px solid #ffffff02;
    }

    .wpem_theme_birthday_footer-main ul li {
        list-style-type: none;
    }

    .wpem_theme_birthday_footer-main p {
        max-width: 500px;
        color: #fff;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .footer-news {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer-news:nth-child(3) {
        border: none;
        margin-top: 20px;
    }

    .news-meta {
        display: flex;
    }

    .meta-date {
        margin-right: 15px;
        position: relative;
    }

    .meta-comments {
        margin-left: 15px;
    }

    .wpem_theme_birthday_footer-main li {
        margin-bottom: 12px;
    }

    .meta-date:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 12px;
        background: white;
        opacity: 0.5;
        right: -15px;
        bottom: 50%;
    }

    .meta-date p,
    .meta-comments p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: rgba(255, 255, 255, 0.5);
    }

    .wpem_theme_birthday_footer-main h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .wpem_theme_birthday_footer-main a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #FFFFFF;
    }

    .wpem_theme_birthday_footer-main span i {
        color: white;
        font-size: 17px;
        margin-right: 10px;
    }

    .wpem_theme_birthday_footer-main ul {
        padding: 0;
    }

    .footer-bottom {
        padding: 30px 0;
        background: var(--wpem-primary-color);
    }

    .footer-bottom .row {
        align-items: center;
    }

    #goTop {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        color: #fff;
        font-size: 20px;
        background: var(--wpem-theme-secondary-color);
        padding: 8px 0;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        text-align: center;
        z-index: 999;
    }

    #goTop:hover {
        background: var(--wpem-theme-secondary-color);
        opacity: 1;
    }

    .wpem-theme-button,
    .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button {
        background: var(--wpem-theme-primary-color);
        border: 0;
        color: var(--wpem-secondary-color);
        font-weight: 600;
        padding: 13px 35px;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s 0s;
    }

    button.wpem-theme-button:hover,
    .wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button:hover {
        background: var(--wpem-secondary-color);
        color: var(--wpem-primary-color);
        box-shadow: 5px 7px 0 0 var(--wpem-primary-color);
    }

    /*---------------------------------------------------
    ##   Widgets
    *   ----------------------------------------------------- */
    form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
        color: var(--wpem-theme-button-text-color);
        border: 0px;
        border-radius: 4px;
        cursor: pointer;
        padding: 7px 20px;
        display: inline-block;
        border-radius: 4px;
    }

    #comments .submit,
    .search .search-submit {
        padding: 9px 20px;
        border-radius: 4px;
        border: 0;
        cursor: pointer;
    }

    #secondary .widget {
        padding: 20px;
        border-radius: 4px;
        background-color: var(--wpem-theme-content-color);
    }

    .widget ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .widget_archive li,
    .widget_recent_comments li,
    .widget_categories li,
    .widget_recent_entries li,
    .widget_meta li,
    .widget_nav_menu li {
        padding-left: 20px;
        margin-bottom: 5px;
        position: relative;
    }

    .widget_archive li:before,
    .widget_recent_comments li:before,
    .widget_categories li:before,
    .widget_recent_entries li:before,
    .widget_meta li:before,
    .widget_nav_menu li:before {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        content: "\f054";
        display: inline-block;
        font-family: 'FontAwesome';
    }

    ol.wp-block-latest-comments {
        padding: 0;
    }

    /*---------------------------------------------------
    ##   WPEM Birthday Widgets
    *   ----------------------------------------------------- */
    .header-search-inner {
        z-index: 9;
        text-align: left;
        border-radius: 4px;
    }

    .widget_search input,
    .header-search-inner input {
        height: 40px;
        line-height: 40px;
        width: calc(100% - 40px);
        border: 1px solid var(--wpem-theme-primary-color);
        box-shadow: none;
        background: transparent;
    }

    .header-search-inner button {
        top: 3px;
        right: 3px;
    }

    .wpem-birthday-main-sidearea .widget {
        padding: 60px 0;
        margin-bottom: 0;
        background: #f9f9f9;
    }

    .wpem-birthday-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-birthday-cta-button {
        margin-top: 20px;
    }

    .recent-post-list .recent-post-list-single:nth-child(1) {
        margin-top: 0;
    }

    .recent-post-list figure {
        margin: 0;
    }

    .recent-post-list .recent-post-single {
        background: var(--wpem-theme-content-color);
        margin-top: 20px;
        padding: 15px;
        border: 1px solid var(--wpem-theme-secondary-color);
        border-radius: 4px;
    }

    .recent-post-list .entry-title,
    .recent-post-list .entry-meta {
        margin-bottom: 5px;
    }

    /*---------------------------------------------------
    ##   Comment Form & Forms
    *   ----------------------------------------------------- */
    .comment-form label {
        display: block;
    }

    .comment-form .comment-form-cookies-consent label {
        display: inline;
    }

    .comment-form-author input,
    .comment-form-email input,
    .comment-form-url input {
        width: 100%;
    }

    /*---------------------------------------------------
    ##  Pagination
    *   ----------------------------------------------------- */
    .nav-previous:before,
    .nav-next:after {
        font-size: 14px;
        display: inline-block;
        font-family: 'FontAwesome';
    }

    .nav-previous:before {
        padding-right: 5px;
        content: "\f177";
    }

    .nav-next:after {
        padding-left: 5px;
        content: "\f178";
    }

    /*new theme add*/
    :root {
        --wpem-theme-primary-color: var(--wpem-primary-color);
        --wpem-theme-secondary-color: #FFD800;
        --wpem-primary-color: var(--wpem-primary-color);
        --wpem-theme-light-color: #E6E6EE;
        --wpem-theme-link-color: #ffD800;
        --wpem-theme-button-color1: #FFD800;
        --wpem-theme-button-color2: var(--wpem-primary-color);
        --poppins: 'Poppins', sans-serif;
        --lobster: 'Lobster', cursive;
        --wpem-theme-gradient: linear-gradient(90deg, var(--wpem-theme-button-color1), var(--wpem-theme-button-color2));
        --wpem-theme-gradient-hover: linear-gradient(260deg, var(--wpem-theme-button-color1), var(--wpem-theme-button-color2));
    }

    .theme_btn {
        border: 0;
        font-weight: 600;
        padding: 13px 35px;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s 0s;

    }

    .theme_btn:hover {
        background: var(--wpem-secondary-color);
        color: var(--wpem-theme-primary-color);
        cursor: pointer;
        box-shadow: 10px 10px 0 0 var(--wpem-primary-color);
    }

    section {
        padding: 80px 0;
    }

    .wpem_birthday_theme-section-title {
        margin-bottom: 50px;
    }

    .wpem_birthday_theme-section-title h3 {
        font-size: calc(1.3rem + 1.6vw);
        margin: 0;
        line-height: normal;
        color: var(--wpem-primary-color);
        position: relative;
        display: inline-block;
        z-index: 1;
    }

    .wpem_theme_birthday-form-section .wpem_birthday_theme-section-title h3:before {
        width: 100% !important;
    }

    .page-header-wrapper .page-header .entry-title {
        font-family: Lobster;
    }

    .wpem_birthday_theme-section-title h3:before,
    .page-header-wrapper .page-header .entry-title:before {
        content: "";
        position: absolute;
        width: 365px;
        height: 23px;
        background: var(--wpem-secondary-color);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .wpem_birthday_theme-section-title h5 {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 15px;
        color: var(--wpem-primary-color);
    }

    .wpem_birthday_theme-section-title p {
        max-width: 600px;
        width: 100%;
        margin-top: 20px;
    }

    p {
        font-size: 17px;
        font-weight: 400;
        color: #777777;
        margin: 0;
    }

    .pt-0 {
        padding-top: 0px;
    }

    .pb-0 {
        padding-bottom: 0px;
    }

    .mr-3 {
        margin-right: 30px;
    }

    .relative {
        position: relative;
    }

    .play-btn {
        background: var(--wpem-theme-primary-color);
        border-radius: 50%;
        animation: playbtn 2s linear infinite;
        cursor: pointer;
        width: 70px;
        height: 70px;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .play-btn i {
        color: var(--wpem-theme-secondary-color);
        font-size: 22px;
    }

    @keyframes playbtn {
        0% {
            box-shadow: 0 0 0 0 rgba(var(--wpem-theme-primary-color), 0.5);
        }

        50% {
            box-shadow: 0 0 0 15px var(--wpem-theme-primary-color);
        }

        100% {
            box-shadow: 0 0 0 rgba(var(--wpem-theme-primary-color), 0.5);
        }
    }

    .wpem-justify-content-center {
        justify-content: center;
    }

    .content-area {
        padding: 0;
    }

    ::selection {
        background: var(--wpem-theme-primary-color);
        color: #fff;
    }

    /************event manager plugin css start***********/
 
    .wpem-main-vmenu-dashboard-nav-menu {
        position: relative;
    }

    .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-nav ul.wpem-main-vmenu-dashboard-ul {
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid var(--wpem-theme-button-color2);
        box-shadow: -10px 10px 0px var(--wpem-theme-button-color2);
        position: sticky;
        top: 100px;
        left: 0;
    }

    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link {
        background-color: var(--wpem-theme-light-color);
        font-weight: 400;
    }

    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active {
        font-weight: 400;
        color: var(--wpem-theme-button-color2);
        border-color: var(--wpem-theme-button-color2);
        border-left: 8px solid;
    }

    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link,
    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li:first-child .wpem-main-vmenu-dashboard-link {
        /* border-color:#f2f4f8 ; */
        border: none;
    }

    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active {
        color: var(--wpem-theme-button-color2);
        font-weight: 400;
        background-color: var(--wpem-theme-button-color1);
    }
    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover i, .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li a.wpem-main-vmenu-dashboard-link.wpem-main-vmenu-dashboard-link-active i{
        color: var(--wpem-theme-button-color2);
    }

    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover {
        background-color: var(--wpem-theme-button-color2);
        color: var(--wpem-secondary-color);
    }

    table.wpem-responsive-table-wrapper thead th.wpem-heading-text {
        background-color: var(--wpem-theme-light-color);
        color: var(--wpem-theme-button-color2);
    }

    div#event-manager-event-dashboard .wpem-responsive-table-block .organizer_name a,
    div#event-manager-event-dashboard .wpem-responsive-table-block .venue_name a {
        font-size: 18px;
    }

    table.wpem-responsive-table-wrapper tbody tr td a,
    table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a,
    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-submenu-ul .wpem-main-vmenu-dashboard-submenu-li .wpem-main-vmenu-dashboard-link:hover {
        color: var(--wpem-theme-button-color2);
    }

    table.wpem-responsive-table-wrapper tbody tr td a:hover,
    table.wpem-responsive-table-wrapper thead tr th.wpem-heading-text a:hover,
    .wpem-main-vmenu-dashboard-nav .wpem-main-vmenu-dashboard-ul .wpem-main-vmenu-dashboard-li .wpem-main-vmenu-dashboard-link:hover i{
        color: var(--wpem-theme-button-color1);
    }

    .wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list,
    .wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list .wpem-event-regi-list-head {
        border-color: var(--wpem-primary-color);
    }

    .wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list:hover {
        border-color: var(--wpem-theme-button-color2);
        box-shadow: 10px 10px 0 var(--wpem-theme-button-color2);
    }

    .wpem-event-registrations-list-wrapper .wpem-event-regi-list-body .wpem-event-regi-list:hover .wpem-event-regi-list-head {
        border-color: var(--wpem-theme-button-color2);
    }

    .event-manager-pagination-2 ul.page-numbers li .page-numbers {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
    }

    .wpem-alert-info {
        background-color: #E6E6EE;
        color: var(--wpem-primary-color);
        border-color: var(--wpem-primary-color);
    }

    #submit-event-form {
        max-width: 1100px;
        margin: auto;
        padding: 40px;
        border-radius: 10px;
        border: 1px solid var(--wpem-primary-color);
        transition: all 0.6s;
    }
    #submit-event-form:hover{
        box-shadow: 10px 10px var(--wpem-primary-color);
    }

    .wpem-theme-button:hover, a.wpem-theme-button:hover, button.wpem-theme-button:hover, input.wpem-theme-button:hover{
        background-color: var(--wpem-secondary-color);
    }

    .organizer-counter-number-icon, .venue-counter-number-icon, .wpem-available-events-number-icon{
        background-color: var(--wpem-primary-color);
    }

    .organizer-counter-upper-wrap, .venue-counter-upper-wrap, 
    .organizer-counter-bottom-wrap, .venue-counter-bottom-wrap, 
    .organizer-counter-icon-wrap, .venue-counter-icon-wrap{
        color: var(--wpem-secondary-color);
    }







    .wpem-event-dashboard-information .wpem-form-wrapper.wpem-sendinblue .wpem-form-group select {
        width: 100%;
        height: inherit;
    }

    .wpem-main.wpem-sendinblue-matches-attribute.event-sendinblue-matches-attribute,
    .wpem-main.wpem-mailchimp-matches-attribute.event-mailchimp-matches-attribute,
    .wpem-name-badges-settings-form .wpem-customization-box,
    .wpem-main.wpem-constant-contact-matches-attribute.event-constant-contact-matches-attribute,
    .wpem-main.wpem-activecampaign-matches-attribute.event-activecampaign-matches-attribute,
    .wpem-main.wpem-hubspot-crm-matches-attribute.event-hubspot-crm-matches-attribute {
        background-color: #fff;
        border: 1px solid var(--wpem-primary-color);
        transition: all 0.6s;
    }

    .wpem-main.wpem-sendinblue-matches-attribute.event-sendinblue-matches-attribute:hover,
    .wpem-main.wpem-mailchimp-matches-attribute.event-mailchimp-matches-attribute:hover,
    .wpem-name-badges-settings-form .wpem-customization-box:hover,
    .wpem-main.wpem-constant-contact-matches-attribute.event-constant-contact-matches-attribute:hover,
    .wpem-main.wpem-activecampaign-matches-attribute.event-activecampaign-matches-attribute:hover,
    .wpem-main.wpem-hubspot-crm-matches-attribute.event-hubspot-crm-matches-attribute:hover {
        box-shadow: 10px 10px 0px var(--wpem-theme-button-color2);
        border-color: var(--wpem-theme-button-color2);
    }

    .wpem-modal .wpem-modal-content-wrapper .wpem-modal-content .wpem-theme-button:hover {
        background: var(--wpem-theme-secondary-color) !important;
    }

    .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
        font-family: 'Poppins' !important;
    }

    .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list .wpem-dashboard-event-datetime-location .wpem-dashboard-event-expo-toggle-switch .expo-toggle-switch-slider {
        background-color: var(--wpem-theme-primary-color);
    }

    .wpem-theme-button:hover span {
        color: #ffffff !important;
    }

    /* .wpem-form-wrapper .wpem-form-group input[type="color"],
    .wpem-form-wrapper .wpem-form-group input[type="date"],
    .wpem-form-wrapper .wpem-form-group input[type="datetime-local"],
    .wpem-form-wrapper .wpem-form-group input[type="datetime"],
    .wpem-form-wrapper .wpem-form-group input[type="email"],
    .wpem-form-wrapper .wpem-form-group input[type="file"],
    .wpem-form-wrapper .wpem-form-group input[type="month"],
    .wpem-form-wrapper .wpem-form-group input[type="number"],
    .wpem-form-wrapper .wpem-form-group input[type="password"],
    .wpem-form-wrapper .wpem-form-group input[type="search"],
    .wpem-form-wrapper .wpem-form-group input[type="tel"],
    .wpem-form-wrapper .wpem-form-group input[type="text"],
    .wpem-form-wrapper .wpem-form-group input[type="time"],
    .wpem-form-wrapper .wpem-form-group input[type="url"],
    .wpem-form-wrapper .wpem-form-group input[type="week"],
    .wpem-form-wrapper .wpem-form-group select,
    .wpem-form-wrapper .wpem-form-group select optgroup,
    .wpem-form-wrapper .wpem-form-group textarea {
        font-weight: 600;
    } */

    .wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
        font-weight: bold;
    }

    .event_filters,
    .wpem-event-listings #googleMap {
        display: none;
    }

    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper {
        margin-bottom: 20px;
        border: 1px solid #E4E9E6 !important;
        border-radius: 10px;
        overflow: hidden;
    }

    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
        border-left: 0;
        padding: 30px;
    }

    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:before {
        content: "";
        position: absolute;
        top: calc(50% - 50px);
        left: 0;
        width: 5px;
        height: 100px;
        background: #E4E9E6;
        border-radius: 10px;
        transition: all 0.3s 0s;
    }

    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover:before {
        background: var(--wpem-primary-color);
    }

    .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover {
        box-shadow: 0 0px 10px rgb(0 0 17 / 5%);
    }

    .wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
        margin-bottom: 0;
    }

    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
        background: transparent;
        color: var(--wpem-primary-color);
        border-radius: 6px;
        padding: 6px 12px;
        border: 1px solid;
    }

    .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
        background: #F5F5F5;
        border: none;
        border-radius: 10px;
        border: 1px solid transparent;
    }

    .wpem_theme_birthday_events .wpem-event-listings-header {
        display: none !important;
    }

    .wpem-event-ticket-type .wpem-event-ticket-type-text {
        background: transparent;
        color: var(--wpem-secondary-color);
        border-radius: 6px;
        padding: 6px 12px;
        border: 1px solid;
    }

    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before,
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
        color: var(--wpem-secondary-color);
    }

    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type .event-type,
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category .event-category {
        background: var(--wpem-secondary-color);
        color: #111;
    }

    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
        height: 140px;
        width: 140px;
    }
    .wpem-single-event-widget .wpem-event-infomation{
        padding: 10px;
    }
    .wpem-event-banner-img{
        line-height: 0;
    }
    .event_listings a.load_more_events {
        background-image: var(--wpem-theme-primary-color);
        color: #fff;
        border-radius: 100px;
    }

    .event_listings a.load_more_events:hover {
        background-image: var(--wpem-secondary-color);
    }

    .organizer-related-data-wrapper .show-organizer-info .wpem-list-group .organizer-name-list .organizer-list-items .wpem-organizer-logo, .venue-related-data-wrapper .show-venue-info .wpem-list-group .venue-name-list .venue-list-items .wpem-venue-logo{
        border: none;
    }

    /*Event Calender start*/
    .wpem-form-wrapper {
        margin-bottom: 20px;
        line-height: 25px;
        /* margin-left: auto;
        margin-right: auto; */
    }

    .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav,
    .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav {
        border-radius: 100px !important;
    }

    .wpem-theme-button,
    a.wpem-theme-button,
    button.wpem-theme-button,
    input.wpem-theme-button {
        border-radius: 10px;
        margin-right: 15px;
        margin-bottom: 15px;
        background: var(--wpem-secondary-color);
        color: var(--wpem-primary-color);
    }

    .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-left-nav:hover,
    .wpem-calendar-view-container .calendar-filters-form-wrapper .calendar-filters-navigation .wpem-calendar-right-nav:hover,
    .wpem-calendar-view-container .calendar-widget-event-details-link:hover,
    .wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-next:hover,
    .wpem-calendar-widget-wrapper .calendar-filters-navigation .calendar-filters-arrow.calendar-filters-navigation-previous:hover {
        background: var(--wpem-secondary-color) !important;
    }

    .wpem-calendar-view-container .calendar-contents-container table.calendar td.calendar-day-container.today {
        background: var(--wpem-theme-primary-color) !important;
    }

    .wpem-calendar-view-container .calendar-contents-container table.calendar tr:nth-child(1) {
        background: var(--wpem-theme-primary-color);
        border-radius: 100px;
        margin-bottom: 15px;
    }

    .wpem-calendar-view-container .calendar-contents-container table.calendar th.weekday-name-column {
        background: transparent !important;
        border: 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }

    .wpem-calendar-view-container .calendar-contents-container table.calendar {
        border-right: 0 !important;
    }

    .wpem-calendar-view-container .calendar-contents-container table.calendar td:last-of-type {
        border-right: 1px solid var(--wpem-gray-border-color);
    }

    /*Event Calender end*/

    /*Ticket Plugin start*/
    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
        margin: 0;
        font-weight: bold;
    }

    .wpem-single-event-ticket-information .wpem-event-ticket-info-title {
        background-color: transparent;
        border: 0;
        padding-left: 0;
    }

    .wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
        background: transparent;
        border: 0;
        padding: 10px 20px;
        border-radius: 4px;
    }

    .wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
        border-color: var(--wpem-theme-primary-color);
    }

    .wpem-event-ticket-type {
        margin-top: 15px;
    }

    .wpem_theme_birthday_event-tickets .wpem-single-event-ticket-information {
        max-width: 1100px;
        margin: auto;
    }

    .wpem_theme_birthday_event-tickets .wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap {
        position: relative;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
        padding-left: 30px;
        padding-right: 30px;
        border: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .wpem_theme_birthday_event-tickets .wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -23px;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background: #f5f5f5;
    }

    .wpem_theme_birthday_event-tickets .wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -23px;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background: #fff;
        box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.05);
    }

    .wpem_theme_birthday_event-tickets .wpem-ticket-type {
        font-size: 24px !important;
        line-height: 36px;
        color: var(--wpem-primary-color);
        margin-bottom: 7px !important;
    }

    .wpem_theme_birthday_event-tickets .wpem-ticket-price {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: var(--wpem-theme-button-color1);
        margin-bottom: 18px;
    }

    .wpem_theme_birthday_event-tickets .wpem-ticket-start-end-date {
        font-weight: 300;
        font-size: 17px;
        line-height: 26px;
        color: #777777;
    }

    .wpem-single-event-ticket-information .wpem-ticket-information-body .wpem-ticket-info-wrap .wpem-ticket-description {
        border: none !important;
    }

    .wpem_theme_birthday_event-tickets select {
        border: 1px solid var(--wpem-primary-color) !important;
        border-radius: 10px !important;
    }

    .wpem_theme_birthday_event-tickets select:hover {
        border: 1px solid var(--wpem-primary-color) !important;
        border-radius: 10px !important;
        box-shadow: 5px 5px 0px var(--wpem-primary-color) !important;
    }

    .wpem-single-event-ticket-information .wpem-ticket-information-body .wpem-ticket-info-wrap .wpem-ticket-quantity {
        margin-bottom: 0 !important;
    }

    /*Ticket Plugin end*/

    .wpem_theme_birthday_event-tickets {
        position: relative;
        z-index: 2;
    }

    .wpem_theme_birthday_event-tickets:after {
        content: "";
        position: absolute;
        width: 55%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: -2;
        background: #f5f5f5;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    }

    .wpem_theme_birthday_event-tickets:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 903px;
        left: 0;
        bottom: 0;
        background-image: url(assets/images/ballon.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .wpem-event-infomation {
        border: 1px solid transparent;
        border-top: 0;
        border-radius: 6px;
        transition: all 0.3s ease;
    }

    /*event manager plugin css end*/






    /*page header start*/
    .page-header-wrapper {
        color: #fff;
        padding: 60px 0;
    }

    .page-header-wrapper h1.entry-title {
        text-align: center;
        line-height: normal;
        font-size: calc(1.7rem + 1.2vw);
        margin: 0px;
        color: var(--wpem-primary-color);
        position: relative;
    }

    .page-header-wrapper .entry-meta {
        margin-top: 10px;
    }

    /*page header end*/

    .sub-menu {
        background: url(assets/images/Vector.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wpem_theme_birthday_services .row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .wpem_theme_birthday_services {
        position: relative;
        padding-bottom: 120px;
    }

    /* Banner  */
    .wpem_theme_birthday_main_banner {
        position: relative;
        padding: 240px 0;
        background: url(assets/images/Vector.png);
        background-size: cover;
        overflow: hidden;
    }

    .birthday-banner-bottom-right img {
        width: auto;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: -350px;
        right: 0;
    }

    .birthday-banner-bottom-middle img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .birthday-banner-graphics-left img {
        position: absolute;
        left: 150px;
        top: 50%;
        transform: translateY(-50%);
        width: 321.11px;
        height: 685.69px;
        object-fit: cover;
    }

    .birthday-banner-graphics-right img {
        position: absolute;
        right: 200px;
        top: 50%;
        transform: translateY(-50%);
        width: 321.11px;
        height: 685.69px;
        object-fit: cover;
    }

    .birthday-banner-graphics-top-right img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .birthday-banner-graphics-bottom-left img {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .theme_banner_title h5 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
        color: #fff;
    }

    .theme_banner_title h3 {
        font-size: calc(1.6rem + 2.8vw);
        color: #fff;
        line-height: normal;
        color: #fff;
        max-width: 776px;
        margin: auto;
        margin-bottom: 50px;
    }

    .theme_banner_title b {
        color: var(--wpem-secondary-color);
    }

    .wpem_theme_birthday_main_banner .theme_btn {
        position: relative;
        z-index: 0;
    }

    /* Services  */

    .services_img {
        line-height: 0;
    }

    .services_item {
        width: 20%;
        height: 100%;
        position: relative;
    }

    .services_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-height: 250px;
        object-position: center;
    }

    .services_heading h2 {
        font-size: 17px;
        color: white;
    }

    .services_heading {
        width: 100%;
        height: 60px;
        background: rgba(0, 1, 79, 50%);
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease;
    }

    .services_item:hover .services_heading {
        height: 100%;
    }

    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before,
    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
        color: var(--wpem-primary-color);
    }

    .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text,
    .wpem-single-event-widget .wpem-event-infomation .wpem-event-details .wpem-event-register-label .wpem-event-register-label-text {
        background: var(--wpem-primary-color);
        padding: 6px 12px;
        border-radius: 6px;
    }

    /* Who we are  */
    .wpem_theme_birthday_who-we-are .wpem_birthday_theme-section-title h3:before {
        width: 100%;
    }

    .wpem_theme_birthday_who-we-are {
        position: relative;
    }

    .wpem_theme_birthday_who-we-are p {
        max-width: 500px;
    }

    .who-we-are_img img {
        position: absolute;
        right: 0;
        width: 55%;
        height: 100%;
        object-fit: cover;
        top: 0;
        clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
    }

    .wpem_theme_birthday_who-we-are h4 {
        /*  */
        font-weight: 600;
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }

    /* Iconbox  */
    .wpem_theme_birthday_iconbox {
        overflow: hidden;
    }

    .wpem_theme_birthday_iconbox .column-4:nth-child(3) .iconbox-item:before {
        opacity: 0;
    }

    .iconbox-item {
        height: 140px;
    }

    .iconbox-head p {
        font-size: 20px;
        color: var(--wpem-primary-color);
        font-weight: 500;
        margin-top: 30px;
        max-width: 226px;
        margin-left: auto;
        margin-right: auto;
    }

    .iconbox-icon {
        width: 50px;
        margin: auto;
        height: 50px;
        border: 1px solid;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        transition: all 0.3s;
    }


    .iconbox-item:hover .iconbox-icon {
        color: var(--wpem-theme-primary-color);
        box-shadow: 5px 5px 0 0 var(--wpem-theme-primary-color);
    }

    .iconbox-item:before {
        content: "";
        top: 30px;
        left: calc(60% + 100px);
        position: absolute;
        width: 150px;
        height: 2px;
        background: #CCCCCC;
    }

    .iconbox-desc {
        margin-left: 20px;
    }

    .iconbox-icon i {
        font-size: 21px;
        font-weight: bold;
    }

    /* Celebrate with us  */
    .wpem_theme_birthday_celebrate-with-us p {
        max-width: 600px;
        margin: 20px auto;
    }

    .wpem_theme_birthday_celebrate-with-us {
        position: relative;
        background-image: url(assets/images/celebrate-with-us.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 120px 0;
        z-index: 3;
        background-position: center;
    }

    .wpem_theme_birthday_celebrate-with-us:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--wpem-primary-color);
        opacity: 0.5;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .wpem_theme_birthday_celebrate-with-us .wpem_birthday_theme-section-title h3,
    .wpem_theme_birthday_celebrate-with-us .wpem_birthday_theme-section-title h5,
    .wpem_theme_birthday_celebrate-with-us .wpem_birthday_theme-section-title p,
    .wpem_theme_birthday-our-partners .wpem_birthday_theme-section-title h3,
    .wpem_theme_birthday-our-partners .wpem_birthday_theme-section-title h5 {
        color: white;
    }

    .wpem_theme_birthday_celebrate-with-us .wpem_birthday_theme-section-title h3:before,
    .wpem_theme_birthday-our-partners .wpem_birthday_theme-section-title h3:before {
        background: var(--wpem-primary-color);
    }

    /* Testimonials  */
    .wpem_theme_birthday_testimonials {
        padding-bottom: 140px;
    }

    .testimonial_items {
        position: relative;
        padding-bottom: 40px;
    }

    .testimonial_items .priv_arrow {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid var(--wpem-primary-color);
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 20px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        bottom: -60px;
        left: 45%;
    }

    .testimonial_items .next_arrow {
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid var(--wpem-primary-color);
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 20px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        bottom: -60px;
        right: 47%;
    }

    .testimonial_items .priv_arrow:hover,
    .testimonial_items .next_arrow:hover {
        box-shadow: 5px 5px 0px var(--wpem-primary-color);
    }

    .testimonial_item {
        background: #F5F5F5;
        height: 100%;
        padding: 30px;
        padding-top: 60px;
        position: relative;
        border-radius: 10px;
        margin: 15px 0 0 0;
    }

    .testimonial-icon {
        position: absolute;
        width: 70px;
        height: 70px;
        top: -25px;
    }

    .testimonial-content p {
        max-width: 410px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        color: var(--wpem-primary-color);
    }

    .testimonial-profile {
        margin-top: 76px;
        display: flex;
    }

    .profile-img img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 10px;
    }

    .profile-details {
        margin-left: 15px;
    }

    .profile-details h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
    }

    .profile-details small {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #777777;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'Poppins';
        font-size: 20px;
        line-height: 1;
        width: 50px;
        height: 50px;
        color: var(--wpem-secondary-color);
        border: 1px solid;
        border-radius: 10px;
        padding: 6px 12px;
        transition: all 0.3s ease;
    }

    .slick-prev:hover:before,
    .slick-next:hover:before {
        box-shadow: 5px 5px 0px var(--wpem-primary-color);
    }

    .slick-prev {
        left: -50px;
    }

    .slick-next {
        right: -50px;
    }

    /* Partners  */
    .partner-items {
        margin-top: 60px;
    }

    .partner-item {
        height: 90px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
    }

    .partner-item img {
        transition: all 0.3s ease;
    }

    .partner-item:hover img {
        transform: scale(1.1);
    }

    .wpem_theme_birthday-our-partners {
        background-image: url(assets/images/partner-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 120px 0;
        position: relative;
        z-index: 1;
    }

    .wpem_theme_birthday-our-partners:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--wpem-primary-color);
        opacity: 0.5;
        top: 0;
        left: 0;
        z-index: -1;
    }

    /* Event Gallery  */
    .event-gallery-item {
        position: relative;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .event-gallery-img {
        line-height: 0;
    }

    .event-gallery-img img {
        border-radius: 10px;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .events-gallery .column-4 .event-gallery-item:nth-child(2) .event-gallery-img img {
        height: auto;
        object-fit: contain;
    }

    .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(1) .event-gallery-img img {
        height: 500px;
    }

    /* .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(2) .event-gallery-img img {
        height: 250px;
    } */

    .event-gallery-desc {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 1, 79, 0.5);
        transition: all 0.3s ease;
        opacity: 0;
        border-radius: 10px;
    }

    .event-gallery-item:hover .event-gallery-desc {
        opacity: 1;
    }

    .event-gallery-desc h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
    }

    /* Creative Team  */
    .creative-team-img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 10px;
    }

    .creative-team-item {
        position: relative;
        width: 100%;
    }

    .creative-team-img {
        position: relative;
        line-height: 0;
    }

    .creative-team-social {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 1, 79, 0.5);
        border-radius: 10px;
        transition: all 0.3s ease;
        opacity: 0;
    }

    .creative-team-item:hover .creative-team-social {
        opacity: 1;
    }

    .creative-team-content {
        margin-top: 20px;
    }

    .creative-team-content h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: var(--wpem-primary-color);
    }

    .creative-team-content small {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #777777;
    }

    .creative-team-social i {
        width: 16px;
        height: 18.29px;
        color: #fff;
    }

    .contact-us-itembox:hover .iconbox-icon {
        box-shadow: 5px 5px 0 0 var(--wpem-primary-color);
    }

    .contact-us-itembox {
        display: flex;
        align-items: center;
        margin-bottom: 44px;
    }

    .contact-us-itembox .iconbox-icon {
        margin: 0;
    }

    /* form  */
    .wpem_theme_birthday-form-section {
        position: relative;
    }

    .wpem_theme_birthday-form-section:before {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        left: 30%;
        top: 0;
        background: #F5F5F5;
        clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .formInput {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: 5px 5px 0px var(--wpem-primary-color);
        border-radius: 10px !important;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        padding-left: 20px !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #777777;
    }

    textarea {
        background: #FFFFFF;
        border-radius: 10px !important;
        padding-left: 20px !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #777777;
    }

    .wpem_theme_contact_us_banner {
        padding: 200px 0;
        background-image: url(assets/images/contact-us-banner.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .map-heading {
        width: 464px;
        height: 200px;
        padding: 30px;
        margin-top: -200px;
        margin-bottom: 44px;
        background: #fff;
    }

    .map-heading .wpem_birthday_theme-section-title h3:before {
        width: 100%;
    }

    /* Events Pages  */
    .theme-birthday-event-dashboard-banner {
        padding: 150px 0;
        text-align: center;
        background-image: url(assets/images/celebrate-with-us.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }

    .theme-birthday-event-dashboard-banner:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--wpem-secondary-color);
        opacity: 0.5;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .theme-birthday-hero-desc {
        max-width: 550px;
        margin: auto;
        margin-top: 15px;
    }

    .theme-birthday-hero-heading {
        font-size: calc(1.3rem + 1.6vw);
        margin: 0;
        line-height: normal;
        color: #fff;
        position: relative;
        display: inline-block;
    }

    .theme-birthday-hero-desc {
        color: #fff;
    }

    .theme-birthday-latest-event-section {
        padding: 80px 0;
    }

    /* Timeline */
    .timeline-left {
        width: calc(100% - 40px);
    }

    .timeline {
        max-width: 1060px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timelineImg img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .timeline-content h2 {
        font-family: 'Lobster';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 42px;
        color: var(--wpem-primary-color);
        margin-bottom: 15px;
    }

    .timelineImg {
        margin-bottom: 50px;
    }

    .timeline-right {
        margin-left: 40px;
    }

    .timeline-middle {
        position: relative;
        background: rgba(0, 1, 79, 0.2);
    }

    .timeline-point {
        position: absolute;
        top: 0;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: var(--wpem-primary-color);
        transform: translateX(-50%);
        transition: all 0.3s ease;
    }

    .timeline-point:hover {
        background: var(--wpem-secondary-color);
    }

    .timeline-point:hover:before {
        background: rgba(255, 216, 0, 0.2);
    }

    .timeline-point:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: rgba(0, 1, 79, 0.2);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .wpem-name-badges-settings-form .wpem-customization-box input.wpem-theme-button {
        padding: 10px 20px;
        line-height: 1.42;
        margin-top: 0;
        margin-left: 15px;
    }

    .wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
        padding: 150px 30px;
    }

    .archive p.site-description {
        color: #000;
    }

    .archive .main-navigation li a {
        color: #000;
    }

    form.wpem-mailchimp-disconnect.wpem-form-wrapper {
        margin-left: 20px;
    }

    /* Events Pages  */

    .search-no-results p.site-description {
        color: #000;
    }

    .search-no-results .main-navigation li a {
        color: #000;
    }

    .wpem_theme_birthday_events {
        padding-top: 0;
        padding-bottom: 30px;
        position: relative;
        z-index: 3;
    }

    .search.search-results .main-navigation li a {
        color: #000;
    }

    .wpem_theme_birthday-creative-theme .row {
        gap: 30px;
    }

    .wpem_theme_birthday_timeline.pt-0 {
        padding-bottom: 30px;
    }

    /*--------------------------------------------------------------
    ## woocommerce
    --------------------------------------------------------------*/
    .woocommerce table.shop_table {
        border: 0;
        border-collapse: collapse;
    }

    .woocommerce table.shop_table th,
    .woocommerce table.shop_table td {
        border-color: #ccc;
    }

    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text {
        width: auto;
    }

    .woocommerce .cart .button,
    .woocommerce .cart input.button {
        background: var(--wpem-theme-button-color);
        color: var(--wpem-theme-button-text-color);
    }

    .woocommerce .cart .button:hover,
    .woocommerce .cart input.button:hover {
        background-color: var(--wpem-theme-button-color);
        color: var(--wpem-theme-button-text-color);
    }

    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        background: var(--wpem-theme-button-color);
        color: var(--wpem-theme-button-text-color);
    }

    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover {
        background: var(--wpem-theme-button-color);
    }

    .woocommerce-cart .cart-collaterals .cart_totals,
    .woocommerce-cart .cart-collaterals .cross-sells {
        padding: 15px 15px 0;
        border: 1px solid #ccc;
    }

    .woocommerce ul.order_details li {
        margin-bottom: 10px;
    }

    .woocommerce ul.order_details {
        padding-left: 0px;
    }

    .woocommerce-notice {
        border: 1px solid #ccc;
        padding: 8px 12px;
        border-radius: 4px;
    }

    .woocommerce-notice--success {
        color: green;
        border-color: green;
    }

    .woocommerce .woocommerce-ordering select {
        padding: 10px 15px;
        border-color: #ccc;
        border-radius: 4px;
    }

    .woocommerce-MyAccount-navigation ul {
        padding: 0;
        margin: 0;
    }

    .woocommerce-MyAccount-navigation-link {
        list-style: none;
        border: 1px solid #ccc;
        border-bottom-width: 0;
    }

    .woocommerce-MyAccount-navigation-link a {
        display: block;
        padding: 0.5em 1em;
    }

    .woocommerce-MyAccount-navigation-link.is-active a {
        background-color: var(--wpem-theme-light-color);
        font-weight: bold;
        color: var(--wpem-theme-link-color);
    }

    .woocommerce-MyAccount-navigation-link:last-of-type {
        border: 1px solid #ccc;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        background: var(--wpem-theme-button-color);
        color: var(--wpem-theme-button-text-color);
    }

    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover {
        background-color: var(--wpem-secondary-color);
        color: #fff;
    }

    .woocommerce .woocommerce-EditAccountForm button {
        margin-top: 15px;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
        opacity: 1;
        cursor: pointer;
    }

    /* Woocommerce end  */

    .copyrights p {
        color: #fff;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
    }


    /*---------------------------------------------------
    ##   Responsive
    *   ----------------------------------------------------- */


    @media (min-width: 576px) {
        .column-sm-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }

        .column-sm-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }

        .column-sm-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .column-sm-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .column-sm-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .column-sm-6,
        .wpem-birthday-main-sidearea .widget .event_listings .wpem-single-event-widget,
        .wpem-birthday-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .column-sm-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .column-sm-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .column-sm-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

        .column-sm-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }

        .column-sm-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }

        .column-sm-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    }

    @media (min-width: 768px) {

        .comment-form-author,
        .comment-form-email,
        .comment-form-url {
            float: left;
            width: 31%;
        }

        .comment-form-author,
        .comment-form-email {
            margin-right: 3.5%;
        }

        .comment-form-cookies-consent,
        #comments .form-submit {
            clear: left;
        }

        .recent-post-list-single:nth-child(2),
        .recent-post-list-single:nth-child(3) {
            margin-top: 0;
        }
    }

    @media (min-width: 992px) {
        .text-t-left {
            text-align: left;
        }

        .text-t-center {
            text-align: center;
        }

        .text-t-right {
            text-align: right;
        }

        .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: 5px;
        }

        #primary-menu li li a {
            padding: 5px 15px;
            margin: 0;
            text-align: left;
            color: #000;
        }

        .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-birthday-main-sidearea .widget .event_listings .wpem-single-event-widget,
        .wpem-birthday-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-birthday-main-sidearea .widget .event_listings .wpem-single-event-widget,
        .wpem-birthday-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .column-l-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .column-l-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .column-l-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .column-l-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .column-l-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .column-l-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

        .column-l-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }

        .column-l-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }

        .column-l-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }

    @media (min-width: 1600px) {
        .container {
            max-width: 1470px;
        }

        body.boxed-layout .site {
            max-width: 1500px;
        }
    }

    @media (max-width: 1600px) {
        .who-we-are_img img {
            width: 50%;
        }

        .wpem_theme_birthday_services {
            padding-bottom: 60px;
        }

        .services_item:hover .services_heading {
            height: 100%;
        }

        .services_heading {
            bottom: 0;
        }

        .testimonial_items .next_arrow {
            right: 45%;
        }

        .services_item {
            height: auto;
        }

        .birthday-banner-bottom-right img {
            height: 400px;
            top: -230px;
        }

        .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(1) .event-gallery-img img {
            height: 440px;
        }
        .birthday-banner-graphics-top-right img{
            opacity: 0.6;
        }
    }

    @media (max-width: 1140px) {
        .iconbox-item:before {
            width: 90px !important;
        }

        .wpem-form-wrapper {
            width: 100% !important;
        }

        .birthday-banner-bottom-right img {
            height: 300px;
            top: -180px;
        }
    }

    @media (max-width: 1199.98px) {
        .wpem_theme_birthday_iconbox .row {
            width: 100%;
            margin: auto;
        }

        .slick-prev:before,
        .slick-next:before {
            display: none;
        }

        .partner-item {
            margin-bottom: 30px;
            padding: 40px;
            height: 70px;
        }

        .testimonial_items .next_arrow {
            right: 44%;
        }
    }

    @media(max-width: 1080px) {
        .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(1) .event-gallery-img img {
            height: 408px;
        }

        .partner-item {
            padding: 30px;
        }
    }

    @media (max-width: 1020px) {
        .testimonial_items .next_arrow {
            right: 42.5%;
        }
    }

    @media (max-width: 992px) {
        .partner-item {
            padding: 20px;
        }

        .main-navigation ul li:hover>ul,
        .main-navigation ul li.focus>ul {
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            position: relative;
        }

        .main-navigation li a {
            margin-left: 0;
        }

        .services_item {
            width: 33.3%;
        }

        .birthday-banner-bottom-right img {
            display: none;
        }

        .iconbox-item:before {
            left: calc(100% - 40px);
        }

        .wpem_theme_birthday-creative-theme .mr-3 {
            margin-right: 0 !important;
        }

        .theme_banner_title h5 {
            margin-bottom: 0;
        }

        .wpem_theme_birthday-our-partners {
            padding: 60px 0;
        }

        .wpem_theme_birthday-events-gallery {
            padding: 60px 0;
        }

        .birthday-banner-bottom-right img {
            width: 251px;
            bottom: 0;
        }

        .wpem_theme_birthday_celebrate-with-us {
            padding: 60px 0;
            background-size: cover;
        }

        .news-meta {
            display: block;
        }

        .meta-comments {
            margin-left: 0;
        }

        .meta-date:before {
            display: none;
        }

        .wpem_theme_birthday_footer-main .container {
            padding-bottom: 20px;
        }

        .timeline-middle,
        .timeline-point {
            background: transparent;
        }

        .timeline-point:before {
            display: none;
        }

        .header-main .row .column {
            flex: 0 0 50% !important;
            max-width: 50% !important;
            position: inherit;
        }

        .header-main .theme_btn {
            display: none;
        }

        .secondary-content-area {
            margin-top: 30px;
        }

        .menu-toggle {
            border: 0;
            background: var(--wpem-theme-primary-color);
            display: block;
            margin: 0 0 0 auto;
        }

        .bar1,
        .bar2,
        .bar3 {
            width: 28px;
            height: 3px;
            background-color: #fff;
            margin: 6px 0;
            transition: 0.4s;
            display: block;
        }

        .change .bar1 {
            transform: rotate(-45deg) translate(-6px, 7px);
        }

        .change .bar2 {
            opacity: 0;
        }

        .change .bar3 {
            transform: rotate(45deg) translate(-6px, -7px);
        }

        .main-navigation ul {
            display: none;
        }

        .main-navigation.toggled ul {
            display: block;
        }

        .header-main {
            padding: 15px 0;
        }

        .site-branding .site-title {
            font-size: 20px;
        }

        #site-navigation.toggled #primary-menu,
        #site-navigation.toggled #primary-menu ul.nav-menu {
            display: block;
        }

        .main-navigation li {
            float: none;
        }

        .main-navigation li.menu-item-has-children ul {
            transition: all 0.2s ease-in;
        }

        .main-navigation li.menu-item-has-children.focus>ul {
            position: relative;
            float: none;
            display: block;
        }

        .main-navigation ul ul li.focus ul {
            left: 0;
            margin: 0 10px 5px 15px;
        }

        .main-navigation li a,
        .main-navigation ul ul a {
            width: 100%;
        }

        .main-navigation li a {
            padding: 10px 0;
            color: var(--wpem-primary-color);
        }

        .main-navigation ul ul a {
            padding: 10px 20px;
        }

        .creative-team-social {
            left: 50%;
            transform: translateX(-50%);
            border-radius: 10px;
        }

        .creative-team-img {
            width: 100%;
            height: auto;
        }

        .creative-team-img img {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            height: auto;
        }

        .services_item:hover .services_heading {
            height: 100%;
        }

        .timeline-left {
            width: 100%;
        }

        .creative-team-item {
            margin-bottom: 20px;
        }

        .wpem_theme_birthday_who-we-are {
            padding-bottom: 0;
        }

        .wpem_theme_birthday_who-we-are h4 {
            margin-bottom: 10px;
        }

        .main-navigation.toggled {
            display: block;
            opacity: 1;
            visibility: visible;
            justify-content: center;
            width: 100%;
            position: absolute;
            top: 100%;
            left: 0;
            color: #000;
            background-color: #fff;
            z-index: 5;
            border-top: 1px solid #ccc;
        }

        .wpem_theme_birthday_iconbox .row {
            width: 100%;
        }

        .wpem_theme_birthday_event-tickets:before {
            display: none;
        }

        .timelineImg {
            margin-bottom: 40px;
        }

        .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(1) .event-gallery-img img {
            height: 370px;
        }
        .birthday-banner-graphics-top-right img{
            opacity: 1;
        }
    }

    @media(max-width: 930px) {
        .testimonial_items .next_arrow {
            right: 40%;
        }
    }

    @media (max-width: 767.98px) {
        .testimonial_items .priv_arrow {
            left: 40%;
        }

        .testimonial_items .next_arrow {
            right: 44%;
        }

        .testimonial-content p {
            max-width: calc(100% - 40px);
        }

        .timeline {
            max-width: 100% !important;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .timeline-right {
            margin-left: 0;
        }

        .timelineImg {
            margin-bottom: 0;
        }

        .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;
        }

        .column {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }

        section {
            padding: 40px 0;
        }

        .theme_btn {
            padding: 10px 20px;
            font-size: 14px;
        }

        .page-header-wrapper h1.entry-title:after {
            height: 10px;
        }

        .page-header-wrapper {
            padding-bottom: 0;
            padding-top: 25px;
        }

        .timeline-middle {
            display: none;
        }

        .timeline {
            grid-template-columns: repeat(2, 1fr);
        }

        .banner_graphics_left,
        .banner_graphics_right,
        .banner_circle_img {
            display: none;
        }

        .wpem_birthday_theme-section-title h3:before {
            width: 100%;
        }

        .iconbox-item {
            width: 100%;
            margin: 30px 0;
        }

        .iconbox-item:before {
            display: none;
        }

        .wpem-form-wrapper {
            width: 100% !important;
        }

        .wpem_theme_birthday_event-tickets:before {
            display: none;
        }

        .birthday-banner-bottom-right img,
        .birthday-banner-graphics-right img {
            display: none;
        }

        .who-we-are_img img {
            position: inherit;
            clip-path: none;
            width: 100%;
            padding-top: 20px;
        }

        .testimonial_item {
            width: 100%;
        }

        .partner-item {
            margin: 10px auto;
            max-width: 250px;
        }

        .social-icons ul {
            float: left;
            margin-top: 20px;
        }

        .map-heading {
            margin-top: 0;
            width: 80%;
            padding-left: 0;
            margin-bottom: 0;
        }

        .text-right {
            text-align: left;
        }

        .timelineImg img {
            height: auto;
        }

        .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(2) .event-gallery-img img {
            height: auto;
        }

        .event-gallery-item {
            max-width: 450px;
            margin: auto;
            margin-bottom: 30px;
        }

        .wpem_theme_birthday-creative-theme .column.column-2 {
            flex: 0 0 40% !important;
        }
    }

    @media (max-width: 675px) {
        .testimonial_items .next_arrow {
            right: 42%;
        }
    }

    @media (max-width: 628px) {
        .testimonial_items .next_arrow {
            right: 40%;
        }
    }

    @media (max-width: 575.98px) {

        .services_heading {
            bottom: 0;
        }

        .services_item {
            width: 50%;
        }

        .wpem_birthday_theme-section-title {
            margin-bottom: 20px;
        }

        .wpem_theme_birthday_celebrate-with-us {
            padding: 60px 0;
        }

        .wpem_theme_birthday-our-partners {
            padding: 60px 0;
        }

        .wpem_theme_birthday_footer-main .container {
            padding-top: 30px;
            padding-bottom: 10px;
        }

        .wpem_theme_birthday-events-gallery {
            padding-bottom: 10px;
        }

        .wpem_theme_birthday_main_banner {
            padding-bottom: 230px;
        }

        p {
            font-size: 14px;
        }

        .wpem_theme_birthday_event-tickets:before {
            display: none;
        }

        .partner-item {
            margin-bottom: 20px;
        }

        .iconbox-item:before {
            display: none;
        }

        .iconbox-item {
            width: 100%;
        }

        .partner-items {
            display: grid;
            grid-template-columns: 1fr;
            place-items: center;
        }

        .wpem-name-badges-settings-form .wpem-customization-box input.wpem-theme-button {
            margin-top: 15px;
            margin-left: 0;
        }

        .wpem-modal .wpem-modal-content-wrapper .wpem-modal-content .wpem-theme-button {
            margin: 10px 0;
            width: 100%;
            background: var(--wpem-theme-primary-color) !important;
        }

        .main-contain-wrapper {
            padding: 30px 0;
        }

        .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(2) .event-gallery-img img {
            height: auto;
        }

        .events-gallery .column-4:nth-child(2) .event-gallery-item:nth-child(1) .event-gallery-img img {
            height: auto;
        }

        .event-gallery-img img {
            height: auto;
        }

        .events-gallery .column-4 .event-gallery-item:nth-child(2) .event-gallery-img img {
            height: auto;
        }

        .testimonial_items .next_arrow {
            right: 37%;
        }

        .wpem_theme_birthday_services {
            padding-bottom: 40px;
        }
    }

    @media (max-width: 492px) {
        .testimonial_items .priv_arrow {
            left: 36%;
        }

        .event-gallery-img {
            width: 100%;
        }
    }

    @media (max-width: 433px) {
        .map-heading {
            padding-top: 0;
        }

        .testimonial_items .priv_arrow {
            left: 30%;
        }
    }