/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.post-photo/*,.adsbygoogle*/ {
	border: 4px solid #bbb;
	margin-bottom: 0;
	margin-left: 15px;
}

.adsbygoogle {
	clear: both;
	-moz-box-sizing: 0;
}

/*Header Logo Image customization*/
.header-image .site-description {
	text-indent: 0;
}

.site-header .widget-area {
	width: auto;
}

.title-area {
	width: auto;
}

/*streamline-pro theme customization*/
img.grofile-thumbnail {
	width: 100px;
}

/*Sticky menu*/
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #333;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.nav-secondary .genesis-nav-menu a {
	padding: 20px;
	padding: 2rem;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .menu-item-home > a,
.nav-secondary .menu-item-home > a:hover {
	color: #fff;
}

.nav-secondary .sub-menu a:hover {
	color: #333;
}

.nav-secondary .sticky-right {
	float: right;
}

@media only screen and (max-width: 767px) {
	.nav-secondary .sticky-right {
		float: none;
	}
	
	.nav-secondary .wrap {
		max-height: 50px;
		display: none;
	}
}

/*adsense and post image css*/
.post-image.adsense {
	margin-left: 0 !important;
}

.post-photo {
	margin-left: 20px !important;
}

/*Sidebar popular/recent post css*/
.sidebar li {
	border-bottom: 1px solid rgba(215,77,47,0.2);
	padding-bottom: 5px;
}

.sidebar ul > li:before {
	color: #d74d2f;
	content: "*";
	font-size: 30px;
	position: absolute;
	display: inline-block;
	margin-top: -5px;
	position: absolute;
}

.sidebar ul > li a {
	display: block;
	margin-left: 20px;
	position: relative;
}