/*---------------------------------------------------------------------------------

	Theme Name: Wilson
    Text Domain: wilson
	Version: 1.36
	Description: Wilson is a clean, simple and responsive theme for personal sites and blogs. Features responsive design, retina-ready assets, Block Editor/Gutenberg support, custom accent color support, custom logo support, custom widgets for video and Flickr embeds, page templates, and editor styles. Demo: https://www.andersnoren.se/themes/wilson/
	Tags: blog, two-columns, left-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
	Author: Anders Norén
	Author URI: https://www.andersnoren.se
	Theme URI: https://www.andersnoren.se/teman/wilson-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Widgets
	6.	Main Content
	7.	Post formats
	8.  Single post
	9.	Post Content
	10.	Comments
	11.	Pagination
	12.	Page & Page Templates
	13.	Footer
	14.	Credits
	15.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul { list-style: none; }

blockquote:before, 
blockquote:after { 
    content: ''; 
}

a { outline: none; }

input[type=search] {
   -moz-appearance: none;
   -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
    background: #353E49;
    border: none;
	color: #555;
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

body a {
	color: #FF706C;
	text-decoration: none;
}

body a:hover {
	color: #FF706C;
	text-decoration: none;
}

* { 
        -webkit-box-sizing: border-box; 
        -moz-box-sizing:    border-box; 
	box-sizing:             border-box; 
}

img {
    height: auto;
	max-width: 100%;
}

.hidden { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

::selection {
	background: #333;
	color: #FFF;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }


/* Transitions --------------------------------------- */


