/*
Theme Name: Enmarket
Description: Enmarket Child
Author: Creating Matter
Author URI: http://www.creatingmatter.com/
Version: 1.1.0
Template: Divi
*/

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    src: url(/wp-content/themes/Enmarket/fonts/ProximaNova-Regular.otf);
    font-family: ProximaNova-Regular;
}

@font-face {
    src: url(/wp-content/themes/Enmarket/css/Andada_Pro/static/AndadaPro-SemiBold.ttf);
    font-family: AndadaPro-SemiBold;
}

@font-face {
    src: url(/wp-content/themes/Enmarket/css/Andada_Pro/static/AndadaPro-Italic.ttf);
    font-family: AndadaPro-Regular;
}

@font-face {
    src: url(/wp-content/themes/Enmarket/fonts/ProximaNova-Bold.otf);
    font-family: ProximaNova-Bold;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: always;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ProximaNova-Bold', sans-serif !important;
}

h1, h2 {
    text-transform: uppercase !important;
}

ol {
    margin: 20px 0 !important;
}

.prox {
    font-family: 'ProximaNova-Bold', sans-serif !important;
}

.prox2 {
    font-family: 'ProximaNova-Regular', sans-serif !important;
}

.andada-font {
    font-family: 'ProximaNova-Bold', sans-serif !important;
}

/* ==========================================================================
   Header
   ========================================================================== */

#main-header {
    box-shadow: none;
}

.et_menu_container {
    display: flex;
    align-items: center;
}

.et_header_style_left .logo_container {
    position: relative;
    height: 100%;
    width: auto;
    display: flex;
    margin-right: 20px;
}

.emarket_logo_image {
    margin-bottom: 20px;
    position: relative;
    padding-right: 10px;
}

.emarket_logo_image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 90%;
    background: #ddd;
    margin-top: 17px;
}

.emarket_logo_image,
.emarket_logo_image a {
    display: inline-block;
}

.enmarket_proud_home {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 10px;
    margin-bottom: -10px;
}

.enmarket_proud_home_flex {
    display: flex;
}

nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: right;
    margin-right: 20px;
}

#top-menu {
    margin: 0 !important;
}

#top-menu li a {
    font-weight: 600 !important;
}

.header_buy_now {
    margin-top: 4px;
}

.header_buy_now img {
    height: 66px;
    max-width: 130px;
}

.header_buy_ticket_hover {
    display: none;
}

.header_buy_now a {
    display: inline-block;
}

.header_buy_now a:hover .header_buy_ticket_hover {
    display: block;
    transition: all .3s;
}

.header_buy_now a:hover .header_buy_ticket {
    display: none;
    transition: all .3s;
}


.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
}
*/


.et_mobile_menu {
    border-top: 3px solid #74bb1f;
    height: 100% !important;
    max-height: 650px;
    min-height: 650px;
    overflow: scroll;
}
*/

.mobile_menu_bar:before {
    color: #000;
}

/* ==========================================================================
   Logo Grid
   ========================================================================== */

.logo-section {
    clear: both;
    margin: 0;
    padding: 0;
}

.logo-col {
    background: transparent;
    display: block;
    float: left;
    margin: 1% 0 1% 3.25%;
}

.logo-col:first-child {
    margin-left: 0 !important;
}

.logo-row:before,
.logo-row:after {
    content: "";
    display: table;
}

.logo-row:after {
    clear: both;
}

.logo-row {
    zoom: 1;
}

.grid_1_of_7 { width: 11.5%; }
.grid_2_of_7 { width: 27%; }
.grid_3_of_7 { width: 41.6%; }
.grid_4_of_7 { width: 56.2%; }
.grid_5_of_7 { width: 70.8%; }
.grid_6_of_7 { width: 85.4%; }
.grid_7_of_7 { width: 100%; }

img.partners {
    filter: grayscale(100%);
}

