/*======================================
Theme Name: Anderson Lite
Theme URI: http://themezee.com/themes/anderson/
Description: A clean and elegant magazine theme suitable for any kind of content related website. The theme comes with a fully responsive layout and a sleek featured post slideshow. The user-friendly and flexible theme options supporting the powerful Customizer allow you to setup your magazine website in only a few minutes. 
Version: 1.1.1
Author: ThemeZee
Author URI: http://themezee.com
Tags: two-columns, light, blue, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, fluid-layout, responsive-layout, one-column, left-sidebar, right-sidebar, three-columns, black, silver, white, gray
Text Domain: anderson-lite
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'Roboto', 'Carme', Tahoma, Verdana, Arial;
	font-size: 1.05em;
	border: 0;
	color: #111;
	background-color: #777777;
}

/* Links */
a, a:link, a:visited{
	color: #003366;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'Carme', Tahoma, Verdana, Arial;
}
input[type="submit"] {
	border: none;
	color: #fff;
	background-color: #003366;
}
input[type="submit"]:hover {
	background-color: #222;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {  
	content: " ";
	display: table;  
}  
.clearfix:after {  
	clear: both;
}  
.clearfix {
    *zoom: 1; /* For IE 6/7 only */  
}

/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

/* Basic Structure 
-------------------------------------------------------------- */
#wrapper {
	max-width: 1350px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#header {
	padding: 1.5em 2em;
	background: #fff;
}
#wrap {
	padding: 2em 2em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 74%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	float: right;
	width: 26%;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
	margin: 1.2em 0;
}
#logo .site-title {
	display: inline;
	background: #003366;
	color: #fff;
	padding: 0.15em 0.3em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: 2.5em;
	font-family: 'Share', Tahoma, Verdana, Arial;
	line-height: 1.4em;
}
#logo a:hover {
	text-decoration: none;
}
#logo a:hover .site-title {
	background: #333;
	text-decoration: none;
}
#logo .site-description {
	margin-top: 0.4em;
}

/* Header Banner */
#header-banner {
	float: right;
}
#header-banner img {
	max-width: 100%;
	height: auto;
}

/* Custom Header Image */
#custom-header {
	margin: 1.5em 2em 0;
}
#custom-header img {
	max-width: 1300px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Top Navigation Menu
-------------------------------------------------------------- */
#topheader {
	border-bottom: 1px solid #ccc;
}
#topnav-icon {
	display: none;
}
#topnav-menu {
	float: left;
	padding-left: 0.4em;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#topnav-menu li{
	float: left;
	position: relative;
}
#topnav-menu a {
	display: block;
	padding: 0.8em;
	text-decoration: none;
	font-size: 0.85em;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	text-decoration: underline;
}

/* Navigation Menu
-------------------------------------------------------------- */
#navigation-wrap {
	padding: 0 2em;
}
#mainnav-icon {
	display: none;
}
#mainnav {
	border-top: 1px solid #222;
	border-bottom: 3px solid #222;
}
#mainnav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#mainnav-menu li {
	float: left;
	position: relative;
}
#mainnav-menu a {
	display: block;
	padding: 1.3em 1.4em;
	text-decoration: none;
	font-size: 1.35em;
	text-transform: uppercase;
	font-family: 'Share', Tahoma, Verdana, Arial;
}
#mainnav-menu a:link, #mainnav-menu a:visited {
	color: #222;
	text-decoration: none; 
}
#mainnav-menu a:hover {
	color: #003366; 
}
#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	padding: 2px 0 0;
	background: #222;
}
#mainnav-menu ul li{
	margin: 0;
	border: none;
}
#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 1.2em 1.4em;
	float: left;
	font-family: 'Carme', Tahoma, Verdana, Arial;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainnav-menu ul a:link, #mainnav-menu ul a:visited {
	color: #fff;
	font-size: 0.95em;
	text-decoration: none;
}
#mainnav-menu ul a:hover, #mainnav-menu ul a:active {
	background: #003366; 
}
#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
	padding-top: 0;
}
#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul{
	display:none;
}
#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul{
	display:block;
}
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
	color: #003366;
}
#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a {
	color: #fff;
}
#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
#mainnav-menu ul li.current_page_item ul li a, #mainnav-menu ul li.current-menu-item ul li a {
	text-decoration: none;
}

