.mobile-creds {
	margin-bottom: 2.5rem;
}

/* Recipe Card */

div.easyrecipe {
	font: 16px Lato,sans-serif;
	line-height: 1.7;
	color: #212529;
}

/* Praise CSS */

.widget_woothemes_testimonials .quote {
	background: #ebebeb;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: #000;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-nav .dropdown-item {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	width: 100%;
	text-transform: lowercase;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
	background: transparent;
	color: #81ec8e;
}

.sidebar .social-widget i {
	padding-left: 5px;
	padding-right: 5px;
}

.xs-search {
	margin-top: 0.25rem;
}

.xs-search form {
	margin-left: -15px;
	margin-right: -15px;
}

.xs-search input {
	width: 100%;
	border: none;
	padding: 0.25rem;
	margin-bottom: -15px;
	background: #81ec8e;
	border-radius: 0 !important;
}

.tooltip-inner {
	background: #81ec8e;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #81ec8e !important;
}

.tooltip-inner input {
	background: transparent;
	border: none;
	padding: 0.25rem
}

.banner .search-tooltip i {
	padding: 1rem 10px;
}

.sidebar .search-field {
	  width: 100%;
    border: 2px solid #ebebeb;
    border-radius: 0;
}

.hero-header .hero-cta-box .hero-cta-title {
    font-size: 1.75rem;
}

.mobile-tagline {
	font-size: 11px;
  color: #fff;
}

.relpost-thumb-wrapper h2 {
	font-weight: 400 !important;
}


.banner .navbar-brand img {
    max-height: 65px;
}

@media (max-width: 1200px) {
	.banner .navbar-nav .nav-link {
    	font-size: 15px;
	}
}

@media (max-width: 997px) {
	.dropdown-menu {
		width: 100%;
		border: 1px solid #fff !important;
	}
}

@media (max-width: 567px) {
	.navbar-brand {
		margin-right: 0;
	}
	.banner .navbar-toggler {
    color: #fff;
    font-size: 2rem;
    padding: 6px;
		width: 100%;
    padding-bottom: 10px;
	}
	.banner .navbar-brand img {
    max-height: 100px;
		width: 100%;
	}
}