/*
 Theme Name:   ISEA PAS
 Description:  ISEA PAS Theme by evl.pl
 Author:       evl.pl
 Template:     understrap
 Version:      1.0.0
 Text Domain:  understrap-child
*/

:root {
    --primary: #1E9730;
    --secondary: #D14D9C;
}

body {
    position: relative;
}

*,
html,
body {
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content-wrapper {
    flex: 1;
}

.bg-light {
    background: #f5f5f6 !important;
}

.bg-black {
    background: #000;
}

.site {
    padding-top: 84px;
}

.text-muted {
    color: #777 !important;
}

.text-info {
    color: #8B8B8D !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.header-bgnd {
    height: 267px;
}

.btn-dark {
    background: #000 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.single--preview .border-bottom,
blockquote.border-bottom {
    border-width: 4px !important;
    border-color: var(--primary) !important;
}

blockquote p {
    margin-bottom: 0;
}

.single--preview span {
    font-size: 14px;
    font-weight: 400;
}

.single--preview p {
    font-weight: 300;
    font-size: 15px;
}

.single--preview h3 {
    font-weight: 700;
    font-size: 20px;
}

.single-article--background {
    background: url('/wp-content/uploads/2020/08/mieszkanie.jpg') no-repeat center;
    background-size: cover;
}

.article-archive--background {
    background: url('/wp-content/uploads/2020/08/ptaki2.jpg') no-repeat center;
    background-size: cover;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 2rem 1rem;
    border-bottom: 4px solid transparent;
    transition: border 300ms ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar .nav-link:hover,
.nav-link.border-highlight {
    border-bottom: 4px solid var(--primary) !important;
}

#staff::before,
#about::before {
	display: block;
	content: " ";
	margin-top: 10px;
	height: 10px;
	visibility: hidden;
    pointer-events: none;
    padding-top: 90px;
}

.navbar-nav .nav-item {
    margin: 0 .5rem;
}

.navbar {
    padding: 0;
}

p {
    font-size: 18px;
}

.nav.nav-tabs {
    border: 0;
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--primary);
}

.nav.nav-tabs .nav-link {
    font-weight: 500;
    font-size: 18px;
    border: 0;
    color: #000;
}

.archives .nav.nav-pills .nav-link {
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.archives .nav.nav-pills .active {
    color: #fff;
    background: var(--primary);
    border-radius: 0;
}

.archives--nav .nav li {
    margin-right: 1rem;
}

.archives .tab-content h2,
.archives h1,
h1,
h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 35px;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

.archives .tab-content h2 small {
    display: block;
    color: var(--primary);
    font-size: 26px;
    font-weight: 400;
}

.icon--search {
    border: 0;
    background: url('/wp-content/uploads/2020/07/icon-search.svg') no-repeat;
    width: 16px;
    height: 17px;
    float: right;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.icon--search:focus,
.icon--search:active {
    border: 0;
    outline: 0;
}

.authors li {
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary);
}

.single-article--preview h3 {
    font-size: 29px;
    font-weight: 500;
    color: #000;
}

.single-article--preview .abstract {
    font-size: 15px;
    font-weight: 500;
}

.single-article--preview .more {
    font-size: 16px;
    font-weight: 300;
    color: var(--primary);
    display: block;
    cursor: pointer;
}

.single-article--preview .keywords span:first-child {
    /* margin: 0 1rem 0 0; */
}

.keywords {
    color: #A0A0A0;
}

.single-article--preview .keywords span {
    font-size: 16px;
    font-weight: 400;
    color: #A0A0A0;
    /* margin: 0 1rem; */
}

#editorialTabs li a {
    font-size: 30px;
    font-weight: 700;
    color: #8B8B8D;
}

#editorialTabs li .active {
    color: #000;
    border: 0;
}

#editorialTabs li:first-child a {
    padding-left: 0;
}

.editorial-staff .lead {
    font-size: 30px;
    font-weight: 500;
}

.editorial-staff .name {
    font-size: 26px;
    color: #6D6D6D;
    position: relative;
    padding-left: 35px;
}

.editorial-staff .name::before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2020/07/icon-id.png');
    width: 28px;
    height: 27px;
    top: 0;
    left: 0;
}

.editorial-staff .name.noorcid {
    padding-left: 0;
}

.editorial-staff .name.noorcid::before {
    display: none;
}

.editorial-staff .city {
    font-weight: 300;
    color: #6d6d6d;    
}

.peer-review a {
    font-weight: 500;
    color: var(--primary);
}

.peer-review h6 {
    font-weight: 700;
    font-size: 25px;
}

.peer-review p {
    font-size: 300;
    font-size: 25px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    grid-auto-rows: 1fr;
    gap: 20px;
}

.grid > .grid-button {
    padding: 2rem;
    overflow: hidden;
}

.grid .grid-button h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    z-index: 1;
}

.grid .grid-button a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
}

.grid .grid-button .arrow--right {
    margin-left: .5rem;
    transition: all 300ms ease-in-out;
}

.grid .grid-button:hover .arrow--right {
    margin-left: 1rem;
}

.grid .grid-button .bgnd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    background-position: center;
    background-size: cover;
}

.grid .grid-button:hover .bgnd {
    transform: scale(1.1);
}
  
.grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
  
.grid > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

#wrapper-footer-full {
    background: #000;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

#footer-full-content > .row {
    align-items: center;
}

#menu-stopka {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#menu-stopka li {
    display: inline;
    margin: 0 .45rem;
}

#menu-stopka li:first-child {
    margin-left: 0;
}