/* Add Menu Icons */
#mainnav-menu .menu-item-has-children a:after, #mainnav-menu .page_item_has_children a:after{
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 12px 'Genericons';
	vertical-align: middle;
	color: #222;
	margin: 0 0 -0.3em 0.6em;
	content: '\f502';
}
#mainnav-menu .menu-item-has-children ul li a:after, #mainnav-menu .page_item_has_children ul li a:after {
	content: '';
}
#mainnav-menu .menu-dashicon a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px 'Dashicons';
	vertical-align: top;
	color: #222;
	margin: -0.2em 0.4em 0 0;
	content: "\f102";
}
#mainnav-menu .menu-dashicon ul li a:before {
	content: '';
}
#mainnav-menu li a:hover:before, #mainnav-menu li a:hover:after {
	color: #003366;
}

/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 2em;
	padding: 0.5em;
	max-width: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widgettitle {
	margin: -0.5em -0.5em 1em;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.widgettitle span {
	display: inline-block;
	font-family: 'Share', Tahoma, Verdana, Arial;
	font-size: 1.15em;
	line-height: 1.4em;
	color: #222;
	padding: 0.4em 0.5em;
}
.widget .textwidget {
	line-height: 1.5em;
	font-size: 0.90em;

}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul, .widget ol {
	line-height: 1.5em;
	color: #222;
}
.widget ul {
	list-style: circle inside;
}
.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	color: #003366;
}
.widget a:hover, .widget a:active {
	color: #222;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widgettitle a:link, .widgettitle a:visited  {
	text-decoration: underline;
}
.widgettitle a:hover, .widgettitle a:active {
	text-decoration: none;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Category, Archives, Meta Widget */
.widget_archive ul, .widget_categories ul, .widget_meta ul {
	list-style: none inside;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li {
	padding: 0.25em 0;
}
.widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px 'Genericons';
	vertical-align: top;
	color: #222;
	margin: 0.3em 0.3em 0 0;
	content: '\f429';
}


/* Tagcloud Widget */
.tagcloud a {
	display: inline-block;
	margin: 1px;
	padding: 0.2em 0.4em;
	text-decoration: none;
	color: #fff;
	background-color: #003366;
}
.tagcloud a:link, .tagcloud a:visited {
	color: #fff;
}
.tagcloud a:hover, .tagcloud a:active {
	background-color: #222;
	text-decoration: none;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar caption {
	font-style: italic;
	margin-bottom: 0.1em;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
}
#wp-calendar tfoot tr td {
	padding-top: 0.5em;
}
#wp-calendar #next {
	padding-right: 0.8em;
	text-align: right;
}

