/*

Theme Name: Journal
Theme URI: http://themes.pixelb.in/journal/
Description: Journal is a simple, yet fully-featured WordPress theme geared towards the avid blogger and Internet content collector. It allows you to express your thoughts, images, and other media in a pleasant and easy to navigate way. Oh, and it’s responsive too. That’s a thing now.
Author: Alex Pascal
Author URI: http://www.alexpascal.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.8

*/

/*-----------------------------------------------------------------------------------*/
/*	Normalized CSS Styles (from HTML5 Boilerplate)
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { /* background: #4a6abd; */ color: #fff; text-shadow: none; }
::selection { /* background: #4a6abd; */ color: #fff; text-shadow: none; }

a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before { content: "\201C"; }
q:after { content: "\201D";}
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/*img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }*/
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input:focus { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*-----------------------------------------------------------------------------------*/
/*	Non-semanantic helper classes
/*-----------------------------------------------------------------------------------*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after, .clear:after { clear: both; }
.clearfix, .clear { *zoom: 1; }

/*-----------------------------------------------------------------------------------*/
/*	Typographical, Body, & Helper Styles
/*-----------------------------------------------------------------------------------*/

/* Entypo Font by Daniel Bruce (http://entypo.com/) */
@font-face {
    font-family: 'Entypo';
    src: url('assets/entypo.eot');
    src: url('assets/entypo.eot?#iefix') format('embedded-opentype'),
         url('assets/entypo.woff') format('woff'),
         url('assets/entypo.ttf') format('truetype'),
         url('assets/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 0.90em;
    /*-webkit-text-size-adjust: 0.75em;
    -ms-text-size-adjust: 0.75em;*/
	font-size: 0.75em;
}

body {
	/*font: normal "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: "BrandonGrotesque-Regular",sans-serif;*/
	font-family: Georgia, "Times New Roman",
          Times, serif;
	line-height: 1.667em;
	position: relative;
}

a {
	/* color: #4a6abd; */
	padding: 2px 4px;
	/*margin: -2px -4px;*/
	text-decoration: none;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.osx.gecko a {
	padding: -3px 4px 2px 4px;
	/*margin: 0px -4px 0px -4px;*/
	/*margin: 2px -4px 4px -4px;*/
	margin: 2px -4px 4px -4px;
}

a:hover,
.highlight,
.special-link a {
	/* background: #4a6abd; */
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

.post-title,
.grid-title,
.single-title,
.widget-title {
	margin-top: 0 !important;
}

.grid-title {
	/*margin-bottom: 1.071em;*/
	margin-bottom: .5em;
}

.comment-title {
	margin-right: 1em;
}

h1,
.respond-section #reply-title {
	font-size: 1.714em;
	line-height: 1.417em;
	/*font-family: "Merriweather", Cambria, Georgia, serif;*/
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h2 {
	/*font-size: 1.429em;*/
	font-size:1.75em;
	line-height: 1.5em;
	/*font-family: "Merriweather", Cambria, Georgia, serif;8?
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h3,
h2.grid-title {
	font-size: 1.167em;
	line-height: 1.571em;
	/*font-family: "Merriweather", Cambria, Georgia, serif;*/
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h4 {
	font-size: 1em;
	line-height: 1.571em;
}

h5 {
	font-size: 0.857em;
	line-height: 1.429em;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	font-size: 0.714em;
	line-height: 1.143em;
	text-transform: uppercase;
}

audio,
video,
iframe,
object {
	display: block;
}

iframe {
	width: 100% !important;
}

b, strong {
	font-weight: bold;
}

i, em, dfn {
	font-style: italic;
}

p {
	margin-top: 0;
}


h2,
h3,
h4,
h5,
h6,
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	/*margin-bottom: 20px;*/
	margin-bottom:20px;
}

h1 {
	margin-bottom:5px;
}

li:last-child,
ul:last-child,
p:last-child,
form:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
pre:last-child {
	margin-bottom: 0;
}

ul {
	list-style: square;
}

ul ul {
	list-style: disc;
}

ul ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ul, ol {
	padding-left: 2.917em;
}

ul ul, ul ol, ol ul {
	margin: 0.833em 0 !important;
}

blockquote {
	padding-left: 1.667em;
	margin: 0 1.667em 1.667em 1.667em;
}

blockquote blockquote {
	margin-left: 0;
}

blockquote cite:before {
	content: "— ";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

pre {
	padding: 15px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table {
	width: 100%;
	border-radius: 3px;
}

thead,
tbody,
tfoot {
	width: 100%;
}

td, th {
	text-align: center;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 13px;
}

dd:before {
	content: "»";
	margin-left: -13px;
	width: 13px;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	Helper Styles (adjust content to provide a streamlined experience)
/*-----------------------------------------------------------------------------------*/

.hidden {
	display: none;
}

.text-center {
	text-align: center;
}

.remove-top {
	margin-top: 0;
}

.remove-bottom {
	margin-bottom: 0;
}

.transition {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.overflow-control {
	-o-text-overflow: ellipsis;
  	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rounded {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Content Styles (applying to WYSIWYG editor, etc.)
/*-----------------------------------------------------------------------------------*/

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	/*margin-top: 40px;*/
	margin-top:5px;
}

.post-content img {
	height: auto !important;
	max-width: 100%;
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alignleft {
	float: left;
}

.alignleft a,
.alignright a {
	/*white-space: nowrap;*/
}

.alignright {
	float: right;
}

.post-content .alignleft {
	/*margin: 1.333em 1.667em 1.667em 0;*/
	margin: 0 1.667em 1.667em 0;*/
}

.post-content .alignright {
	/*margin: 1.333em 0 1.667em 1.667em;*/
	margin: 0 0 1.667em 1.667em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.post-content .aligncenter {
	margin: 1.667em auto;
}

blockquote.alignleft,
blockquote.alignright {
	width: 16.667em;
}

.wp-caption-text {
	margin: 10px 0 0 0 !important;
	font-size: 0.857142857em;
	text-align: center;
}

.wp-caption {
	margin-bottom: 1.667em;
	max-width: 100%;
}

.wp-caption a {
	max-width: 100%;
	display: inline-block;
}

.image-link {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto !important;
	max-width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.image-link:hover {
	background: 0 !important;
	border: 0;
}

.post-wrapper h3 {
	font-size: 1em;
	line-height: 1.571em;
}

.gallery {
	margin: 25px -10px 15px 0;
	overflow: hidden;
}

.gallery br {
	display: none;
}

.gallery dd {
	margin: 0;
	padding-bottom: 10px;
}

.gallery dd:before {
	display: none;
}

.gallery p {
	margin-bottom: 1px;
}

.gallery-item {
	float: left;
	margin: 0 !important;
	padding: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.3333333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666667%;
}

.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	width: 14.2857143%;
}

/*-----------------------------------------------------------------------------------*/
/*	Form Styles
/*-----------------------------------------------------------------------------------*/

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
textarea {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	padding: 9px;
	line-height: 18px;
	font-size: 12px;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"] {
	height: 18px;
	padding: 5px 9px;
}

textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.required label {
	font-weight: bold;
}

#commentform label {
	margin-left: 15px;
}

.form-submit {
	margin-bottom: 0;
}

input[type="submit"],
input[type="button"] {
	border: 0;
	padding: 10px 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:active,
input[type="button"]:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

.header {
	padding: 0;
	/*margin: 0 0 50px 0;*/
	margin: 0 0 20px 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header h1,
.header form {
	margin-bottom: 0 !important;
}

.header-item {
	margin-left: 40px;
}

.site-logo a {
	overflow: hidden;
	height: 78px;
	width: 145px;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom:10px;
}

.site-logo a span {
	visibility: hidden;
}

.header-search {
	margin-top: -3px;
}

#search {
	width: 214px;
	height:25px;
	padding-right: 25px;
}

.header-search #search {
	width: 104px;
	
}

#searchform {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top:15px;
}

#searchform:after {
	position: absolute;
	top: 1px;
	right: 8px;
	width: 16px;
	height: 16px;
	content: '🔍';
	z-index: 2;
	font: normal 32px/28px 'Entypo';
	-webkit-font-smoothing: antialiased;
}

.win #searchform:after {
	line-height: 14px;
}

.ie #searchform:after {
	line-height: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	Navigation Styles
/*-----------------------------------------------------------------------------------*/

.dropdown-nav {
	display: none;
	position: relative;
	margin-top: -3px;
	font-weight: bold;
	width: 110px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px !important;
	color:#ffffff;
}

.dropdown-nav:before {
	content: "☰";
	position: absolute;
	font: normal 40px/30px "Entypo";
	-webkit-font-smoothing: antialiased;
	top: 0;
	left: 0;
	width: 32px;
	text-align: center;
	z-index: 10;
}

.win .dropdown-nav:before {
	line-height: 10px;
}

.dropdown-nav select {
	display: none;
	opacity: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.primary-nav {
	margin: 0;
	padding: 0;
	margin-top:22px;
	font-family: "BrandonGrotesque-Regular",sans-serif;
	font-size:14px;
}

.primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav > ul {
	padding-top: 13px;
}

.primary-nav ul ul {
	margin: 0 !important;
	padding-top: 5px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.primary-nav ul ul:before {
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 0;
	content: "";
}

.primary-nav li {
	float: left;
	height: 18px;
	margin-left: 20px;
	position: relative;
	line-height: 18px;
}

.primary-nav li li {
	float: none;
	margin: 0;
	height: 20px;
	line-height: 20px;
}

.primary-nav li:first-of-type {
	margin-left: 0 !important;
}

.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-post-parent > a {
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer Styles
/*-----------------------------------------------------------------------------------*/

.footer {
	padding: 50px 0;
}

.footer p {
	margin-bottom: 5px;
}

.footer a {
	margin: 0 1px;
	
	text-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	General Body Styles
/*-----------------------------------------------------------------------------------*/

.container {
	padding: 20px;
}

.absent-container {
	padding: 18px 20px;
}

.post-image,
.osx.gecko .post-image {
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}

.image-link {
	/*display: block;*/
	padding: 0;
	position: relative;
}

.osx.gecko .image-link {
	padding: 0;
}

.post-image .overlay,
.image-link .overlay {
	/*
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(92, 147, 229, 0.75)));
	background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: -moz-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: -o-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: -ms-linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	background: linear-gradient(left top, rgba(0, 0, 0, 0.75), rgba(92, 147, 229, 0.75));
	z-index: 1;
	*/
}

.post-image:hover .overlay,
.image-link:hover .overlay {
	/*
	opacity: 1;
	*/
}

.ie8 .overlay {
	display: none;
}

.overlay:after {
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	height: 36px;
	width: 36px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 40px/36px "Entypo";
	-webkit-font-smoothing: antialiased;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), inset 0px -2px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), inset 0px -2px 0 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	z-index: 10;
	*/
}

.win .overlay:after {
	/*
	line-height: 16px;
	*/
}

.small-overlay:after {
	/*
	height: 26px;
	width: 26px !important;
	margin: -13px 0 0 -13px;
	line-height: 26px;
	*/
}

.win .small-overlay:after {
	/*
	line-height: 6px;
	*/
}

.expand:after {
	/*
	content: "";
	*/
}

.continue:after {
	/*
	content: "";
	*/
}

.post-image img {
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.body-width {
	width: auto;
	/*max-width: 900px;*/
	max-width: 800px;
	padding: 0 30px;
}

.ie8 .body-width {
	width: 900px !important;
}

.large-container {
	padding: 40px;
}

.sticky,
.gallery-caption,
.bypostauthor {}

/*-----------------------------------------------------------------------------------*/
/*	Homepage/Archive Styles (anywhere that grids are used)
/*-----------------------------------------------------------------------------------*/

.post-grid {
	width: auto;
	margin: 0 -20px 0 0;
	max-width: 920px;
}

.grid-item {
	padding: 25px 20px;
	float: left;
	/*width: 400px;*/
	width:350px;
	margin: 0 20px 20px 0;
}

.grid-item .post-image img,
.grid-item .post-image .overlay {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.post-footer {
	margin-top: -5px;
	margin-bottom: 0;
}

.featured-item {
	margin-left: 10px;
}

.osx.gecko .featured-item {
	margin-left: 10px;
}

.featured-item:before,
.comment-item:before {
	font: normal 25px/20px "Entypo";
	content: "➦";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-right: 2px;
	vertical-align: top;
}

.win .featured-item:before,
.win .comment-item:before {
	line-height: 8px;
}

.featured-item:before {
	content: "👍";
}

/*-----------------------------------------------------------------------------------*/
/*	Post Format Styles
/*-----------------------------------------------------------------------------------*/

.post-header {
	margin: -25px -20px 25px -20px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.ie8 .single-post-wrapper .post-header {
	margin: -50px -40px 50px -40px;
}

.ie8 .single-post-wrapper2 .post-header {
	margin: -50px -40px 50px -40px;
}

.post-header .post-image img,
.post-header .post-image .overlay {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.post-header + .post-footer {
	margin-top: 0;
}

/* Link & Quote Post Format */

.quote-header,
.link-header {
	text-align: center;
	padding: 25px 20px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

/* Link Post Format */

.link-header h2 {
	font-size: 1.5em;
	line-height: 1.556em;
	margin-bottom: 4px;
	font-weight: normal;
	z-index: 5;
}

.link-header h2:before {
	font: normal 40px/24px "Entypo";
	-webkit-font-smoothing: antialiased;
	content: "∞";
	vertical-align: middle;
	margin: 0 3px 4px 0;
	display: inline-block;
}

.win .link-header h2:before {
	line-height: 6px;
	vertical-align: top;
}

.link-header span {
	height: 20px;
	display: block;
	position: relative;
}

/* Quote Post Format */

.quote-header {
	padding: 25px 50px;
}

.quote-header blockquote {
	font-size: 1.5em;
	line-height: 1.556em;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	display: block;
	font-family: "Merriweather", Georgia, serif;
	font-weight: normal;
}

.quote-header blockquote:before,
.quote-header blockquote:after {
	background: 0;
	font-family: "Georgia", serif;
	position: absolute;
	font-size: 80px;
}

.quote-header blockquote:before {
	top: 14px;
	left: -32px;
	content: "“";
}

.quote-header blockquote:after {
	bottom: -23px;
	right: -31px;
	content: "”";
}

.quote-header figcaption {
	margin-top: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Gallery Post Format */

.gallery-header,
.image-header {
	background: rgba(0, 0, 0, 0.1);
}

.gallery-header {
	margin-bottom: 25px;
	padding-bottom: 46px;
	position: relative;
}

.image-header .post-iamge,
.gallery-header .post-image {
	margin-bottom: 0 !important;
}

.gallery-header a:hover,
.image-header a:hover {
	background: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Single Post Styles
/*-----------------------------------------------------------------------------------*/

.single-post-wrapper .post-wrapper {
	font-size: 1.167em;
	line-height: 1.571em;
	/*width: 530px;*/
	/*width:720px;*/
	width:500px;
	margin-right: 40px;
}

.single-post-wrapper2 .post-wrapper {
	font-size: 1.167em;
	line-height: 1.571em;
	

	width:720px;
	margin-right: 40px;
}

.single-post-wrapper .sidebar {
	/*width: 250px;*/
	width:175px;
}

.single-post-wrapper2 .sidebar {
	/*width: 250px;*/
	width:175px;
}

.single-post-wrapper .post-footer {
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
}

.single-post-wrapper2 .post-footer {
	font-size: 12px;
	line-height: 20px;
	margin-top: 30px;
}

.single-post-wrapper .post-footer .featured-item {
	margin-left: 0;
}

.single-post-wrapper2 .post-footer .featured-item {
	margin-left: 0;
}

.meta-table {
	margin-bottom: 0;
}

.meta-table td {
	padding: 10px 15px;
	text-align: left;
}

.meta-table td strong {
	display: block;
}

.date-item {
	white-space: nowrap;
}

/*-----------------------------------------------------------------------------------*/
/*	Sidebar & Widget Styles
/*-----------------------------------------------------------------------------------*/

.sidebar ul,
.sidebar ol {
	list-style: none;
	padding: 0;
}

.widget-title {
	margin-bottom: 15px;
}

.widget {
	margin-bottom: 40px;
}

.widget:last-of-type {
	margin-bottom: 0;
}

/* Calendar Widget */

#wp-calendar {
	width: 100%;
	border-top: 0;
}

#wp-calendar td {
	text-align: center;
	color: #87898c;
}

#wp-calendar caption {
	padding: 3px 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#wp-calendar th {
	padding-top: 2px;
	border-top: 0;
}

/* Twitter Widget */

.tweet-list {
	padding-bottom: 10px !important;
	margin-bottom: 10px;
}

.tweet-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tweet-list li:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

/* Dribbble Widget & Flickr Widget Styles */

.image-list {
	margin-right: -10px;
	margin-bottom: 7px;
}

.image-list li {
	float: left;
	width: 33.3333333%;
	padding: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-list a {
	margin-bottom: 0 !important;
}

.image-list a .overlay,
.image-link .overlay {
	top: 3px;
	right: 3px;
	left: 3px;
	bottom: 3px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.image-list img {
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Video Widget */

.video-wrapper {
	margin-bottom: 17px;
}

/*-----------------------------------------------------------------------------------*/
/*	Discussion Area Styles
/*-----------------------------------------------------------------------------------*/

.comments-section,
.respond-section {
	margin-top: 50px;
}

.commentlist,
.commentlist .children {
	list-style: none;
	padding: 0;
	margin: 0;
}

.commentlist .children {
	margin: 0 0 0 40px !important;
}

.commentlist .avatar {
	float: left;
	margin: 0 18px 0 -40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.commentlist .comment-meta {
	padding-left: 40px;
}

.commentlist .comment-content {
	padding: 10px 0 0 40px;
}

.pingback .comment-meta,
.pingback .comment-content,
.trackback .comment-meta,
.trackback .comment-content {
	padding-left: 0 !important;
}

.commentlist li {
	padding: 18px 0;
}

.commentlist #respond {
	margin: 0 0 20px 40px;
	padding-top: 18px;
}

.commentlist #reply-title {
	margin-bottom: 10px;
}

.commentlist #reply-title small {
	font-size: 100%;
	margin-left: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.comment-title,
.comment-date {
	display: inline;
}

/*-----------------------------------------------------------------------------------*/
/*	Page Pagination & Identifier Styles
/*-----------------------------------------------------------------------------------*/

.page-pagination a {
	margin-right: 10px;
}

.page-pagination span {
	margin-right: 14px;
	font-weight: bold;
}

.page-identifier {
	margin-bottom: 20px;
}

.page-identifier p {
	margin-bottom: 0;
}

.ajax-load-more {
	display: block;
}

.osx.gecko .ajax-load-more {
	padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	FlexSlider Styles
/*-----------------------------------------------------------------------------------*/

.slides,
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider .slides > li {
	display: none;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.slide .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 50%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

/* Control Nav */
.flex-control-nav {
	height: 46px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

.flex-control-nav li {
	zoom: 1;
	*display: inline-block;
}

.flex-control-thumbs {
	position: absolute;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}

.flex-control-thumbs li {
	display: inline-block;
	margin: 0;
	width: 26px;
	height: 26px;
	margin: 10px 3px;
	position: relative;
}

.flex-control-thumbs a {
	padding: 0;
	margin: 0;
	position: relative;
}

.flex-control-thumbs img {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	FancyBox Styles
/*-----------------------------------------------------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox/sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox/loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.95);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*-----------------------------------------------------------------------------------*/
/*	FancyBox Styles
/*-----------------------------------------------------------------------------------*/

/*** Pop Up ***/

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

#main-wrapper{
    height: auto;
    position: fixed;
    top: 0%;
    right: 40px;
    text-align: right;
    width: 360px;
    z-index: 10000;
    -webkit-animation: openpop 0.8s linear alternate forwards;
    -moz-animation: openpop 0.8s linear alternate forwards;
    -ms-animation: openpop 0.8s linear alternate forwards;
    -o-animation: openpop 0.8s linear alternate forwards;
    animation: openpop 0.8s linear alternate forwards;
}
#wrapper-pop{
    background-image:url(http://www.kixcereal.com/wp-content/uploads/2015/06/cereal-pop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    font-family: 'Lato', Arial, sans-serif;
    height: 100%;
    max-width: 360px;
    width: 100%;
    z-index:15;
    position: relative;
}

/*#main-wrapper.closepop{
    -webkit-animation: closepop 0.8s linear alternate forwards;
    -moz-animation: closepop 0.8s linear alternate forwards;
    -ms-animation: closepop 0.8s linear alternate forwards;
    -o-animation: closepop 0.8s linear alternate forwards;
    animation: closepop 0.8s linear alternate forwards;
}*/

#wrapper-pop .title{
    background-color: #2c9cc9;
    display: block;
    position: relative;
    width:100%;
}

#wrapper-pop .title h2{
    /*font-size: 3.164375em;*/
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    padding: 8px 0;
    box-sizing: border-box;
}

#wrapper-pop .closebtn {
    background-image:url(http://www.kixcereal.com/wp-content/uploads/2015/06/btn-close.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    top: 0;
    right: -30px;
}

#wrapper-pop .content-pop {
    width: 100%;
    float: left;
    position: relative;
}

#wrapper-pop .content-pop p{
    /*font-size: 1.75em;*/
    font-size: 13px;
    line-height: 1.6em;
    width: 42.5%;
    float: right;
    box-sizing:border-box;
    padding-right: 20px;
    margin-top: 8.3%;
    margin-bottom: 5%;
    text-align: left;
    color: #444444;
    font-family: 'Lato', Arial, sans-serif;
}

#wrapper-pop .content-pop p b{
    font-weight: bold;
    letter-spacing: -.03em;
}

#wrapper-pop .content-pop .learn-more{
    background-color: #2c9cc9;
    float: right;
    height: 40px;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-left: 5%;
    width: 57%;
    max-width: 172px;
    clear: both;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}

#wrapper-pop .content-pop .learn-more:hover{
      background: #146180;
}

#wrapper-pop .content-pop .learn-more h3{
    /*font-size: 2.3125em;*/
    font-size: 18px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
}

#wrapper-pop .content-pop .learn-more h3 a{
    text-decoration: none;
    color: #fff;
    border: none;
    outline: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: none !important;
}

#wrapper-pop .content-pop .learn-more h3 a b{
	color: inherit;
}

@-webkit-keyframes openpop {
    from {    
        max-height: 589px;
        margin-top: -589px;
    }
    to {    
        max-height: 589px;
        margin-top: 1em;
    }
}
@keyframes openpop {
    from {    
        max-height: 589px;
        margin-top: -589px;
    }
    to {    
        max-height: 589px;
        margin-top: 1em;
    }
}


@-webkit-keyframes closepop {
    from {
        max-height: 589px;
        margin-top: 1em;    
    }
    to {    
        max-height: 589px;
        margin-top: -650px;
    }
}
@keyframes closepop {
    from {
        max-height: 589px;
        margin-top: 1em;    
    }
    to {    
        max-height: 589px;
        margin-top: -700px;
    }
}

@media only screen and (max-device-width : 736px){
    /* #main-wrapper{display: none !important;} */
}

@media only screen and (max-width : 736px) and (orientation : portrait){
    
    #main-wrapper{
        width: 80%;
        max-width: 200px;
        top: 8%;
    }

    #wrapper-pop .closebtn {
        background-repeat: no-repeat;
        width: 28px;
        height: 28px;
        right: -28px;
    }

    #wrapper-pop .content-pop p{
        font-size: 8px;
    }

    #wrapper-pop .content-pop .learn-more{
        height: 22px;
    }

    #wrapper-pop .content-pop .learn-more h3{
        font-size: 10px;
    }
}

@media only screen and (max-width : 736px) and (orientation : landscape){
    
    #main-wrapper{
        width: 77%;
        margin-top: 0;
        top: -3%;
    }

    #wrapper-pop .title h2{
        font-size: 25px;
    }

    #wrapper-pop .closebtn {
        background-size:36px 34px;
        background-repeat: no-repeat;
        width: 36px;
        height: 34px;
    
        right: -36px;
}

    #wrapper-pop .content-pop p{
        font-size: 13px;
        line-height: 1.6em;
    }

    #wrapper-pop .content-pop .learn-more h3{
        font-size: 18px;
    }

    .overlay{
        height: 130%;
    }
}