img.partners:hover {
    filter: grayscale(0%);
    cursor: pointer;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.en-btns {
    font-size: 18px;
    width: 100%;
    padding: 24px 0;
    border-width: 1px;
    color: #005BBB;
    border-color: #005BBB;
    font-weight: bold;
    background: transparent;
    text-transform: uppercase;
}

.en-btns:hover {
    background: #005BBB;
    color: #fff;
}

a.full-btn {
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.btn-outline-primary,
.tribe-common .btn-outline-primary {
    border: 2px solid #005BBB;
    background: #fff;
}

.tribe-common .btn-outline-primary,
.tribe-common .btn-outline-primary:active,
.tribe-common .btn-outline-primary:focus,
.tribe-common .btn-outline-primary:visited {
    font-weight: 700;
    border-color: #979797;
}

.tribe-common .btn-outline-primary:hover {
    background-color: #005BBB;
    color: #fff;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.no-space {
    padding: 0 !important;
    margin: 0 !important;
}

.cvert {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px !important;
}

.foot-menu {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-black {
    color: #2b2b2b;
}

.text-white {
    color: #fff !important;
}

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

.text-primary {
    color: #005BBB !important;
}

.text-cap {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .03125rem;
}

.fontsize-18px {
    font-size: 18px;
}

.swiper-slide {
    background: transparent !important;
}

/* Spacing Utilities */
.mt-4, .my-4 { margin-top: 1.5rem !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mb-5, .my-5 { margin-bottom: 2rem !important; }
.mb-6, .my-6 { margin-bottom: 2.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-2, .px-2 { padding-left: .5rem !important; }
.pr-2, .px-2 { padding-right: .5rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }

/* Flexbox Utilities */
.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

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

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

.h-100 {
    height: 100% !important;
}

/* ==========================================================================
   Single Event Page
   ========================================================================== */

.tribe-events-event-meta,
.mob_single_featured_ticket {
    display: none;
}

.creatingmatter_single_event {
    display: flex;
}

.single_featured_img {
    width: 50%;
    padding: 0;
}

.single_featured_content {
    width: 50%;
    padding: 0 0 0 45px;
}

.single_featured_content .single_featured_title h1 {
    font-size: 60px !important;
    line-height: 60px !important;
    font-style: italic;
    font-weight: 400 !important;
    text-transform: none;
    color: #2b2b2b;
    font-family: ProximaNova-Regular;
}

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

.single-event-cdate h2,
.single_featured_para p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
}

.single_featured_para p {
    width: 100%;
    padding: 0;
    line-height: 1.7 !important;
    margin-bottom: 20px;
}

.single_para_title h5,
.single_date_title h5,
.additional_times {
    font-size: 24px !important;
    color: #2b2b2b;
    font-weight: bolder;
    margin: 24px 0 20px;
    padding: 0;
    text-transform: uppercase !important;
    font-family: ProximaNova-Bold !important;
}

.single_date_title h5 {
    margin-top: 0;
    margin-bottom: 20px;
}

.single_para_title h5 {
    margin-top: 24px !important;
    margin-bottom: 20px;
}

.single_featured_ticket .buy_now svg,
.mob_single_featured_ticket .buy_now svg {
    width: 300px;
    transition: .15s all ease-in-out;
}

.single_featured_ticket .buy_now svg:hover .cbs-2 path {
    fill: #005BBB !important;
}

.single_event_calendar_links_inner {
    display: flex;
    flex-direction: column;
}

.single_event_calendar_links a {
    color: #2b2b2b;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
}

.top_event_title {
    display: flex;
    align-items: end;
    margin-bottom: 1.5rem;
    justify-content: space-between;
}

.top_event_title_inner h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2b2b2b !important;
    opacity: .7;
    text-transform: uppercase !important;
    position: relative;
    padding: 0;
}

.single_event_seprator {
    border-bottom: 1px solid;
    width: 49%;
    height: 70%;
    opacity: .7;
}

.below_title_calender h3 {
    font-size: 20px !important;
    padding: 0;
    font-family: ProximaNova-Regular !important;
}

.single_calendar_links {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.single_calendar_links .event_link_inner {
    color: #2b2b2b;
    text-decoration: underline;
    font-family: ProximaNova-Regular !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 5px;
    display: inline-block;
}

.single-tribe_events #et-main-area #tribe-events-pg-template {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.single-tribe_events .type-tribe_events {
    margin: 0 auto;
    max-width: 1048px;
    padding: 80px 15px 0;
}

.single_featured_title {
    background-image: linear-gradient(180deg, #002664 0%, #003687 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 0 15px;
    flex-direction: column;
}

.single_featured_title .tribe-events-single-event-title {
    font-size: 48px;
    line-height: 1.3em;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
}

.single_featured_title .inner_subheading h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.tribe_events .inner_subheading h3 {
    display: none;
}

.tribe-events-back {
    margin-top: 3rem;
    display: flex;
    align-items: center;
}

.tribe-events-back a {
    font-size: 16px;
    color: #000;
    font-family: ProximaNova-Regular;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.tribe-events-back a i {
    font-size: 24px;
    margin-right: 10px;
}

.single_featured_ticket .reserve_parking,
.mob_single_featured_ticket .reserve_parking {
    text-align: center;
    margin-top: 1rem;
}

.mob_single_featured_ticket .reserve_parking {
    margin-bottom: 1.5rem;
}

.single_featured_ticket .reserve_parking a,
.mob_single_featured_ticket .reserve_parking a {
    display: inline-block;
    border: 1px solid #005BBB;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #005BBB;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    width: 300px;
}

.single_featured_ticket .reserve_parking a:hover,
.mob_single_featured_ticket .reserve_parking a:hover {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}

.single_featured_ticket .buy_now .single_sale_soon,
.mob_single_featured_ticket .buy_now .single_sale_soon,
.event-card-content .event-card-footer .upcoming_sale_soon {
    display: inline-block;
    border: 2px solid #005BBB;
    padding: 0.75rem 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
    border-radius: 0;
    transition: all .2s ease-in-out;
    color: #005BBB;
    background-color: #fff;
    text-transform: capitalize;
    font-family: 'ProximaNova-Bold';
}

.single_featured_ticket .buy_now a:hover .single_sale_soon,
.mob_single_featured_ticket .buy_now a:hover .single_sale_soon,
.event-card-content .event-card-footer .upcoming_sale_soon:hover {
    background-color: #005BBB;
    border-color: #005BBB;
    color: #fff;
}

.single_featured_ticket .buy_now a,
.mob_single_featured_ticket .buy_now a {
    display: inline-block;
}

.event-card-content .event-card-footer .upcoming_sale_soon {
    font-size: 18px;
    background-color: transparent;
    padding: 0.35rem 1rem;
}

.single_featured_img .on_sale_date h4 {
    text-transform: uppercase;
    letter-spacing: .03125rem;
    font-family: 'ProximaNova-Regular';
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    padding: 0;
}

.single_featured_img .on_sale_date p {
    color: #000;
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: 'ProximaNova-Regular';
}

.inner_date_old .recurringinfo {
    display: none;
}

.recurring-time-list a {
    display: block;
    font-weight: 700;
    font-size: 19px;
}

/* ==========================================================================
   FAQs
   ========================================================================== */

.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

.fake {
    font-family: sans-serif;
    width: 100%;
    max-width: 540px;
    margin: 20px auto 15px;
}

.label {
    text-transform: uppercase;
    font-size: 18px;
    background: #e9e9e9;
    border: 3px solid #e9e9e9;
    color: #000;
    padding: 1rem 2rem !important;
    display: block;
    cursor: pointer;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    transition: all .35s;
}

.tickMaster {
    color: #005BBB;
    text-decoration: none;
}

.meow-tab-answer {
    padding: 0;
    color: #000;
    font-size: 1.25rem;
    background: white;
    overflow: hidden;
    display: none;
}

.meow-tab-answer .meow-tab-content {
    color: #000;
    font-size: 1.25rem;
    padding: 20px;
    font-family: ProximaNova-Regular;
    font-weight: 400;
    line-height: 1.6;
}

.arrow {
    position: absolute;
    right: 0;
    top: 24px;
    font-size: 24px;
    padding: 0 1.5rem;
    transition: all .35s;
    cursor: pointer;
}

.fa-angle-up {
    display: none;
}

.active {
    border: 3px solid #005BBB !important;
    color: #005BBB !important;
}

.head {
    position: relative;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#tribe-events-footer {
    display: none;
}

/* ==========================================================================
   Events Page
   ========================================================================== */

.page-id-4974 .tribe-events-calendar-list .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.page-id-4974 .tribe-events-calendar-list .row {
    width: 100%;
}

.tribe-events-calendar-list .container {
    margin-left: auto;
    margin-right: auto;
}

.tribe-events-calendar-list .row {
    margin-right: -15px;
    margin-left: -15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tribe-events-calendar-list .col {
    padding-right: 15px;
    padding-left: 15px;
}

.tribe-events-calendar-list .d-flex {
    display: flex !important;
}

.tribe-common .tribe-events-calendar-list {
    margin-top: 1.85rem;
}

/* Event Cards */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: .0625rem solid #e7eaf3;
    border-width: 0;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
}

.event-card,
.tribe-common .event-card {
    width: 100%;
    background-color: #2b2b2b;
    padding-bottom: 1.5rem;
}

.event-card .event-image img,
.tribe-common .event-card .event-image img {
    object-fit: cover;
    border: 5px solid #000;
    transition: all .2s;
}

.event-image {
    height: 257px;
    overflow: hidden;
}

.event-image img:hover {
    border-color: #005BBB !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tribe-common img {
    border-style: none;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

.event-card .event-meta,
.tribe-common .event-card .event-meta {
    padding: 0;
    margin: 10px 0 0 0 !important;
    width: 100%;
}

.event-card .event-date,
.tribe-common .event-card .event-date {
    font-size: 14px;
    text-transform: uppercase;
    color: #979797 !important;
    font-weight: 400;
    padding-bottom: 35px;
}

.event-card .event-title,
.event-card .event-title a,
.tribe-common .event-card .event-title,
.tribe-common .event-card .event-title a {
    margin-bottom: 0;
    font-size: 21px;
    color: #fff;
    font-weight: 400 !important;
    font-style: italic;
    font-family: proxima-nova, sans-serif !important;
}

.has-red-hover-color:hover {
    color: #005BBB !important;
}

.tribe-common a {
    cursor: pointer;
    display: inline;
}

.event-card .ticket-button-wrapper,
.events-carousel-multiple .ticket-button-wrapper {
    width: 100%;
}

.show-all-events path#Rectangle {
    stroke: #fff !important;
}

.show-all-events path#Rectangle:hover {
    stroke: #005BBB !important;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover > a.btn {
    background-color: #005BBB;
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: 10px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8.4375rem;
    padding: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    box-shadow: 0 10px 40px 10px rgb(140 152 164 / 18%);
}

.dropdown-menu.show {
    margin-top: -15px;
}

.dropdown-menu .dropdown-item {
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 16px;
    border-bottom: 0.0625rem solid #e7eaf3 !important;
}

.dropdown-menu .dropdown-item:hover {
    color: #005BBB;
}

.dropdown-toggle:after {
    transition: .2s all;
    content: "\f078";
    color: #005BBB;
}

.dropdown-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    content: "\f107";
    margin-left: 0.5rem;
}

.has-dark-color {
    padding: 16px 32px !important;
    border-color: #979797;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

/* Events Top Bar */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
    margin: 0;
    padding: 0;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
    flex: auto;
    position: relative;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
    align-items: center;
    display: flex;
    flex: none;
}

.tribe-events-c-top-bar__datepicker-button time span {
    font-size: 16px;
    font-weight: 700;
    border-color: #979797;
}

.tribe-events-c-top-bar__datepicker-button:hover time span {
    color: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .datepicker {
    margin-top: 20px !important;
}

.datepicker .active,
.table-condensed .active {
    border: inherit !important;
    color: #fff !important;
}

/* Events Navigation */
.tribe-common .tribe-events-c-nav__next[disabled] {
    padding: 10px 15px;
}

.tribe-common .tribe-events-c-nav__next:not([disabled]),
.tribe-common .tribe-events-c-nav__prev {
    background-color: #005BBB;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.625rem 1.125rem;
    border: 0.0625rem solid transparent;
    font-size: 16px;
}

.tribe-events .tribe-events-c-nav__next:not([disabled]),
.tribe-events .tribe-events-c-nav__prev {
    align-items: center;
    display: flex;
    flex: none;
    flex-wrap: wrap;
    justify-content: center;
}

.tribe-common .tribe-events-c-nav__prev::before {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
}

.tribe-common .tribe-events-c-nav__next:not([disabled])::after {
    margin-left: 0.5rem;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
}

/* Presented Section */
.presented_div {
    width: 35%;
    text-align: center;
}

.presented_div h4 {
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 25px;
}

.presented_div img {
    width: 308px;
    max-width: 100%;
}

.events_page_top {
    display: flex;
    align-items: center;
    padding: 50px 0 !important;
}

.events_page_top .main-event-header {
    width: 65%;
    margin-bottom: 0 !important;
}

.events_page_top h1.space-top-lg-2 {
    padding-top: 0 !important;
    text-align: left !important;
}

.events_page_top .container {
    margin: 0 auto !important;
}

/* ==========================================================================
   Partner Logo Grid
   ========================================================================== */

.partner-logo-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.partner-logo-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    transition: transform 0.3s ease;
}

.partner-logo-item a:hover {
    transform: scale(1.08);
}

.partner-logo-item img {
    width: 100%;
    height: auto;
    max-width: 140px;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.partner-logo-item a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

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

body .gform_wrapper .gform_footer input.button {
    border-color: #005BBB !important;
    border-radius: 0 !important;
    min-width: 150px !important;
    text-align: center !important;
}

/* ==========================================================================
   Responsive - Desktop (min-width: 1141px)
   ========================================================================== */

@media only screen and (min-width: 1141px) {
    #logo {
        width: 220px;
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 55px 0 0 0 !important;
        width: 100%;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_split .et-fixed-header #et-top-navigation {
        padding: 45px 0 0 0 !important;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
        padding-bottom: 45px !important;
    }

    .enmarket--proudhome-of-img img {
        width: 105px;
        filter: grayscale(90%);
    }

    .enmarket--proudhome-of-img img:hover {
        filter: grayscale(0);
    }

    .mobile-top-menu {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
    }

    .et-fixed-header #logo {
        width: 220px;
    }
}

/* ==========================================================================
   Responsive - Large Desktop (min-width: 1430px)
   ========================================================================== */

@media (min-width: 1430px) {
    .et_fullwidth_nav #main-header .container {
        max-width: 80% !important;
    }
}

/* ==========================================================================
   Responsive - Header Container (max-width: 1141px)
   ========================================================================== */

@media (max-width: 1141px) {
    .et_fullwidth_nav #main-header .container {
        max-width: 100% !important;
        padding: 0 30px !important;
        justify-content: space-between;
    }
}