/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0.3em 0 2em 0;
}
.page-title {
	font-family: 'Share', Tahoma, Verdana, Arial;
	color: #222;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
    font-size: 2.5em;
}
.post-title {
	font-family: 'Share', Tahoma, Verdana, Arial;
	color: #222;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
    font-size: 1.5em;
}
.post-title {
	display: inline;
	background: #003366;
	color: #fff;
	padding: 0.3em 0.4em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.post-title a:link, .post-title a:visited {
	color: #fff;
	text-decoration: none;
}
.post-title:hover, .post-title:active{
	background: #222;
}
.sticky {
	margin: 0 0 2.5em;
	padding: 2em 0 0;
	border-top: 1px solid #222;
	border-bottom: 2px solid #222;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Post Image & Category */
.type-post .post-image {
	position: relative;
	float: left;
	max-width: 30%;
	margin: -0.3em 2em 1em 0;
	overflow: hidden;
}
.type-post .post-image .wp-post-image {
	margin: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.image-post-categories {
	position: absolute;
	top: 1em;
	left: 0;
}

.post-categories a {
	display: inline-block;
	margin: 0 0 2px;
	padding: 0.5em 0.6em;
	background: #222;
}
.post-categories a:link, .post-categories a:visited {
	color: #fff;
}
.post-categories a:hover, .post-categories a:active{
	background: #003366;
}
.single-post-categories {
	margin-bottom: 0.5em;
}
.single-post-categories a {
	float: left;
	margin: 0 2px 0 0;
}

/* Postmeta (Date & Author) */
.postmeta, .postinfo {
	color: #888;
	margin: 0.4em 0 0;
	padding: 0.3em 0;
	line-height: 1.5em;
	font-size: 0.95em;
}
.postmeta a:link, .postmeta a:visited {
	color: #555;
}
.postmeta a:hover, .postmeta a:active{
	text-decoration: underline;
}

/* Post Tags */
.post-tags {
	margin: 0.5em 0 0;
}
.post-tags a {
	display: inline-block;
	font-size: 0.95em;
	margin: 1px 0;
	padding: 0.3em 0.6em;
	text-decoration: none;
	color: #fff;
	background-color: #003366;
}
.post-tags a:link, .post-tags a:visited {
	color: #fff;
}
.post-tags a:hover, .post-tags a:active {
	background-color: #222;
	text-decoration: none;
}


/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.3em 0.8em;
	text-decoration: none;
	color: #fff;
	background-color: #003366;
}
.more-link:link, .more-link:visited {
	color: #fff;
}
.more-link:hover, .more-link:active {
	background-color: #222;
	text-decoration: none;
}

/* Archives and Search Heading */
.archive-title {
	margin-bottom: 2em;
	padding: 0.4em 0.5em;
	font-family: 'Share', Tahoma, Verdana, Arial;
	font-size: 1.15em;
	line-height: 1.4em;
	color: #222;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.archive-title span{
	color: #003366;
}

/* Content Pagination */
.post-pagination {
	margin-bottom: 2em;
	font-family: 'Share', Tahoma, Verdana, Arial;
	font-size: 1.15em;
	line-height: 1.4em;
	color: #222;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.post-pagination a {
	padding: 0.4em 0.6em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #222;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #222;
}
.post-pagination a:hover {
	color: #003366;
}
.post-pagination .current {
	padding: 0.4em 0.6em;
	color: #003366;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	margin: 0.4em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.0em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left: 3px solid #003366;
	margin: 1.2em 0;
	padding: 0.3em 1.2em;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
.wp-post-image, #post-slider-wrap img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	filter: grayscale(80%);
	filter: gray; /* IE 6-9 */
    -webkit-transition: all 0.4s ease; /* Fade to color for Chrome and Safari */
	transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.wp-post-image:hover, .post-image:hover .wp-post-image, #post-slider-wrap:hover img, .widget-category-posts .big-post:hover img {
	-moz-filter: none; 
	-ms-filter: none; 
	-o-filter: none; 
	-webkit-filter: none; 
	filter: none;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto; 
	display: block;
}

/* Gallery Styling */
.gallery {
	margin: 1em auto !important;
}
.gallery-item {
	float: left;
	margin: 0.7em 0 0 0 !important;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0 !important;
	border: none !important;
}
.gallery-caption {
	margin-left: 0.3em !important;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin-bottom: 1.5em;
	padding: 0.5em 0;
	color: #333;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	padding: 0.6em 1em;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #003366;
	color: #fff;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	background: #222;
}
/* Search Form
-------------------------------------------------------------- */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.6em 45px 0.6em 0.6em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}
.search-form .search-submit:hover .genericon-search {
	color: #333;
}


/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
.social-icons-menu, .widget-social-icons .social-icons-menu {
	list-style-type: none !important;
	list-style-position: outside !important;
	line-height: 1em !important;
}
.social-icons-menu li {
	float: left;
	margin: 0 0.2em 0.2em 0;
	padding: 0;
}
.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #003366;
}
.social-icons-menu li a:before {
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 1em;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}

/* Add Genericons */
.social-icons-menu li a:before { content: '\f408';} /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before,
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

.social-icons-menu li a:hover, .social-icons-menu li a:hover:before  {
	text-decoration: none;
	background: #222;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-wrap .social-icons-hint {
	font-size: 0.8em;
	color: #777;
	max-width: 300px;
	line-height: 1.2em;
}

