/*
Theme Name: NewPro Containers Blog
Author: Allison Steele & Ken Stark | Springboard Marketing
Author URI: http://www.springboardmarketing.com
Description: A custom starter WordPress theme for NewPro Containers.
Version: 1.0
*/

/********************************
	Variables
---------------------------------
Black:					#252525
Dark Gray: 				#4d4d4d
Gray:					#d0d0d0
Light Gray:				#f6f5f5
Green:					#c1cd0a
Blue:					#4a78b0
light Blue:				#577fb4
Orange:					#cf7019
Light Orange:			f#19d50
---------------------------------
*********************************/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #252525;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #252525;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul li, ol li {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #252525;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	display: inline-block;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.2rem;
	line-height: 1;
	padding: 0.75em 3em 0.95em 1.5em;
	position: relative;
	top: 0;
	background: url('img/search.png') no-repeat 85% center #c1cd0a;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	border: 2px solid #c1cd0a !important;
	width: 80%;
/*	height: 1.2em !important; */
	margin-bottom: 0 !important;
	display:block;
	float:left;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #c2c2c2;
	line-height: 100%;
/*	height: 2.25em; */
	font-size: 16px !important;
	margin-bottom: 0.5em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 10px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	padding: 10px !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 2.25em;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	margin-bottom: 0.5em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1em !important;
	color: #252525;
	padding: 0 0 0 10px !important;
	background: url('img/select_arrow.png') no-repeat right center #fff;	
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1em;
	color: #252525;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1em;
	color: #252525;  
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1em;
	color: #252525;
}
:-ms-input-placeholder {  
   	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1em;
	color: #252525;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper {
	margin: 0 !important;
	max-width:100%!important;
}
.gfield_label {
	display: none !important;
}
#gform_3 .gform_body, #gform_6 .gform_body {
	float: left !important;
	width: 57% !important;
	clear: none;
}
#gform_3 .gform_footer, #gform_6 .gform_footer {
	float: left !important;
	width: 43% !important;
	clear: none;
}
#gform_3 .gform_footer input[type="submit"], #gform_6 .gform_footer input[type="submit"] {
	padding: .8em 0 .75em;
	width:100%;
}
#gform_3 .gform_footer, #gform_6 .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}
#gform_3 #input_3_1, #gform_6 #input_6_1 {
	width: 100% !important;
}
.gform_footer input[type="submit"] {
	background-image: none !important;
	background-color: #4d4d4d;
	padding: 0.65em 1.5em 0.6em 1.5em;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.gform_footer input[type="submit"]:hover {
	background: #666;
}
.gform_body ul li {
	list-style: none !important;
}
.gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.gform_confirmation_message {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #252525;
}
.gform_wrapper div.validation_error, .gform_wrapper .validation_message, #gform_wrapper_6 .validation_message {
	color: #e57406 !important;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
#gform_wrapper_6 div.validation_error{
	color: #fff !important;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: #ffc896 !important;
	border-top: 1px solid #cf7019;
	border-bottom: 1px solid #cf7019;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.site-main {
	background: #fff;
}
.site-content {
	padding: 2em 0 3em;
}

