/*--------------------------------------------------------------
Kapu Main Main Styling
www.kapu.alamacreative.com
Author: Eric Kangiri
--------------------------------------------------------------*/
body {
	color: #444;
	font-family: 'Roboto', Verdana, Helvetica, Geneva, sans-serif;
	background-color: #f8fafa;
	font-size: 1rem;
	font-size: responsive;
	font-weight: lighter;
	line-height: 2.2;
	text-rendering: optimizeLegibility;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	text-transform: uppercase;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.375rem;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.875rem;
}
/*--------------------------------------------------------------
# Header+Nav
--------------------------------------------------------------*/
.container-top {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #e7e7e7;
	position: fixed;
	z-index: 10;
}
header {
	width: 80%;
	margin: 0 auto;
	z-index: 10;
	max-height: 80px;
	background-color: #fff;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.logo {
	margin: 0;
	width: 80px;
	height: 80px;
	float: left;
}
nav.sitenav {
	margin: 10px 100px;
	float: right;
}
nav.sitenav li {
	display: inline-block;
	padding: 10px 10px;
}
nav.sitenav li a {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
}
nav.sitenav li a:hover {
	color: #ff4400;
}
nav.sitenav li a:active {
	color: #ff4400;
}
.menu-icon {
	width: 80px;
	height: 80px;
	background-image: url(../images/menu-icon.png);
	background-repeat: no-repeat;
	display: none;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

#wrap {
	margin-top: -50px;
	height: 80px;
}
input[type="search"] {
	height: 80px;
	font-size: 36px;
	text-transform: uppercase;
	display: inline-block;
	border: none;
	outline: none;
	color: #555;
	padding: 5px 30px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	letter-spacing: 10px;
	z-index: 10;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
input[type="search"]:focus:hover {
	border-bottom: 1px solid #BBB;
	background-color: #fff;
}
input[type="search"]:focus {
	width: 700px;
	z-index: 1;
	border-bottom: 1px solid #BBB;
	background-color: #fff;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(51,51,51,0.33);
	-moz-box-shadow: 0px 15px 20px 0px rgba(51,51,51,0.33);
	box-shadow: 0px 15px 20px 0px rgba(51,51,51,0.33);
	cursor: text;
}
input[type="image"] {
	height: 80px;
	width: 80px;
	display: inline-block;
	color: red;
	float: right;
	background-image: url(../images/search.png);
) center center no-repeat;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	cursor: pointer;
	cursor: pointer;
	transition: 0.3s ease-in;
}
input[type="image"]:hover {
	opacity: 0.8;
	transform: scale(0.95);
}
.clear {
	clear: both;
}

