/*
Theme Name: rrisq
Theme URI: http://underscores.me/
Author: Majid neshati
Author URI: http://digitso.ir
Description: rrisq
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rrisq
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.

rrisq 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/
*/

@media (min-width: 968px) {
    .main-header .navbar-brand {
        height: 6rem;
    }
}

.wp-block-quote {
    background-color: #f5f5f5 !important;
    padding: 2rem !important;
    border-left: 0;
    border-right: .25em solid;
    border-color: var(--primary);
}

.wp-block-pullquote {
    padding: 1.4em 0;
}

/* Individual slide centering */
.journals-showcase__slideshow .slick-slide {
    color: black;
    min-height: 100px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 15px;
}

.journals-showcase__slideshow .slick-slide div {
    margin-bottom: 25px;
}

.news-article__hero--featured .news-article__hero__title {
    font-size: 1.8rem;
}

.news-article__hero--featured .news-article__hero__subtitle {
    font-size: 1rem;
}
@media (min-width: 1248px) {
    .footer__sitemap__nav {
        gap: 40px 2rem;
    }
}

.news-article__hero--featured .parallax__element{
    top: 0;
}

@media (max-width: 768px) {
    .main-header .navbar-brand__wrapper {
        flex-basis: 200px;
        flex-basis: 2.5rem;
        flex-grow: 0;
    }
}
/*.main-header.header--compact .visible-on-dark {*/
/*	opacity: 1;*/
/*	height: auto;*/
/*	width: 100px;*/
/*}*/