/*********************************
	Global Styles
*********************************/
p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #252525;
	line-height: 140%;
	margin-bottom: 1em;
}
p.page-intro {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #cf7019;
	line-height: 140%;
	margin-bottom: 1em;
}
p.tagline {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.5em;
	color: #252525;
	line-height: 140%;
	margin-bottom: 1em;
	letter-spacing: 1px;
}
p.source {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 0.75em;
	color: #252525;
	line-height: 115%;
	margin-bottom: 0.5em;
}
a, a:link, a:visited {
	color: #cf7019;
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover, a:focus, a:active {
	color: #4a78b0;
	outline: none;
}
a.button {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	background: #cf7019;
	border: 1px solid #cf7019;
	padding: 0.5em 1.5em 0.55em;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a.button:hover, a.button:focus, a.button:active {
	color: #cf7019;
	background: #fff;
	outline: none;
}
a.dark-button {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	background: #f19d50;
	border: 1px solid #fff;
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
a.dark-button:hover, a.dark-button:focus, a.dark-button:active {
	background: #cf7019;
	outline: none;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 2.25em;
	color: #cf7019;
	line-height: 100%;
	margin-bottom: 0.5em;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	color: #4a78b0;
	line-height: 100%;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #252525;
	line-height: 100%;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
h1 a, h1 a:link, h2 a, h2 a:link, h3 a, h3 a:link {
	text-decoration: none;
}
	
/*********************************
	Header Styles
*********************************/
.site-header input[type="search"] {
	padding: 11px 10px 10px !important;
	height: 2.7em;
}
.site-header {
	text-align: right;
}
.top-nav-wrap {
	width: 100%;
	background: #fff;
}
.top {
	text-align: right;
}
.top .back {
	float: left;
	padding-top: 0.25em;
}
.top-nav, .social {
	float: right;
}
.top-nav ul {
	margin: 0;
}
.top-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 0.25em 1.5em 0.25em 0;
}
.top-nav ul li a, .top .back a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	color: #4d4d4d;
	text-transform: uppercase;
	text-decoration: none;
}
.top-nav ul li a:hover, .top .back a:hover {
	color: #252525;
} 
.social a img {
	opacity: 0.3;
	padding: 0.5em;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.social a:hover img {
	opacity: 0.8;
}
.header-wrap {
	width: 100%;
	background: #4a78b0;
}
.logo {
	padding: 0.75em 0 0.5em;
}
.nav {
	position: relative;
}
.nav ul {
	margin: 0;
	text-align: right;
	position:relative;
}
.nav ul li {
	list-style: none;
	display: inline-block;
/*	padding: 2em 0.55em; */
	border-right: 1px solid rgba(255,255,255,0.2);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.nav ul li.menu-item-has-children {
	background: url('img/dropdown-lines.png') no-repeat 92% center;
/*	padding: 2em 1.5em 2em 0.5em; */
}
.nav ul li.menu-item-has-children:hover {
	background: url('img/dropdown-lines.png') no-repeat 92% center rgba(255,255,255,0.1);;
/*	padding: 2em 1.5em 2em 0.5em; */
}
.nav ul li:hover {
	background: rgba(255,255,255,0.1);
}
.nav ul li:last-child {
	border: none;
}
.nav ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #fff;
	padding: 2.25em 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
}
.nav ul li.menu-item-has-children > a {
	padding: 2.15em 2.45em 2.15em 0.5em;
}
.nav ul li ul.sub-menu {
	max-height: 0;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 99999;
	top:79px;
}
.nav ul li:hover ul.sub-menu {
	display: block;
	max-height: 1000px;
	background: #f6f5f5;
	margin-top: 0.35em;
/*	margin-left: -7px; */
	min-width: 9.4em;
}
.nav ul li ul.sub-menu li {
	margin: 0;
	display: block;
	padding: 0 0.5em;
	border-bottom: 1px solid #d0d0d0;
}
.nav ul li ul.sub-menu li:last-child {
	border: none;
}
.nav ul li ul.sub-menu li a {
	padding: 1em;
	color: #252525;
	width: 100%;
	border-right: none;
}
.nav ul li ul.sub-menu li:hover {
	background: #4a78b0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.nav ul li ul.sub-menu li:hover a {
	color: #fff;
}
.category-wrap {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
}
.cats ul {
	margin: 0;
	padding: 0.5em 0;
}
.cats ul li {
	list-style: none;
	display: inline-block;
	padding: 0.25em 0.5em;
	border-right: 1px solid #d0d0d0;
}
.cats ul li:first-child, .cats ul li a:first-child {
	padding-left: 0;
}
.cats ul li:last-child, .cats ul li a:last-child {
	border: none;
}
.cats ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #cf7019;
	padding: 0.25em 0.5em;
	text-decoration: none;
}
.cats ul li a:hover {
	color: #4a78b0;
}
.site-header input[type="submit"] {
/*	left: -4px; */
	width:20%;
}
.site-header input[type="submit"]:hover {
	color: #f8fcb8;
}

/*********************************
	Homepage Styles
*********************************/
.collage {
	width: 100%;
	min-height: 27em;
	position: relative;
}
.collage div.tagline {
	position: absolute;
	left: 0;
	top: 6.5em;
	background: #fff;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;
	padding: 1em 3em 0.75em;
}
.collage div.tagline h3, .collage div.tagline p.tagline {
	margin-bottom: 0;
}
.collage div.tagline h3 {
	font-size: 1em;
	letter-spacing: 2px;
}
.static-image1, .image0, .image1 {
	float: left;
	width: 33.33%;
	height: 13.5em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.static-image2 {
	float: left;
	width: 30%;
	height: 13.5em;
	border-bottom: 1px solid #fff;
}
.image1 {
	border-right: 0;
}
.image2 {
	float: left;
	width: 18%;
	height: 13.5em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.image3 {
	float: left;
	width: 28%;
	height: 13.5em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.collage-cta {
	float: left;
	width: 24%;
	height: 13.5em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #cf7019;
	padding: 2em 1.5em;
	text-align: center;
	overflow: hidden;
}
.collage-cta h2 {
	font-size: 0.95em;
	letter-spacing: 2px;
	color: #f19d50;
	margin-bottom: 1em;
}
.collage-cta p {
	font-size: 1.5em;
	font-style: italic;
	color: #fff;
	margin-bottom: 1.25em;
}
.featured-post .share-bar {
	background: #d0d0d0;
}
.featured-post .share-bar .views {
	padding: 0.7em 2em 0.8em;
}
.share-bar a.button {
	float: right;
}
.post-meta .date, .post-meta .info, .post-meta .comments {
	float: left;
	height: 4.25em;
	display: table;
}
.post-meta .date {
	width: 10%;
	text-align: center;
	background: #4a78b0;
	border-right: 1px solid #fff;
}
.post-meta .date p {
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 140%;
	font-size: 1em;
}
.post-meta .date p span {
	font-size: 2em;
	font-weight: 700;
}
.post-meta .info {
	background: #4d4d4d;
	width: 80%;
	padding: 0 1em;
}
.post-meta .info p {
	color: #fff;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.post-meta .info a {
	color: #fff;
	text-decoration: none;
}
.post-meta .info a:hover {
	opacity: 0.8;
}
.post-meta .comments {
	width: 10%;
	text-align: center;
	background: url('img/comments.png') no-repeat center center #4a78b0;
	border-left: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.post-meta .comments p {
	color: #fff;
	font-size: 1.15em;
	padding-top: 0.85em;
	font-weight: 700;
}
.featured-post .excerpt p {
	font-size: 1.15em;
}
.excerpt {
	padding: 1em 0 1em 10%;
}
.share-bar {
	display: table;
	height: 2.4em;
	width: 100%;
}
.share-bar p {
	background: #d0d0d0;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.share-bar p .icons {
	padding-left: 1em;
}
.share-bar p .icons img {
	padding-left: 1em;
}
.share-bar .views {
	font-weight: 300;
	background: #4d4d4d;
	padding: 0.55em 2em 0.65em;
	height: 100%;
	color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.ad {
	width: 100%;
	clear: left;
	padding: 1.5em 0 3em;
}
.single-post-excerpt {
	margin-bottom: 1.5em;
}
.post-excerpt0 {
	margin-left: 0 !important;
	clear: left;
}
.post-excerpt1 {
	margin-right: 0 !important;
}
.single-post-excerpt .post-meta .date {
	width: 20%;
	background: #cf7019;
}
.single-post-excerpt .post-meta .info p {
	font-size: 0.8em;
}
.next-4-excerpt-content {
	padding: 1em;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	min-height: 12.25em;
}
.next-4-excerpt-content h2 {
	text-transform: none;
	font-weight: 400;
	min-height: 2em;
}
.next-4-excerpt-content p {
	margin-bottom: 1em;
}
.navigation {
	text-align: center;
	padding: 1.5em; 
	border: 1px solid #d0d0d0;
}
.navigation ul {
	margin: 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #252525;
	text-decoration:none;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	cursor: pointer;
	padding: 1em;
}
.navigation li a:hover,
.navigation li.active a {
	font-weight: 700;
}
.navigation .previous a, .navigation .next a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	background: #cf7019;
	border: 1px solid #4d4d4d;
	text-decoration:none;
	padding: 0.5em 1em;
}
.navigation .previous a:hover, .navigation .next a:hover {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #252525;
	background: none;
	text-decoration:none;
	padding: 0.5em 1em;
}
/*************************************
	Author Page Styles
*************************************/
.author .author-meta {
	margin: 0 0 2em;
}

/*************************************
	Archive/Category Page Styles
*************************************/
.category .posts-area h1 {
	font-weight: 300;
	margin-bottom: 1em;
}
.category .posts-area h1 span {
	text-transform: uppercase;
	color: #252525;
	font-size: 0.5em;
}
.page-id-49 .posts-area h1 {
	display: none;
}
.archive .posts-area select, .page-template-page-archives-php .posts-area select { width: 100%; margin-bottom: 1.25em; }

/*************************************
	Single Post Page Styles
*************************************/
.single h1, .share-bar.first, .post-content {
	padding-left: 10%;
}
.single .share-bar.last {
	padding-left: 0;
}
.single .featured-img {
	border-bottom: 1px solid #fff;
	background: #4d4d4d;
	margin-left: 10%;
}
.single .post-meta {
	border-bottom: 1px solid #fff;
}
.single .featured-img, .single .share-bar {
	border-right: 2px solid #fff;
}
.single .ad {
	padding: 2em 0;
}
.single .post-content {
	margin: 2em 0;
}
.single-pop-posts {
	margin-bottom: 2em;
}
.single-pop-posts p.page-intro {
	margin-bottom: 0.25em;
}
.single-pop-post0 {
	margin-left: 0 !important;
}
.single-pop-post2 {
	margin-right: 0 !important;
}
.single-pop-post {
	background: #4d4d4d;
}
.single-pop-post .title {
	min-height: 7.5em;
	padding: 1em;
	border-bottom: 1px solid #fff;
}
.single-pop-post a.pop-button {
	display: block;
	text-align: center;
	width: 100%;
	padding: 0.75em 0;
	background: #323232;
	color: #fff;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.single-pop-post a.pop-button:hover {
	background: #4d4d4d;
}
.single-pop-post h2 {
	margin-bottom: 0;
}
.single-pop-post h2 a {
	color: #fff;
	text-transform: none;	
}
.author-meta {
	border: 1px solid #c2c2c2;
	padding: 1em;
	margin-top: 3em;
}
.author-meta .bio {
	padding-left: 12%;
}
.author-info img {
	float: left;
	border-radius: 30px;
	margin-right: 2em;
}
.author-meta p.sidebar-title {
	padding-top: 0.25em;
}
ul.author-social-links li {
	float: right;
	padding: 0.5em;
	list-style: none;
}
ul.author-social-links li a img {
	opacity: 0.7;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
ul.author-social-links li a:hover img {
	opacity: 0.5;
}
#disqus_thread {
	margin-bottom: 2em;
}
.nav-previous {
	float: left;
}
.post-navigation {
	margin: 2em 0 1em;
}
.nav-next {
	float: right;
}
.nav-previous a, .nav-next a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	background: #cf7019;
	border: 1px solid #4d4d4d;
	text-decoration:none;
	padding: 0.25em 1.5em 0.5em;
	line-height: 100%;
}
.nav-previous a:hover, .nav-next a:hover {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #252525;
	background: none;
	text-decoration:none;
	line-height: 100%;
}

/*********************************
	Resource Page Styles
*********************************/
.resources {
	margin-top: 1em;
}
.resource0 {
	margin-left: 0 !important;
	clear: left;
}
.resource2 {
	margin-right: 0 !important;
}
.resource {
	border: 1px solid #ccc;
	margin-bottom: 2em;
	height: 25.45em;
	position: relative;
}
.resource-title {
	height: 6em;
	padding: 1em 0;
	display: table;
}
.resource h1 {
	font-size: 1.75em;
	font-weight: 300;
	padding: 0 0.5em;
	display: table-cell;
	vertical-align: middle;
}
.resource p {
	font-style: italic;
	font-weight: 300;
	font-size: 1.15em;
	padding: 0.5em 1em;
	line-height: 115%;
	margin-bottom: 0.25em;
}
.resource a.button {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.single-resources .page-content h1, .single-resources .page-content .share-bar {
	padding-left: 0;
}
.single-resources .page-content .share-bar {
	margin-top: 2em;
}
.single-resources .page-content img {
	margin-bottom: 1em;
}
.single-resources .page-content .share-bar img {
	margin-bottom: 0 !important;
}
.single-resources .sidebar {
	background: #d0d0d0;
	padding: 2em 1em 1em;
	margin-top: 3.4em;
}
.single-resources .sidebar .sidebar-title {
	line-height: 115%;
	font-size: 1.25em;
	margin-bottom: 1em;
}
.single-resources .sidebar form {
	margin-bottom: 2em;
}
.single-resources .sidebar form input[type="submit"] {
	background: #cf7019;
	border: 1px solid #cf7019;
}
.single-resources .sidebar form input[type="submit"]:hover {
	background: #fff;
	color: #cf7019;
}
.single-resources form ul li.hidden {
	display: none !important;
}
.vid-wrap {
	margin-bottom:4em;
}

/*********************************
	Ask an Expert/FAQs Styles
*********************************/
.page-template-page-askexpert-php .page-content form input[type="submit"] {
	background: #4a78b0;
	border: 1px solid #4a78b0;
}
.page-template-page-askexpert-php .page-content form input[type="submit"]:hover {
	background: #fff;
	color: #4a78b0;
}
.page-template-page-askexpert-php p.page-intro {
	margin-bottom: 0.25em;
}
.page-template-page-askexpert-php .answer, .faq-answer .answer {
	padding-left: 5%;
}
.faq {
	margin-bottom: 2.5em;
}
.faq-top {
    margin-bottom: 2em;
}
ul.faq-questions {
	margin: 0;
}
ul.faq-questions li {
	list-style: none;
}
.faq:last-child {
	margin-bottom: 0;
}
.faq-answer a.to-top {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	float: right;
}

/*********************************
	Gallery Styles
*********************************/
.gallery-photo {
	margin-bottom: 2em;
	background: #cf7019;
}
.gallery-photo0 {
	margin-left: 0 !important;
	clear: left;
}
.gallery-photo1 {
	margin-right: 0 !important;
}
.gallery-photo0:last-child, .gallery-photo1:last-child {
	margin-bottom: 0;
}
.gallery-photo img {
	border-bottom: 1px solid #fff;
}
.gallery-photo-info {
	display: table;
	height: 6.25em;
	padding: 1.25em 1em 1em;
}
.gallery-photo p {
	font-size: 0.9em;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
}
.gallery-photo p span, .single-gallery .page-content p span {
	font-weight: 700;
	text-transform: uppercase;
}
.submit-photo {
	margin-bottom: 3em;
}
.submit-photo .gform_heading span {
	color: #4a78b0;
	line-height: 100%;
	font-weight: 700 !important;
}
.submit-photo input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
	background: #4a78b0;
	border: 1px solid #4a78b0;
}
.submit-photo input[type="submit"]:hover {
	background: #fff;
	color: #4a78b0;
}
.single-gallery .page-content img, .single-gallery .page-content p {
	margin-bottom: 2em;
}

/*********************************
	Search/404 Styles
*********************************/
.search .page-content input[type="search"], .error404 .page-content input[type="search"] {
	width: 75%;
}
.search .page-content input[type="submit"], .error404 .page-content input[type="submit"] {
	left: -4px;
}
.search-result-post {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 5em;
	margin-bottom: 2em;
}
.search-result-post a.button {
	float: right;
	margin-top: 1em;
}

/*********************************
	Sidebar Styles
*********************************/
.sidebar {
	padding: 3em 0 0 2em;
	border-left: 1px solid #d0d0d0;
}
p.sidebar-title {
	font-weight: 300;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 0.25em;
	letter-spacing: 1px;
	line-height: 100%;
}
p.sidebar-span {
	font-weight: 700;
	font-style: normal;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #4a78b0;
	margin-bottom: 1.25em;
}
.subscribe {
	margin-bottom: 4em;
}
.sidebar .subscribe input[type="text"] {
	height: 2.55em;
}
ul.ctas {
	margin: 0 0 4em 0;
}
ul.ctas li {
	list-style: none;
	display: block;
	margin-bottom: 2em;
}
ul.ctas li:last-child {
	margin-bottom: 0;
}
ul.ctas li img {
	width: 100%;
	margin-bottom: 0.5em;
}
ul.ctas li a.button {
	display: block;
	text-align: center;
	width: 100%;
	padding: 0.25em 0;
}
.sidebar iframe {
	margin-bottom: 3em;
}
.sidebar .ask-expert input[type="submit"] {
	display: block;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	letter-spacing: 1px;
	font-weight: 400;
	background: #cf7019;
	border: 1px solid #cf7019;
}
.sidebar .ask-expert input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #cf7019;
	color: #cf7019;
}
.gform_heading span {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #cf7019;
}
.sidebar .ask-expert {
	margin-bottom: 4em;
}
.side-pop-posts {
	margin-bottom: 3em;
}
.side-pop-posts p.sidebar-title {
	margin-bottom: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d0d0d0;
}
.side-pop-posts .side-pop-post a {
	padding: 1em 1em 1em 0;
	border-bottom: 1px solid #d0d0d0;
	color: #4a78b0;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	font-size: 1.15em;
	line-height: 125%;
}
.side-pop-posts .side-pop-post:last-child a {
	border: none;
}
.inspo {
	margin-bottom: 3em;
}
.inspo p.subheading {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #4a78b0;
}
.inspo-photo {
	margin-bottom: 0.5em;
}
.inspo-photo0 {
	margin-left: 0 !important;
}
.inspo-photo2 {
	margin-right: 0 !important;
}
.inspo a.button {
	display: block;
	text-align: center;
	width: 100%;
	padding: 0.25em 0;
	margin-bottom: 0.5em;
}
.inspo a.button.blue {
	background: #4a78b0;
	border: 1px solid #4a78b0;
}
.inspo a.button.blue:hover {
	background: #fff;
	color: #4a78b0;
}
#secondary div:last-child {
	margin-bottom: 0;
}

/*********************************
	Footer Styles
*********************************/
.join-wrap {
	width: 100%;
	background: #cf7019;
	padding: 1.5em 0 1em;
}
.join .title {
	text-align: right;
	margin-left: 6.5%;
}
.join .title h2 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	padding-top: 0.1em;
}
.join .social {
	text-align: center;
	border-right: 1px solid #f19d50;
	border-left: 1px solid #f19d50;
	margin-top: 0.25em;
}
.join .social a img {
	opacity: 1;
}
.join .social a:hover img {
	opacity: 0.6;
}
.join .subscribe {
	margin-bottom: 0;
}
.join .subscribe input[type="text"] {
	height: 2.5em;
}
.join .subscribe input[type="submit"] {
	border: 1px solid #fff;
	padding: 0.7em 1.5em 0.7em 1.5em !important;
}
.footer-wrap {
	background: #252525;
}
.site-footer {
	padding: 2em 0;
}
.footer-info img {
	width: 75%;
	margin-bottom: 1.5em;
}
.site-footer h3 {
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #9b9b9b;
	width: 100%;
	padding-bottom: 0.5em;
	margin-bottom: 0;
}
.footer-info p {
	color: #9b9b9b;
	font-size: 0.85em;
}
.authors ul {
	margin: 0;
	padding-top: 0.75em;
}
.authors ul li {
	list-style: none;
	float: left;
	width: 46%;
	margin: 0.5em 2.5% 0.5em 0;
	line-height: 100%;
}
.authors ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #9b9b9b;
	text-decoration: none;
	padding-top: 0.5em;
}
.authors ul li a:hover {
	color: #fff !important;
}
.authors ul li img {
	float: left;
	width: 35%;
	border-radius: 30px;
}
.authors ul li {
	display: table;
}
.authors ul li a:last-child {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.75em;
}
.pop-post {
	padding: 1em 2em 1em 0;
	border-bottom: 1px solid #9b9b9b;
}
.pop-post:first-child {
	padding: 0 0 1em;
}
.pop-post:last-child {
	border: none;
}
.pop-post a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	line-height: 100%;
}
.pop-post a:hover {
	color: #9b9b9b;	
}
/******************************************
		Search Form Dropdown
*******************************************/
#search_dropdown {
	position: absolute;
	background: #ebebeb;
	text-align: left;
	width: 100%;
	padding: 0.75em 1em;
	left: 0;
}
#search_dropdown input {
	margin: 0 0.25em 0 1em;
}
#search_dropdown #search_close {
	color: #ebebeb;
	background: #aaa;
	border-radius: 15px;
	padding: 0 8px 3px 8px;
	margin-top: 3px;
	float: right;
	font-size: 12px;
}
#search_dropdown #search_close:hover {
	background: #999;
	cursor: pointer;
}