/* Header Social Icons */
#header-social-icons {
	float: right;
	padding-right: 0.4em;
}
#header-social-icons .social-icons-menu li {
	margin: 0.1em 0 0;
	background: none;
}
#header-social-icons .social-icons-menu li a {
	padding: 0.6em 0.8em 0.4em;
	background: none;
	border: none;
}
#header-social-icons .social-icons-menu li a:before {
	color: #222;
	font-size: 14px;
}
#header-social-icons .social-icons-menu li a:hover, #header-social-icons .social-icons-menu li a:hover:before  {
	color: #003366;
	background: none;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 0 0 2em 0;
}
#comments .comments-title, #respond #reply-title {
	font-size: 1.5em;
	font-family: 'Share', Tahoma, Verdana, Arial;
	margin-bottom: 0.5em;
	color: #222;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.commentlist {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.commentlist .comment{
	display: block;
	padding: 1.5em 1em;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-author img {
	float: left;
	margin-right: 1em;
	margin-top: -0.1em;
}
.comment-author img:after {
	clear: both;
}
.comment-author .fn {
	font-size: 1.1em;
	padding: 0.2em 0;
}
.comment-author .fn a:link, .comment-author .fn a:visited {
	text-decoration: underline;
}
.comment-author .fn a:hover, .comment-author .fn a:active {
	text-decoration: none;
}
.bypostauthor .fn, .comment-author-admin .fn{
	font-style: italic;
	background: #eee;
	padding: 0.2em 0.6em;
}
.comment-meta {
	font-size: 0.9em;
	margin-bottom: 1.5em;
}
.comment-meta a:link, .comment-meta a:visited, 
.comment-meta a:active, .comment-meta a:hover {
	color: #666 !important;
}
#comments .children {
	margin-top: 1.5em;
	margin-left: 1em;
}
#comments .children .comment {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
}
.nocomments {
	color: #444;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 1.5em 0 0;
}
#commentform {
	padding: 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.3em;
	font-weight: bold;
}
#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff;
	background: #003366;
}
#commentform #submit:hover {
	background-color: #222;
	cursor: pointer;
	text-decoration: none;
}

/* Post Slider
-------------------------------------------------------------- */
/* All Slideshow Styles are located in /css/flexslider.css */


/* Magazine Homepage
-------------------------------------------------------------- */
.magazine-homepage-no-widgets {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* Category Posts Widgets */
#magazine-homepage-widgets .widget {
	padding: 0;
}
#magazine-homepage-widgets .widgettitle {
	margin: 0 0 1em 0;
}
#magazine-homepage-widgets .widgettitle a:link, #magazine-homepage-widgets .widgettitle a:visited  {
	text-decoration: none;
	color: #222;
}
#magazine-homepage-widgets .widgettitle a:hover, #magazine-homepage-widgets .widgettitle a:active {
	text-decoration: underline;
}
.widget-category-posts {
	margin: 0 0 -1em 0;
}
.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
}
.widget-category-posts .big-post {
	margin-bottom: 1.5em;
	position: relative;
}
.widget-category-posts .big-post .post-content {
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 1em;
}
.widget-category-posts .type-post .post-content .post-entry {
	background: #fff;
	background: rgba(255,255,255,0.8);
	padding: 0.6em 1em 0.8em;
}
.widget-category-posts .type-post .post-content .post-entry .entry , 
.widget-category-posts .type-post .post-content .post-entry .entry p {
	margin: 0;
}
.widget-category-posts .small-post {
	float: right;
	width: 100%;
	margin: 0.3em 0 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: -0.2em 1em 0 0;
}
.widget-category-posts .small-post .small-posts-content {
	display: inline;
}
.widget-category-posts .small-post .post-title{
	font-size: 1.1em;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .big-post {
	float: left;
	width: 50%;
	padding-right: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .small-posts {
	width: 50%;
	margin-left: 50%;
	padding-left: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .big-post .post-content {
	right: 1.75em;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1.5em;
}
#widget-category-posts-grid .category-posts-grid-row .type-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-grid .type-post .post-content {
	right: 2.5em;
}

/* Category Posts Horizontal Widget */
#widget-category-posts-horizontal .widget-category-posts-content {
	margin-right: -1.5em;
}
#widget-category-posts-horizontal .widget-category-posts-content .type-post {
	float: left;
	width: 33.33333333%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-horizontal .type-post .post-title {
	font-size: 1.15em;
}
#widget-category-posts-horizontal .type-post .post-content {
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	right: 2em;
}
#widget-category-posts-horizontal .type-post .post-content .post-entry {
	padding: 0.1em 0.6em;
}

