/*
 Site Main Style
*/

@font-face {
	font-family: "Rubik Medium";
	src: url(Rubik-Medium.ttf);
	font-display: swap;
}

@font-face {
	font-family: "Poppins Medium";
	src: url(Poppins-Medium.ttf);
	font-display: swap;
}

@font-face {
	font-family: "Roboto Regular";
	src: url(Roboto-Regular.ttf);
	font-display: swap;
}

body{
	font-family: "Roboto Regular", serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Poppins Medium", serif;
}

p{
	font-family: "Roboto Regular", serif;
}

code{
	color: crimson;
	padding: 2px;
}

em {
	color: inherit;
}

.facebook{
	background: #3b5998;
	color: #ffffff;
}

.x{
	background: #0f1419;
	color: #ffffff;
}

.linkedin{
	background: #007AB5;
	color: #ffffff;
}

.whatsapp{
	background: #4DC247;
	color: #ffffff;
}

.uk-link, a{
    color: #0066ff;
}

.uk-input{
	border-radius: 5px;
}

.uk-textarea{
	border-radius: 5px;
}

.uk-select{
	border-radius: 5px;
}

.uk-checkbox, .uk-radio{
	height: 20px;
	width: 20px;
}

.uk-input, .uk-select, .uk-textarea{
    border-color: #D0D0D0;
}

.uk-input::placeholder, .uk-select::placeholder, .uk-textarea::placeholder{
    color: #666666;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
    border-color: #0066ff;
}

.primary{
    color: #0066ff !important;
}

.green{
	color: #00CC00;
}

.uk-button{
	border-radius: 5px;
}

.uk-button-primary{
    background: #0066ff;
}

.uk-button-primary:hover{
    background: #0055d4;
}

.uk-button-primary:disabled{
    background: transparent;
}

.uk-button-default{
    border: 1px solid #0066ff;
}

.uk-button-default:hover{
    border: 1px solid #0066ff;
    background: #0066ff;
    color: #ffffff;
}

.center{
    text-align: center;
}

.uk-form-large {
    font-size: 1rem;
}

.uk-offcanvas-bar {
	background: #ffffff;
}

.uk-nav-default > li > a, .uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a, .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a{
	color: #0f1419;
}

.uk-navbar-nav > li > a{
	color: #333333!important;
	font-family: "Poppins Medium", serif;
	text-transform: capitalize;
}

#spinner{
	display: none;
}

#header{
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#logo img{
	width: 224px;
	margin: 7% 0;
}

#navigation button{
    margin-top: 18%;
}

#navigation #menu-business span{
	background: #0066ff;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
}


#navigation #menu-business span:hover{
	background: #0055d4;
}

.uk-navbar-container:not(.uk-navbar-transparent){
    background: none;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
    width: 800px;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
    font-size: 1.063rem;
    min-height: 73px;
}

.uk-navbar-nav > li > a:hover{
	color: #0066ff !important;
}

.uk-navbar-nav > li > a:active{
	color: #0066ff;
}

.uk-navbar-nav > li > a:focus{
	color: #0066ff;
}

#home {
	padding: 10px 0;
}

#home [class*="uk-inline"]{
    display: block;
}

#home_search h1{
	color: #0066ff;
	font-size: 2rem;
	text-align: center;
	font-weight: 400;
}

#home_search h4 {
	font-size: 1rem;
	margin-top: 0;
    text-align: center;
	font-weight: bold;
}

#sub-head{
	text-align: center;
	margin-top: 0;
	font-size: 1.5rem;
}

#home_search label{
}

#home_featured img:hover{
	opacity: 0.8;
}

.round-top{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#home_categories{
	margin-top: 30px;
}

#qr-code{
	border: 1px solid #eeeeee;
}

#about-page .page-head{
	margin-bottom: 20px!important;
}

#custom-404 h1{
	font-size: 100px !important;
}

#register{
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	margin: 40px 0 50px 0;
	border-radius: 5px;
}

#message-page h3,#message-page h4{
	text-align: center;
}

#businesses {
	padding: 30px 0;
}

#businesses h1{
	font-size: 2rem;
	color: #0066ff;
}

#businesses .uk-button{
	margin-bottom: 10px;
}

#search-box{
	padding: 40px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#search-box h4{
	margin-bottom: 30px;
}

#search-box .uk-input{
	width: 300px;
}

#create-box{
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	padding: 40px;
	border-radius: 5px;
}

#badge-box{
	margin-top: 30px;
	padding: 40px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#search_page {
	padding: 30px 0 0 0;
}

#search_page h1{
	font-size: 2rem;
	text-align: center;
	padding-top: 15px;
	color: #0066ff;
}

#message-page h4{
	font-size: 18px;
}

#message-page .uk-alert{
	padding: 30px;
}

#search h3{
	margin-bottom: 5px;
}

#search h4{
	margin: 0;
	padding: 0;
}

#search-image{
	min-height: 120px;
	max-height: 120px;
	border: 1px solid #ccc;
	margin-top: 30px;
}

#search #description{
	margin: 5px 10px 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.business-list {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	padding: 10px;
	border-radius: 5px;
}

.Premium{
	border: 1px solid #0066ff;
}

#listing-page h3{
    margin: 5px 0;
}

#listing-page h4{
    margin: 0;
    padding: 0;
}

#listing-page #description, .recent-listings #description{
    margin: 5px 10px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.edit_links a:hover{
	color: #ffffff;
}

#user #welcome{
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius: 5px;
}

#user #welcome h3{
	text-align: center;
}

#listing-page .uk-alert{
    margin-top: 33px;
}