/*-------------
RESPONSIVE STYLING
--------------*/
/* Mobile Menu */
li.mobile-used, li.mobile-new {
	display:none;
}
.mobile-menu-bar {
	display:none;
}
#navicon, .navicon-wrap, #naviclose { display: none; }
#navicon.opened { display:none!important; }
#naviclose.opened { display:block!important; }
#overflow-wrap {
	max-width: 100%;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

.mobile-nav-wrap {
	display:  none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
/*	overflow: hidden; */
	background: #333;
	padding-left: 25%;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 0;
	box-shadow: 0 0 10px;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: rotateY(-15deg) translate3d(-100%,0,0);
	-moz-transform: rotateY(-15deg) translate3d(-100%,0,0);
	-o-transform: rotateY(-15deg) translate3d(-100%,0,0);
	-ms-transform: rotateY(-15deg) translate3d(-100%,0,0);
	transform: rotateY(-15deg) translate3d(-100%,0,0);
	-webkit-transform-origin: right center center;
	-moz-transform-origin: right center center;
	-o-transform-origin: right center center;
	-ms-transform-origin: right center center;
	transform-origin: right center center;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
.mobile-nav-wrap.opened {
	display: block;
	overflow: auto;
	z-index: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.navigation-mobile ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation-mobile a {
	display: block;
	color: #fff;
	padding: 5px 15px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	text-decoration:none;	
}
.navigation-mobile a:hover {
	color: #cf7019;
}
.navigation-mobile .sub-menu, .navigation-mobile .children {
	font-weight: 400;
}
.navigation-mobile .sub-menu li, .navigation-mobile .children li {
	float:none;
	font-size:.9em;
	margin:0;
}
.navigation-mobile .sub-menu a, .navigation-mobile .children a {
	padding: .25em 2em !important;
	background: #333;
	color: #afafaf !important;
}
.navigation-mobile .sub-menu a:hover, .navigation-mobile .children a:hover {
	color: #fff !important;
}
.navigation-mobile #menu-home-menu {
	background: #00aedb;
}
.navigation-mobile #menu-home-menu a:hover {
	color: #00aedb;
	background: #fff;
}
.navigation-mobile #menu-home-menu .orange {
	background: #f47321;
	text-align: center;
	font-size: 1.1em;
}
.navigation-mobile #menu-home-menu .orange a:hover {
	color: #f47321;
	background: #fff;
}
.navicon-wrap {
	float:right;
	width:40px;
}
#navicon, #naviclose {
	display: none;
	width: 40px;
	height: 40px; 
	float: right;
	padding: 10px;
	margin: 10px 0;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#navicon img { display: block; }
