/*!
Theme Name: Ree Kohl
Theme URI: https://reekohl.com/
Author: J.Caminero
Author URI: https://www.juliocaminero.es
Description: Theme Wordpress
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nobody
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.

NoBody 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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #000;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI/SEGOEUI.eot');
    src: url('fonts/SegoeUI/SEGOEUI.eot?#iefix') format('embedded-opentype'),
         url('fonts/SegoeUI/SEGOEUI.woff2') format('woff2'),
         url('fonts/SegoeUI/SEGOEUI.woff') format('woff'),
         url('fonts/SegoeUI/SEGOEUI.ttf')  format('truetype'),
         url('fonts/SegoeUI/SEGOEUI.svg#Segoe UI') format('svg');
}

html, body { 
	font-family: "segoe ui", Times New Roman, Arial, Garamond, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
} 



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1{
	font-size: 2em;
    margin: .67em 0;
}

p {
	width:100%;
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000;
}

hr {
	width: 100%;
	background-color: #000;
	border: 0;
	height: 2px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Padding para el contenido de páginas */
.page-padding {
	padding: 24px 16px;
	background-color: #fff;
}

/* Links
--------------------------------------------- */
a,a:visited {
    color: #b18500;
    text-decoration: none
}

a:hover,a:focus,a:active {
    color: #b18500;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

article a,
article a:visited,
article a:hover,
rticle a:active {
    color: #b18500;
    text-decoration: none
}

h3.relacionados-text a,
h3.relacionados-text a:visited,
h3.relacionados-text a:hover,
h3.relacionados-text a:active {
	color: #fff;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

#page {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	display: grid;
	grid-template-areas: "header" "primary" "footer";
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Estructura del tema
--------------------------------------------- */



/*------------------------------------*\
    Cabecera
\*------------------------------------*/
.post-cabecera-mov{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
	/*position: fixed;
	top: 0px;*/
}

.cabecera-movil{
	width:100%;
	min-width: 280px;
	/*max-width:460px;
	position: relative;
    left: -5px;
	top:15px;*/
}

.gtranslate_wrapper-mov{
	height: 60px;
	margin-left: 40px;
}

.gtranslate_wrapper-full{
	margin-left: 20px;
}

.post-cabecera-full{
	display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
	/*position: fixed;
	top: 0px;*/
}

.cabecera-full{
	display:block;
	background-color: #000;
	width: 100%;
	max-width: 1080px;
	min-width: 280px;
	z-index: 1;
}

.cabecera-img{}

.menu-full-bar{
	width:100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/*----------------------------------------------
MAIN NAVIGATION
================================================ */
.main-nav{
	padding:0 auto;	
}

.main-nav ul {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	list-style: none;
	font-weight:bold ;
    font-size: 1em;
    margin: 0;
    padding: 0;
    list-style: none;
	line-height:  3em;
}
.main-nav ul li {
    display: block;
    position: relative;
    float: left;
}
.main-nav li ul {
    display: none;
}
.main-nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Francois One', Tahoma, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
  text-decoration: none;
  color: #FFF;
  padding: 5px 15px 5px 15px;
  margin-left: 10px;
  white-space: nowrap;
}
.main-nav ul li a:hover {
  background: #FFF;
	box-shadow: 0 0 2px #444;
}
.main-nav li:hover ul {
    display: block;
    position: absolute;
}
.main-nav li:hover li {
    float: none;
    font-size: 15px;
}
.main-nav li:hover a { background: #fff; color: #000000;}
.main-nav li:hover li a:hover {background: #000000; color: #fff;}

/*------------------------------------*\
    Menú Movil
\*------------------------------------*/
.menu-movil{display:block;}

.toggle{
background: url(img/menu.png) right center no-repeat;
width: 30px;
height: 30px;
top: 15px;
left:15px;
position: absolute;
background-color: black;
z-index: 999;
}

.nav-mov-menu a{color:#fff; text-decoration: none;}
.nav-mov-menu a:hover{color:#fff}
.nav-mov-menu ul{list-style:none;}

.nav-mov-menu {
  position:absolute;
  width:100vw;
  height: auto;
  top:-300vw; /*Ocultamos el menú en la parte izquierda para que no se vea a menos que pulsemos sobre la hamburguesa*/
  padding-top:40px;
  background: #000;
  transition:all .5s ease; /*Damos a la caja del menú una transición para que tenga un desplazamiento suave*/
  z-index:1;
  font-size:20px;
  display:none;
  margin-left: -25px;
}
   /*Estilos de los li del menú*/
   .nav-mov-menu li{ 
     display:block;
     width:100%;
     line-height:2.2;
     position:relative; /*Le damos una posición relativa para posteriormente añadirle el triangulo que indica que se está en la página actual del menú*/
     border-bottom:.5px solid rgba(59, 62, 61, 1);
     border-top:.5px solid rgba(59, 62, 61, 1);
     background-color:transparent;
     text-align:left;
     color:#fff;
   }
  /*Estos son los estilos de la hamburguesa del menú que abre y cierra el mismo*/
  .menu-toogle {
    position:absolute; /*Lo posicionamos absolutamente para poder darle una posición y poder moverlo según el menú esté abierto o cerrado*/
    width: 30px;
    line-height:1.1;
    text-align:center;
    top: 15px; /*Le damos una posición top y left en donde queramos que se encuentre la hamburguesa del menú*/
    left: 20px;
	border-radius:3px;
    transition: all .5s ease; /*Añadimos una transición para que realice un desplazamineto suave*/
    z-index:9999;
  }

 /*Estos son los estilos que le dan la funcionalidad al menú*/
    /*El checkbox según esté activado o no hará que el menú aparezca o desaparezca*/
.checkbox {
      display:none; /*Ocultamos el checkbox pues no nos interesa que se vea*/
}
.checkbox:checked ~ .nav-mov-menu {
      top:0px; /*Le quitamos el left negativo para que el menú vuelva a su posición original*/
      /*position:fixed;*/ /* Fijamos el menú lateral para que se desplace cuando hagamos scroll*/
	  display:block;
}
.checkbox:checked ~ .main-w {
    margin-top:350px; /*Cuando el checkbox asigna un margen al contenedor principal para que se desplace junto con el menú*/
}

.text-jcpro{
	color:#fff;
	padding: 5px 25px 5px 5px;
	font-size: 24px;
	z-index:9;
}
.logo-jcpro{
	width: 30px;
	height: 30px;
	background: url(img/logo-jcpro.png) no-repeat center;
	z-index:9;
}

/*------------------------------------*\
	Estructura Grid
\*------------------------------------*/
#primary{
	display: grid;
	grid-template-areas: "content" "relacionados" "eventos" "discos" "videoclips" "redes";
	text-align: justify;
	box-sizing: border-box;
	color: #000;
	background-color: #fff;
}

#content{
	grid-area: content;
	margin: 20px;
}

#relacionados{
	grid-area: relacionados;
	background-color: #000;
}

#eventos{
	width:100%;
	height: auto;
	background-color:#000;
}

#discos{
	grid-area: discos;
    background-color: #171717;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	/*margin: 20px 0px;*/
}	

#videoclips{
	grid-area: videoclips;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	background-color: #003366;
}
#redes{
	grid-area: redes;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #000;
    /*margin-top: 20px;*/
}