body a,
.post-tags a::after {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.blog-menu a,
.blog-menu ul .has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a img,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
.archive-nav a,
#s,
.searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
.flickr_badge_image a img,
.mobile-menu a {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.nav-toggle,
.nav-toggle p,
.nav-toggle .bar,
.tothetop {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}


/* Screen Reader Text --------------------------------------- */


.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	height: 1px;
    overflow: hidden;
    position: absolute !important;
	width: 1px;
}

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


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper { 
	background: url('/wp-content/themes/wilson/images/1px-white.png') right repeat-y;
	background-size: 68% auto;
	margin: 0 auto;
	max-width: 86%;
	position: relative;
	width: 1160px;
}

.sidebar {
    float: left;
	margin: 7.5% 0;
    width: 32%;
}

.content {
    background: #FFF;
	float: right;
    position: relative;
    width: 68%;
	z-index: 2;
}


/* -------------------------------------------------------------------------------- */
/*	3. Sidebar
/* -------------------------------------------------------------------------------- */


.blog-header,
.blog-menu,
.sidebar .widgets {
	padding-left: 15%;
	padding-right: 15%;
}

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


/* Blog logo --------------------------------------- */


.blog-logo { display: inline-block; }

.blog-logo img {
	display: block;
	height: auto;
    max-width: 100%;
	width: auto;
}


/* Blog title --------------------------------------- */


.blog-title a {
    color: #FFF;
	display: block;
    font-family: 'Raleway', sans-serif;
	font-size: 1.75em;
    font-weight: 700;
    letter-spacing: 1px;
	line-height: 120%;
    margin-bottom: 10px;
	text-transform: uppercase;
}

.blog-title a:hover { color: #FF706C; }

.blog-description {
    color: rgba( 255, 255, 255, 0.5 );
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 120%;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.nav-toggle,
.mobile-menu { 
    display: none; 
}

.blog-menu {
	padding-top: 15%;
	padding-bottom: 15%;
	margin-top: 15%;
	margin-bottom: 15%;
	background: #272F38;
	border-radius: 8px 0 0 8px;
}

.blog-menu a { 
	position: relative;
	display: block;
	padding: 8px 0;
	color: #FFF;
}

.blog-menu a:hover { padding-left: 10px; color: #FF706C; }

.blog-menu .current-menu-item > a { color: #FF706C; }
.blog-menu .current-menu-item a:hover { padding-left: 0; }

.blog-menu .sub-menu,
.blog-menu .children {
	margin-left: 25px;
}


/* -------------------------------------------------------------------------------- */
/*	5. Widgets
/* -------------------------------------------------------------------------------- */


.widget { 
	color: #FFF;
	padding-bottom: 40px;
	border-bottom: 4px solid rgba(255,255,255,0.1);
	margin-bottom: 40px;
	font-size: 0.9em;
}

.widget:last-child { 
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.widget-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
}

/* widget content */

.widget-content {
	color: rgba(255,255,255,0.7);
	line-height: 150%;
}

.widget-content *:last-child { margin-bottom: 0; }

.widget-content a:hover { text-decoration: underline }

.widget-content .textwidget { line-height: 160%; }

.widget-content p {
	line-height: 160%;
	margin-bottom: 1em;
}

.widget-content li ul { padding-left: 8px; }

.widget-content ul li {
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	line-height: 140%;
}

.widget-content ul li:first-child { border-top: 0; }


/* Widget recent entries --------------------------------------- */


.widget_recent_entries li .post-date { margin-left: 5px; color: rgba(255,255,255,0.4); }
.widget_recent_entries li .post-date:before { content: "("; }
.widget_recent_entries li .post-date:after { content: ")"; }


/* Widget search --------------------------------------- */


.widget_search .searchform #s {
	padding: 16px 45px 16px 16px;
	background: #48515C;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #FFF;
}

.widget_search .searchform #s:focus { color: #FFF; }

.widget_search .searchform .searchsubmit { right: 21px; }

.widget_search .searchform .searchsubmit,
.widget_search .searchform .searchsubmit:before { background: #FFF; }
.widget_search .searchform .searchsubmit:after { background: #48515C; }


/* Widget tag cloud --------------------------------------- */


.widget_tag_cloud .tagcloud a { font-size: 13px !important; }

.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	line-height: 1;
	margin: 0 5px 5px 0;
	background: rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.5);
	border-radius: 3px;
}

.tagcloud a:hover {
	background: #FF706C;
	text-decoration: none;
	color: #FFF;
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

#wp-calendar a { color: #FF706C; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption { text-transform: capitalize; }

#wp-calendar thead { 
	border-top: 1px solid #48515C;
	border-bottom: 1px solid #48515C;
}

#wp-calendar thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#wp-calendar tfoot { border-top: 1px solid #48515C; }
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: rgba(255,255,255,0.5);
	padding: 0.6em 0;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #FF6558;
}


/* Widget Flickr --------------------------------------- */


.flickr_badge_image {
	width: 30%;
	margin-bottom: 5%;
	margin-left: 5%;
	overflow: hidden;
	float: left;
	line-height: 0;
}

.flickr_badge_image a img {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.1);
}

.flickr_badge_image a:hover img { background: #FF706C; }

#flickr_badge_image1,
#flickr_badge_image4,
#flickr_badge_image7,
#flickr_badge_image10,
#flickr_badge_image13,
#flickr_badge_image16,
#flickr_badge_image19,
#flickr_badge_image22,
#flickr_badge_image25 {
	margin-left: 0;
}

.widgetmore a {
	display: block;
	clear: both;
	padding: 0.5em 0;
}


/* -------------------------------------------------------------------------------- */
/*	6. Main content
/* -------------------------------------------------------------------------------- */


.post,
.post.page,
.search .page {
	position: relative;
	background: #FFF;
	border-top: 4px solid #EEE;
}

.post:first-child,
.post.page-first-child { border-top: none; }

.post-inner { padding: 8%; }

/* Featured media --------------------------------------- */

.featured-media { 
	position: relative; 
	margin: 8% 8% 0 8%;
}

.featured-media + .post-inner { padding-top: 6%; }

.featured-media img { 
	display: block; 
	border-radius: 4px;
}

.featured-media iframe { 
	display: block;
	border: none; 
	max-width: 100%; 
	height: auto; 
}

.featured-media a:hover img { 
	opacity: 0.8; 
}

.featured-media .sticky-post {
	position: absolute;
	top: 5%;
	right: 0;
	padding: 8px 10px;
	border-radius: 4px 0 0 4px;
	background: #FF706C;
	color: #FFF;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
}

.media-caption-container { 
	position: absolute; 
	width: 95%; 
	margin-left: 2.5%; 
	bottom: 1.5em; 
	text-align: center; 
	font-size: 0.85em; 
}

.media-caption { 
	display: inline-block; 
	padding: 7px 11px; 
	border-radius: 3px; 
	background: #262626; 
	background: rgba(38,38,38,0.75); 
	color: #FFF; 
	text-align: center; 
	line-height: 130%;
}

.featured-media a:hover .media-caption { 
	background: #262626; 
	color: #FFF; 
}

/* Post header --------------------------------------- */

.post-header { margin-bottom: 6%; }

.post-meta {
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-meta.light { 
	text-align: center;
	margin-bottom: 20px;
}

.post-meta a { color: #999; }
.post-meta a:hover { color: #FF706C; }

.post-meta .date-sep { margin: 0 5px; color: #DDD; }

.post-title {
	font-size: 2.3em;
	line-height: 120%;
	margin-bottom: 15px;
	font-weight: 700;
	color: #272F38;
	
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.post-title a { color: #272F38; }


/* -------------------------------------------------------------------------------- */
/*	7. Post formats
/* -------------------------------------------------------------------------------- */


.post.format-aside,
.post.format-aside + .post,
.post.format-quote,
.post.format-quote + .post {
	border-top: none;
}

/* Format aside --------------------------------------- */

.blog .format-aside,
.archive .format-aside,
.search .format-aside { background: #EEE; }

/* Format quote --------------------------------------- */

.blog .format-quote,
.archive .format-quote,
.search .format-quote { background: #272F38; }

.blog .format-quote .post-meta.light,
.archive .format-quote .post-meta.light,
.search .format-quote .post-meta.light { 
	text-align: center;
	margin-bottom: 25px;
}

.blog .format-quote .post-meta.light a,
.archive .format-quote .post-meta.light a,
.search .format-quote .post-meta.light a { color: rgba(255,255,255,0.4); }
.blog .format-quote .post-meta.light a:hover,
.archive .format-quote .post-meta.light a:hover,
.search .format-quote .post-meta.light a:hover { color: #FFF; }

.blog .format-quote .date-sep,
.archive .format-quote .date-sep,
.search .format-quote .date-sep { color: rgba(255,255,255,0.2); }

.blog .format-quote blockquote,
.archive .format-quote blockquote,
.search .format-quote blockquote {
	padding: 0;
	text-align: center;
	color: #FFF;
	background: none;
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
}

.blog .format-quote blockquote p,
.archive .format-quote blockquote p,
.search .format-quote blockquote p { text-align: center; }

.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite {
	font-weight: 400;
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
}

.blog .format-quote blockquote cite,
.archive .format-quote blockquote cite,
.search .format-quote blockquote cite,
.blog .format-quote blockquote cite a,
.archive .format-quote blockquote cite a,
.search .format-quote blockquote cite a {
	color: #FFF;
}

.blog .format-quote blockquote cite a:hover,
.archive .format-quote blockquote cite a:hover,
.search .format-quote blockquote cite a:hover {
	color: #FF706C;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Single post
/* -------------------------------------------------------------------------------- */


.post-cat-tags {
	margin: 0 8% 4% 8%;
	position: relative;
	font-size: 0.9em; 
	font-weight: 400;
	color: #999;
}

.post-cat-tags a:hover { text-decoration: underline; }

.post-cat-tags p {
	display: inline-block;
	line-height: 130%;
}

.post-categories { margin-right: 20px; }

.post-tags { margin-top: 10px; }

/* post-nav */

.archive-nav.post-nav { background: #272F38; }

.archive-nav.post-nav a { background: #1B2027; }


/* -------------------------------------------------------------------------------- */
/*	9. Post content
/* -------------------------------------------------------------------------------- */


.post-content { font-size: 1.075em; }

.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 170%;
	margin-bottom: 1.1em;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 25px;
	color: #444;
	line-height: 120%;
}

.post-content h1 { font-size: 2em; font-weight: 700; }

.post-content h2 { font-size: 1.75em; font-weight: 700; }

.post-content h3 { font-size: 1.5em; font-weight: 700; }

.post-content h4 { font-size: 1.25em; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.post-content blockquote {
	padding: 1em;
	font-size: 1.1em;
	line-height: 150%;
	color: #666;
	background: #EEE;
	font-family: 'Raleway', 'Helvetica Neue', sans-serif;
}

.post-content cite {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 140%;
	color: #666;
	font-size: 0.9rem;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 4px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ul ul li,
.post-content ul ol li,
.post-content ol ul li,
.post-content ol ol li {
	margin-top: 0.5em;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #f1f1f1;
}

.post-content a.more-link {
	display: inline-block;
	background: #272F38;
	padding: 15px 18px 18px;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1;
	border-radius: 4px; 
}

.post-content a.more-link:hover { 
	background: #FF706C;
	color: #FFF;
	text-decoration: none;
}


/* Post media --------------------------------------- */


figure {
	margin: 0;
}

.wp-caption,
.post-content img {
	max-width: 100%;
}

.wp-caption a,
.wp-caption img { display: block; }

.wp-caption img,
.wp-block-image img,
img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 50%;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1.2em;
}

.post-content .alignright {
	float: right;
	margin-left: 1.2em;
}

.post-content .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.85em;
	font-style: italic;
	padding-top: 0.5em;
	color: #888;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px 15px;
}

.post-content .gallery { margin-bottom: 1em !important; }

.post-content .gallery img { border: none !important; max-width: 100% !important; height: auto !important; }

.post-content .gallery a { display: block; padding: 10px; }

.post-content .gallery .gallery-item { margin: 0 !important; }


/* GUTENBERG CLASSES */

.post-content .alignfull {
	margin: 2.5em 0;
	margin-left: calc( 789px * -0.08 );
	max-width: 789px;
	width: 789px;
}

.post-content .alignfull img {
	border: none;
	padding: 0;
}


/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #444;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #FF706C;
	color: #fff;
}

.post-content label {
	font-family: 'Lato', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content input { font-family: 'Lato', sans-serif; }

.post-content input[type="file"] {
	padding: 12px;
	background: #FDFDFD;
	border: 1px solid #eee;
	border-radius: 3px;
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 1px solid #eee;
	background: #FDFDFD;
	border-radius: 4px;
	transition: background-color 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="button"] + input[type="submit"] {
	margin-left: 8px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #FF706C;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* Gutenberg Accent Colors --------------------------------------- */

.post-content .has-background { background-color: #272F38; }

.post-content .has-accent-color { color: #FF706C; }
.post-content .has-accent-background-color { background-color: #FF706C; }

.post-content .has-black-color { color: #272F38; }
.post-content .has-black-background-color { background-color: #272F38; }

.post-content .has-dark-gray-color { color: #444; }
.post-content .has-dark-gray-background-color { background-color: #444; }

.post-content .has-medium-gray-color { color: #666; }
.post-content .has-medium-gray-background-color { background-color: #666; }

.post-content .has-light-gray-color { color: #888; }
.post-content .has-light-gray-background-color { background-color: #888; }

.post-content .has-white-color { color: #fff; }
.post-content .has-white-background-color { background-color: #fff; }


/* Gutenberg Font Sizes --------------------------------------- */

.post-content .has-small-font-size { font-size: .842em; }
.post-content .has-regular-font-size { font-size: 1em; }

.post-content .has-large-font-size,
.post-content .has-larger-font-size {
	line-height: 1.45;
}

.post-content .has-large-font-size { font-size: 1.333em; }
.post-content .has-larger-font-size { font-size: 1.777em; }


/* Block: Button --------------------------------------- */

.post-content .wp-block-file__button,
.post-content .wp-block-button__link {
	border-radius: 4px;
	font-weight: 500;
	padding: .8em 1.4em;
}

.post-content .wp-block-file a {
	color: inherit;
}

.post-content a.wp-block-file__button {
	color: #fff;
}

.post-content .wp-block-file__button:hover,
.post-content .wp-block-button__link:hover {
	opacity: .85;
	text-decoration: none;
}


/* Block: Quote --------------------------------------- */

.post-content blockquote,
.post-content .wp-block-quote.is-large, 
.post-content .wp-block-quote.is-style-large {
	margin-bottom: 1.25em;
	padding: 1em;
}

.post-content blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.33em;
	font-style: inherit;
	line-height: 1.5;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
	font-size: 0.8em;
}


/* Block: Gallery --------------------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 10px;
}

.post-content .wp-block-gallery.alignfull {
	padding: 0 8px;
}

.post-content ul.wp-block-gallery:not(.alignfull) {
	margin-left: 0;
}

.post-content .wp-block-gallery .blocks-gallery-image, 
.post-content .wp-block-gallery .blocks-gallery-item {
	margin-bottom: 16px;
}


/* Block: Cover Image --------------------------------------- */

.wp-block-cover-image.alignfull {
	min-height: 75vh;
}

.wp-block-cover-image p {
	font-weight: 400;
}


/* Block: Column --------------------------------------- */

.wp-block-column {
	padding: 0 5px;
}


/* Block: Audio --------------------------------------- */

.wp-block-audio audio {
	width: 100%;
}


/* Block: File --------------------------------------- */

.post-content .wp-block-file {
	align-items: center;
	background: #E6E9EC;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	padding: 15px 20px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
	font-weight: 600;
	text-decoration: none;
}

.post-content .wp-block-file__button {
	flex-shrink: 0;
}


/* -------------------------------------------------------------------------------- */
/*	10. Comments
/* -------------------------------------------------------------------------------- */


.comments,
.comment-respond {
	padding: 8%;
}

.post + .comments { border-top: 2px solid #EEE; }

.comments-title,
#reply-title,
.pingbacks-title {
	font-size: 1.75em;
	font-weight: 400;
	color: #272F38;
}

.comments-title { margin-bottom: 8%; }

li.comment,
li > div.comment {
	margin-bottom: 25px;
	position: relative;
}

li > div.comment { 
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE; 
}

.commentlist > li:first-child > div.comment:first-child { border-top: 1px solid #EEE; padding-top: 25px; }

.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }

.comment .children li:last-child { margin-bottom: 0; }

.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
	margin-bottom: 0;
}


/* Pingback list --------------------------------------- */


.comments .pingbacks { margin-top: 5.5%; }

.pingbacks-inner { margin: 0 auto; }

.pingbacks-title { margin-bottom: 20px; }

.pingbacklist li {
	padding: 0.5em;
	line-height: 130%;
}

.pingbacklist a:hover { text-decoration: underline; }

.pingbacklist li:nth-child(odd) { background: #f9f9f9; }

.pingbacklist .comment-edit-link { color: #999; }
.pingbacklist .comment-edit-link:hover { color: #444; text-decoration: none; }


/* Comment meta --------------------------------------- */


.comment-meta { margin-bottom: 1em; }

.comment-meta .avatar {
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 999px;
	float: left;
}

.comment-actions {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
}

.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }

.comment-meta-content {
	margin-left: 70px;
	padding-top: 7px;
}

.comment-meta-content cite {
	font-size: 1.075em;
	color: #444;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}

.bypostauthor .comment-meta-content cite .post-author { 
	font-weight: 400; 
	color: #999; 
	margin-left: 3px; 
	letter-spacing: 0; 
}

.comment-meta-content cite a { color: #444; }
.comment-meta-content cite a:hover { color: #FF706C; }

.comment-meta-content p {
	font-size: 0.8em;
	text-transform: uppercase;
}

.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #FF706C; }

.comment-awaiting-moderation {
	position: absolute;
	right: 0;
	top: 4px;
	font-weight: bold;
	display: block;
	padding: 10px 14px;
	background: #CCC;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-awaiting-moderation:hover { background: #2d2d2d; }


/* Comment nav below --------------------------------------- */


.comment-nav-below {
	padding-top: 5%;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.9rem;
}

.comment-nav-below a { color: #666; }


/* Comment content --------------------------------------- */


.comment-content {
	margin-left: 70px;
	font-size: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.25em;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: none;
}


/* Respond --------------------------------------- */


.comment-respond { border-top: 4px solid #EEE; }

#reply-title { margin-bottom: 20px; }

#respond a:hover { text-decoration: underline; }

#respond .content-section-right {
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #EEE;
	z-index: 12;
}

.nocomments {
	padding: 8%;
	color: #666;
	text-align: center;
}

#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

#respond p,
#respond code {
	line-height: 150%;
}

.comment-form p { margin-bottom: 20px; }

.comment-form p:last-child { margin-bottom: 0; }

p.comment-notes,
p.logged-in-as {
	margin-bottom: 2em;
	color: #666;
}

.comment-form label {
	display: block;
	margin: 0 0 8px 0;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	margin: 0 0 0 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input.password,
.comment-form textarea {
	border: none;
	background: #FAFAFA;
	border-radius: 3px;
	padding: 16px;
	margin: 0;
	width: 100%;
	border: 1px solid #EEE;
	-webkit-appearance: none;
	font-size: 1em;
	color: #444;
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
	max-width: 497px;
}

.comment-form textarea { line-height: 160%; height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input.password:focus,
.comment-form textarea:focus {
	outline: none;
	background-color: #EEE;
	color: #444;
}

.comment-form input[type="submit"] {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 16px;
	margin-bottom: 0;
	border: none;
	background: #272F38;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 0.925rem;
	line-height: 1;
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
	cursor: pointer;
	background: #FF706C;
	color: #FFF;
	text-decoration: none;
}

.comment-form input[type="submit"]:active {
	top: 1px;
	position: relative;
}

p.form-allowed-tags {
	margin-top: 1.5em;
	line-height: 160%
}

.form-submit { margin-top: 1.5em; }


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


.page-title { 
	position: relative;
	padding: 4% 8%;
	background: #EEE;
}

.page-title + .posts > .format-aside:first-child { border-top: 4px solid #DDD; }

.page-title h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #999;
}

.page-title .name:before {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background: #CCC;
	margin: 0 auto 15px auto;
}

.page-title .name {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	margin-top: 15px;
	color: #666;
	font-weight: 700;
}

.page-title p {
	display: block;
	margin-top: 25px;
	color: #888;
	text-align: center;
	font-style: italic;
	text-transform: none;
}

.page-title p:before {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	background: #CCC;
	margin: 0 auto 20px;
}


/* Archive nav --------------------------------------- */


.archive-nav {
	padding: 7% 8%;
	background: #EEE;
	font-size: 0.9em;
}

.archive-nav a { 
	margin: 0; 
	padding: 18px 20px;
	background: #353E49;
	float: left;
	border-radius: 4px;
	color: #FFF;
}

.archive-nav a:hover { background: #FF706C; color: #FFF; }

.archive-nav .post-nav-older { margin-right: 10px; }
.archive-nav .post-nav-newer { float: right; text-align: right; margin-left: 10px; }


/* -------------------------------------------------------------------------------- */
/*	12. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Search --------------------------------------- */


.searchform { 
	position: relative; 
	margin: 0;
}

.searchform #s {
	width: 99%;
	padding: 4.5% 12% 4.5% 4.5%;
	margin: 0;
	background: #DDD;
	font-family: 'Lato', sans-serif;
	font-size: 1.1rem;
	border: none;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #555;
}

.searchform #s:focus { 
	outline: none; 
	color: #555;
}

.searchform .searchsubmit {
	position: absolute;
	overflow: visible;
	right: 6%;
	top: 50%;
	margin-top: -12px;
	width: 19px;
	height: 19px;
	z-index: 2;
	border: none;
	opacity: 0.5;
	border-radius: 999px;
	background: #272F38;
	text-indent: -99999px;
}

.searchform .searchsubmit::before,
.searchform .searchsubmit::after {
	content: "";
	display: block;
	position: absolute;
}

.searchform .searchsubmit::before {
	height: 5px;
	width: 12px;
	top: 16px;
	right: -6px;
	z-index: 1;
	background: #272F38;
	border-radius: 0 1px 1px 0;
        -webkit-transform: rotate( 45deg );
        -moz-transform:    rotate( 45deg );
        -ms-transform:     rotate( 45deg );
        -o-transform:      rotate( 45deg );
	transform:             rotate( 45deg );
}

.searchform .searchsubmit::after {
	width: 13px;
	height: 13px;
	background: #DDD;
	top: 3px;
	left: 3px;
	z-index: 3;
	border-radius: 999px;
}

.searchform .searchsubmit:hover { 
	opacity: 1; 
}


/* Archives template --------------------------------------- */


.page-template-template-archives-php .post-content ul {
	margin-left: 0;
	list-style: none;
}

.page-template-template-archives-php .post-content ul li { margin-bottom: 0; line-height: 130%; }

.page-template-template-archives-php .post-content ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 8px 0;
}

.page-template-template-archives-php .post-content ul li:last-child a { border-bottom: none; }

.page-template-template-archives-php .post-content ul.children li:first-child a { border-bottom: 1px solid #EEE; }

.page-template-template-archives-php .post-content ul li a span { color: #999; }

.page-template-template-archives-php .post-content ul li a:hover {
	text-decoration: none;
	color: #666;
}

.page-template-template-archives-php .post-content ul li a:hover {
	background-color: #F9F9F9;
	padding-left: 12px;
}

/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	padding: 8%;
	background: #272F38;
}

.footer .column {
	width: 46%;
	margin-left: 8%;
}

.footer .column:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits {
	background: #FFF;
	color: #777;
	padding: 5% 8%;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits a { color: #777; }

.credits-left { float: left; }
.credits-right { float: right; }

.tothetop:hover { cursor: pointer; }

img#wpstats { display: none; }


/* -------------------------------------------------------------------------------- */
/*	15. Responsive
/* -------------------------------------------------------------------------------- */


@media ( max-width: 1350px ) {


	/* Post Content --------------------------------------- */

	.post-content .alignfull {
		margin-left: calc( ( 86vw * .68 ) * -0.08 );
		max-width: calc( 86vw * .68 );
		width: calc( 86vw * .68 );
	}


}


@media (max-width: 1100px) {

	/* Structure --------------------------------------- */
	
	.wrapper { max-width: 100%; }
	
	/* Navigation --------------------------------------- */
	
	.blog-menu { 
		border-radius: 0; 
	}

	/* Post Content --------------------------------------- */

	.post-content .alignfull {
		margin-left: calc( ( 100vw * .68 ) * -0.08 );
		max-width: calc( 100vw * .68 );
		width: calc( 100vw * .68 );
	}
	
}


@media (max-width: 788px) {

	body { background: #FFF; }
	
	/* Structure --------------------------------------- */
	
	.wrapper {
		max-width: 100%;
		background: none;
	}
	
	.sidebar,
	.content {
		float: none;
		clear: both;
		width: 100%;
	}
	
	/* Sidebar --------------------------------------- */
	
	.sidebar { 
		position: relative;
		margin: 0;
		background: #353E49;
	}
	
	.sidebar .blog-header { 
		padding: 40px 0; 
		position: relative; 
		max-width: 90%;
		margin: 0 auto;
	}
	
	.sidebar .blog-title,
	.sidebar .blog-description { text-align: center; }
	
	.sidebar .blog-title { margin-bottom: 10px; }
	.sidebar .blog-title a { display: inline; }
	
	.blog-menu,
	.sidebar .widgets { display: none; }
	
	/* Navigation toggle --------------------------------------- */
		
	.nav-toggle { 
		display: block; 
		padding: 20px 0 23px;
		background: #272F38;
		text-align: center;
	}
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bars,
	.nav-toggle p {
		display: inline-block;
	}
	
	.nav-toggle .bars {
		height: 10px;
		width: 15px;
		position: relative;
	}
	
	.nav-toggle .bar {
		width: 15px;
		height: 2px;
		background: #767676;
		border-radius: 2px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.nav-toggle .bar:nth-child(2) { top: 4px; }
	.nav-toggle .bar:nth-child(3) { top: 8px; }
	
	.nav-toggle p {
		font-size: 13px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #767676;
		margin-right: 6px;
		position: relative;
	}
	
	.nav-toggle .hide { display: none; }
	
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle.active p { color: #fff; } 
	
	.nav-toggle.active .bar { background: #fff; }
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { top: 4px; }
	
	.nav-toggle.active .bar:nth-child(2) { opacity: 0; }
	
	.nav-toggle.active .bar:nth-child(1) {
            -webkit-transform: rotate( 45deg );
            -moz-transform:    rotate( 45deg );
            -ms-transform:     rotate( 45deg );
            -o-transform:      rotate( 45deg );
		transform:             rotate( 45deg );
	}
	
	.nav-toggle.active .bar:nth-child(3) { 
            -webkit-transform: rotate( -45deg );
            -moz-transform:    rotate( -45deg );
            -ms-transform:     rotate( -45deg );
            -o-transform:      rotate( -45deg );
		transform:             rotate( -45deg );
	}
	
	.nav-toggle.active .hide { display: inline; }
	.nav-toggle.active .show { display: none; }
	
	/* Navigation --------------------------------------- */
		
	.mobile-menu { background: #272F38; }
		
	.mobile-menu a {
		display: block;
		padding: 25px 8%;
		font-size: 1rem;
		color: rgba(255,255,255,0.5);
	}
		
	.mobile-menu li { border-top: 1px solid #363E46; }
	
	.mobile-menu li li a { padding-left: 16%; }
	.mobile-menu li li li a { padding-left: 24%; }
	.mobile-menu li li li li a { padding-left: 32%; }
	.mobile-menu li li li li li a { padding-left: 40%; }
	.mobile-menu li li li li li li a { padding-left: 48%; }
	.mobile-menu li li li li li li li a { padding-left: 56%; }
	
	.mobile-menu a:hover { 
		color: #FFF; 
		background: #FF706C;
	}
	
	/* Main content --------------------------------------- */
	
	.post.has-featured-image { border-top: 0; }
	
	.featured-media { margin: 0; }
	
	.featured-media img { border-radius: 0; }

	/* Post Content --------------------------------------- */

	.post-content .alignfull {
		margin-left: calc( 100vw * -0.08 );
		max-width: 100vw;
		width: 100vw;
	}
	
	/* Credits --------------------------------------- */
	
	.credits { padding: 40px 8%; }
	
}

@media (max-width: 600px) {
	
	body { font-size: 15px; }
	
	/* Header --------------------------------------- */
	
	.sidebar .blog-header { padding: 50px 0; }
	
	/* Navigation --------------------------------------- */
	
	.mobile-menu li a { padding: 20px 8%; }
	
	/* Main content --------------------------------------- */
	
	.post-header { margin-bottom: 25px; }
	
	.post-title { font-size: 1.75em; }
	
	.post-header .post-author,
	.post-header .date-sep:nth-of-type(2) { display: none; }
	
	.media-caption-container {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		margin: 0;
	}
	
	.media-caption {
		padding: 10px;
		border-radius: 0 0 4px 4px;
		background: #EEE;
		color: #666;
		width: 100%;
	}
	
	.featured-media a:hover .media-caption { background: #EEE; color: #666; }
	
	/* Single post --------------------------------------- */
	
	.post-cat-tags { margin-bottom: 20px; }
		
	/* Post formats --------------------------------------- */
	
	.blog .format-quote blockquote,
	.archive .format-quote blockquote,
	.search .format-quote blockquote { font-size: 1.1em; }
	
	.blog .format-quote blockquote p,
	.archive .format-quote blockquote p,
	.search .format-quote blockquote p { line-height: 150%; }

	/* Post content --------------------------------------- */
	
	.post-content h1,
	.post-content h2,
	.post-content h3 { font-size: 1.25em; font-weight: 700; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }
	
	.post-content .alignleft,
	.post-content .alignright { 
		float: none; 
		max-width: 100%;
		margin: 0 auto 1.2em auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img { 
		display: block;
		margin: 0 auto;
	}
	
	/* Comments --------------------------------------- */
	
	.comment-meta .avatar { width: 40px; height: 40px; }
	
	.comment-meta-content { padding-top: 4px; margin-left: 55px; }
	
	.comment-content { margin-left: 0; }
	
	.comment-nav-below { font-size: 0.85em; letter-spacing: 1px; }
	
	.comment-nav-below span { display: none; }
	
	/* Respond --------------------------------------- */
		
	.comment-form input { max-width: 100%; }
	
	/* Pagination --------------------------------------- */
	
	.page-title { padding: 25px 8%; }
	
	.page-title h4 { line-height: 1em; }
	
	.archive-nav a { padding: 14px 16px; }
	
	.archive-nav.post-nav a { margin: 5px 0; }
	
	/* Pagination --------------------------------------- */
	
	.footer { padding: 30px; }
	
	.footer .column {
		width: 100%;
		margin-left: 0;
		padding-top: 40px;
		border-top: 4px solid rgba(255,255,255,0.1);
		margin-top: 40px;
	}
	
	.footer .column:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
	
	.widget {
		margin-bottom: 40px;
		border-bottom: 4px solid rgba(255,255,255,0.1);
		padding-bottom: 40px;
	}
		
	/* Credits --------------------------------------- */
	
	.credits { 
		padding: 30px 8%; 
		text-align: center;
	}
	
	.credits-inner { padding: 0; border: none; }
	
	.credits p { 
		display: inline-block; 
		float: none;
	}
	
	.credits-right span { display: none; }
	
}

@media ( max-width: 500px ) {
	
	
	/* sidebar */
	
	.sidebar .blog-header { padding: 25px 0; }
	
	
}

@media (max-width: 400px) {
	
	/* Page & Page Templates --------------------------------------- */
	
	.searchform #s { 
		font-size: 1rem; 
		padding: 16px 45px 16px 16px;
	}
	
	.searchform .searchsubmit { right: 20px; }
	
}