#navicon span, #naviclose span {
	font-size: 36px;
	width: 40px;
	line-height: 15px;
	color: #fff;
}
#navicon:hover, #naviclose:hover {
	background: @orange;
}
#page {
	display: block;
	position: relative;
	background:#fff;
	box-shadow: 0 0 10px #000;
	z-index: 1000;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#page.opened {
	-webkit-transform: translate3d(-75%,0,0);
	-moz-transform: translate3d(-75%,0,0);
	-o-transform: translate3d(-75%,0,0);
	-ms-transform: translate3d(-75%,0,0);
	transform: translate3d(-75%,0,0);
	position: fixed;
	top: 0;	
}

@media (max-width:1172px) {

	/*---- HEADER ----*/
	.nav ul li a, .cats ul li a {
		font-size:.75em;
	}
	.nav ul li ul.sub-menu {
		top:66px;
	}
	
	/*---- FRONT PAGE ----*/
	.collage {
		font-size:.95em;
	}
	
}

@media (max-width:1024px) {
	#navicon, .navicon-wrap {
		display:block;
	}
	.menu-main-menu-container {
		display:none;
	}
	#searchform {
		clear:both;
	}
	
	/*---- FRONT PAGE ----*/
	.collage {
		font-size:.85em;
	}
}

@media (max-width:945px) {
	.logo.grid_3.alpha {
		width: 90%;
		text-align: center;
		float: left;
		margin-right: 0;
	}
	.navicon-wrap {
		width:10%;
		margin-bottom: 0.5em;
	}
	nav.nav.grid_9.omega {
		width: 100%;
		margin: 0;
	}
	.category-wrap {
		display: none;
	}
	.header-wrap {
		border-bottom: 1px solid #fff;
	}
	/*---- FRONT PAGE ----*/
	.collage {
		font-size:.75em;
	}
	.share-bar {
		font-size:.9em;
	}
	
	/*---- SIDEBAR ----*/
	.sidebar {
		font-size:.9em;
	}
	.sidebar .subscribe {
		
	}
	
	/*---- FOOTER ----*/
	.join .title {
		display: none !important;
	}
	.authors {
		display: none !important;
	}
	.join .social {
		border-left: 0;
	}
	.footer-info, .pop-posts {
		width: 48% !important;
	}
	.join .social {
		width: 20% !important;
	}
	.join .subscribe  {
		width: 73% !important;
	}
}

