/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300|Oswald);

.hungryfeed_item div.date,
article p,
.sidebar-widget ul li .under {
    font-weight: 400 !important;
}

/* Responsive Styles */

@media screen and (min-width: 1200px) {

footer {
	display: inline-block;
	position: fixed;
	bottom: 1%;
	left: 2%;
}

}

@media screen and (max-width: 1999px) {
	
	footer {
		padding-left: 25px;
		max-width: 90%;
	}

}

@media screen and (max-width: 1148px) {
	
	#menu-main-menu li {
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width: 769px) {
	
	.wrapper {
		padding: 60px 40px 0 40px;
	}
	
	.nav {
		margin: 30px 0 110px 0 !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	.wrapper {
		padding: 20px;
	}
	
	.nav {
		margin: 30px 0 !important;
	}
}

@media screen and (max-width: 600px) {
	
	main section {
	   float: none !important;
	   width: 100% !important;
	   display: block !important;
	}
	
	main .about-side {
	   float: none !important;
	   width: 100% !important;
	   padding-right: 4%;
	   display: inline-block;
	   margin-top: 35px !important;
	}
	
	.about-side .featured-photo {
		margin: 0 auto;
		max-width: 236px !important;
	}
	
}

/* Social Icons */

.social-buttons {
	display: inline-block;
	margin: 20px 0 35px 0;
	overflow: auto;
	width: 100%;
	text-align: center;
}

.social-buttons .textwidget {
	overflow: auto;
	display: inline-block;
	margin: 0 auto;
}

.social-buttons a {
	display: inline-block;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
	position: relative;
	float: left;
	margin-right: 12px;
}

.social-buttons a:hover {
	opacity: 0.7
}

.social-buttons a:last-of-type {
	margin-right: 0;
}

.social-buttons a::before {
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0; left: 0;
	background-image: url("img/icons-social.png");
	background-size: auto 56px;
	background-repeat: no-repeat;
	content: "";
}

.social-buttons a.facebook::before {
	background-position: top right;
}

/* Custom Icons */

.sidebar-widget {
	padding-left: 50px;
	position: relative;
}

.sidebar-widget::before {
	display: block;
	width: 41px;
	height: 35px;
	top: 3px; left: 0;
	position: absolute;
	background-image: url("img/icons.png");
	background-size: 41px auto;
	background-repeat: no-repeat;
	content: "";
}

.sidebar-widget.news::before {
	background-position: 0 -36px;
}

.sidebar-widget.columns::before {
	background-position: 0 -71px;
}


/* General */

body {
	background: #222;
}

.wrapper {
	width: 100% !important;
	max-width: 100% !important;
	z-index: 2;
	overflow: auto;
}

#gradient {
	z-index: 1;
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(34,34,34,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,34,34,1) 0%,rgba(34,34,34,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 33%;
}

body, div, a, p {
	font-family: "Lato";
}

h1, h2, h3, h4, h5 {
	font-family: "Oswald";
}

body, div, a, p, h1, h2, h3, h4, h5 {
	color: #ffffff;
}

a {
	transition: all linear 0.3s;
}

a:hover {
	color: #8EF25C !important;
}

.nav a:hover {
	color: #58B32B !important;
}

header,
main,
aside {
	clear: none !important;
}

/* Header */

header {
	display: inline-block;
	float: left;
}

/* Title */

.tagline {
	font-family: "Oswald";
	color: #58b32b;
	font-size: 22px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 25px;
}

.logo h1 {
	font-size: 100px;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Menu */

#menu-main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#menu-main-menu li {
	display: inline-block;
	float: left;
	border-left: 1px solid #e1e1e1;
}

#menu-main-menu li a {
	padding: 0 38px 0 16px;
	display: block;
	font-family: "Lato";
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}

#menu-main-menu li a .sub {
	display: block;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 3px;
}

/* Profile */

main {
		display: inline-block;
		float: left;
	}
	
main .about-side {
	float: left;
	width: 29%;
	padding-right: 4%;
	display: inline-block;
}

main h2 {
	display: block;
	position: relative;
	margin-bottom: 30px !important;
	padding-bottom: 15px !important;
}

main h2:before {
	content: "";
	background: #58b32b;
	height: 3px;
	width: 120px;
	position: absolute;
	display: block;
	left: 0;
	bottom: -5px;
}

@media screen and (min-width: 1200px) {
	
	main {
		width: 69%;
		padding-left: 6%;
	}
	
	.sidebar {
		width: 25%;
	}
	
}

.featured-photo img {
	width: 100%;
	height: auto;
	border-radius: 100%;
	border: 5px solid rgba(0,0,0,0.5);
}

main section {
	float: left;
	width: 64%;
	display: inline-block;
}

main section {
	padding: 0;
	margin: 0;
}

main section h2 {
	font-size: 38px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

article,
article div,
article p,
artcile a {
	font-family: "Lato";
	color: #ededed;
	font-size: 18px;
	line-height: 1.66em;
	font-weight: 400;
}

article a {
	color: #fff;
	font-weight: bold;
}

/* Sidebar */

.sidebar {
	float: right;
	dispay: inline-block;
}

.sidebar-widget ul {
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hungryfeed_item a,
.sidebar-widget ul li a {
	color: #8EF25C;
	font-size: 18px;
	line-height: 1.33;
	font-weight: bold;
}

.hungryfeed_item a:hover,
.sidebar-widget ul li a:hover {
	color: #fff !important;
}

.hungryfeed_item {
	margin-bottom: 20px !important;
}

.hungryfeed_item div.date {
	color: #fff;
	font-size: 15px;
	line-height: 1.45em;
}

.hungryfeed_item div {
	font-size: 14px;
	line-height: 1.33em;
	color: #ededed;
	line-height: 1.4em;
}

.sidebar-widget ul li .under {
	font-size: 15px;
	line-height: 1.33em;
	margin-bottom: 20px;
	font-weight: 400;
}

.sidebar-widget h2 {
	padding-bottom: 8px !important;
	margin-bottom: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	position: relative;
	font-size: 24px !important;
	line-height: 1.2em;
}

.sidebar-widget > h2:before {
  content: "";
  display: inline-block;
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  z-index: 3;
  left: 0;
  background: #58b32b;
}

.campaigns h2 {
	margin-top: 0;
}

.hungryfeed_items .hungryfeed_item:nth-child(n+5) {
	display: none !important;
}

.hungryfeed_feed_description {
	display: none !important;
}

/* Footer */

footer, .copyright {
	color: #a4a4a4;
	font-size: 14px;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
