/** AVADA RESET HACKS **/

a:hover {
    text-decoration: unset;
}

/** STYLING **/

.bg-primary {
	background: #00a860 !important;
}

.bg-secondary {
	background: #ebebeb !important;
}

.decks-fl .btn {
	border: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 18px;
}

.decks-fl .raleway {
	font-family: 'raleway';
}

.decks-fl .btn.btn-light, .decks-fl .btn-light:not(:disabled):not(.disabled).active, .decks-fl .btn-light:not(:disabled):not(.disabled):active, .decks-fl .show>.btn-light.dropdown-toggle {
	color: #00a860;
}

.decks-fl i {
    color: #00a860;
}

.decks-fl .location a {
    color: rgba(63, 53, 30, 1);
    font-weight: bold;
}

.decks-fl .name a {
    color: rgba(63, 53, 30, 1);
}

.decks-fl {
    font-family: "Roboto";
}
.decks-fl tbody tr {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
}

.decks-fl tbody tr:hover {
    background: rgba(0, 168, 96, 0.2);
}

.decks-fl tbody td {
    transition: background-color .2s linear, color .2s linear;
    -webkit-transition: background-color .2s linear, color .2s linear;
}

.decks-fl tbody td:hover {
    background-color:#00a860;
    color:white;
}

.decks-fl tbody td a, .decks-fl tbody td i {
    transition: background-color .2s linear, color .2s linear;
    -webkit-transition: background-color .2s linear, color .2s linear;
}

.decks-fl tbody td:hover a, .decks-fl tbody td:hover i {
    color:white;
}

.decks-fl .find-a-franchise {
	position: relative;
}

.decks-fl .find-a-franchise .search-box {
	flex: 1 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.decks-fl .find-a-franchise .search-box i.big {
	color: rgba(255,255,255, 0.5);
	font-size:55px;
	margin: auto;
}

.decks-fl .find-a-franchise .search-box h5 {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.decks-fl .search-results-invalid h3 {
	color: #00a860;
	font-weight:bold;
}

#decks_fldb #result_container h5 {
	color:white;
	font-weight:bold;
	margin: 0;
	font-size: 20px;
	word-wrap: break-word;
}

#decks_fldb #result_container .name {
	font-size: 24px;
	font-weight: bold;
}

.loading-screen {
	position: absolute;
	background:rgba(255, 255, 255, 0.75);
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #00a860;
}

.loading-screen i {
	display: block;
	font-size: 80px;
	margin-bottom: 15px;
}

.decks-fl .loading-screen{
	top: unset;
	bottom: unset;
}

#loading_container{
	width: 100%;
	min-height: 250px;
	padding-top: 50px;
}

#decks_fldb h3{
	font-family: "Roboto";
	font-size: 27px;
}

@media(max-width: 500px){
	#decks_fldb h3{
		font-size: 23px;
	}
}

#decks_fldb h5{
	font-family: "Roboto";
	font-size: 20px;
	color: lightgray;
	margin: 0;
}
#decks_fldb .form{
	margin-top: 20px;
}
#decks_fldb .form-control{
	background: white;
	border: 1px solid gray;
	padding: 30px 15px;
	font-family: Roboto;
}

#decks_fldb .btn{
	font-weight: 700;
}

#decks_fldb .btn-primary{
	background: #00a860;
	border-color: #00a860;
}
#decks_fldb .btn-success{
	background: #d8ff00;
	border-color: #d8ff00;
	color: #00a860;
}
#decks_fldb .btn-success:hover{
	background: #ebebeb;
	border-color: #ebebeb;
}
#decks_fldb .btn-primary:hover{
	background: white;
	color: #00a860;
}

#decks_fldb .btn-secondary:hover{
	background: white;
	color: #6c757d;
}