@media (max-width:800px) {
	.collage-cta p { margin-bottom: 1em; }
}

@media (max-width:768px) {
	/*---- FRONT PAGE ----*/
	.collage {
		display:none;
	}
	
	.container_12 .posts-area.grid_8, .container_12 .page-content.grid_8 {
		width:100%;
	}
	.container_12 .sidebar.grid_4 {
		display: none;
	}
	.single-resources .sidebar {
		display: block !important;
		width: 97.5% !important;
	}
	.single .post-meta .date {
		display: none;
	}
	.single h1, .single .post-content, .single .featured-img, .single .share-bar {
		padding-left: 0;
		margin-left: 0;
	}
	.single .post-meta .info {
		width: 89.85%;
	}
	.single-resources input[type="submit"] {
		font-size: 0.73em;
	}
	
	/*---- SIDEBAR ----*/
	.sidebar {
		padding:2em 0 0 0;
		border-left:none;
		font-size:1em;
	}
	ul.ctas li {
		width:32%;
		margin-right:2%;
		float:left;
	}
	ul.ctas li:last-child {
		margin-right:0;
	}
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		background: #c1cd0a;
		padding: 0.75em 1.5em 0.95em 1.5em;
	}
	.join .social {
		width: 25% !important;
	}
	.join .subscribe  {
		width: 68% !important;
	}
}