/* ==========================================================================
   Responsive - Tablet/Mobile Header (max-width: 1140px)
   ========================================================================== */

@media only screen and (max-width: 1140px) {
    /* COMMENTED OUT - May conflict with Divi fixed header padding
    .et_fixed_nav.et_show_nav #page-container {
        padding-top: 80px !important;
    }
    */

    /* COMMENTED OUT - May conflict with Divi fixed header positioning
    .et_fixed_nav #main-header {
        position: fixed !important;
        display: flex;
        padding: 20px 0 0;
    }
    */

    .emarket_logo_image:after {
        display: none;
    }

    /* COMMENTED OUT - May conflict with Divi admin bar header positioning
    body.admin-bar.et_fixed_nav #main-header {
        top: 18px !important;
    }
    */

    .enmarket_proud_home {
        display: none;
    }

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

    .emarket_logo_image a {
        display: flex;
        align-items: center;
    }

    /* COMMENTED OUT - May conflict with Divi mobile logo sizing
    .et_header_style_left #logo {
        max-width: 100%;
        height: 100%;
        width: 155px;
    }
    */

    /* COMMENTED OUT - May conflict with Divi mobile navigation
    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_left #et-top-navigation {
        padding: 0 !important;
        float: none;
        display: inherit;
    }
    */

    .header_buy_now {
        display: none;
    }

    .mobile-top-menu {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
    }

    #et_mobile_nav_menu {
        display: block;
    }

    /* COMMENTED OUT - May conflict with Divi mobile menu display
    #top-menu {
        display: none;
    }
    */

    /* COMMENTED OUT - May conflict with Divi mobile menu margins
    nav#top-menu-nav,
    #top-menu,
    nav.et-menu-nav,
    .et-menu {
        margin-right: 10px;
    }
    */
}