/* Category Posts Columns Widget */
#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 2em;
	line-height: 1.5em;
}
#footer .footer-content {
	font-size: 0.6em;
}

/* Footer Navigation Menu */
#footernav {
	float: right;
}
#footernav-menu {
	float: right;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#footernav-menu li {
	display: inline-block;
	margin-left: 2em;
}
#footernav-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.80em;
}

/*============================ MEDIA QUERIES ============================*/
@media only screen and (max-width: 80em) {
	#mainnav-menu a {
		font-size: 1.1em;
	}
	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.4em;
	}
	.widget-category-posts .type-post .post-content .post-entry .entry {
		font-size: 0.95em;
	}
}
/* Small screens | <1120px */
@media only screen and (max-width: 75em) {

	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.3em;
	}
	.widget-category-posts .type-post .post-content .post-entry {
		padding: 0.1em 0.6em;
	}
	.widget-category-posts .type-post .post-content .post-entry .entry {
		display: none;
	}
	#widget-category-posts-horizontal .type-post .post-content .post-entry {
		display: none;
	}
	#widget-category-posts-horizontal .type-post .post-content {
		bottom: 1em;
	}
}
/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}
	#mainnav-menu a {
		font-size: 1.05em;
	}
	#header-banner {
		max-width: 80%;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
	}
	.type-post, .type-page, .type-attachment, .widget, #comments {
		margin-bottom: 2em;
	}
	#header {
		padding: 1.5em;
	}
	#mainnav-menu a {
		font-size: 1.0em;
		padding: 1.5em 1.6em;
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	#content {
		float: none;
		width: 100%;
		padding: 0;
	}
	#sidebar {
		clear: both;
		float: none;
		margin: 2em 0 0;
		width: 100%;
	}
	#logo {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0.5em 0 0;
	}
	#header-banner {
		float: none;
		margin-top: 2em;
		text-align: center;
		max-width: 100%;
	}
	
	/* Mobile Top Navigation */
	
	/* Reset */
	#topnav, #topnav-menu, #topnav-menu li, #topnav-menu a, #topnav-menu ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	
	#topnav {
		float: none;
	}
	#topnav-icon {
		display: inline-block;
		padding: 0.8em;
		text-decoration: none;
		font-size: 0.85em;
		color: #003366;
	}
	#topnav-icon:hover {
		color: #222;
		cursor: pointer;
	}
	#topnav-icon:before {
		display: inline-block;
		margin: -0.3em 0.8em -0.2em 0.3em;
		font: normal 14px Genericons;
		-webkit-font-smoothing: antialiased;
		content: '\f419';
		text-decoration: none;
		vertical-align: middle;
	}
	
	#topnav-menu {
		width: 100%;
		display: none;
		background: #fbfbfb;
	}
	#topnav-menu a {
		display: block;
		padding: 0.8em 1.2em;
		text-decoration: none;
		font-size: 0.85em;
		border-top: 1px solid #ddd;
		clear: left;
	}
	
	/* Mobile Main Navigation */
	
	/* Reset */
	#mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, 
	#mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul 
	{
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul
	{
		display: inline;
	}
	
	#mainnav {
		margin: 1.5em 0;
		float: none;
	}
	#mainnav-icon {
		display: block;
		padding: 1.3em 1.4em;
		text-decoration: none;
		font-size: 1.15em;
		font-family: 'Share', Tahoma, Verdana, Arial;
		border-top: 1px solid #222;
		border-bottom: 2px solid #222;
	}
	#mainnav-icon:hover {
		cursor: pointer;
		color: #003366;
	}
	#mainnav-icon:after {
		float: right;
		margin: -0.13em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: none;
		vertical-align: middle;
	}
	#mainnav-menu {
		width: 100%;
		display: none;
		background: #fff;
	}
	#mainnav-menu a {
		display: block;
		padding: 1.3em 1.4em;
		color: #222;
		text-decoration: none;
		font-size: 1.05em;
		border-bottom: 1px solid #ccc;
		background: #fff;
		clear: left;
	}
	#mainnav-menu a:link, #mainnav-menu a:visited {
		color: #222;
	}
	#mainnav-menu a:hover, #mainnav-menu a:active {
		color: #003366;
	}
	#mainnav-menu ul {
		float: left;
		background: #fbfbfb;
		width: 100%;
	}
	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em 1em 1em 2.5em;
		font-size: 0.9em;
		border-bottom: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul ul a {
		padding-left: 4em;
	}
	#mainnav-menu ul ul ul a {
		padding-left: 5.5em;
	}
	#mainnav-menu ul a:link, #mainnav-menu ul a:visited {
		color: #222;
	}
	#mainnav-menu ul a:hover, #mainnav-menu ul a:active {
		color: #003366;
		background: none;
	}
	#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a {
		color: #222;
	}
	#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
		color: #222;
	}
	
	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.4em;
	}
	.widget-category-posts .type-post .post-content .post-entry {
		padding: 0.6em 1em 0.8em;
	}
	.widget-category-posts .type-post .post-content .post-entry .entry {
		display: block;
	}
	#widget-category-posts-horizontal .type-post .post-content .post-entry {
		display: block;
	}
	#widget-category-posts-horizontal .type-post .post-content {
		bottom: 0.5em;
	}
	
	/* Footer Area */
	#footer-wrap {
		padding: 2em;
	}
	#footer {
		text-align: center;
	}
	#footer .footer-content {
		margin-top: 2em;
	}
	#footernav, #footernav-menu {
		float: none;
	}
	#footernav-menu li {
		margin: 0 1em;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#logo {
		margin: 0;
	}
	#header-banner {
		margin-top: 1.5em;
	}
	.post-title, .page-title {
		font-size: 1.4em;
	}
	.entry h1, .comment h1 {
	font-size: 2.2em;
	}
	.entry h2, .comment h2 {
		font-size: 1.8em;
	}
	.entry h3, .comment h3 {
		font-size: 1.4em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}
	
	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.3em;
	}
	.widget-category-posts .big-post .post-content {
		bottom: 0.5em;
		left: 0.5em;
		right: 0.5em;
	}
	.widget-category-posts .type-post .post-content .post-entry {
		padding: 0.1em 0.6em;
	}
	.widget-category-posts .type-post .post-content .post-entry .entry {
		display: none;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 85px;
	}
	#widget-category-posts-horizontal .type-post .post-content .post-entry {
		display: none;
	}
	#widget-category-posts-horizontal .type-post .post-content {
		bottom: 1em;
	}
	#widget-category-posts-boxed .big-post {
		position: static;
	}
	#widget-category-posts-boxed .big-post .post-content {
		margin-top: 1em;
		position: static;
	}
	#widget-category-posts-boxed .big-post .post-content .post-entry {
		display: block;
		padding: 0;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	#logo .site-title {
		font-size: 2.3em;
	}
	.post-title, .page-title {
		font-size: 1.3em;
	}
	#mainnav-icon, #mainnav-menu a {
		padding: 1.2em 1.4em;
	}
	.postinfo span {
		display: block;
		margin: 0.5em 0;
	}
	.type-post .post-image {
		max-width: 35%;
	}
	.image-post-categories {
		top: 0.5em;
	}
	.post-categories a {
		margin: 0 1px 1px 0;
		font-size: 0.8em;
	}
	
	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.15em;
	}
	.widget-category-posts .big-post .post-content {
		bottom: 1em;
	}
	.widget-category-posts .type-post .post-content .post-entry {
		display: none;
	}
	.widget-category-posts .type-post .postmeta {
		font-size: 0.85em;
	}
	.widget-category-posts .small-post .post-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 75px;
	}
	#widget-category-posts-horizontal .type-post .post-content .post-title {
		font-size: 1.0em;
	}
		
}