/*------------------------------------*\
    Article
\*------------------------------------*/
article, .article-single {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.article-single{
	align-items: flex-start;
}

article-single .entry-content{
	justify-content: flex-start;
	margin:0;
}

.tarjetas{
	flex:1;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	border: 4px solid #2f2f2f;
	margin:25px;
}
.entry-header{
	width:100%;
	background-color:#000000;
	text-align: center;
}

.entry-title a{
	color: #d8a200;
	font-size: 1em;
	text-decoration: none;
}

.page-tittle{
	text-align: center;
	font-size: 2em;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
}


.titulo-loop{
	margin-top: 0px;
	width:100%;
	display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}

.loop-titulo, .loop-titulo a{
	width:100%;
	color: #d8a200;
	text-align: center;
	font-size: 1em;
}
.titulo-mask{
width: 90%;
height: auto;
background-color:#2F2F2F;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
margin-top: 30px;
}

.box-publi{
	padding: 5%;

}
.img-content{
	/*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	margin-top: 20px;*/
	flex: 2;
	align-content: flex-end;
}

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

h1.category-title{
	color: #c2020e;
	font-size: 2em;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.entry-header{
/*margin-bottom: 25px;*/
}

.single-header{
	line-height: 1.2;
    text-align: left;
}

.title-page{
	margin-top: 0px;
    margin-bottom: 0;
    text-align: left;
}

/*------------------------------------*\
	Single post
\*------------------------------------*/
.single-header{
	margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

/*------------------------------------*\
	Categoria
\*------------------------------------*/
.section{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.title-cat{
	width:100%;
	margin-bottom: 30px;
}

.cat-pagination{
	width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}


/*------------------------------------*\
	Paginación
\*------------------------------------*/
.pagination-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.pagination-nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 8px;
}
.pagination-nav li {
	margin: 0;
}
.pagination-nav a,
.pagination-nav span {
	display: block;
	min-width: 40px;
	padding: 0px 5px;
	border-radius: 6px;
	background: #222;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
}
.pagination-nav a:hover,
.pagination-nav .current {
	background: #d8a200;
	color: #000;
}
.pagination-nav .current {
	font-weight: bold;
	cursor: default;
}
@media (max-width: 600px) {
	.pagination-nav ul {
		gap: 4px;
	}
	.pagination-nav a,
	.pagination-nav span {
		min-width: 32px;
		padding: 6px 8px;
		font-size: 1em;
	}
}

/*------------------------------------*\
    Relacionados
\*------------------------------------*/

.relacionados{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
}

.titulo-mask-relacionados{

}
.titulo-single {
    margin: 20px;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.pre-relacionados-box {
	width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 50px 20px;
}

.relacionados-box {
    width: 100%;
    padding: 1%;
    margin-top: 25px;
}

.relacionados-img {
    border: 1px solid #fff;
}

.relacionados-text {
    margin: 0;
    text-align: center;
    font-size: 1rem;
}

/*------------------------------------*\
    Iframe Responsivo y centrado
\*------------------------------------*/

/* Contenedor responsivo para iframes */
.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* Ratio 16:9 */
    margin: 2rem auto;
}

/* Estilo para el iframe */
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Asegura que todos los iframes son responsivos */
.entry-content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

h2.widget {
	font-size: 1.5rem;
	text-align: center;
	color: #000;
}
.sidebar-widget > span img{width:100%; height:auto;}
.entry-content{
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;*/
	flex: 1;
	align-content: flex-start;
}

.search {margin-bottom: 20px;}

.sidebar-widget-2{
	display:none;
}

.pre-discos{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
	width:45%;
}
.discos-thumbnail{
	border: 3px solid #FFF;
	margin: 5px;
}

.pre-videoclips{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	width:100%;
	height:auto;
}
.videoclips-thumbnail{
	border: 1px solid #fff;
	margin: 5px;
}

.h2-white{
	color:#fff;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
	text-align: center;
	font-size: 1.8rem;
	margin: 10px 10px 10px 10px;
}

.h2-white a,
h2 a:link,
h2 a:visited {
    color: #fff;
}

/*------------------------------------*\
    Social
\*------------------------------------*/
.social-facebook{flex:2; align-self:center; margin: 0px 20px;}

.social-group{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
	margin-top: 20px;
}

.social{
	width:180px;
	height:auto;
	margin:20px;
}

.facebook{

}
.spotify{

}
.youtube{

}
.bandcamp{

}
.svg path:hover{
	fill: red !important;
	transition-duration: 2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

.site-footer{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #000;
    min-height: 100px;
}

.site-info{
	width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.copyright{
	color: #fff;
    margin: 2px;
}

/*------------------------------------*\
	Navegación entre posts (single)
\*------------------------------------*/
.post-nav-modern {
	width: 100%;
	margin: 32px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-nav-list li {
	flex: 1 1 180px;
	min-width: 160px;
	max-width: 320px;
}
.post-nav-list a {
	display: block;
	background: #222;
	color: #fff;
	border-radius: 8px;
	padding: 18px 20px;
	text-decoration: none;
	font-size: 1.1em;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	text-align: left;
}
.post-nav-list a:hover {
	background: #d8a200;
	color: #000;
	box-shadow: 0 4px 16px rgba(216,162,0,0.15);
}
.post-nav-list .nav-arrow {
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 8px;
}
.post-nav-list .nav-label {
	font-weight: bold;
	font-size: 1em;
	color: #d8a200;
}
.post-nav-list .nav-title {
	display: block;
	font-size: 1em;
	color: #fff;
	margin-top: 4px;
	font-weight: normal;
}

@media (max-width: 600px) {
	.post-nav-list {
		gap: 8px;
	}
	.post-nav-list li {
		min-width: 120px;
		padding: 0;
	}
	.post-nav-list a {
		padding: 12px 8px;
		font-size: 1em;
	}
}

/* Modificado final */
.entry-title{font-size: 1.2em;}


/* Muestra .post-cabecera-full cuando el menú móvil no está visible (por ejemplo, en pantallas mayores a 768px) */
@media (min-width: 600px) {
    .post-cabecera-full {display: block;}
    .menu-movil {display: none;}
	.pre-discos{width: 23%;}
	#videoclips{flex-direction: row; flex-wrap: nowrap;}
	.pre-videoclips{flex-wrap: nowrap;}
	.social-group{flex-direction: row;}
	.pre-relacionados-box {flex-direction: row;}
	



}

/* Layout responsivo para tarjetas: 1 / 2 / 3 columnas según ancho */
.cat-loop {
width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
    padding: 0;
    justify-content: space-evenly;
    align-content: space-evenly;
    justify-items: center;
    align-items: stretch;
}

/* Asegura que cada tarjeta ocupe el 100% de su celda */
.tarjetas {
    width: 100%;
    margin: 0; /* el espacio lo gestiona el gap del grid */
    box-sizing: border-box;
}

/* >= 600px: 2 columnas */
@media (min-width: 600px) {
    .cat-loop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* >= 950px: 3 columnas */
@media (min-width: 950px) {
    .cat-loop {grid-template-columns: repeat(3, minmax(0, 1fr));}
	
		
}