/* ==========================================================================
   Responsive - Buttons (max-width: 1140px)
   ========================================================================== */

@media (max-width: 1140px) {
    .btn-outline-primary,
    .tribe-common .btn-outline-primary {
        padding: 12px !important;
    }
}

/* ==========================================================================
   Responsive - Dropdown (max-width: 1000px)
   ========================================================================== */

@media (max-width: 1000px) {
    .dropdown {
        margin-left: 10px !important;
    }
}

/* ==========================================================================
   Responsive - Large Desktop (min-width: 992px)
   ========================================================================== */

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 3.5rem !important;
    }

    .space-lg-2, .space-top-lg-2 {
        padding-top: 4rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .tribe-events-calendar-list .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .event-card .event-date,
    .tribe-common .event-card .event-date {
        height: 1.4rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

/* ==========================================================================
   Responsive - Tablet (max-width: 991px)
   ========================================================================== */

@media (max-width: 991px) {
    .creatingmatter_single_event {
        display: block;
    }

    .single_featured_img {
        width: 100%;
        padding: 0;
    }

    .single_featured_img .tribe-events-event-image img {
        width: 100%;
    }

    .single_featured_content {
        width: 100%;
        padding: 0;
    }

    .single_featured_content .single_featured_title h1 {
        font-size: 46px !important;
        line-height: 46px !important;
    }

    .single_featured_para p {
        width: 100%;
        font-family: ProximaNova-Regular !important;
    }

    .single_event_seprator {
        border-bottom: 1px solid;
        width: 66%;
    }

    .single_featured_ticket {
        display: none;
    }

    .mob_single_featured_ticket {
        display: block;
        margin-top: 32px;
        text-align: center;
    }

    .events_page_top {
        display: inherit;
    }

    .events_page_top h1.space-top-lg-2 {
        text-align: center !important;
    }

    .events_page_top .main-event-header {
        width: 100%;
    }

    .presented_div {
        padding-top: 20px !important;
        width: 100%;
    }

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

/* ==========================================================================
   Responsive - Logo Grid (min-width: 768px)
   ========================================================================== */

@media only screen and (min-width: 768px) {
    .foot-menu {
        margin-right: 14px;
    }

    .logo-col {
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .partners {
        width: 100% !important;
        height: auto;
    }

    .pa-inline-buttons .et_pb_button_module_wrapper {
        display: inline-block;
        width: 49%;
    }
}

/* ==========================================================================
   Responsive - Partner Grid Tablet (768px - 1023px)
   ========================================================================== */

@media (min-width: 768px) and (max-width: 1023px) {
    .partner-logo-item img {
        max-width: 120px;
        max-height: 60px;
    }
}

/* ==========================================================================
   Responsive - Mobile (max-width: 767px)
   ========================================================================== */

@media only screen and (max-width: 767px) {
    .logo-col {
        margin: 1% 0 6% 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    [class*='grid_'] {
        width: 100%;
    }

    .foot-menu {
        display: block;
    }

    .partners {
        width: 50% !important;
        height: auto;
    }

    .top_event_title {
        display: block !important;
    }

    .single_event_seprator {
        width: 100%;
    }

    .events_page_top .upper_events_all {
        display: inherit !important;
    }

    .justify-content-center {
        display: inherit !important;
    }

    .tribe-events-c-top-bar button {
        margin: 0 auto;
    }

    .dropdown {
        margin-top: 1rem !important;
        text-align: center;
    }

    .dropdown a {
        display: inline-block !important;
    }

    .partner-logo-item img {
        max-width: 100px;
        max-height: 50px;
    }
}

/* ==========================================================================
   Responsive - Events Grid (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
    .tribe-events-calendar-list .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   Responsive - Events Grid Mobile (max-width: 600px)
   ========================================================================== */

@media (max-width: 600px) {
    .tribe-events-calendar-list .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .tribe-events-calendar-list .col {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
}

/* ==========================================================================
   Responsive - Small Mobile (max-width: 360px)
   ========================================================================== */

@media (max-width: 360px) {
    .mob_single_featured_ticket .buy_now svg {
        width: 100%;
    }
}
