/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/
/* =Child-Theme customization starts here
------------------------------------------------------------ */
.tribe-common.event-tickets .tribe-common-c-btn,
.tribe-common.event-tickets a.tribe-common-c-btn {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: var(--theme-color-inverse_link) !important;
  border-color: var(--theme-color-text_link) !important;
  background-color: var(--theme-color-text_link) !important;
}

.tribe-common.event-tickets .tribe-common-c-btn:hover, .tribe-common.event-tickets .tribe-common-c-btn:focus,
.tribe-common.event-tickets a.tribe-common-c-btn:hover,
.tribe-common.event-tickets a.tribe-common-c-btn:focus {
  color: var(--theme-color-inverse_link) !important;
  border-color: var(--theme-color-text_hover) !important;
  background-color: var(--theme-color-text_hover) !important;
}

.tribe-common.event-tickets .tribe-common-c-btn[disabled],
.tribe-common.event-tickets a.tribe-common-c-btn[disabled] {
  color: var(--theme-color-inverse_link) !important;
  border-color: var(--theme-color-inverse_link) !important;
  background-color: var(--theme-color-text_light) !important;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
    margin: auto;
}
.event-tickets .tribe-tickets__tickets-footer, .entry .entry-content .event-tickets .tribe-tickets__tickets-footer {
    justify-content: center;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
	margin-left: 0;
}

.event-tickets .tribe-tickets__tickets-footer-total {
margin-right: 15px;
}

.ur-frontend-form {
  padding: 0;
  margin: 0 -10px;
  border: 0;
}

.ur-front-spinner {
position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -16px;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text] {
  padding-left: 0 !important;
}

.ur-frontend-form label.ur-label {
  color: var(--theme-color-text_dark);
}

#user-registration {
  background: transparent;
  margin: 0 -10px;
  box-shadow: none;
}

#user-registration .ur-frontend-form.login {
  padding: 0;
}

#user-registration label.ur-label {
  font-weight: 700;
  color: var(--theme-color-text_dark);
}

/*# sourceMappingURL=../../sourcemaps/style.css.map */