/*
Theme Name: Search Bloom
Theme URI: https://www.searchbloom.com
Author: fysalyaqoob
Author URI: http://www.fysalyaqoob.com
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpbootstrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

.page-id-17 .footer-form {
	display: none;
}

.cake_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cake_menu ul li {
	padding: 5px 0;
}

.cake_menu ul li:nth-child(odd) {
	background: #f9f9f9;
}

.cake_menu_price h2 sub {
    bottom: .2em;
    font-size: 14px;
}

body div.pdfemb-toolbar div {
	display: none !Important;
}

.colorwhite {
	color: #fff;
}

.menupage-bg {
	text-align: center;
	position: relative;
}

.menupage-bg h1 {
	font-size: 40px;
	color: #fff;
}

.menupage-bg .banner-text {
padding-top: 0;
    background: rgba(0,0,0,0.15);
}

.menupage-bg .banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.menu-page { padding: 50px  0; }
.menu-page .section-title { margin-bottom: 20px; }
.menu-page hr.divider { margin-bottom: 20px; }
.menu-page .capital { text-transform: capitalize; }
.page-desc { max-width: 630px; margin-left: auto; margin-right: auto; font-size: 18px; margin-bottom: 20px; }
.cat-title { background: #BC9B5D; color: #fff; font-family: 'Ubuntu', sans-serif;  font-weight: bold;  text-transform: uppercase; font-size: 20px; text-align: center; padding: 8px; }
.alert-note { text-align: center;  margin-top: 30px; }


@media screen and (min-width: 992px) {
	.sf-menu > li > a {
		padding: 15px 15px;
	}
}