#listing h1{
    font-size: 2rem;
    margin-bottom: 8px;
	font-family: "Roboto Regular", serif;
}

#listing #breadcrumbs{
    margin-bottom: 8px;
}

#listing h6{
    font-size: 16px;
    color: #0066ff;
    margin-top: 20px;
	font-weight: bold;
}

#listing .uk-button{
	margin-bottom: 10px;
}

#listing-features .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
	stroke: currentcolor;
	stroke-width: 3;
}

#listing-page .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
	stroke: currentcolor;
	stroke-width: 4;
}

#listing-features .uk-icon-button{
	color: #00CC00;
}

#listing #opening_hours h6{
    margin-top: 0;
}

#listing #description, #category-page-description{
    white-space: pre-wrap;
}

#listing #services{
    white-space: pre-wrap;
}

#business-faq h2{
	font-size: 16px;
	color: #0066ff;
	margin-top: 20px;
	font-weight: bold;
}

#business-faq h3{
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	font-family: "Roboto Regular", serif;
}

.box{
	padding: 20px 45px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius: 5px;
}

.shadow{
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius: 5px;
}

.page-head{
    margin-bottom: 40px;
}

.page-title h1{
    padding: 40px 0 20px 0;
    text-align: center;
	color: #0066ff;
    font-size: 2rem;
}

#user_nav_small .uk-button{
	margin-bottom: 10px;
}

#admin h1, #admin h3{
	text-align: center;
}

#google-play img{
	border: 1px solid #eeeeee;
	padding: 10px;
	border-radius: 5px;
}

#about-page h1{
	color: #0066ff;
}

#about-page img{
	border-radius: 5px;
}

#sub-footer{
	border-top: 1px solid #eeeeee;
    padding: 60px 0 50px 0;
}

#sub-footer h4{
}

#sub-footer a{
}

#sub-footer a:hover{
    text-decoration: underline dotted;
}

.footer-menu{
	list-style: none;
	padding: 0;
}

.footer-menu li{
	margin: 9px 0;
}

#footer{
	border-top: 1px solid #eeeeee;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
    padding: 20px 0;
}

#footer a{
    margin-left: 10px;
	font-weight: bold;
}

#footer p{
	text-align: center;
}

@media only screen and (min-width: 700px) {
	#navigation button{
		margin-top: 6%;
	}

	#listing-page-image img{
		padding: 0 10px 0 0;
	}
}

@media only screen and (min-width: 1000px) {
	#navigation{
		margin-top: 7px;
	}

	#home {
		padding: 20px 0 130px 0;
	}

	#home_search h1{
		color: #0066ff;
		font-size: 3.75rem;
		text-align: center;
		font-weight: bolder;
		letter-spacing: -0.039em;
		margin: 0 0 10px 0!important;
	}

	#home_search #sub-head {
		margin: 0;
	}

	#home_search #hero{
		margin-bottom: 10px;
	}
	
	#home_search label{
		color: #ffffff;
	}

	#home_featured{
		margin-top: 130px;
	}

	#home_featured h3{
		text-align: center;
	}

	#home_categories h3{
		text-align: center;
	}

	#home_categories{
		margin-top: 120px;
	}

	#app-download{
		margin-top: 120px;
	}

	#google-play img{
		margin-left: 20px;
	}

	#businesses h1 {
		text-align: center;
		padding-top: 15px;
	}

	#listings .uk-button-primary {
		margin-bottom: 0;
	}

	#search_page h1{
	}

	#listing-page-image img {
		/*padding: 30px 30px 0 30px;*/
	}

	#listing-page .uk-alert{
		margin-top: 20px;
	}

	#listing-page{
	}

	#listing-page-image img{
		padding: 0 10px 0 0;
		/*max-height: 120px;*/
	}

	#listing-page-image{
		/*min-height: 120px;*/
		/*max-height: 120px;*/
	}

	#search-image {
		margin-top: 0;
	}

	#search-image img {
		padding: 20px 10px 5px 10px;
	}

	#search .uk-alert{
		margin-top: 20px;
	}

	#search{
		margin-top: 20px;
	}

	#plans-page .box h4{
		margin-top: 20px;
	}

	#plans-page .box a{
		text-decoration: none;
		color: #666666;
	}

@media (min-width: 1200px) {
	* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
		margin-top: 20px;
	}
}
}


/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/@tarekraafat/autocomplete.js@10.2.9/dist/css/autoComplete.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

.awesomplete [hidden] {
	display: none;
}

.awesomplete .visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.awesomplete {
	/*display: inline-block;*/
	display: block;
	position: relative;
}

.awesomplete > input {
	display: block;
}

.awesomplete > ul {
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.awesomplete > ul:empty {
	display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}

	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		visibility: hidden;
		transition-timing-function: ease;
	}
}

/* Pointer */
.awesomplete > ul:before {
	content: "";
	position: absolute;
	top: -.43em;
	left: 1em;
	width: 0; height: 0;
	padding: .4em;
	background: white;
	border: inherit;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.awesomplete > ul > li {
	position: relative;
	padding: .2em .5em;
	cursor: pointer;
}

.awesomplete > ul > li:hover {
	background: hsl(200, 40%, 80%);
	color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
	background: hsl(205, 40%, 40%);
	color: white;
}

.awesomplete mark {
	background: hsl(178, 100%, 50%);
}

.awesomplete li:hover mark {
	background: hsl(194, 100%, 50%);
}

.awesomplete li[aria-selected="true"] mark {
	background: hsl(194, 87%, 51%);
	color: inherit;
}

/*# sourceMappingURL=awesomplete.css.map */