#menu-stopka li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.site-info p,
.site-info a {
    color: #8B8B8D;
    font-weight: 300;
    font-size: 17px;
}

.site-info a {
    text-decoration: none;
}

#searchModal .modal-dialog {
    max-width: unset;
    margin: 0;
    height: 100vh;
    width: 100vw;
}

#searchModal .modal-content {
    background: rgba(255,255,255,.95);
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#searchModal .modal-body {
    flex: unset;
    position: relative;
    width: 60%;
}

#searchModal .close {
    position: absolute;
    top: -150%;
    right: 16px;
}

#searchform input {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
    font-size: 60px;
    color: #8B8B8D;
    font-weight: 800;
}

#searchform input:focus,
#searchform input:active {
    box-shadow: none !important;
    border-bottom: 2px solid var(--primary) !important;
}

#searchform button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
}

#searchform button[type="submit"]::before {
    content: '';
    background: url('/wp-content/uploads/2020/07/icon-search.svg') no-repeat center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-results {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.search-results h3 a,
.archives h3 a {
    color: #000;
}

.search-results input {
    border-width: 3px !important;
    color: #000 !important;
}

.wpcf7 input,
.wpcf7 textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #F5F5F6;
}

.wpcf7 .form-control:active,
.wpcf7 .form-control:focus {
    border-bottom: 2px solid var(--primary) !important;
    outline: 0;
    box-shadow: none;
}

.slider--home .slide img {
    width: 100%;
}

.slider--home .slick-dots {
    display: flex;
    flex-direction: column;
    width: unset;
    bottom: unset;
    left: unset;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.slider--home .slick-dots li {
    margin: 5px 0;
}

.slider--home .slick-dots button::before {
    content: '';
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.slider--home .slick-dots .slick-active button::before {
    background: #fff;
    opacity: 1;
}

.about--background::before {
    content: '';
    background: rgba(30, 151, 48, .49);
    width: 47%;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about_lower--background::after {
    content: '';
    background: rgba(30, 151, 48, .49);
    width: 44%;
    height: 47%;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: -1;
}

.single-article--actual h2 {
    font-size: 27px;
    font-weight: 500;
}

.line {
    position: relative;
}

.line span {
    background: white;
    position: relative;
    z-index: 1;
    padding-right: 5%;
}

.line::after {
    content: '';
    position: absolute;
    background: var(--primary);
    height: 5px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#media_image-5 {
    text-align: right;
}

.reveal {
    cursor: pointer;
}

.reveal:hover {
    text-decoration: underline;
    color: var(--primary);
}

/* breakpoints */
/* breakpoints */
/* breakpoints */
/* breakpoints */

@media (max-width: 1600px) {
    .navbar-dark .navbar-nav .nav-link,
    .nav.nav-tabs .nav-link {
        font-size: 15px;
    }
    p {
        font-size: 15px;
    }
    .archives .tab-content h2,
    .archives h1 {
        font-size: 40px;
    }
    .archives .tab-content h2 small {
        font-size: 29px;
    }
    .archives .nav.nav-pills .nav-link,
    .authors li,
    .single-article--preview .more,
    .single-article--preview .keywords span {
        font-size: 13px;
    }
    .single-article--preview h3 {
        font-size: 24px;
    }
    .single-article--preview .abstract {
        font-size: 13px;
    }
    .single--preview h3 {
        font-size: 16px;
    }
    .single--preview p,
    .single--preview span,
    .single--preview .authors li {
        font-size: 12px;
    }
    #editorialTabs li a {
        font-size: 23px;
    }
    .editorial-staff .lead {
        font-size: 20px;
    }
    .editorial-staff .name {
        font-size: 18px;
    }
    .peer-review p,
    .peer-review h6 {
        font-size: 17px;
    }
    .grid .grid-button h3 {
        font-size: 30px;
    }
    #menu-stopka li a {
        font-size: 14px;
    }
    .site-info p,
    .site-info a {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .archives .tab-content h2,
    .archives h1,
    h1,
    h2 {
        font-size: 30px;
        text-align: center;
    }
    h1.line,
    h2.line {
        text-align: left;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar {
        padding: 10px;
    }
    .site {
        padding-top: 63px;
    }
    .btn {
        width: 100%;
    }
    .about--background::before,
    .about_lower--background::after {
        background: transparent !important;
    }
    .btn + .btn {
        margin-top: 1rem;
    }
    #editorialTabs li {
        width: 100%;
        text-align: center;
    }
    #editorialTabs li a {
        padding: 5px 0;
    }
    #media_image-4 img,
    #media_image-5 img {
        display: block;
        margin: 1rem auto;
    }
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
    }
    .grid .grid-button h3 {
        font-size: 24px;
    }
    .navbar-nav li a {
        padding: .5rem 0 !important;
        text-align: center;
    }
    .line span {
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    #wrapper-footer-full .menu li {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    }
    .grid .grid-button h3 {
        font-size: 14px;
        text-align: center;
    }
    .grid .grid-button a {
        text-align: center;
    }
    .navbar-collapse.show {
        padding-bottom: 1.5rem;
    }
    .navbar-collapse.show + .icon--search {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    #searchform input {
        font-size: 20px;
    }
    #searchform button[type="submit"] {
        width: 30px;
        height: 30px;
    }
    #searchform button[type="submit"]::before {
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }
    .keywords span,
    .authors li {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }
}

@media (max-width: 576px) {
    .icon--search {
        margin-right: .5rem;
    }
}

@media (max-width: 340px) {
    .grid .grid-button h3 {
        font-size: 29px;
    }
}


.navbar-nav .active{
    /*border-bottom: 4px solid #1e9730;*/
}