/*
 Theme Name: Story of a Kitchen
Theme URI: http://themeforest.net/user/giathemes/portfolio
 Description: Tiffany Child Theme for Story of a Kitchen
 Author: Mui Tsun
 Author URI: http://techpotions.com
 Template: tiffany
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

#logo {
	padding: 0 0 10px !important;
}

div.site-description {
	margin-top: 10px;
    font-family: Open Sans;
    font-size: 20px !important;
    line-height: 28px !important;
    font-style: normal;
}

/* Menu */

.dropdown-menu > li > a,
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-transform: none !important;
}

.dropdown-menu > li.has-children > a:after {
    content: "\25b6";
    position: absolute;
    left: 155px;
    color: #777 !important;
}

.dropdown-menu > li.menu-item > ul {
	display: none !important;
    position: absolute;
    top: 0;
}

.dropdown-menu > li.menu-item:hover > ul {
	display: block !important;
	margin-left:170px;
}

.dropdown-menu > li.menu-item > ul > li a {
	width: auto !important;
	color: #2c94ba !important;
}

.dropdown-menu > li.menu-item > a {
	font-size: 14px !important;
	padding: 5px 10px !important;
	width: 170px !important;
	white-space: normal !important;
}

.entry-title {
	margin-bottom: 25px !important;
}

.single .post-thumbnail {
	display: none !important;
}

/* Recipe Grid */

.nav-filter .filter {
	margin-bottom: 14px !important;
}

.post-grid .pagination .page-numbers.current,
.post-grid .pagination .page-numbers:hover {
	color: #fff !important;
}

/* Archive page pagination */

.wp-pagenavi a,
a.page-numbers,
span.page-numbers.dots {
    padding: 10px 10px !important;
}

.wp-pagenavi .current,
	.page-numbers.current {
    background: #2c94ba !important;
}

/* Social share buttons */

.ssba-wrap {
	margin-top: 25px;
}


/* ===============================================
/* Media queries */

@media (max-width: 1366px) {

	.top-menu .container,
	#logo.container {
		width: 100% !important;
	}

}

@media (max-width: 1220px) {

	.nav.navbar-nav > li > a {
		font-size: 12px !important;
		letter-spacing: 0.03em !important;
	}

	div.site-description {
		width: 80% !important;
	}

}

@media (max-width: 990px) {

	.nav.navbar-nav {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.nav.navbar-nav > li {
		width: auto !important;
		background-color: transparent !important;
		margin-right: 10px !important;
	}

}

@media (max-width: 960px) {

	.nav.navbar-nav > li > a {
		font-size: 10px !important;
		letter-spacing: 0.03em !important;
	}
/*
	.main-menu {
		height: 100px !important;
	}
	*/

}

@media (max-width: 768px) {

	.dropdown-menu > li.menu-item:hover > ul {
		display: block !important;
		margin-left: 0;
	}

}