@media only screen and (max-width: 37em) {
	.widget-category-posts .small-post .wp-post-image {
		max-width: 60px;
	}
}

@media only screen and (max-width: 32em) {
	#widget-category-posts-horizontal .widget-category-posts-content {
		margin-right: 0;
	}
	#widget-category-posts-horizontal .widget-category-posts-content .type-post {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	#widget-category-posts-horizontal .big-post {
		display: inline-block;
		margin-bottom: 1em !important;
		position: static;
	}
	#widget-category-posts-horizontal .big-post .post-content {
		position: static;
	}
	#widget-category-posts-horizontal .big-post .post-content .post-entry {
		display: inline;
		background: none;
		padding: 0;
	}
	#widget-category-posts-horizontal .big-post .post-content .small-post {
		float: right;
		width: 100%;
		margin: 0.3em 0 1em 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#widget-category-posts-horizontal .big-post .wp-post-image {
		float: left;
		max-width: 25%;
		margin: -0.2em 1em 0 0;
	}
}

/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#header-social-icons {
		float: none;
		padding: 0 0.2em;
		background: #fff;
		border-bottom: 1px solid #ddd;
	}
	#wrap {
		padding: 1.5em 1.5em 0;
	}
	.type-post, .type-page, .type-attachment, .widget, #comments  {
		margin-bottom: 1.5em;
	}
	#header {
		padding: 1.5em;
	}
	#logo .site-title {
		font-size: 2.2em;
	}
	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}
	.type-post .post-image {
		float: none;
		margin: 0 0 1em;
		max-width: 100%;
	}
	.image-post-categories {
		top: 1em;
	}
	.post-categories a {
		margin: 0 1px 2px 0;
		font-size: 1.0em;
	}
	
		/* Category Post Widgets */
	.widget-category-posts .type-post {
		margin: 0 0 1.5em 0;
	}
	.widget-category-posts .big-post .post-title {
		font-size: 1.4em;
	}
	.widget-category-posts .big-post .post-content {
		bottom: 0.5em;
		left: 0.5em;
		right: 0.5em;
	}
	.widget-category-posts .type-post .post-content .post-entry {
		display: block;
		padding: 0.6em 1em 0.8em;
	}
	.widget-category-posts .type-post .postmeta {
		font-size: 0.95em;
	}
	.widget-category-posts .type-post .post-content .post-entry .entry {
		display: block;
	}
	.widget-category-posts .small-post .post-title {
		font-size: 1.1em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 95px;
	}
	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}
	#widget-category-posts-grid .category-posts-grid-row .type-post,
	#widget-category-posts-boxed .big-post,
	#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#widget-category-posts-boxed .small-posts,
	#widget-category-posts-columns .category-posts-column-right {
		float: right;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	#widget-category-posts-boxed .small-posts {
		padding-bottom: 0.5em;
	}
	#widget-category-posts-columns .category-posts-columns .small-post {
		margin: 0 0 1em;
	}
	#widget-category-posts-columns .category-posts-column-right {
		margin-top: 1.5em;
	}
	#widget-category-posts-boxed .big-post {
		position: relative;
	}
	#widget-category-posts-boxed .big-post .post-content {
		margin-top: 0;
		position: absolute;
	}
	#widget-category-posts-boxed .big-post .post-content .post-entry {
		padding: 0.6em 1em 0.8em;
	}
}

