/* FONTS
------------------------------------------------------------*/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima-nova.eot?#iefix");
  src: url("../fonts/proxima-nova.eot?#iefix") format("eot"), url("../fonts/proxima-nova.svg#proxima-nova.eot") format("svg"), url("../fonts/proxima-nova.woff") format("woff"), url("../fonts/proxima-nova.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima-nova-semibold.eot?#iefix");
  src: url("../fonts/proxima-nova-semibold.eot?#iefix") format("eot"), url("../fonts/proxima-nova-semibold.svg#proxima-nova-semibold.eot") format("svg"), url("../fonts/proxima-nova-semibold.woff") format("woff"), url("../fonts/proxima-nova-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proxima-nova-bold.eot?#iefix");
  src: url("../fonts/proxima-nova-bold.eot?#iefix") format("eot"), url("../fonts/proxima-nova-bold.svg#proxima-nova-bold.eot") format("svg"), url("../fonts/proxima-nova-bold.woff") format("woff"), url("../fonts/proxima-nova-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* GLOBAL
------------------------------------------------------------*/
body {
	font-family: 'Proxima Nova', arial, sans-serif;
}
.container .left {
	float: left;
}
.container .right {
	float: right;
}

#main {
	/* Overrides lines 327 from style.css; should match height of .site-header so .banner can sit flush against it */
	padding-top: 82px;
}

/* TOP BANNER AREA
------------------------------------------------------------*/
.banner {
	padding: 30px 0 20px;
	background: url(../images/bg-banner-blue.png) center bottom;
	background-size: cover;
}

.banner .entry-title,
.banner .entry-content {
	color: #fff;
}

.banner .entry-title {
	margin: 0;
	font-weight: 600;
	font-size: 42px;
	line-height: 54px;
}

.banner .entry-content {
	font-size: 14px;
	line-height: 22px;
}

.banner .cta {
	padding: 16px 10px 16px 116px;
	border: 1px solid rgba(0,0,0,.21);
	border-radius: 3px;
	background: url(../images/ico-speech-bubbles.png) no-repeat 10px 15px #fff;
}

.banner .cta-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #272626;
}

.banner .cta-content {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #696969;
}

.banner .share {
	margin-top: 28px;
	text-align: right;
}

.banner .twitter-count-horizontal {

	width: 90px !important;
}

.post-listing {
	margin: 0 -10px;
	list-style: none;
	font-size: 0;
}

.post-listing .post {
	/* Overriding skeleton grid to prevent items from getting stuck when heights vary */
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s
}

.post-listing .post.hidden {
	width: 0;
	margin: 0;
	opacity: 0;
}

.post-listing a {
	display: block;
}

.post-listing .guidethumb {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	box-shadow: 4px 4px 0 #b0b0b0;
}

.post-listing .guidetitle {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #272626;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s
}

.post-listing .guidetitle:hover {
	text-decoration: none;
	opacity: .75;
}

.post-listing .guidetitle p {
	margin: 0;
}

.section-head {
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	margin: 73px 0 0;
}

.section-title,
.post-filter {
	display: inline-block;
	vertical-align: middle;
}

.section-title {
	margin: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #272626;
}

.post-filter {
	width: 210px;
	margin-left: 30px;
	border: 1px solid #e6e6e6;
	position: relative;
	overflow: hidden;
}

.post-filter:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
}

.post-filter select {
	width: 120%;
	padding: 11px 0 11px 10px;
	border: 0;
	font-size: 14px;
	color: #272626;
	background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

/* SHARE BUTTONS
------------------------------------------------------------*/
.button {
	/* Overrides line 121 from style.css */
	display: block;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	background: #84c14a;
	box-shadow: none;
}

/* SHARE BUTTONS
------------------------------------------------------------*/
.share > * {
	display: inline-block;
	vertical-align: middle;
}

/* FOOTER
------------------------------------------------------------*/
#site-footer {
	/* Overrides line 1207 from style.css */
	padding: 0;
	border: 0;
}

/* MEDIA QUERIES
------------------------------------------------------------*/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#main {
		/* Reducing padding; should match height of .site-header so .banner can sit flush against it */
		padding-top: 63px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.section-head {
		margin-top: 33px;
	}

	.post-filter {
		width: 100%;
		margin: 10px 0 0;
	}

	.post-listing {
		margin: 0;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#main {
		/* Overrides lines 690 from style.css; removing padding so .banner can sit flush against .site-header */
		padding-top: 0;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#main {
		/* Overrides lines 1818 from style.css; removing padding so .banner can sit flush against .site-header */
		padding-top: 0;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}