/*MEDIA QUERY*/
 @media screen and (min-width: 240px) and (max-width : 800px) {
header {
	width: 100%;
}
nav.sitenav {
	margin: 0;
	margin-right: 80px;
}
.menu-icon {
	display: inline-block;
	cursor: pointer;
}
nav ul, nav:active ul {
	display: none;
	position: absolute;
	background: #333;
	right: 0;
	top: 40px;
	min-width: 360px;
}
nav.sitenav li {
	display: list-item;
	width: 100%;
	padding: 20px 40px;
	text-align: center;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
nav.sitenav li a {
	color: #fff;
}
nav:hover ul {
	display: block;
}
}
/*--------------------------------------------------------------
# Homepage Intro
--------------------------------------------------------------*/
.main-site-content {
	width: 80%;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 80px;
	margin: 0 auto;
}
.row {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
.featured-row {
	max-width: 1200px;
	max-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.featured-details {
	width: 400px;
	float: left;
	padding: 60px 50px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.rangi-1:hover {

	-webkit-box-shadow: inset 2px 0px 0px 0px rgba(255,68,0,1);
-moz-box-shadow: inset 2px 0px 0px 0px rgba(255,68,0,1);
box-shadow: inset 2px 0px 0px 0px rgba(255,68,0,1);

}
.featured-image {
	max-width: 800px;
	float: right;
}
.featured-details h1 {
	color: #444;
	font-size: 2.4rem;
	line-height: normal;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
}
.featured-details h1 a {
	color: #333;
}
.featured-details h1 a:hover {
	color: #ff4400;
}
.featured-details p a {
	font-size: 0.8rem;
	color: #666;
	letter-spacing: 5px;
}
.featured-details p a:hover {
	color: #ff4400;
}
.featured-details h2 {
	color: #444;
	font-size: 1rem;
	line-height: normal;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 5px;
	padding: 5px 0;
}
.advert-main {
	max-width: 730px;
	margin: 0 auto;
	padding-top: 30px;
}
/*--------------------------------------------------------------
# Post styling Home + Category Templates
--------------------------------------------------------------*/
.poststyle {
	width: 400px;
	min-height: 400px;
	float: left;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	padding-bottom: 10px;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
}
.poststyle:hover {
	-webkit-box-shadow: 0px 15px 20px 0px rgba(51,51,51,0.33);
	-moz-box-shadow: 0px 15px 20px 0px rgba(51,51,51,0.33);
	box-shadow: 0px 15px 20px 0px rgba(51,51,51,0.33);
	transform: scale(0.95); /* Remember vendor prefixes! */
	z-index: 1;
}
.poststyle img {
	width: 100%;
	float: left;
	background-color: #fff;
}
.poststyle h3 {
	color: #333;
	padding: 20px 30px 0 30px;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 500;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
}
.poststyle h3 a {
	color: #333;
	text-transform: uppercase;
}
.poststyle h3:hover {
	color: #ff4400;
}
.poststyle h4 {
	padding: 0 30px;
	font-size: 12px;
	text-transform: uppercase;
}
.poststyle h4 a {
	color: #666;
	letter-spacing: 5px;
}
.poststyle h4 a:hover {
	color: #ff4400;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	color: #333;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	font-size: 2rem;
	letter-spacing: 10px;
}
.next, .page-numbers {
	color: #888;
}
span.current {
	color: #333;
}
/*--------------------------------------------------------------
# Subscription Form
--------------------------------------------------------------*/
.cta {
	width: 100%;
	background-color: #191919;
	overflow: hidden;
}
.cta-content {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	min-height: 300px;
}
form {
	position: relative;
	margin: 50px auto 0 auto;
}
.email {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	width: 600px;
	height: 100px;
	padding: 0 10px;
	font-size: 2.25rem;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #666;
	background: transparent;
}
.submit {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	height: 100px;
	margin: 0 0 0 -5px;
	padding: 0;
	background: transparent;
	font-size: 2.25rem;
	color: #ff4400;
	cursor: pointer;
	border: 0;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-ms-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
}
.submit:hover {
	color: #ffa23e;
}
/*--------------------------------------------------------------
# Footer Manenos
--------------------------------------------------------------*/
footer {
	width: 100%;
	overflow: hidden;
	min-height: 200px;
	text-align: center;
}
.love {
	padding: 50px 10px 0 10px;
	font-size: 1.1rem;
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.love img {
	padding-top: 5px;
}
.credit {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	text-align: center;
}
.credit ul li {
	display: inline-block;
	padding: 0 10px;
}
.credit ul li a {
	color: #333;
}
.credit ul li a:hover {
	color: #ff4400;
}
/*--------------------------------------------------------------
# Social media pages
--------------------------------------------------------------*/
.follow {
	max-width: 180px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px 20px;
}
.follow a {
	padding: 10px;
}
/*Twitter*/
.be {
	text-indent: 10000px;
	background-position: 0 0;
	background-image: url(../images/be.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 30px;
	height: 30px;
	text-align: right;
	margin: 0;
	cursor: pointer;
	float: left;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.be:hover {
	background-color: #4099ff;
	background-position: 0 -30px;
}
/*Facebook*/
.fb {
	text-indent: 10000px;
	background-position: 0 0;
	background-image: url(../images/fb-2.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 30px;
	height: 30px;
	text-align: right;
	margin: 0;
	cursor: pointer;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.fb:hover {
	background-color: #3B5998;
	background-position: 0 -30px;
}
/*Instagram*/
.in {
	text-indent: 10000px;
	background-position: 0 0;
	background-image: url(../images/in.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 30px;
	height: 30px;
	text-align: right;
	margin: 0;
	cursor: pointer;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.in:hover {
	background-color: #ae00da;
	background-position: 0 -30px;
}
/*YouTube*/
.yt {
	text-indent: 10000px;
	background-position: 0 0;
	background-image: url(../images/yt.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 30px;
	height: 30px;
	text-align: right;
	margin: 0;
	cursor: pointer;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.yt:hover {
	background-color: #ff1818;
	background-position: 0 -30px;
}
/*--------------------------------------------------------------
# Category/Archives/Template Pages
--------------------------------------------------------------*/
.category-intro {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.box {
	width: 100%;
	height: 350px;
	margin: 0;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
}
.cat-info {
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 100px;
	overflow: hidden;
	padding: 10px 20px;
}
.cat-info h1 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	clear: both;
	font-size: 4rem;
	line-height: 4.4rem;
	color: #333;
}
.cat-info p {
	line-height: 1rem;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px;
	display: inline-block;
	padding: 10px 0;
}
/*--------------------------------------------------------------
# Main Post page style
--------------------------------------------------------------*/
.row-2 {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.post-head {
	padding: 30px 0;
}
.post-head h1 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	clear: both;
	font-size: 4rem;
	line-height: 4.4rem;
	color: #333;
}
.post-head a {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1rem;
}
.post-head a:hover {
	color: #ff4400;
}
.post-img img {
	width: 100%;
	max-height: 500px;
}
.singleposts {
	padding: 50px 0;
}
.author-info {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1rem;
	padding: 50px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.author-info a {
	color: #999;
}
.author-info a:hover {
	color: #ff4400;
}
/*--------------------------------------------------------------
# Search Results sasa
--------------------------------------------------------------*/
.search-article {
	max-width: 1200px;
	padding: 20px 0;
	min-height: 300px;
	border-bottom: 1px solid #e7e7e7;
}
.search-img {
	width: 300px;
	max-height: 375px;
	float: left;
}
.search-words {
	max-width: 500px;
	float: left;
	padding: 0 50px;
}
.search-words a h3 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	clear: both;
	font-size: 2rem;
	line-height: normal;
	color: #333;
}
.search-words a:hover h3 {
	color: #ff4400;
}
.search-words h4 a {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1rem;
}
.search-words h4 a:hover {
	color: #ff4400;
}
.summary {
	width: 600px;
	float: left;
	padding: 0 0;
}
.summary a {
	float: left;
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.shida {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 20px 100px 20px;
	text-align: center;
}
.shida h1 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	clear: both;
	font-size: 3rem;
	line-height: normal;
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.aboutsisi {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 20px 20px;
}
.aboutsisi h1 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	clear: both;
	font-size: 2rem;
	line-height: normal;
	padding: 20px 0;
}
/*--------------------------------------------------------------
# Post page recent / related posts
--------------------------------------------------------------*/
.recentposts {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 10px;
}
.recentposts h2 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	font-size: 2rem;
	line-height: normal;
	padding: 20px 0;
}
.viturecent ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.viturecent ul li a {
	color: #333;
}
.viturecent ul li a:hover {
	color: #ff4400;
}
/*--------------------------------------------------------------
# insta
--------------------------------------------------------------*/
.instawidget {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
	background-color: #f6faff;
}
.widget-title h2 {
	font-family: 'Teko', Verdana, Helvetica, Geneva, sans-serif;
	font-size: 2rem;
}
/*--------------------------------------------------------------
# Media Query for Responsive
--------------------------------------------------------------*/

 @media screen and (min-width: 240px) and (max-width : 480px) {
.main-site-content {
	width: 100%;
}
.featured-row {
	width: 100%;
	height: auto;
	padding: 20px;
}
.featured-details {
	max-width: 300px;
	padding: 20px 10px;
}
.poststyle {
	width: 300px;
	float: none;
	margin: 10px auto;
}
a.notactive {
	pointer-events: none;
	cursor: crosshair;
}
.email {
	width: 300px;
	font-size: 1.25rem;
	padding: 0 20px;
}
.search-article {
	max-width: 300px;
	margin: 0 auto;
}
.search-img {
	width: 300px;
	float: none;
}
.search-words {
	width: 300px;
	padding: 0 10px;
}
.summary {
	width: 300px;
}
.pagination {
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 20px;
}
.row-2 {
	max-width: 300px;
	padding-top: 20px 10px;
}
.post-img img {
	width: 100%;
	height: auto;
}
input[type="search"]:focus {
	width: 300px;
}
input[type="search"] {
	font-size: 12px;
}
.custom-post-image {
	width: 100%;
	height: auto;
}
}
 @media screen and (min-width: 480px) and (max-width : 600px) {
.main-site-content {
	width: 100%;
}
.featured-row {
	width: 400px;
	margin: 0 auto;
	height: auto;
	padding: 20px;
}
.featured-details {
	max-width: 400px;
	padding: 20px 10px;
}
.featured-image {
	width: 400px;
	height: 200px;
	float: left;
}
.poststyle {
	width: 400px;
	float: none;
	margin: 10px auto;
}
.email {
	width: 420px;
	font-size: 1.6rem;
	padding: 0 20px;
}
.search-article {
	max-width: 400px;
	margin: 0 auto;
}
.search-img {
	width: 400px;
	float: none;
}
.search-words {
	width: 400px;
	padding: 0 10px;
}
.summary {
	width: 400px;
}
.row-2 {
	max-width: 440px;
	padding-top: 20px 10px;
}
.post-img img {
	width: 100%;
	height: auto;
}
input[type="search"]:focus {
	width: 420px;
}
input[type="search"] {
	font-size: 14px;
}
.custom-post-image {
	width: 100%;
	height: auto;
}
}
 @media screen and (min-width: 600px) and (max-width :840px) {
.main-site-content {
	max-width: 600px;
}
.featured-row {
	width: 600px;
	margin: 0 auto;
	height: auto;
	padding: 20px;
}
.featured-details {
	max-width: 600px;
	padding: 20px 10px;
}
.featured-image {
	width: 600px;
	height: 300px;
	float: left;
}
.poststyle {
	width: 400px;
	float: none;
	margin: 10px auto;
}
.search-article {
	max-width: 600px;
	margin: 0 auto;
}
.search-img {
	width: 600px;
	float: none;
}
.search-words {
	width: 600px;
	padding: 0 10px;
}
.summary {
	width: 600px;
}
.row-2 {
	max-width: 580px;
	padding-top: 20px 10px;
}
.post-img img {
	width: 100%;
	height: auto;
}
input[type="search"]:focus {
	width: 580px;
}
input[type="search"] {
	font-size: 18px;
}
.custom-post-image {
	width: 100%;
	height: auto;
}
}
 @media screen and (min-width: 840px) and (max-width :1024px) {
.main-site-content {
	width: 80%;
}
.row {
	max-width: 800px;
	margin: 0 auto;
}
.featured-row {
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 20px 0;
}
.featured-details {
	max-width: 800px;
	padding: 20px 10px;
}
.featured-image {
	height: 600px;
	float: left;
}
.poststyle {
	width: 382px;
	float: left;
}
}
@media screen and (min-width: 1024px) and (max-width :1200px) {
.row {
	max-width: 800px;
	margin: 0 auto;
}
.featured-details {
	max-width: 800px;
	padding: 20px 10px;
}
.featured-image {
	width: 800px;
	float: left;
}
}
@media screen and (min-width: 1200px) and (max-width :1366px) {
.row {
	max-width: 800px;
	margin: 0 auto;
}
.featured-details {
	max-width: 300px;
	padding: 20px 20px;
}
.featured-image {
	width: 650px;
}
}
