/*
Theme Name: Blind Support
Template: generatepress
Author: Child Theme Configurator
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.0.0.1581004729
Updated: 2020-02-06 15:58:49

*/

body .inside-header.grid-container {
	max-width: 100%;
}

/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
	color: #222222 !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
	color: #44b0ec !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus,
.um input[type="submit"]:disabled:hover {
	background: #222222 !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type="submit"].um-button:hover {
	background: #44b0ec !important;
}

/* Button alt colors */
.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
	background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type="submit"].um-button.um-alt:hover {
	background: #e5e5e5 !important;
}

footer.site-info {
	display: none;
}

.home .main-navigation,
.home .main-navigation ul ul {
	background-color: transparent;
}

.main-navigation .main-nav ul li a {
	color: black;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background-color: transparent;
	color: inherit;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a {
	background-color: transparent !important;
	color: inherit !important;
	opacity: 0.7;
}

.home .main-navigation .main-nav ul li a,
.home .menu-toggle,
.home .main-title a,
.home .main-title a:hover,
.home .main-title a:visited,
.home .site-description {
	color: white;
}

.home h1.entry-title {
	display: none;
}

body {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
	color: #1d1d1f;
	font-style: normal;
}

section.bt-section.bt-section--home-search {
	width: 100%;
	background-color: black;
	min-height: 300px;
	height: 50vh;
	transition: height 1s 0.5s;
}

.home header#masthead {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	color: white;
}

.bt-section--home-search .bt-section__inner__content {
	width: 100%;
	max-width: 768px;
	margin: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
}

.bt-section--home-search h1 {
	color: white;
	font-weight: 700;
}

.bt-section--home-search .bt-section__inner {
	height: 100%;
}

.homesearc-cont {
	position: relative;
	z-index: 1;
}

#homesearch-form {
	width: 100%;
	margin-top: 5rem;
}

#homesearch {
	width: 100%;
	min-width: 300px;
	height: 60px;
	border-radius: 5px;
	background-color: black;
	color: white;
	border-color: white;
	box-shadow: none !important;
	outline: none !important;
}

#homesearch::placeholder {
	color: #a9a9a9;
	padding-left: 5px;
}

.homesearc-cont label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.sidebar .widget .widget-title {
	font-weight: 600;
}

.home .entry-content {
	margin: 0;
}

h2.hometitle {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: none;
	font-weight: 600;
	color: #000000;
}

.home-categories__item {
	display: flex;
	align-items: center;
}

.home-categories__item__icon {
	font-size: 3.5rem;
	margin-right: 1.5rem;
	line-height: 1;
}

.home-categories__item__description h3,
.home-categories__item__description p {
	margin-bottom: 0;
}

.home-categories__item:not(:last-child) {
	margin-bottom: 2rem;
}

.home-categories__item__description p {
	color: #737373;
	font-size: 1rem;
}

ul#menu-primary > li:last-child > a {
	border: solid 1px;
	border-radius: 5px;
}

.main-navigation .main-nav ul li a {
	line-height: 40px;
}

.main-navigation,
.main-navigation ul ul {
	background-color: transparent;
}

.um.um-login.um-46.uimob500 {
	margin: 0 auto !important;
	margin-top: 100px !important;
}

.um-page-login h1 {
	display: none;
}

.just-typed label {
	background-color: white;
	color: black;
	z-index: 1;
	cursor: pointer;
}

#homesearch-form label {
	border-radius: 0 5px 5px 0;
	transition: background-color 0.3s, color 0.3s;
}

/* .just-typed section.bt-section.bt-section--home-search {
	height: 80vh;
}

.just-typed {
	overflow: hidden;
} */

.my-ticket {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.my-ticket h2 {
	margin-bottom: 0;
}

.btn {
	border: solid 1px;
	border-radius: 5px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: black;
}

.btn--view {
	background-color: rgba(0, 0, 0, 0);
	color: black !important;
	box-shadow: 0 3px 0 0 black;
	transition: transform 0.4s, box-shadow 0.4s, color 0.25s, background-color 0.25s, border 0.25s;
}

.btn--view:hover,
.btn--view:focus {
	background-color: black;
	color: white !important;
	border-color: black;
	box-shadow: none;
	transform: translateY(3px);
}

.blind_tickets_dashboard .entry-meta a {
    color: #8c8c8c;
    text-decoration: none;
    pointer-events: none;
}

.blind_tickets_dashboard .entry-meta {
    color: #8c8c8c;
}

.blind_tickets_dashboard h2 a {
    text-decoration: none!important;
    color: #ff6d18;
    font-weight: bold;
}