/* Feedify v1.1.2 by Sarah Dayan | https://sarahdayan.github.io/feedify */
*{outline:none !important}

body{
	font-size:14px;
	line-height:normal;
	font-weight:400
}

a{
	color: #ffffff;
}

.feedify{
	padding:0 0px;
	background:#fff
}
.feedify .feedify-item{
	border-bottom:0px solid transparent;
	transition:all 0.2s ease-out
}
.feedify-item .feedify-item-header {
    padding: 0px 70px;
    background: #fff;
	/*height: 7vh;*/
}
.feedify-item .feedify-item-header h1 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 300;
	font-family: 'Circular Std';
}
.feedify .feedify-item .feedify-item-header h2{
	margin:0;
	font-size:16px;
	color:#bbb;
	/*line-height:60px;*/
	font-weight:600
}
.feedify .feedify-item .feedify-item-header img{
	width: 180px;
    height: 35px;
    max-width: 180px;
    margin-top: 13px;
}

@media (max-width: 767px){
	.feedify .feedify-item .feedify-item-header h1{
		font-size:18px;
		line-height:60px
	}
	.feedify .feedify-item .feedify-item-header img{
		width:30px;
		height:30px
	}
}
	
	.feedify .feedify-item footer{
		padding:20px 0
	}
	.feedify .feedify-item footer h3,
	.feedify .feedify-item footer h4{
		line-height:normal;
		font-weight:600
	}
	.feedify .feedify-item footer h3{
		margin-bottom:20px;
		font-size:16px
	}
	.feedify .feedify-item footer h3 a{
		text-decoration:none
	}
	.feedify .feedify-item footer h4{
		margin:0;
		margin-right:10px;
		font-size:14px
	}
	.feedify .feedify-item footer .actions{
		margin-bottom:20px;
		font-size:30px;
		border-bottom:1px solid #eee
	}

	@font-face{
		font-family:'Thinlines';
		src:url("../fonts/thinlines/thinlines.eot");
		src:url("../fonts/thinlines/thinlines.eot#iefix") format("embedded-opentype"), url("../fonts/thinlines/thinlines.woff") format("woff"), url("../fonts/thinlines/thinlines.ttf") format("truetype"), url("../fonts/thinlines/thinlines.svg#thinlines") format("svg");
		font-weight:normal;font-style:normal
	}
	
	[class^='icon-']:before,
	[class*=' icon-']:before{
		font-family:'Thinlines';
		font-style:normal;
		font-weight:normal;
		speak:none;
		display:inline-block;
		text-decoration:inherit;
		text-align:center;
		font-variant:normal;
		text-transform:none;
		line-height:1em;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale
	}
	
	.icon-heart:before{content:'\e800'}
	.icon-speak:before{content:'\e801'}
	.icon-tripledot:before{content:'\e802'}
	.icon-expand:before{content:'\e803'}
	.icon-select:before{content:'\e804'}
	.icon-picture:before{content:'\e805'}
	.icon-coffee:before{content:'\e806'}
	.icon-leaf:before{content:'\e807'}
	.icon-markup:before{content:'\e808'}
