/*
Theme Name: Alliance Child
Template: alliance
Theme URI: https://alliance.themerex.net/
Description: Alliance is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    width: 300px;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 0px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: transparent;
}
.online-users ul {
    list-style: none;
    padding: 0;
}
.online-users li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px
}
.online-users img {
    margin-right: 8px;
    border-radius: 50%;
}
form.user-profile-form {
    max-width: 600px;
    background: #fff;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-family: inherit;
}

form.user-profile-form h3 {
    margin-top: 0;
    font-size: 1.5em;
}

form.user-profile-form p {
    margin-bottom: 1em;
}

form.user-profile-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.25em;
}

form.user-profile-form input[type="text"],
form.user-profile-form input[type="password"],
form.user-profile-form input[type="url"] {
    width: 100%;
    padding: 0.6em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form.user-profile-form button[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    cursor: pointer;
}

form.user-profile-form button[type="submit"]:hover {
    background-color: #005177;
}

form.user-profile-form .notice {
    margin-bottom: 1em;
    padding: 0.75em 1em;
    background: #e7f4e4;
    border-left: 4px solid #46b450;
    color: #2e7d32;
    border-radius: 4px;
}

.user-profile-form a {
    display: inline-block;
    margin-top: 1em;
    color: #0073aa;
}