/**
 * Shared Sahifa child-theme refinements.
 */

body.tech-blog {
	background: #f5f5f5;
	font-family: "Open Sans", Arial, sans-serif;
}

body.tech-blog #theme-header {
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
}

body.tech-blog .main-nav {
	border-top: 2px solid #f88c00;
}

body.tech-blog .cat-box-title h2,
body.tech-blog .post-box-title {
	font-family: "Droid Sans", Arial, sans-serif;
}

body.tech-blog .cat-box-title .stripe-line,
body.tech-blog .widget-title .stripe-line {
	background: #f88c00;
}

body.tech-blog .content .post-listing {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

body.tech-blog .entry p,
body.tech-blog .entry li {
	line-height: 1.7;
}

body.tech-blog .more-link {
	font-weight: 600;
}

body.tech-blog #featured-posts,
body.tech-blog #flexslider {
	margin-bottom: 20px;
}

body.tech-blog .cat-box {
	margin-bottom: 24px;
}

body.tech-blog .top-nav {
	background: #222;
	color: #fff;
}

body.tech-blog .main-nav {
	background: #2f2f2f;
}

body.tech-blog .main-nav .main-menu > ul > li > a {
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}

body.tech-blog #main-nav ul li a {
	color: #fff;
}

body.tech-blog #main-nav ul li i.fa {
	color: #fff;
}

body.tech-blog .post-thumbnail img,
body.tech-blog .gp-thumb-placeholder-img {
	width: 100%;
	height: auto;
	min-height: 120px;
	object-fit: cover;
	background: #e8e8e8;
}
