/*!
Theme Name: mathiaseriksson.me
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mathiaseriksson-me
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mathiaseriksson.me is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

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

.main-navigation li {
  position: relative;
  padding-right: 10px;
}


@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');

/* -- ME -- */
.icons i { color: white; font-size: 20px; }

a { color: #000; }
.blog {
  
  text-align: center;
}

html { background: none; }






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

Theme Name: 1humanbeinq
  based on: davis
Version: 2.0.0
Description: Davis is a teeny-tiny WordPress theme that can be used a starter theme or a really lightweight blog theme. It consists of three PHP files and weighs in at just 36 KB, excluding screenshot.png. It features the aside post format, Block Editor support, featured images, and a responsive design. Demo: https://www.andersnoren.se/themes/davis/
Tags: blog, one-column, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, block-styles, wide-blocks
Author: Anders Norén
Author URI: https://www.andersnoren.se
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: https://www.andersnoren.se/themes/davis-wordpress-theme/

All files, unless otherwise stated, are released under the GNU General Public License
version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

0.	CSS Reset
1.	Document Setup
2.  Structure
3.	Header
4.	Blog
5.  Entry Content
6.	Comments
7.	Pagination
8.	Error 404
9.	Footer
10. Custom
11. Media Queries

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

font-family: 'Indie Flower', cursive;
font-family: 'Shadows Into Light', cursive;

font-family: 'Architects Daughter', cursive;

font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto', sans-serif;


*/


@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css');
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Damion|Lato:300,400|Roboto:300,400');

@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=Open+Sans:wght@300;400&family=Playfair+Display&family=Roboto:wght@100;300;400&family=Shadows+Into+Light&display=swap');

.edit-link { padding-left: 100px; }
/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { 
  margin: 0; 
  padding: 0; 
  height: 100%; 
  min-height: 100%; 
}



hr {	
}


h1, h2, h3, h4 {


text-align: center;	
font-weight: bold;
display: block;
margin-top: 0.67em;
margin-bottom: 0.67em;
/* margin-left: ?; */
margin-right: 0;


}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a :hover {

text-decoration: none;
text-transform: none;
  
}


.side-title a  {	font-size: 4em; font-family: 'Open Sans', sans-serif; 	letter-spacing: -7px; }


h2 	{	font-size: 2em;	font-family: 'Roboto';}
h3 	{	font-size: 2.5em;	font-family: 'Playfair Display', serif; }  
h4 	{	font-size: 1em;	 ; font-family: 'Roboto'; font-weight: 100;text-transform: capitalize; letter-spacing: 2px;	}


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;
text-align:left;
}


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

ol, ul { list-style:none; }

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

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;
}

/* 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-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */


body {
  background-color: #fff;
border: none;
  color: #000;
  font-size: 18px;
}

body * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
box-sizing: border-box; 
  font-family: 'PT Serif', Georgia, serif;
}

a {
text-decoration: none;
}

a,
a:hover {
color: #000;
}

body a:hover,
body a:focus { 
text-decoration: underline; 
}

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

iframe {
display: block;
width: 100%;
}

.clear { clear: both; }

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

