html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 1.8em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
} :root {
--black: #333333;
--white: #ffffff;
--yellow: #FFDC00;
--grey: #797F83;
--lightgrey: #F0F4F7;
--darkgrey: #545454;
}
::-moz-selection { color: var(--black);
background: var(--yellow);
}
::selection {
color: var(--black);
background: var(--yellow);
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'Open Sans',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
line-height: 1.3;
}
p {
margin-bottom: 1.5em;
}
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%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a, a:visited{
color: var(--black);
border-bottom: 2px solid var(--yellow);
text-decoration: none;
transition: 0.3s;
}
a:hover,
a:focus,
a:active {
border-bottom: none;
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} 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%;
}   .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;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@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%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .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;
} .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;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .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;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.wrapper {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}
.btn {
border: none;
border-radius: 4px;
background-color: var(--black);
color: var(--white);
padding: 15px 50px;
text-transform: uppercase;
text-align: center;
}
.btn-yellow, .btn-yellow:visited {
background-color: var(--yellow);
color: var(--black);
}
.btn-yellow:hover, .btn-yellow:target {
background-color: var(--darkgrey);
color: var(--white);
} .topbar {
background: var(--lightgrey);
font-size: 12px;
}
.topbar .wrapper {
display: flex;
justify-content: space-between;
}
.topbar .menu {
list-style: none;
padding: 10px 0;
margin: 0;
display: flex;
}
.topbar .menu li {display:inline; padding: 0 15px 0 0;}
.topbar .menu li a, .topbar .menu li a:visited {color: var(--black); text-decoration: none; border-bottom: none;}
.topbar .menu li a:hover, .topbar .menu li a:target {text-decoration: underline;}
.topbar .search-field {padding: 4px 0;}
.topbar .search-field .ico {margin-left: -30px;} .site-header {
position: relative;
z-index: 5;
box-shadow: 0 0 20px 0 #B7BDC2;
padding-bottom: 15px;
background-color: rgba(255,255, 255, 0.8);
}
.wrapper.head {
display: flex;
justify-content: space-between;
position: relative;
z-index: 10;
}
.site-description {visibility: hidden; height: 0; margin: 0;}
.head .site-branding {min-width: 400px; padding-top: 15px;}
.head .site-branding h1{
margin: 0;
padding-top: 15px;
line-height: 1;
}
.head .site-branding a, .head .site-branding a:visited {
color var(--black);
text-decoration: none;
border-bottom: none;
}
.head .site-branding a:hover, .head .site-branding a:target {
opacity: 0.8;
}
.head .menu.nav-menu {
display: flex;
justify-content: space-between;
text-transform: uppercase;
margin-top: 78px;
}
.head .menu.nav-menu a, .head .menu.nav-menu a:visited {
border: none;
}
.menu-toggle {
position: absolute;
right: 30px;
width: 40px;
height: 40px;
cursor: pointer;
border: none;
background:transparent;
}
.menu-toggle span {
display: block;
line-height: 0;
width: 40px;
height: 3px;
margin-top: 8px;
background-color: var(--black);
}
.menu-toggle .line1 {
transform-origin: 80% 50%;
}
.menu-toggle .line3 {
transform-origin: 90% -50%;
}
.menu-toggle span {
transition: all 0.12s ease-in-out;
-webkit-transition: all 0.12s ease-in-out;
}
.toggled .menu-toggle .line2 {
opacity: 0;
}
.toggled .menu-toggle .line1 {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background-color: var(--white);
bottom: 0px;
}
.toggled .menu-toggle .line3 {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
background-color: var(--white);
top: 0px;
} .site-footer {
background-color: var(--darkgrey);
padding: 60px 0 0;
color: var(--white);
}
.site-info .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.site-info .footer-left a{
border: none;
padding-bottom: 30px;
}
.site-info .footer-right h2.newsletter-title {
font-size: 1rem;
font-weight: normal;
margin: 0;
padding: 0;
}
.site-info .footer-right a, .site-info .footer-right a:visited {
border: none;
color: var(--white);
text-decoration: underline;
}
.site-info .footer-right a:hover, .site-info .footer-right a:target {
text-decoration: none;
} 
.mailpoet_form_tight_container .mailpoet_stack_on_mobile .mailpoet_form_column {
flex-basis: 50% !important;
}
#mailpoet_form_1 .mailpoet_submit {
flex-basis: 50% !important;
border-radius: 0 4px 4px 0;
border: 2px solid var(--white);
background-color: var(--white);
}
#mailpoet_form_1 .mailpoet_text {
flex-basis: 50% !important;
border-radius: 4px 0 0 4px;
border: 2px solid var(--white);
color: var(--white);
background: transparent;
}
.site-footer .final {
background-color: var(--black);
color: var(--white);
margin-top: 30px;
}
.site-footer .final .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.site-footer .final ul#legales {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
text-transform: uppercase;
}
.site-footer .final ul#legales li {padding: 8px 20px 8px 0;}
.site-footer .final ul#legales li a, .site-footer .final ul#legales li a:visited {
border: none;
color:: var(--white);
}
.site-footer .final ul#legales li a:hover, .site-footer .final ul#legales li a:target {
text-decoration: none:
}
.site-footer .final .social {padding: 8px 0;}
.site-footer .final .social a, .site-footer .final .social a:visited {
border: none;
padding: 0 5px;
}
.site-footer .final .social a:hover, .site-footer .final .social a:target {
opacity:0.8;
} .page-template-page-home .entry-header {
height: 600px;
width: 100vw;
position: absolute;
z-index: 1;
top: 155px;
background-color: var(--black);
background-repeat:no-repeat;
background-size: cover; 
}
.page-template-page-home .entry-header h2 {
margin-top: 310px;
color: var(--white);
}
.page-template-page-home .entry-header p {
color: var(--white);
max-width: 800px;
padding-bottom: 20px;
}
.page-template-page-home .entry-content {
position: relative;
margin-top: 620px;
}
.page-template-page-home .posts-home {
display: flex;
flex-wrap: wrap; }
.page-template-page-home .post-thumbnail img{
max-height: 170px;
object-fit: cover;
}
.page-template-page-home .posts-home .post  {
flex-basis: calc(25% - 30px); 
margin: 15px; 
background-color: var(--lightgrey); 
}
.page-template-page-home .home-posts {padding-bottom: 60px;}
.page-template-page-home .home-posts h3, .page-template-page-home .home-links h3  {
text-align: center;
padding-top: 40px;
}
.page-template-page-home .home-posts .sep, .page-template-page-home .home-links .sep {
content: '';
position: absolute;
height: 10px;
width: 84px;
background-color: var(--yellow);
border-radius: 5px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
.page-template-page-home .home-posts .posts-home {
padding: 30px 0 0;
}
.page-template-page-home .home-posts .posts-home .header-post {
padding: 0 15px;
font-size: 16px;
}
.page-template-page-home .home-posts .posts-home .header-post .entry-meta {
font-size: 14px;
text-align: right;
}
.page-template-page-home .home-posts .posts-home .header-post .entry-meta a, .page-template-page-home .home-posts .posts-home .header-post .entry-meta a {
border: none;
}
.page-template-page-home .home-posts .posts-home .header-post a, .page-template-page-home .home-posts .posts-home .header-post:visited {
border-bottom: 2px solid transparent;
}
.page-template-page-home .home-posts .posts-home .header-post a:hover, .page-template-page-home .home-posts .posts-home .header-post:target {
border-bottom: 2px solid var(--yellow);
}
.page-template-page-home  .button-area {
text-align: center;
padding: 60px 15px;
}
.page-template-page-home  .entry-header .btn-yellow:hover, .page-template-page-home  .entry-header .btn-yellow:target {
background-color: var(--white);
color: var(--black);
}
.page-template-page-home .home-links {
background-color: var(--lightgrey);
background: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/imgs/home-links-bg.jpg) no-repeat;
height: 600px;
width: 100%;
background-size: cover;
padding-top: 40px;
}
.page-template-page-home .home-links .links {
display: flex;
flex-wrap: wrap; padding-top: 60px;
}
.page-template-page-home .home-links .links .link {
flex-basis: calc(25% - 30px); 
margin: 15px;
text-align: center;
}
.page-template-page-home .home-links .links .link a, .page-template-page-home .home-links .links .link a:visited {
border-bottom: none;
}
.page-template-page-home .home-links .links .link a:hover img, .page-template-page-home .home-links .links .link a:target img {
opacity: 0.8;
}
.page-template-page-home .home-links .links .link p a, .page-template-page-home .home-links .links .link p a:visited {
font-weight: bold;
border-bottom: 2px solid var(--yellow);
}
.page-template-page-home .home-links .links .link p a:hover, .page-template-page-home .home-links .links .link p a:target {
border-bottom: 2px solid transparent;
} 
.page-template-page-home .home-links.projects {
background: var(--white);
}
.page-template-page-home .home-links.projects .img {
max-height: 150px;
display: inline-block;
padding: 0 10px;
}
.page-template-page-home .home-links.projects .img img {
height: 150px;
object-fit: contain;
} .single .entry-header {
display: flex;
justify-content: space-between;
margin: 60px 0 30px;
gap: 30px;
}
.single .entry-header .left, .single .entry-header .right {
flex-basis: 50%;
}
.single .entry-header .left {order: 1;}
.single .entry-header .right {order: 2;}
.single .entry-header .entry-meta {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 120px;
}
.single .entry-header .right .post-thumbnail {
height: 370px;
object-fit: cover;
}
.single .entry-header .right .post-thumbnail img{
height: 370px;
object-fit: cover;
}
.single .entry-header .right:before {
content:'';
position: absolute;
background: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/imgs/prev.svg) no-repeat;
width: 87px;
height: 87px;
margin-top: 10px;
margin-left: 10px;
}
.single .entry-header .right .post-thumbnail:after {
content:'';
position: absolute;
background: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/imgs/post.svg) no-repeat;
width: 87px;
height: 87px;
margin-top: 273px;
margin-left: -97px;
}
.comment-form {
display: grid;
grid-template-columns: 2fr 1fr; grid-gap: 10px; grid-template-areas:
"comment-notes comment-notes"
"comment-form-comment comment-form-author"
"comment-form-comment comment-form-email"
"comment-form-comment comment-form-url"
"comment-form-cookies-consent form-submit"; }
.comment-notes {
grid-area: comment-notes; }
.comment-form-comment {
grid-area: comment-form-comment; }
.comment-form-author {
grid-area: comment-form-author; }
.comment-form-email {
grid-area: comment-form-email; }
.comment-form-url {
grid-area: comment-form-url; }
.comment-form-cookies-consent {
grid-area: comment-form-cookies-consent; }
.form-submit {
grid-area: form-submit; }
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
display: block; }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 100%; 
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
margin-bottom: 0; }
.form-submit input {
width: 100%;
border: 0;
border-radius: 3px;
background: var(--black);
color: var(--white);
line-height: 1;
padding: 15px 20px;
}
.single .posts-nav {
background-color: var(--yellow);
margin: 50px 0 0;
padding: 20px 0 1px;
}
.single .site-main .posts-navigation {
margin: 0;
}
.single .related {
background: var(--lightgrey);
padding: 60px 0;
}
.single .related h2 {
text-align: center;
width: 100%;
}
.single .related .sep {
content:'';
position: absolute;
height: 10px;
width: 84px;
background-color: var(--yellow);
border-radius: 5px;
margin-top: 60px;
margin-left: calc(50% - 84px);
}
.single .related-posts {
display: flex;
flex-wrap: wrap; margin-top: 20px;
}
.single .related-posts .related-post {
flex-basis: calc(33.33% - 30px); 
margin: 15px; 
background-color: var(--white); 
}
.single .related-post a.post-thumbnail img {
max-height: 170px;
object-fit: cover;
}
.single .related-post a.post-thumbnail, .single .related-post a.post-thumbnail:visited {
border:none;
}
.single .related-post a.post-thumbnail:hover, .single .related-post a.post-thumbnail:target {
opacity: 0.8;
}
.single .related-post .entry-header {
padding: 0 15px 0;
display: block;
margin: 0;
}
.single .related-post .entry-header .entry-meta {
display: block;
text-align: right;
margin: 0;
}
.single .related-post .entry-header .entry-meta a, .single .related-post .entry-header .entry-meta:visited {border: none;}
.single .related-post .entry-header h3.entry-title  {
font-size: 16px;
}
.single .related-post .entry-content{padding: 0 15px 15px;} .blog .site-main .wrapper.posts, 
.archive .site-main .wrapper.posts, 
.search .site-main .wrapper .posts{
display: flex;
flex-wrap: wrap; margin-top: 40px;
}
.blog .site-main .wrapper .post,
.archive .site-main .wrapper .post,
.search .site-main .wrapper .posts .post  {
flex-basis: calc(33.33% - 30px); 
margin: 15px; 
background-color: var(--lightgrey); 
}
.blog .site-main .wrapper .post .post-thumbnail img,
.archive .site-main .wrapper .post .post-thumbnail img,
.search .site-main .wrapper .post .post-thumbnail img{
max-height: 170px;
width: 100%;
object-fit: cover;
}
.blog .site-main .wrapper .post .entry-meta,
.archive .site-main .wrapper .post .entry-meta,
.search .site-main .wrapper .post .entry-meta  {
text-align:right;
}
.blog .site-main .wrapper .post .entry-meta a,
.archive .site-main .wrapper .post .entry-meta a,
.search .site-main .wrapper .post .entry-meta a  {
border:none;
}
.blog .site-main .wrapper .post a.post-thumbnail, .blog .site-main .wrapper .post a.post-thumbnail:visited,
.archive .site-main .wrapper .post a.post-thumbnail, .archive .site-main .wrapper .post a.post-thumbnail:visited,
.search .site-main .wrapper .post a.post-thumbnail, .search .site-main .wrapper .post a.post-thumbnail:visited {
border:none;
}
.blog .site-main .wrapper .post a.post-thumbnail:hover, .blog .site-main .wrapper .post a.post-thumbnail:target,
.archive .site-main .wrapper .post a.post-thumbnail:hover, .archive .site-main .wrapper .post a.post-thumbnail:target,
.search .site-main .wrapper .post a.post-thumbnail:hover, .search .site-main .wrapper .post a.post-thumbnail:target{
opacity: 0.8;
}
.blog .site-main .wrapper .post .entry-header,
.archive .site-main .wrapper .post .entry-header,
.search .site-main .wrapper .post .entry-header {
padding: 0 15px 0;
}
.blog .site-main .wrapper .post .entry-header h2.entry-title,
.archive .site-main .wrapper .post .entry-header h2.entry-title,
.search .site-main .wrapper .post .entry-header h2.entry-title   {
font-size: 16px;
}
.blog .site-main .wrapper .post .entry-content,
.archive .site-main .wrapper .post .entry-content,
.search .site-main .wrapper .post .entry-content{padding: 0 15px 15px;}
.blog .site-main .wrapper.filter, 
.archive .site-main .wrapper.filter {
text-align: center;
padding-top: 60px;
padding-bottom: 40px;
}
.blog .site-main .header-blog,
.archive .site-main .header-blog {
height: 450px;
width: 100%;
background-image: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/imgs/header-blog.jpg);
background-repeat: none;
background-position: center center;
background-size: cover;
}
.blog .site-main .filter .page-header h2,
.archive .site-main .filter .page-header h2  {
padding-bottom: 40px;
}
.blog .site-main .header-blog h2,
.archive .site-main .header-blog h2  {
color: var(--white);
padding-top: 350px;
font-size: 32px;
margin: 0;
}
.blog .site-main .header-blog .wrapper:after,
.archive .site-main .header-blog .wrapper:after {
content: '';
position: absolute;
height: 12px;
width: 84px;
background-color: var(--yellow);
border-radius: 6px;
margin-top: 10px;
}
.blog .site-main .filter ul.searchandfilter,
.archive .site-main .filter ul.searchandfilter  {
display: flex;
justify-content: space-between;
text-transform: uppercase;
list-style: none;
padding: 0;
margin: 0;
max-width: 1000px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}
.blog .site-main .filter ul.searchandfilter li {padding: 20px 5px; font-size: 16px;}
.blog .site-main .filter ul.searchandfilter li.cat-item-all a, .blog .site-main .filter ul.searchandfilter li.cat-item-all a:visited,
.archive .site-main .filter ul.searchandfilter li.current-cat a, .archive .site-main .filter ul.searchandfilter li.current-cat a:visited {
height: 40px;
padding: 8px 30px;
border-radius: 20px;
text-transform: uppercase;
border: 0;
background-color: var(--yellow);
color: var(--black);
font-weight: bold;
}
.blog .site-main .filter ul.searchandfilter li a, .blog .site-main .filter ul.searchandfilter li a:visited,
.archive .site-main .filter ul.searchandfilter li a, .archive .site-main .filter ul.searchandfilter li a:visited {
height: 40px;
padding: 8px 30px;
border-radius: 20px;
text-transform: uppercase;
border: 0;
background-color: var(--black);
color: var(--white);
font-weight: bold;
}
.blog .site-main .filter ul.searchandfilter li a:hover, .blog .site-main .filter ul.searchandfilter li a:target,
.archive .site-main .filter ul.searchandfilter li a:hover, .archive .site-main .filter ul.searchandfilter li a:target {
opacity: 0.7
}
.blog .posts-nav,
.archive .posts-nav ,
.search .posts-nav {
background-color: var(--yellow);
margin: 50px 0 0;
padding: 15px 0;
}
.blog .site-main .posts-navigation,
.archive .site-main .posts-navigation,
.search .site-main .posts-navigation {
margin: 0;
}
.blog .pagination,
.archive .pagination,
.search .pagination  {
display: flex;
justify-content: space-between;
}
.blog .pagination .page-numbers {padding: 0 8px;}
.blog .pagination .page-numbers.current,
.search .pagination .page-numbers.current  {
padding: 0 8px;
text-align: center;
background-color: var(--darkgrey);
color: var(--white);
font-weight: bold;
} .page-template-page-interiores .site-main .entry-header {
height: 450px;
width: 100%;
background-image: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/imgs/header-blog.jpg);
background-repeat: none;
background-position: center center;
background-size: cover;
}
.page-template-page-interiores .site-main .entry-header h2 {
color: var(--white);
padding-top: 350px;
font-size: 32px;
margin: 0;
}
.page-template-page-interiores .site-main .entry-header .wrapper::after {
content: '';
position: absolute;
height: 12px;
width: 84px;
background-color: var(--yellow);
border-radius: 6px;
margin-top: 10px;
}
.page-template-page-interiores .site-main .wrapper-page {
display: flex;
margin: 60px auto;
}
.page-template-page-interiores .site-main .wrapper-page .left {
flex: 75%;
padding-right: 30px;
}
.page-template-page-interiores .site-main .wrapper-page .right {
flex: 25%;
}
.page-template-page-interiores .site-main .wrapper-page .grey {
background-color: var(--lightgrey);
padding: 15px;
border-radius: 4px;
}
.page-template-page-interiores .site-main .wrapper-page ul {list-style: none;}
.page-template-page-interiores .site-main .wrapper-page ul li {line-height: 1.5; padding-bottom: 6px;}
.page-template-page-interiores .site-main .wrapper-page ul li:before {
content:"";
position: absolute;
width: 28px;
height: 6px;
background-color: var(--yellow);
border-radius: 3px;
margin-left: -36px;
margin-top: 12px;
}
@media screen and (max-width: 1140px) {
.head .site-branding {
min-width: 270px;
}
h1 {
font-size: 1.6em;
}
}
@media screen and (max-width: 1024px) {
.head .menu.nav-menu, .main-navigation ul  {
display:none;
}
.menu-toggle {
display: block;
}
.head .main-navigation.toggled ul.menu.nav-menu {
display: block;
}
.main-navigation.toggled {
position: fixed;
top: 40px;
left: 0;
width: 100%;
height: calc(100% - 40px);
background: var(--darkgrey);
}
.main-navigation.toggled li a, .main-navigation.toggled li a:visited {
font-size: 24px;
line-height: 2.5;
color: var(--white);
text-align: center;
}
.main-navigation.toggled li a:hover, .main-navigation.toggled li a:target {
color: var(--yellow);
}
body.menu-open {
overflow-y: hidden; position: fixed; width: 100%; }
.page-template-page-home .entry-header h2 {
margin-top: 450px;
}
.page-template-page-home .home-links {
height: auto;
}
.page-template-page-home .posts-home .post, .page-template-page-home .home-links .links .link {
flex-basis: calc(50% - 30px);
}
.blog .site-main .filter ul.searchandfilter, .archive .site-main .filter ul.searchandfilter {
display: inline-block;
}
.blog .site-main .filter ul.searchandfilter li, .archive .site-main .filter ul.searchandfilter li{
display: inline;
line-height: 3;
}
.single .entry-header .entry-meta {
margin: 0 0 80px;
}
}
@media screen and (max-width: 850px) {
.footer-left {max-width: 300px;}
.blog .site-main .wrapper .post, .archive .site-main .wrapper .post, .search .site-main .wrapper .posts .post {
flex-basis: calc(50% - 30px);
}
.single .entry-header .left, .single .entry-header .right {
flex-basis: 100%;
}
.single .entry-header {display: block; margin: 30px 0;}
.single .entry-header .entry-meta {
margin: 30px 0;
}
}
@media screen and (max-width: 768px) {
.site-info .wrapper, .site-footer .final .wrapper, .site-footer .final ul#legales {
display: inline-block;
text-align: center;
}
.footer-left {max-width: 100%;}
.page-template-page-home .entry-header {
height: 600px;
}
.page-template-page-home .entry-header h2 {
margin-top: 200px;
}
.page-template-page-home .entry-content {margin-top: 500px;}
.page-template-page-interiores .site-main .wrapper-page {display: block;}
.page-template-page-interiores .site-main .wrapper-page .left {
flex: 100%;
padding-right: 0px;
}
.page-template-page-interiores .site-main .wrapper-page .right {
flex: 100%;
}
}
@media screen and (max-width: 600px) {
.blog .site-main .wrapper .post, .archive .site-main .wrapper .post, .search .site-main .wrapper .posts .post {
flex-basis: calc(100% - 30px);
}
.single .related-posts .related-post {
flex-basis: calc(100% - 30px);
}
}
@media screen and (max-width: 460px) {
.page-template-page-home .posts-home .post, .page-template-page-home .home-links .links .link {
flex-basis: calc(100% - 30px);
}
}@font-face {
font-family: 'Open Sans';
src: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Italic.woff2) format('woff2'),
url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Italic.woff) format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Regular.woff2) format('woff2'),
url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Regular.woff2) format('woff2'),
url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Bold.woff2) format('woff2'),
url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Italic.woff2) format('woff2'),
url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-Italic.woff) format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-BoldItalic.woff2) format('woff2'),
url(//www.soilmicrobialecology.com/wp-content/themes/neiker/css/OpenSans-BoldItalic.woff) format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}