/*
Theme Name: Spray Theme
Theme URI: 
Author: Luciano Andres Poyanco Zamora
Author URI: https://lpoyancozamora.ieti.site/
Description: Tema esclusivo para la página web de una tienda de Spray
Tags:
Requires at least: 5.0 
Tested up to: 5.4 
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Spary theme is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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


/******************************
MARK: CSS General 
*******************************/

html,
body {
	background-color: #0f0f0f;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

main,
header,
footer,
article,
aside,
nav#navigation {
	padding: 20px;
	margin-bottom: 15px;
}

code {
	background: pink;
	border: 1px solid yellow;
}

#page-sidebarless main {
	width: 100%;
}

.container {
	display: flex;
	flex-direction: row;
}

.container main {
	width: 70%;
}

.container aside {
	width: 30%;
	margin-left: 15px;
}

.container main article img {
	width: 100%;
	height: auto;
}

html body strong {
	font-weight: 600;
}

.wp-block-image img {
	width: 70%
}

h1 {
	font-size: 40px;
	margin: 20px 0px;
	font-weight: bold;
	color: #e1009c;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0px;
	text-decoration: underline;
	color: #e1009c;
	/* #e1009c --*/
}

h2.entry-title {
	text-decoration: unset;
}

h2.entry-title a {
	font-size: 40px;
}

h3 {
	font-size: 25px;
	margin: 20px 0px;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size: 20px;
	margin: 20px 0px;
	font-weight: bold;
}

a {
	text-decoration: none;
	border-radius: 5px;
	padding: 5px;
	color: #00c1a8;
	background: linear-gradient(to right, #e1009c 0%, #00c1a8 100%);
	background-size: 100% 0%;
	background-repeat: no-repeat;
	background-position: bottom;
	transition: background-size 0.25s ease-in-out;
}

a:hover {
	background-size: 100% 15%;
	color: white;
}

h1 a,
.entry-title a,
header #headerimg a,
#articleFrontPage li article h4 a,
main a.bookmarkBlog {
	background: none;
	background-size: initial;
	transition: none;
}

b {
	font-weight: bold;
}

p {
	margin: 16px 0px;
	line-height: normal;
}

footer.entry-footer {
	margin: 0;
	padding: 0;
}

/******************************
MARK: CSS Header
*******************************/

header #headerimg {
	display: flex;
	align-items: center;
}

header #headerimg img {
	width: 80px;
	transition: 0.25s;
}

header #headerimg:hover img {
	filter: drop-shadow(0px 0px 10px #e1009c);
}

header #headerimg div#headerDescription {
	margin-left: 12px;
}

header #headerimg div#headerDescription a {
	font-weight: 600;
	text-decoration: none;
	color: white;
	transition: 0.25s;
}

header #headerimg:hover div#headerDescription a {
	color: #00c1a8;
}

/******************************
MARK: CSS Nav
*******************************/

nav#navigation {
	background-color: #222222;
	padding: 10px;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 0px 25px rgba(0, 0, 0);
}

nav#navigation ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav#navigation ul li {
	margin-right: 10px;
}

nav#navigation ul li a {
	padding: 10px;
	text-decoration: none;
	display: block;
}

/*nav#navigation ul li a:hover{
	background-image: url(/icono5.png);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: contain;
}*/

/******************************
MARK: CSS Inicio 
*******************************/

#logoInicio {
	width: auto;
	height: 150px;
}

.wp-block-image {
	margin: 20px 0px;
	display: flex;
	justify-content: center;
}

ul.wp-block-list {
	margin-left: 40px;
	margin-top: 10px;
}

ul.wp-block-list li {
	margin-bottom: 20px;
}

/******************************
MARK: CSS single 
*******************************/

.entry-header {
	padding: unset;
	background-color: unset;
	margin: 15px 0px;
	font-weight: 600;
	font-size: 2em;
}

/******************************
MARK: CSS Aside
*******************************/

aside#sidebar {
	background-color: #222222;
	height: 100%;
	border-radius: 20px 0px 0px 20px;
}

aside#sidebar form div {
	display: flex;
}

aside ul[role="navigation"] ul li,
aside ul.children li {
	margin-bottom: 15px;
}

ul.children li {
	margin-top: 15px;
}

/******************************
MARK: CSS Comentarios 
*******************************/
.commentlist,
#respond,
nav.navigation {
	margin: 20px 0px;
}

/*.commentlist{
	background-color: green;
}*/

ol.commentlist li:not(:last-child) {
	margin-bottom: 20px;
}