@media only screen and (max-width: 25em) {
	
	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.3em;
	}
	.widget-category-posts .big-post .post-content {
		bottom: 1em;
	}
	.widget-category-posts .type-post .post-content .post-entry, #widget-category-posts-boxed .big-post .post-content .post-entry {
		padding: 0.1em 0.6em;
	}
	.widget-category-posts .type-post .postmeta {
		font-size: 0.85em;
	}
	.widget-category-posts .type-post .post-content .post-entry .entry {
		display: none;
	}
	.widget-category-posts .small-post .post-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 85px;
	}
	
}


/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	#mainnav-icon, #mainnav-menu a {
		padding: 1.1em 1.3em;
	}
	.post-title, .page-title {
		font-size: 1.2em;
	}
	.postmeta span {
		display: block;
	}
	
	/* Category Post Widgets */
	.widget-category-posts .big-post .post-title {
		font-size: 1.1em;
	}
	.widget-category-posts .type-post .post-content .post-entry, #widget-category-posts-boxed .big-post .post-content .post-entry {
		display: none;
	}
	.widget-category-posts .type-post .postmeta {
		font-size: 0.8em;
	}
	.widget-category-posts .small-post .wp-post-image {
		max-width: 75px;
	}
	
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	/* ensure #nav is visible on desktop version */
	#topnav-menu, #mainnav-menu {
		display: block !important;
	}
}