@media only screen and (max-width : 480px){
    #wrapper-pop{
        background-size: cover;
        background-position: center;
    }
}


@media only screen and (max-width : 480px) and (orientation : landscape){
    #wrapper-pop .content-pop p{
          font-size: 13px;
    }
}

/* Large screens only */
@media only screen and (min-width: 768px) {

	.single-post-wrapper .quote-header blockquote:before,
	.single-post-wrapper .quote-header blockquote:after {
		font-size: 106px;
	}

	.single-post-wrapper2 .quote-header blockquote:before,
	.single-post-wrapper2 .quote-header blockquote:after {
		font-size: 106px;
	}

	.single-post-wrapper .quote-header blockquote:before {
		top: 18px;
		left: -63px;
	}

	.single-post-wrapper2 .quote-header blockquote:before {
		top: 18px;
		left: -63px;
	}


	.single-post-wrapper .quote-header blockquote:after {
		bottom: -40px;
		right: -62px;
	}

	.single-post-wrapper2 .quote-header blockquote:after {
		bottom: -40px;
		right: -62px;
	}

	.single-post-wrapper .post-header {
		margin: -50px -40px 50px -40px;
	}

	.single-post-wrapper2 .post-header {
		margin: -50px -40px 50px -40px;
	}

	.single-post-wrapper .quote-header,
	.single-post-wrapper .link-header {
		padding: 50px 40px;
		font-size: 1.333em;
	}

	.single-post-wrapper2 .quote-header,
	.single-post-wrapper2 .link-header {
		padding: 50px 40px;
		font-size: 1.333em;
	}

	.single-post-wrapper .quote-header {
		padding: 50px 100px;
	}

	.single-post-wrapper2 .quote-header {
		padding: 50px 100px;
	}

	.single-post-wrapper .link-header h2 {
		margin-bottom: 5px;
	}

	.single-post-wrapper2 .link-header h2 {
		margin-bottom: 5px;
	}

	.single-post-wrapper .link-header h2:before {
		font-size: 60px;
	}

	.single-post-wrapper2 .link-header h2:before {
		font-size: 60px;
	}

	.single-post-wrapper .link-header span {
		font-size: 14px;
	}

	.single-post-wrapper2 .link-header span {
		font-size: 14px;
	}

	.single-post-wrapper .quote-header figcaption {
		font-size: 1em;
		margin-top: 20px;
	}

	.single-post-wrapper2 .quote-header figcaption {
		font-size: 1em;
		margin-top: 20px;
	}

	.single-post-wrapper {
		padding: 50px 40px;
	}

	.single-post-wrapper2 {
		padding: 50px 40px;
	}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.body-width {
		padding: 0 20px;
	}

	.primary-nav {
		display: none !important;
	}

	.dropdown-nav,
	.dropdown-nav select {
		display: block;
	}

	.header-item {
		margin-left: 20px;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.body-width {
		max-width: 728px;
	}

	.post-grid {
		max-width: 748px;
	}

	.grid-item {
		max-width: 314px;
	}

	.single-post-wrapper .post-wrapper {
		float: none !important;
		width: auto;
		margin-right: 0;

	}

	.single-post-wrapper2 .post-wrapper {
		float: none !important;
		width: auto;
		margin-right: 0;

	}

	.sidebar {
		margin: 50px -40px 0 0;
		float: none !important;
		display: block;
		width: auto !important;
	}

	.widget {
		width: 50%;
		float: left;
		padding-right: 40px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.header {
		margin-bottom: 30px;
	}

	.body-width {
		width: 440px;
		padding: 0 20px;
	}

	.grid-item {
		width: 400px;
	}

	.page-pagination {
		margin-bottom: 0;
	}

	.footer .alignleft,
	.footer .alignright {
		float: none;
		text-align: center;
	}

	.single-post-wrapper .post-wrapper,
	.single-post-wrapper .sidebar {
		float: none !important;
		width: auto;
		margin-right: 0;
	}

	.single-post-wrapper2 .post-wrapper,
	.single-post-wrapper2 .sidebar {
		float: none !important;
		width: auto;
		margin-right: 0;
	}

	.large-container {
		padding: 30px;
	}

	.single-post-wrapper {
		padding: 40px 30px;
	}

	.single-post-wrapper2 {
		padding: 40px 30px;
	}

	.single-post-wrapper .post-header {
		margin: -40px -30px 40px -30px;
	}

	.single-post-wrapper2 .post-header {
		margin: -40px -30px 40px -30px;
	}

	.single-post-wrapper .link-header {
		padding: 30px 25px;
	}

	.single-post-wrapper2 .link-header {
		padding: 30px 25px;
	}

	.single-post-wrapper .quote-header {
		padding: 30px auto;
	}

	.single-post-wrapper2 .quote-header {
		padding: 30px auto;
	}

	.single-post-wrapper .post-wrapper {
		font-size: 1.083em; /* 13px */
		line-height: 1.615em; /* 21px */
	}

	.single-post-wrapper2 .post-wrapper {
		font-size: 1.083em; /* 13px */
		line-height: 1.615em; /* 21px */
	}

	.single-post-wrapper .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.single-post-wrapper2 .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.single-post-wrapper .post-wrapper h3 {
		font-size: 1.077em; /* 14px */
		line-height: 1.571em; /* 22px */
	}

	.single-post-wrapper2 .post-wrapper h3 {
		font-size: 1.077em; /* 14px */
		line-height: 1.571em; /* 22px */
	}

	.single-post-wrapper .link-header h2,
	.single-post-wrapper .quote-header blockquote {
		font-size: 1.5em;
		line-height: 1.556em;
	}

	.single-post-wrapper2 .link-header h2,
	.single-post-wrapper2 .quote-header blockquote {
		font-size: 1.5em;
		line-height: 1.556em;
	}

	.single-post-wrapper .quote-header figcaption {
		margin-top: 13px;
	}

	.single-post-wrapper2 .quote-header figcaption {
		margin-top: 13px;
	}

	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin-top: 30px;
	}

	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.comment-title {
		display: block;
		margin-bottom: 7px;
	}

	.sidebar {
		margin: 50px -20px 0 0;
		float: none !important;
		display: block;
		width: auto !important;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.header .alignleft,
	.header .alignright,
	.page-identifier .alignleft,
	.page-identifier .alignright {
		display: block;
		float: none !important;
	}

	.header-item {
		margin: 0 0 10px 0 !important;
	}

	.header-item:last-of-type {
		margin: 0 !important;
	}

	h1.site-logo {
		margin-bottom: 20px !important;
	}

	.site-logo a {
		width: 100% !important;
		background-position: center center !important;
	}

	.dropdown-nav,
	#searchform,
	#search {
		display: block;
		width: auto;
	}

	.header #search {
		width: 264px !important;
	}

	.featured-item span {
		display: none;
	}

	.body-width {
		width: 300px;
		padding: 0 10px;
	}

	.post-grid {
		width: 300px;
	}

	.grid-item {
		margin-right: 0;
		width: 260px;
	}

	.large-container {
		padding: 20px;
	}

	.single-post-wrapper {
		padding: 25px 20px;
	}

	.single-post-wrapper2 {
		padding: 25px 20px;
	}

	.post-content ul,
	.post-content ol {
		padding-left: 15px;
	}

	.single-post-wrapper .post-header {
		margin: -25px -20px 25px -20px;
	}

	.single-post-wrapper2 .post-header {
		margin: -25px -20px 25px -20px;
	}

	.single-post-wrapper .post-wrapper,
	.single-post-wrapper .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.single-post-wrapper2 .post-wrapper,
	.single-post-wrapper2 .post-header {
		font-size: 1em;
		line-height: 1.667em;
	}

	.quote-header {
		padding: 25px 20px;
	}

	.quote-header blockquote:before,
	.quote-header blockquote:after {
		content: "";
		display: none;
	}

	.commentlist .children {
		margin: 0 0 0 20px !important;
	}

	input[type="text"] {
		width: 150px;
	}

	.meta-table td {
		padding: 10px 10px;
	}

	.date-item {
		white-space: normal;
	}

}

/* Social */ {
	.social-icons {
		margin-right:100px;
		text-right;
	}
}