/* edit por sobre tema original, bishnet abril 2021 */

/* colores cad se se */
:root {
  --green: #00ada0;
  --blue: #2c5aa0;
	--pink: #ff2a7f;
	--yellow: #ffd91e;
  --violet: #1a0856;
	--gray: #606898;
	--black: #111;
	--accent: #2c5aa0;
}

/* Elementos accent */
body a {
	color: var(--accent);
}

body a:active, body a:hover { 
	color: var(--violet);
}

.search-container .search-button:hover { 
	color: var(--accent);
}

.site-title a:hover {
	color: var(--accent);
}

.navigation .section-inner,
.header-bottom,
.nav-toggle {
	background-color: var(--accent);
}

.header-bottom-menu ul {
		background: var(--accent); 
}

.post-categories {
		color: var(--accent);
}

.sticky.post .sticky-tag,
.single-post .post .sticky-tag {
		background: var(--accent);
}

.sticky.post .sticky-tag:after,
.single-post .post .sticky-tag:after { 
	/* ?? */
		border-left-color: var(--accent);
		border-right-color: var(--accent);
}

.single-post .post-image-caption .fa { 
		color: var(--accent);
}

.single-post .post-meta a {
		color: var(--accent);
}

.post-content .page-links a:hover {
		color: var(--accent);
}

.post-tags a:hover,
.tagcloud .widget-content a:hover,
.widget_tag_cloud .widget-content a:hover {
		background: var(--accent);
}

.post-tags a:hover:before,
.tagcloud .widget-content a:hover:before,
.widget_tag_cloud .widget-content a:hover:before {
		background: var(--accent);	
}

.nav-links > div a:hover { 
		border-top-color: var(--accent);
}

.nav-links > div a:hover span { 
		color: var(--accent);
}

.post-content a:hover {
		border-bottom-color: var(--accent);
}

.post-content p.intro { 
		color: var(--accent);
} 

.post-content blockquote:after { 
		color: var(--accent);
}

.post-content fieldset legend { 
		background: var(--accent);	
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] { 
		background: var(--accent);		
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
		background: var(--accent);
}

.comments-title .fa,
.comment-reply-title .fa {
		color: var(--accent);
}

.comments-title-link a { 
		color: var(--accent);
}

.comments-title-link a:hover { 
		border-color: var(--accent);
}

.no-comments .fa { 
		color: var(--accent);
}

.comment.bypostauthor .comment-body .avatar {
		background: var(--accent);
}

.comment-meta .vcard a {
	color: var(--accent);
}

.pingbacks-title {
	border-bottom-color: var(--accent); 
}

.pingbacklist a:hover { 
	color: var(--accent);
}

.comment-navigation a:hover {
	border-top-color: var(--accent);
	color: var(--accent);
}

.comment-respond input[type="submit"] {
	background: var(--accent); 
}

.page-edit-link { 
	color: var(--accent);
}

.wrapper .search-button:hover { 
		color: var(--accent);
}

.page-title h4 {
		border-bottom-color: var(--accent); 
}

.archive-nav a:hover {
	border-top-color: var(--accent);
	color: var(--accent);
}

.widget-title {
	border-bottom-color: var(--accent);
}

.widget-content a:hover,
.widget-content a:hover::before {
	color: var(--accent);
}

#wp-calendar thead th {
	color: var(--accent); 
}

#wp-calendar tfoot a:hover {
	color: var(--accent); 
}

.widget_flickr #flickr_badge_uber_wrapper a:last-of-type {
	color: var(--accent); 
	border-bottom-color: var(--accent);
}

.to-the-top {
	background: var(--accent); 
}

.site-footer .copyright a:hover {
	color: var(--accent);
}

#infinite-handle span button {
	background: var(--accent); 
}

.header-bottom-menu {
	background: var(--accent);
}

/* Font */
body {
	font-family: 'Nunito', sans-serif;
}

.search-container .search-field {
	font-family: 'Nunito', sans-serif;
}

.site-description {
	font-family: 'Nunito', sans-serif;
}

.post-title {
	font-family: 'Nunito', sans-serif;
}

.post-content p.page-links {
	font-family: 'Nunito', sans-serif;
}

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

.post-content h1,
.post-content h2,
.post-content h3 {
	font-family: 'Nunito', sans-serif;
}

.post-content blockquote:after {
	font-family: 'Nunito', sans-serif;
}

.post-content blockquote cite { 
	font-family: 'Nunito', sans-serif;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-family: 'Nunito', sans-serif;
}

.post-content fieldset legend {
	font-family: 'Nunito', sans-serif;
}

.post-content label { 
	font-family: 'Nunito', sans-serif;
}

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

.comment-respond input,
.comment-respond textarea { 
	font-family: 'Nunito', sans-serif;
}

.comment-respond input[type="submit"] {
	font-family: 'Nunito', sans-serif;
}

.wrapper .search-field {
	font-family: 'Nunito', sans-serif;
}

.widget_rss li a {
	font-family: 'Nunito', sans-serif;
}

.rowling-widget-list .title {
	font-family: 'Nunito', sans-serif;
}

.post-content div#jp-relatedposts h3.jp-relatedposts-headline {
	font-family: 'Nunito', sans-serif;
}

/* historia slideshow */
.slideshow-window, .slideshow-slide { 
	background-color: #ffffff!important;
}

.slideshow-slide-caption {
	color: var(--black);
	text-shadow: #222 0px 0px 0px;
}

.slideshow-window {
    border-color: #ffffff;
}

/* espacio muerto logo/desc */
.header {
    padding: 20px;
}

.site-description {
		margin: 0;
}