@media (max-width:685px) {
	.resource, .gallery-photo {
		width: 100% !important; margin: 0 0 2em !important;
	}
	.resource {
		height: 29em;
	}
	.resource img, .gallery-photo img {
		width: 100%;
	}
}

@media (max-width:600px) {
	.posts-area {
		font-size:.9em;
	}
	input[type="search"] {
		width: 70%;
	}
	.site-header input[type="submit"] {
		width: 30%;
	}
	.pop-posts {
		display: none !important;
	}
	.footer-info {
		width: 100% !important;
		margin: 0 !important;
	}
	.footer-info img {
		width: 100%;
		padding: 0 30%;
	}
	.join .social {
		width: 30% !important;
	}
	.join .subscribe  {
		width: 63% !important;
	}
}

@media (max-width:550px) {

	.single-post-excerpt { width: 100% !important; margin: 0 !important; padding: 0 0 2em;}
	.single-post-excerpt img {
		width: 100%;
	}
	.post-meta .comments {
		display: none;
	}
	.post-meta .date, .single-post-excerpt .post-meta .date {
		width: 15%;
	}
	.post-meta .info {
		width: 85%;
	}
	.views {
		display: none
	}
	.top {
		width: 100% !important;
		margin: 0 !important;
	}
	.top .back {
		width: 100%;
		text-align: center;
		background: #404040;
		padding: 0.25em 0;
	}
	.top .back a {
		color: #fff;
	}
	.top .back a:hover {
		color: #c1cd0a;
	}
	#search_dropdown li {
		width: 100%;
	}
	#search_dropdown li:last-child { width: auto; }
}

@media (max-width:480px) {
	.logo.grid_3.alpha {
		width: 80%;
	}
	ul.ctas li {
		width:100%;
		margin-right:0;
		float:none;
	}
	ul.ctas li:last-child {
		margin-right:0;
	}
	.join .social {
		margin-bottom: 1em; 
		border: none;
	}
	.join .social, .join .subscribe {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 2%;
	}
	.single .post-meta .info {
		width: 99.5%;
	}
	.single-pop-post, .single-pop-post img {
		width: 100% !important;
		margin: 0 0 1em !important;
	}
}

@media (max-width:420px) {
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 0.5em 0.5em 0.5em 0.5em;
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		font-size: 0.9em;
	}
	.site-header input[type="search"] {
		height: 2em;
		padding: 0 !important;
	}
	.navigation { padding: 0; border: 0;}
	.navigation .previous, .navigation .next { display: block; width: 100%; margin-top: 1em; margin-bottom: 1em; }
	.resource { height: 26em; }
}
@media (max-width:385px) {
	.subscribe input[type="text"] { width: 80% !important; }
}