input::-webkit-input-placeholder { color: #767676; }
input:-ms-input-placeholder { color: #767676; }
input::-moz-placeholder { color: #767676; }


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


.wrapper {
  margin: 0 auto;
  max-width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	3.	Site Header
/* -------------------------------------------------------------------------------- */


.site-header { /*
  margin: 0 auto 50px auto;
  width: 90%;
  */
}

.toggle-menu {
background: none;
border-radius: 0;
box-shadow: none;
font-size: 14px;
letter-spacing: 1px;
margin: 20px auto 0 auto;
text-transform: uppercase;
-moz-appearance: none;
-webkit-appearance: none;
}

.show-menu .toggle-menu { 
text-decoration: line-through; 
}

.site-nav { 
margin: 20px 0 0; 
}

@media ( min-width: 620px ) {

  .toggle-menu { display: none; }

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

  .menu li { position: relative; }


  .menu .page_item_has_children > a:after,
  .menu .menu-item-has-children > a:after { 
    content: " ↓"; 
    font-family: 'Helvetica', sans-serif;
  }

  .menu ul {
    margin-left: -100px;
    position: absolute;
      left: -10000px;
      top: 15px;
    width: 200px;
  z-index: 1;
  }
  
  .menu > li > ul {
    font-size: 0.9em;
    padding-top: 20px;
  }

  .menu li ul:before {
    border: 6px solid transparent;
    border-bottom-color: #000;
    content: "";
    display: block;
    margin-left: -6px;
    position: absolute;
      left: 50%;
      top: 8px;
  }

  .menu ul a {
    background: #000;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
  }

  .menu ul a:hover { color: #fff; }

.menu > li:hover > ul,
.menu ul.focusable {
  left: 50%;
  }
  
  .menu ul li ul {
    margin: 0;
    padding-left: 20px;
    top: 0;
    width: 220px;
  }
  
  .menu ul li ul:before {
    border-color: transparent;
    border-right-color: #000;
    left: 14px;
    top: 18px;
  }

.menu ul li:hover > ul,
.menu ul ul.focusable {
    left: 200px;
  }

}

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

.site-header .site-title {
 
font-weight: 700;
line-height: 1;
  margin-top: 80px;
text-align: center;

}

.site-header .site-description {
  line-height: 1.5;
margin: 20px auto 0 auto;
max-width: 620px;
text-align: center;
}


/* -------------------------------------------------------------------------------- */
/*	4.	Blog
/* -------------------------------------------------------------------------------- */


.archive-header {
margin: 0;
text-align: center;
width: 100%;
}

.archive-title {
font-weight: 700;
line-height: 1.4;
text-align: inherit;
}

.archive-description {
margin-top: 30px;
}

.archive-description p {
text-align: inherit;
}


.archive-header:before,	
.post:before,
.comments:before,
.comment-respond:before,
.comments .comment-respond:after,
.pagination:before,
.site-footer:before {
  background: url( assets/images/sep.png ) no-repeat center;
  background-size: auto 100%;
content: "";
display: block;
height: 16px;
margin: 10px auto;
}

.entry-title {
  line-height: 1.4;
text-align: center;
}

.featured-image { 
  display: block;
  margin: 0 auto 30px auto; 
}

.meta {
  color: #767676;
margin-top: 30px;
}

.post .meta p { 
line-height: 1.55;
  margin-bottom: 0;
  text-align: center; 
}

span.sep { margin: 0 15px; }

.meta p + p { margin-top: 15px; }

.meta a,
.meta a:hover { color: #767676; }

.sticky {}


/* -------------------------------------------------------------------------------- */
/*	5.	Entry Content
/* -------------------------------------------------------------------------------- */


.content * { max-width: 100%; }

.content a { text-decoration: none; opacity: .7; } /*  text-decoration: underline;  */

.content a:hover { 
opacity: 1;
}

em {
  font-style: italic;
}

.post p { 
line-height: 1.55;
margin-bottom: 30px; 
}

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

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  font-weight: 700;
margin-bottom: 30px;
}

.post hr {
border: none;
margin: 20px 0;
  text-align: center;
}

.post hr:before { content: "***"; }

.content > ol,
.content > ul {
  margin-bottom: 30px;
}

.post ol,
.post ul {
  margin-left: 1.5rem;
}

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

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

.post li {
  line-height: 1.5;
margin-top: 0.5em;
}

dd,
dt {
line-height: 1.5;
}

dd + dt { margin-top: 15px; }

pre {
font-family: Menlo, monospace;
font-size: 0.9em;
line-height: 1.5;
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Quotes ----------------------------- */

blockquote {
border-left: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}

blockquote p { font-style: italic; }

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

/* Media ------------------------------ */

figure {
margin: 0;
}

.alignleft,
.alignright {
margin-bottom: 20px;
  max-width: 50%;
}

.alignleft {
float: left;
margin-right: 20px;
}

.alignright {
float: right;
margin-left: 30px;
}

.aligncenter,
.alignnone,
.alignwide,
.alignfull { 
margin: 0 auto 30px auto; 
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
margin-top: 10px;
}

.aligncenter .wp-caption-text { text-align: center; }
.alignright .wp-caption-text { text-align: right; }

/* GUTENBERG CLASSES */

.alignfull {
position: relative;
  left: calc( 50% - 50vw );
max-width: 100vw;
width: 100vw;
}

/* Inputs ----------------------------- */

fieldset {
  border: 1px solid #ddd;
padding: 25px;
}

fieldset legend {
  font-size: 0.9em;
  font-style: italic;
padding: 0 15px;
}

label {
font-size: 0.9em;
  font-style: italic;
  margin-bottom: 10px;
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  border: 1px solid #ddd;
  color: #000;
display: block;
font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 15px;
  width: 100%;
}

textarea {
  line-height: 1.5;
height: 200px;
}

input.button,
input[type="button"],
input[type="submit"] {
background: #000;
  border: none;
  color: #fff;
  display: inline-block;
font-size: 14px;
  padding: 14px 24px;
-moz-appearance: none;
-webkit-appearance: none;
}

input[type="button"]:hover,
input.button:hover,
input[type="submit"]:hover {
background: #767676;
cursor: pointer;
}

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

table {
border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

th,
td {
  line-height: 1.4;
margin: 0;
overflow: visible;
  padding: 2.5%;
}

caption {
  border-bottom: 1px solid #ddd;
font-size: 13px;
font-weight: 700;
  padding-bottom: 2.5%;
text-align: center;
text-transform: uppercase;
}

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

th { 
border-bottom: 1px solid #ddd;
font-weight: 700; 
}

tbody > tr:nth-child(even) { background-color: #f6f6f6; }

/* Block Editor Accent Colors ---------------- */

.has-background { background-color: #000; }

.has-black-color { color: #000; }
.has-black-background-color { background-color: #000; }

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

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

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption, 
.wp-block-image.is-resized > figcaption {
display: block;
width: 100%;
}

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

.wp-block-file {
align-items: center;
display: flex;
justify-content: space-between;
margin: 30px 0;
}

.wp-block-file a:not(.wp-block-file__button) {
text-decoration: none;
}

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

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

.wp-block-quote.is-large {
margin-bottom: 30px;
}

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

/* Block: Pullquote --------------------------------------- */

.wp-block-pullquote {
padding: 0;
}

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

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

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

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

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

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

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

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

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

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


/* -------------------------------------------------------------------------------- */
/*	6.	Comments
/* -------------------------------------------------------------------------------- */


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

.comment { margin-top: 40px; }

.comment a { text-decoration: underline; }

.commentlist > .comment:first-child { margin-top: 0; }

.comment .comment { margin: 40px 0 0 30px; }

.comment-author a,
.comment-meta a,
.comment .reply a {
  text-decoration: none;
}

.comment-author {
  padding-left: 50px;
  position: relative;
}

.bypostauthor .comment-author cite { font-weight: 700; }

.comment-author .says { display: none; }

.comment-author .avatar {
  position: absolute;
    left: 0;
    top: 1px;
  width: 40px;
}

.comment-awaiting-moderation {
  font-size: 14px;
  font-style: italic;
  padding-left: 50px;
}

.comment-meta { 
  font-size: 14px;
  margin: 2px 0 20px 0;
  padding-left: 50px;
}

.comment-meta a,
.comment-meta a:hover { color: #767676; }

.comment .reply {
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: right;
}

.comment .reply a { color: #767676; }
.comment .reply a:hover { text-decoration: underline; }

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

.comment-respond p + p { margin-top: 20px; }

.post .comment-reply-title { text-align: center; }

.logged-in-as { 
  margin: -10px 0 30px; 
  text-align: center;
}

.comment-respond label { display: block; }


/* -------------------------------------------------------------------------------- */
/*	7.	Pagination
/* -------------------------------------------------------------------------------- */


.pagination { text-align: center; display: block;  }
.pagination * + * { margin-left: 30px; }


/* -------------------------------------------------------------------------------- */
/*	8.	Error 404
/* -------------------------------------------------------------------------------- */


.error404 .post p {
text-align: center;
}


/* -------------------------------------------------------------------------------- */
/*	9.	Footer
/* -------------------------------------------------------------------------------- */


.site-footer { 
padding: 0 0 20px;
text-align: center;
}

.site-footer p { 
  line-height: 1;
text-align: center; 
}

.site-footer p + p { 
  font-style: italic;
  margin-top: 15px; 
}

/* -------------------------------------------------------------------------------- */
/*	10.1	Site
/* -------------------------------------------------------------------------------- */

/* Site -- */

.site-nav ul li:nth-child(1) {	 padding: 0 15px;	}
.site-nav ul li:nth-child(2) {	 border-left: thin solid black;	padding: 0 15px;	}

.site-title						{ 	margin-bottom: 50px; font-size: 70px;  }
.site-title	 a					{	color: #333; font-family: 'Open Sans', sans-serif; 		} 
.site-title	 a:hover, a:focus 	{	color: #000; text-decoration: none;	} 

.single-page h1	{  font-size: 50px; }




/* -------------------------------------------------------------------------------- */
/*	10.	Custom
/* -------------------------------------------------------------------------------- */




hr {	}


h1, h2, h3, h4, h5, h6 {


text-align: center;	
font-weight: bold;
display: block;
margin-top: 0.67em;
margin-bottom: 0.67em;
/* margin-left: ?; */
margin-right: 0;
text-decoration: none; 

}



h1	{	font-family: 'Roboto', serif; 	 }
h2 	{	font-family: 'Roboto', serif; text-decoration: none; }
h3 	{	font-family: 'Playfair Display', serif; }  
h4 	{	font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}
h5 	{	font-family: 'Playfair Display', serif; cursive; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}
h6 	{	font-family: 'Shadows Into Light', serif; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

text-decoration: none;
text-transform: none;	
}




/* ≈≈≈≈≈≈ Content ≈≈≈≈≈ */

 .content h1, .post h1	{	font-size: 40px; }
 .content h2, .post h2 	{	font-size: 30px; }
 .content h3, .post h3	{	font-size: 27px; }
 .content h4, .post h4	{	font-size: 24px; }
 .content h5, .post h5	{	font-size: 20px; } 
 .content h6, .post h6	{	font-size: 20px; }

.content { margin: 20px 0; }
.content p { margin: 20px 0; }
.content1 h1	{	font-size: 30px; }
.content h2 a:hover {  text-decoration: none;  }
.content h6 li:first-of-type {  font-size: 1.25em; margin: 0 0 10px -10px;	}
ul.content {  text-align: center;   }
.content h5 { list-style-type: none; }


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


/* ≈≈≈≈≈≈ Content ≈≈≈≈≈ */

.content p { letter-spacing: 0; margin: 30px 0; }

.quote p 		{	line-height: 1.5; letter-spacing: 2px;  }
.quote		{	font-size: 20px;   }

.site-title a	{ font-size: 80px;  font-weight: 100;} 
.sub-title 	{ font-size: 25px;  }



.page li {	list-style-type: none; line-height: 1.5;	}

 .content h1 a {	font-size: 3em; letter-spacing: 4px; }
 .content h2 a {	font-size: 2.5em; text-decoration: none; }
 .content h3 a {	font-size: 2em; }
 .content h4 a {	font-size: 1.5em; }
 

 
 
 
 
 .foogallery.fg-masonry.fg-center {    width: 3000px; }


 .content h1, .post h1	{	font-size: 30px; }
 .content h2, .post h2 	{	font-size: 25px; }
 .content h3, .post h3	{	font-size: 20px; }
 .content h4, .post h4	{	font-size: 15px; }
 .content h5, .post h5	{	font-size: 15px; } 
 .content h6, .post h6	{	font-size: 20px; }
 
 .hentry h5	{	font-size: 25px; } 
 
 

/* site-title & sub-title */

.site-header {    }

.site-title 		{	letter-spacing: -5px; }
.site-title h1		{	font-weight: 100; }
.site-title a		{	font-size: 80px;  font-weight: 100;} 
.site-title li a 	{	text-decoration: none; 	}
.site-title li a:hover, .site-title li a:focus {	text-decoration: none; letter-spacing: -5px;	}

.sub-title { margin: 50px 0; font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 1px; }


.alt-archive {	font-size: 50px; font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 1px; }

  .single-page h3, .single-post h3 { padding-top: 30px; }
  .single-page h1:after, .single-post h1:after {
   background: url( assets/images/sep.png ) no-repeat center;
    background-size: auto 100%;
  content: "";
  display: block;
  height: 16px;
  margin: 40px auto;
  padding-bottom: 20px;
  }
  
.single-post-title { font-size: 50px; font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 1px;}


/* ≈≈≈≈≈≈ Footer ≈≈≈≈≈ */

.footer-nav li a:nth-child(even) {  color: blue; }


.footer-nav  {	padding: 0.5em 0;	}
footer .menu > li:nth-child(even) { margin: 0 15px;	}


/* -------------------------------------------------------------------------------- */
/*	11.	Media Queries
/* -------------------------------------------------------------------------------- */

@media ( min-width: 1150px ) {

.container p, 	.quote p 		{	line-height: 2;  }
   .side-title a  	{	font-size: 80px; }
  .sub-title 	{ font-size: 25px; }


   
}


@media ( max-width: 1149px ) {	


  

 
}

@media ( max-width: 950px ) {

.site-header .site-title	{	margin-top: 40px; }
.site-title a	{	font-size: 70px; } 

.sub-title { font-size: 25px;  }



ul.content {    padding-left: 0; }
.header h2 { margin-bottom: 50px; }


 
.content h1, .post h1	{	font-size: 50px; }
.content h2, .post h2 	{	font-size: 40px; }
.content h3, .post h3	{	font-size: 30px; }
.content h4, .post h4	{	font-size: 25px; }
.content h5, .post h5	{	font-size: 20px; } 
.content h6, .post h6	{	font-size: 40px; }
 
}

@media ( max-width: 850px ) {
 
}

@media ( max-width: 750px ) { 

.site-title a	{	font-size: 55px; } 
.sub-title { font-size: 25px; }
  
 .content h1, .post h1	{	font-size: 40px; }
 .content h2, .post h2 	{	font-size: 25px; }
 .content h3, .post h3	{	font-size: 20px; }
 .content h4, .post h4	{	font-size: 15px; }
 .content h5, .post h5	{	font-size: 20px; } 
 .content h6, .post h6	{	font-size: 20px; }
  
}

@media ( max-width: 700px ) {

}


@media ( max-width: 620px ) {

.sub-title { font-size: 20px; }

  
/* */

.menu > li {    margin: 0;	}

.site-nav ul {	 	display: flex; justify-content: center;	padding: 5px;  }

.site-nav ul li:nth-child(even) {	 
  border-left: 0;
  border-right: 0;
  padding: 0 15px;
}

.footer-nav ul {	display: flex; justify-content: center;  }
.footer-nav ul li {	  }


  body { font-size: 16px; }
  
  .toggle-menu {
  display: block;
}
  
  .site-nav { 
    display: none;
    margin: 20px 0 0;
  }
  
  .menu li {
    line-height: 1.5;
    text-align: center;
  }
  
  .menu li li { font-style: italic; }
  
  .show-menu .site-nav { display: block; }
  
  .site-header { margin-bottom: 40px; }
  
  .site-header .site-title { margin-top: 20px; }
  
  
  
  .post:before,
  .comments:before,
  .comment-respond:before,
  .comments .comment-respond:after,
  .pagination:before,
  .site-footer:before {
    margin: 50px auto;
  }
  
  .featured-image {
    margin-left: -50vw;
    position: relative;
      left: 50%;
    width: 100vw;
  }
  
  span.sep { margin: 0 10px; }
  
  .pagination a + a { margin-left: 20px; }
  
  .site-footer { padding-bottom: 50px; }
  
 .content h1, .post h1	{	font-size: 40px; }
 .content h2, .post h2 	{	font-size: 25px; }
 .content h3, .post h3	{	font-size: 20px; }
 .content h4, .post h4	{	font-size: 20px; }
 .content h5, .post h5	{	font-size: 18px; } 
 .content h6, .post h6	{	font-size: 30px; }
}
.post hr:before { display: none; content: ""; }

@media ( max-width: 600px ) {

.site-title a	{	font-size: 55px; } 
.sub-title { font-size: 20px; }
}


@media ( max-width: 550px ) {

}

@media ( max-width: 500px ) {

  .post:before, 
  .comments:before, 
  .comment-respond:before, 
  .comments .comment-respond:after, 
  .pagination:before, 
  .site-footer:before {
    margin: 30px auto;
  }

.wrapper { margin: 0 auto; }

.site-title a	{	font-size: 50px; } 

.sub-title { font-size: 20px; }  

}

@media ( max-width: 480px ) {


.site-header, .site-title { }
.sub-title   {	 font-size: 15px;}


}

@media ( max-width: 400px ) {
.site-title a	{	font-size: 45px; }

}

@media ( max-width: 360px ) {
  
  .site-title a	{	font-size: 43px; }
  
  .sub-title {    } 
  
  .single-page h1	{	font-size: 0px; } 
 
 
}


@media ( max-width: 300px ) {

 .site-title a, .single-page h1	{	font-size: 35px; padding-right: 10px; }
   
   
}







/* not found */
#notfound { 
position: relative;
height: 50vh;
}

#notfound .notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound { 
max-width: 520px;
width: 100%;
line-height: 1.4;
text-align: center;
}

.notfound .notfound-404 {
position: relative;
height: 240px;
}

.notfound .notfound-404 h1 {
font-family: 'Montserrat', sans-serif;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
font-size: 252px;
font-weight: 900;
margin: 0px;
color: #262626;
text-transform: uppercase;
letter-spacing: -40px;
margin-left: -20px;
}

.notfound .notfound-404 h1>span { 
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
font-family: 'Cabin', sans-serif;
position: relative;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #262626;
margin: 0px;
letter-spacing: 3px;
padding-left: 6px;
}

.notfound h2 {
font-family: 'Cabin', sans-serif;
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
color: #000;
margin-top: 0px;
margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {
  height: 200px;
}
.notfound .notfound-404 h1 {
  font-size: 200px;
}
}

@media only screen and (max-width: 480px) {
.notfound .notfound-404 {
  height: 162px;
}
.notfound .notfound-404 h1 {
  font-size: 162px;
  height: 150px;
  line-height: 162px;
}
.notfound h2 {
  font-size: 16px;
}
}







.featured-image	{	display: none; }


/* -------------------------------------------------------------------------------- */
/*	10.	Custom
/* -------------------------------------------------------------------------------- */

.madewith { font-size: small; padding-top: 50px; }
.site-footer {  padding: 100px 0 50px;}


.hentry {   margin: 50px 0; }

.home-content { margin-top: 100px; }
.home-content p { margin: 30px 0; text-align: center; }
#primary { margin-top: 100px; }
hr {	}

a, a:hover { text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  

  text-align: center;	
  font-weight: bold;
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  /* margin-left: ?; */
  margin-right: 0;
  text-decoration: none; 
  
}

.single-page h3 { padding-top: 30px; }
.single-page h1:after {
 background: url( assets/images/sep.png ) no-repeat center;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 16px;
  margin: 40px auto;
  padding-bottom: 20px;
}



h1	{	font-family: 'Roboto', serif; 	 }
h2 	{	font-family: 'Roboto', serif; text-decoration: none; }
h3 	{	font-family: 'Playfair Display', serif; }  
h4 	{	font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}
h5 	{	font-family: 'Playfair Display', serif; cursive; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}
h6 	{	font-family: 'Shadows Into Light', serif; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  
  text-decoration: none;
  text-transform: none;	
}
  .txt 	{	font-size: 25px; font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 2px;	}



.page li {	list-style-type: none; line-height: 1.5;	}

/* ≈≈≈≈≈≈ Content ≈≈≈≈≈ */
site-header {    margin-bottom: 50px; }

/* ≈≈≈≈≈≈ Content ≈≈≈≈≈ */

   .content h1, .post h1	{	font-size: 40px; }
   .content h2, .post h2 	{	font-size: 30px; }
   .content h3, .post h3	{	font-size: 27px; }
   .content h4, .post h4	{	font-size: 24px; }
   .content h5, .post h5	{	font-size: 20px; } 
   .content h6, .post h6	{	font-size: 20px; }

  .content { margin: 20px 0; }
  .content p { margin: 20px 0; }
  .content a{ opacity: 1; }
  .content1 h1	{	font-size: 30px; }
  .content h2 a:hover {  text-decoration: none;  }
  .content h6 li:first-of-type {  font-size: 1.25em; margin: 0 0 10px -10px;	}
  ul.content {  text-align: center;   }
  .content h5 { list-style-type: none; }


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



  /* ≈≈≈≈≈≈ Content ≈≈≈≈≈ */
  .foogallery.fg-masonry.fg-center {    width: 1024px; }


  /* ≈≈≈≈≈≈ Footer ≈≈≈≈≈ */

  .footer-nav li a:nth-child(even) {  color: blue; }


  .footer-nav  {	padding: 0.5em 0;	}
  footer .menu > li:nth-child(even) { margin: 0 15px;	}






h5.media1,	.title, .alt-archive, .page-h2 {	
   
   font-size: 50px; font-family: 'Roboto'; font-weight: 100; text-transform: capitalize; letter-spacing: 1px; 
  }
  
  .alt-archive:hover { text-decoration: none; }
  
  .title { justify-content: center!important; }
  
  

  
.home-content img { padding: 10px 0; }
.home-content h2 { font-size: 30px;
  font-family: 'Roboto';
  font-weight: 100;
  text-transform: capitalize;
  letter-spacing: 1px; padding: 0 5px; }
.home-content p { letter-spacing: 1px;  line-height: 22px; }
.home-content br  {  margin: 5px 5px; }
.home-content article { padding: 10px 15px; margin: 5px 30px 5px 30px; }
.home-content .lastpost { letter-spacing: 5px; text-align: center; }
.home-content .lastpost a:hover{ color: red; }

.wp-block-image1 {    margin: 0 6.5em 1em; }
  
  .site-footer:before { margin: 0;}


/* -------------------------------------------------------------------------------- */
/*	11.	Media Queries
/* -------------------------------------------------------------------------------- */

@media ( min-width: 1150px ) {
  
  
  .date-single-post { text-align: center; }
  .container p, 	.quote p 		{	line-height: 2;  }

   .side-title a  	{	font-size: 80px; font-weight: bold; }
 
   .humanbeinq { margin-bottom: 50px; }
   
   .post-nav { padding: 50px 50px 0 0; clear: both; }
}


@media ( max-width: 1149px ) {	
  

  .content p { letter-spacing: 0; margin: 30px 0; }
  
  .quote p 		{	line-height: 1.5; letter-spacing: 2px;  }
  .quote		{	font-size: 20px;   }

  .site-header { margin-bottom: 40px; }
  .site-title 		{	letter-spacing: -5px; margin-top: 40px; }
  .site-title a		{	font-size: 80px;  font-weight: 100;} 
  .site-title li a 	{	text-decoration: none; 	}
  .site-title li a:hover, .site-title li a:focus {	text-decoration: none; letter-spacing: -5px;	}
  
   .content h1 a {	font-size: 3em; letter-spacing: 4px; }
   .content h2 a {	font-size: 2.5em; text-decoration: none; }
   .content h3 a {	font-size: 2em; }
   .content h4 a {	font-size: 1.5em; }
   
  
   
   .post:before { margin: 2px 0 5px; }
   
   
   
   .foogallery.fg-masonry.fg-center {    width: 3000px; }
  
  
   .content h1, .post h1	{	font-size: 30px; }
   .content h2, .post h2 	{	font-size: 25px; }
   .content h3, .post h3	{	font-size: 20px; }
   .content h4, .post h4	{	font-size: 15px; }
   .content h5, .post h5	{	font-size: 15px; } 
   .content h6, .post h6	{	font-size: 20px; }
   
   .hentry h5	{	font-size: 25px; } 
   
  .humanbeinq { margin-bottom: 50px; }
   
}

@media ( max-width: 950px ) {
  
  .site-header .site-title	{	margin-top: 40px;  }
  .site-title a	{	font-size: 70px; } 
  
  ul.content {    padding-left: 0; }
  
  .header h2 { margin-bottom: 50px; }

  .txt { font-size: 2vw; margin: 50px 0; }
   
  .content h1, .post h1	{	font-size: 50px; }
  .content h2, .post h2 	{	font-size: 40px; }
  .content h3, .post h3	{	font-size: 30px; }
  .content h4, .post h4	{	font-size: 25px; }
  .content h5, .post h5	{	font-size: 20px; } 
  .content h6, .post h6	{	font-size: 40px; }
   
}

@media ( max-width: 850px ) {
   
}

@media ( max-width: 750px ) { 
  
  .site-title a	{	font-size: 55px; } 
  
   .content h1, .post h1	{	font-size: 40px; }
   .content h2, .post h2 	{	font-size: 25px; }
   .content h3, .post h3	{	font-size: 20px; }
   .content h4, .post h4	{	font-size: 15px; }
   .content h5, .post h5	{	font-size: 20px; } 
   .content h6, .post h6	{	font-size: 20px; }
  
}

@media ( max-width: 700px ) {
  .single-post-title { font-size:  40px; }
  
}


@media ( max-width: 620px ) {
  
  .txt { font-size: 15px; }
  
  /* */
  
  .menu > li {    margin: 0;	}

  .site-nav ul {	 	display: flex; justify-content: center;	padding: 5px;  }

  .site-nav ul li:nth-child(even) {	 
  border-left: 0;
  border-right: 0;
  padding: 0 15px;
  }

  .footer-nav ul {	display: flex; justify-content: center;  }
  .footer-nav ul li {	  }
  

  body { font-size: 16px; }
  
  .toggle-menu {
  display: block;
  }
  
  .site-nav { 
    display: none;
    margin: 20px 0 0;
  }
  
  .menu li {
    line-height: 1.5;
    text-align: center;
  }
  
  .menu li li { font-style: italic; }
  
  .show-menu .site-nav { display: block; }
  
  .site-header { margin-bottom: 40px; }
  
  .site-header .site-title { margin-top: 20px; }
  
  .single-post-title { font-size:  20px; }
  
  
  .post:before,
  .comments:before,
  .comment-respond:before,
  .comments .comment-respond:after,
  .pagination:before,
  .site-footer:before {
    margin: 50px auto;
  }
  
  .featured-image {
    margin-left: -50vw;
    position: relative;
      left: 50%;
    width: 100vw;
  }
  
  span.sep { margin: 0 10px; }
  
  .pagination a + a { margin-left: 20px; }
  
  .site-footer {  padding: 100px 0 50px;}
  
   .content h1, .post h1	{	font-size: 40px; }
   .content h2, .post h2 	{	font-size: 25px; }
   .content h3, .post h3	{	font-size: 20px; }
   .content h4, .post h4	{	font-size: 20px; }
   .content h5, .post h5	{	font-size: 18px; } 
   .content h6, .post h6	{	font-size: 30px; }
}
.post hr:before { display: none; content: ""; }

@media ( max-width: 600px ) {
  
  .site-title a	{	font-size: 55px; } 
  .single-post-title { font-size:  40px; }
}


@media ( max-width: 550px ) {

}

@media ( max-width: 500px ) {

  .post:before, 
  .comments:before, 
  .comment-respond:before, 
  .comments .comment-respond:after, 
  .pagination:before, 
  .site-footer:before {
    margin: 30px auto;
  }

  .wrapper { margin: 0 auto; }
  
  .site-title a	{	font-size: 50px; letter-spacing: 1px; 
  } 

  .txt { font-size: 15px; }  
  
  .single-post-title { font-size:  30px; }
  



}

@media ( max-width: 480px ) {
  
  .single-post-title { font-size:  22px; }
  .site-header, .site-title { }
  .txt   {	 }

  
}

@media ( max-width: 400px ) {
  .site-title a	{	font-size: 45px; }
   
}

@media ( max-width: 360px ) {
    
    .site-title a	{	font-size: 43px; }
    .single-page h1	{	font-size: 0px; } 
    .page li a	{	font-size: 12px; } 
    .single-post-title {  font-weight: normal; }
     
    
  .home-content img { padding: 10px 0; }
.home-content h2 { font-size: 30px;
  font-family: 'Roboto';
  font-weight: 100;
  text-transform: capitalize;
  letter-spacing: 1px; padding: 0 5px; }
.home-content p { letter-spacing: 1px;  font-size: 12px; }
.home-content article { padding: 0 !important; margin: 0; }
.home-content .lastpost { letter-spacing: 5px;}

.wp-block-image1 {    margin: 0 6.5em 1em; }
  
  
  
 .single-post-title { font-size:  20px; }
   
}


@media ( max-width: 300px ) {

   .site-title a, .single-page h1	{	font-size: 35px; padding-right: 10px; }
   
   .txt { font-size: 11px;  } 
   


}


@media ( max-width: 250px ) {
   
   .home-content p { letter-spacing: 1px;  text-align: left !important;  font-size: 12px; }

}




/* not found */
#notfound {
  position: relative;

}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
  height: 200px;
  }
  .notfound .notfound-404 h1 {
  font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
  height: 162px;
  }
  .notfound .notfound-404 h1 {
  font-size: 162px;
  height: 150px;
  line-height: 162px;
  }
  .notfound h2 {
  font-size: 16px;
  }
}



ul.bycategories {
margin: 0;
padding: 0;
}
ul.bycategories li {
list-style: none; 
list-style-type: none;
margin: 0; 
padding: 0;
}
ul.bycategories li a {
list-style: none; 
list-style-type: none;
margin: 0 20px 15px 0; 
float: left; 
background: #eee; 
color: #464646; 
padding: 5px 10px;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
ul.bycategories li a:hover{
text-decoration: none; 
background: #ff6200; 
color: #fff;
}
.clear{clear: both;}





body.page-template-page-fullsingle-me {
  height: 100vh;
  background-color: #141414;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #999999;
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-size: cover; }