/*
Theme Name: bluelink
Theme URI: https://emotionalonlinestorytelling.com/theme-documentation/
Author: Jose Mortellaro
Author URI: https://josemortellaro.com/
Description: Bluelink is the most minimalist WordPress theme. You will need to add your CSS, in another case you will see blue links.
Version: 1.0.1
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images,translation-ready
Text Domain: bluelink
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
div,
span,
applet,
object,
iframe,
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,
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,
.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

p {
	overflow: initial
}

blockquote,
dd,
dl,
dt,
p {
	margin: 0 0 1.5em;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-rendering: auto;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1, 5em 0 1em
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	min-height: 1px;
	min-width: 1px;
	-ms-interpolation-mode: bicubic;
}

.alignright {
	text-align: right
}

.alignleft {
	text-align: left
}

.aligncenter {
	text-align: center
}

.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.wrapper:after {
	clear: both;
}

.wrapper:before,
.wrapper:after {
	display: table;
	content: "";
}

.main-navigation {
	display: block;
	margin-top: 0.25rem;
}

.main-navigation>div {
	display: inline;
}

.main-navigation .main-menu {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.main-navigation .main-menu>li {
	display: inline;
	position: relative;
}

.main-navigation .main-menu>li.menu-item-has-children {
	display: inline-block;
	position: inherit;
}

@media only screen and (min-width: 768px) {
	.main-navigation .main-menu>li.menu-item-has-children {
		position: relative;
	}
	.main-navigation .main-menu>li.menu-item-has-children>a {
		margin-right: 0.125rem;
	}
	.main-navigation .main-menu>li.menu-item-has-children>a:after {
		content: "";
		display: none;
	}
	.main-navigation .main-menu>li:last-child>a {
		margin-right: 0;
	}
	.main-navigation .sub-menu {
		list-style: none;
		padding-left: 0;
		position: absolute;
		opacity: 0;
		left: -9999px;
		z-index: 99999;
	}
	.main-navigation .sub-menu {
		width: auto;
		min-width: -moz-max-content;
		min-width: -webkit-max-content;
		min-width: max-content;
	}
	.main-navigation .sub-menu>li {
		display: block;
		float: none;
		position: relative;
	}
	.main-navigation .sub-menu>li>a {
		display: block;
		line-height: 1.2;
		text-shadow: none;
		padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem;
		white-space: nowrap;
	}
	.main-navigation .main-menu .menu-item-has-children:hover>.sub-menu,
	.main-navigation .main-menu .menu-item-has-children:focus>.sub-menu {
		display: block;
		left: 0;
		margin-top: 0;
		opacity: 1;
		width: auto;
		min-width: 100%;
	}
	.main-navigation .main-menu .menu-item-has-children:hover>.sub-menu,
	.main-navigation .main-menu .menu-item-has-children:focus>.sub-menu {
		display: block;
		float: none;
		margin-top: 0;
		opacity: 1;
		position: absolute;
		left: 0;
		right: auto;
		top: auto;
		bottom: auto;
		height: auto;
		min-width: -moz-max-content;
		min-width: -webkit-max-content;
		min-width: max-content;
		transform: none;
	}
}