/*
Theme Name: VUMC Discover
Theme URI: https://www.famethemes.com/themes/onepress/
Author: Casual Astronaut
Author URI: https://casualastronaut.com/
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 3.0
Template: onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/

html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.375;
}

.single #featured-slider .slide {
    background-size: cover;
    background-position: center;
}

.single #featured-slider .slick-prev {
    width: 40px;
    background-image: url(../../../wp-content/themes/onepress-child/assets/images/slider-arrow-previous.png);
    left: -18px;
    opacity: 1;
}

.single #featured-slider .slick-next {
    width: 40px;
    right: -18px;
    opacity: 1;
    background-image: url(../../../wp-content/themes/onepress-child/assets/images/slider-arrow-next.png);
}

.slick-initialized.slick-slider .slick-arrow {
    z-index: 1;
    background-repeat: no-repeat;
    height: 90px;
    width: 30px;
    opacity: 0.8;
}

.slick-initialized.slick-slider .slick-arrow:hover {
    opacity: 1;
}

.slick-initialized.slick-slider .slick-next {
    right: 30px;
    background-image: url(../../../wp-content/themes/onepress-child/assets/images/arrow-right.png);
}

.slick-initialized.slick-slider .slick-prev {
    left: 30px;
    background-image: url(../../../wp-content/themes/onepress-child/assets/images/Arrow.svg);
}

.slick-initialized.slick-slider .slick-arrow:hover:before {
    opacity: 1;
}

.slick-initialized.slick-slider .slick-arrow:before {
    display: none;
}

.single .footnotes {
    margin-bottom: 35px;
}

.single .footnotes .footnote label.counter {
    font-size: 12px;
    color: #2e2e2f;
    font-weight: bold;
}

.single .footnotes .footnote .details p {
    font-size: 12px;
    color: #2e2e2f;
    letter-spacing: 0;
    line-height: 18px;
}

.single .footnotes .footnote .details p a {
    color: #2e2e2f;
    text-decoration: underline;
}

ul[class*="simple-sitemap"] li {
    list-style-type: none;
}

body.page-id-102 .additional-content h3 {
    font-size: 18px;
    margin-top: 15px;
}

.iziModal-overlay {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

@media screen and (max-width: 650px) {
    .single #featured-slider .slick-prev {
        left: 0;
    }

    .single #featured-slider .slick-next {
        right: 0;
    }
}