ol.commentlist li {
	background: #222222;
	border-radius: 0px 10px 10px 10px;
	padding: 15px;
	width: fit-content;
}

ol.commentlist li a,
div#respond a {
	color: #00c1a8;
}

ol.commentlist li a:hover,
div#respond a:hover {
	color: white;
	transition: 0.25s ease-in-out;
}

ol.commentlist li div.comment-body {
	display: flex;
	flex-wrap: wrap;
}

ol.commentlist li div.comment-author {
	display: flex;
	align-items: center;
	width: 50%;
}

ol.commentlist li div.comment-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
}

ol.commentlist li div.comment-author img {
	border-radius: 50%;
}

ol.commentlist li div.comment-author cite {
	margin: 0px 10px;
}

ol.commentlist li p {
	margin: 15px 0px 15px 20px;
	width: 100%;
}

.required-field-message {
	display: block;
}

ol.commentlist ul.children li {
	width: auto;
	background-color: rgba(0, 0, 0, 0.2);
}

#respond {
	border: 2px solid white;
	border-radius: 15px;
	background-color: white;
}

#respond h3 {
	margin: 15px 0px;
	padding: 0px 15px;
	color: #0f0f0f;
}

#respond form {
	padding: 15px;
	background: #222222;
	border-radius: 15px;
}

#respond label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

#respond .comment-form-cookies-consent label {
	display: inline;
}

#respond p {
	margin: 12px 0px;
}

#respond p.form-submit {
	margin-bottom: 0px;
}

#respond textarea {
	width: 100%;
}

#respond p.form-submit,
div.reply {
	width: fit-content;
	border-radius: 5px;
	background-color: #0f0f0f;
}

li div.reply a {
	padding: 10px;
	background-size: 0% 100%;
	background-position: left;
	display: inherit;
	color: white;
}

#respond input.submit {
	background: linear-gradient(to right, #e1009c 0%, #00c1a8 100%);
	color: white;
	border: none;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	background-size: 0% 100%;
	background-repeat: no-repeat;
	transition: background-size 0.25s ease-in-out;
}

#respond input.submit:hover {
	background-size: 100% 100%;
}

/*.post-navigation {
	background-color: yellow;
}*/

main nav div.nav-links {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
}

main nav div.nav-links div {
	width: 40%;
	height: auto;
	text-align: center;
	background-color: #000;
	border-radius: 5px;
}

main nav div.nav-links div a {
	display: flow-root;
	height: 100%;
	padding: 0;
	color: white;
}

main nav div.nav-links div.nav-next a {
	background: linear-gradient(to left, #e1009c 0%, #00c1a8 100%);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	background-position: right;
}

main nav div.nav-links div.nav-previous a {
	background-size: 0% 100%;
	background-position: left;
}

main nav div.nav-links div a:hover,
li div.reply a:hover {
	background-size: 100% 100%;
}

/******************************
MARK: CSS Inicio Blog
*******************************/

section {
	margin-bottom: 40px;
	padding: 0px 20px;
}

section ul#articleFrontPage li {
	padding: 20px;
	margin-bottom: 15px;
	background-color: #222222;
}

section ul#articleFrontPage li:not(:last-child) {
	margin-right: 6px;
}

section article img.wp-post-image {
	width: 100%;
	height: auto;
}

#articleFrontPage {
	display: flex;
}

#articleFrontPage li article {
	/*box-sizing: border-box;*/
	padding: 0px;
	margin-bottom: 0px;
}

#articleFrontPage li article img {
	height: 40%;
	object-fit: cover;
}

/*#articleFrontPage li article h4 a {
	font-weight: 600;
	color: #00c1a8;
	text-decoration: none;
}*/

/******************************
MARK: CSS Post Blog
*******************************/

.entry-content ul {
	margin-left: 25px;
}

.entry-content ul li {
	margin-bottom: 20px;
}


/******************************
MARK: CSS Footer
*******************************/

.error404 main {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.error404 main .errorColors {
	animation: colorChange 1s infinite alternate;
}

@keyframes colorChange {
	0% {
		color: #e1009c;
		/* Color inicial */
	}

	100% {
		color: #00c1a8;
		/* Color final */
	}
}

/******************************
MARK: CSS Footer
*******************************/

footer#footer {
	background-color: #222222;
	margin-bottom: unset;
}

footer#footer nav#footerNavigation div ul {
	margin: 40px 0px 20px;
	display: flex;
	justify-content: space-around;
}