/*
Theme Name: Exhibz
Theme URI: https://themeforest.net/user/tripples/portfolio
Author: Tripples
Author URI: https://themewinter.com
Description: Exhibz is a functional Event and Conference WordPress Theme.
Version: 3.1.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: exhibz
Tags: theme-options, post-formats, featured-images
Requires at least: 5.4
Tested up to: 6.8
Requires PHP: 7.4
*/

.ekit-wid-con .ekit-form form input[type=submit]{
    padding-top: 0px !important;
}

.ts-pricing-item .ts-pricing-price{
        font-size: 32px !important;
        margin-bottom: 5px !important;
}
.ts-pricing-item ul {
    text-align: left !important;
}

.third-box-price .elementor-widget-container a
{
    display: none !important;
}
svg {
    fill: currentColor !important;
}

.login-container {
    display:flex; justify-content:center; align-items:center;
    /*height:100vh; background:#f3f4f6; padding:20px;*/
}
.login-box {
    /*background:#fff;*/ padding:40px; border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.1); width:100%;
    max-width:420px; text-align:center;
}
.login-box .logo {
    width:120px; margin:0 auto 20px;
}
.login-form input {
    width:100%; padding:15px; margin:10px 0;
    border:1px solid #ddd; border-radius:8px; font-size:16px;
}
button {
    width:100%; padding:15px;
    background:#0073aa; color:#fff; border:none;
    border-radius:8px; font-size:16px; cursor:pointer;
}
button:hover { background:#005a87; }
.forgot-link {
    display:block; margin-top:15px; color:#0073aa; text-decoration:none;
}

.page-banner-title {
    position: absolute;
    top: 35% !important;
    width: 100%;
    height: 0% !important;
}

.main-container {
    padding: 0px 0 !important; 
}
.navbar.navbar-light ul.navbar-nav > li{
margin: 0 10px !important; 
}
.header-standard .col-lg-9
{
    flex: 0 0 78% !important; 
    max-width: 78% !important; 
} 

@media (min-width: 1200px) {
    .container {
        max-width: 1198px !important;
    }
}
