/*!
Theme Name: Threshold Media Framework
Theme URI: http://underscores.me/
Author: Threshold Media
Author URI: https://thresholdmedia.com
Description: Custom WordPress theme with a modern development workflow
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: threshold-media-framework
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.

Threshold Media Framework 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/
*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.featured-header {
    display: none;
}

.container.breadcrumbs {
    display: none;
}

.horizontal-card-image {
    max-width: 100%;
}

.horizontal-card-image .image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.horizontal-card-image .image-container img {
    width: 100%;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal .modal-dialog {
    max-width: 400px;
    background-color: #fff;
    padding: 25px;
    position: relative;
    margin: 250px auto;
    border-radius: 14px;
}


.modal .modal-header a.close {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 50px;
    text-decoration: none;
}


.modal .modal-header a.close {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 50px;
    text-decoration: none;
}

.modal.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@media (min-width: 576px) {
    .horizontal-card-image {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

.sustaining-sponsors .container-md {
    padding-top: 40px;
}
.sustaining-sponsors .container-md .sustaining-sponsors-content {
    margin: 0 auto;
}

.s-item img {
    cursor: pointer;
}

.slick-autoplay-toggle-button {
    display: none;
}

iframe {
    max-width: 100%;
}

.copyright-text a {
    color: #fff;
    text-decoration: none;
}

.page-id-65 .res-links-section, .page-id-65 .blog-section, .page-id-65 .content-center {
    padding-top: 3vw;
    padding-bottom: 3vw;
}

/*
Slider steps
*/


.bg-slider-steps .slick-dots li .bgs-timeline__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.bg-slider-steps .slick-dots li:first-child .bgs-timeline__item:before {
    width: 50%;
    right: 0;
    left: inherit;
}
.bg-slider-steps .slick-dots li:last-child .bgs-timeline__item:before {
    width: 50%;
    right: 50%;
    left: inherit;
}
.bg-slider-steps .slick-dots li.slick-active .bgs-timeline__item:after{
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: #ff4949;
}
@media screen and (min-width: 576px){
    .bg-slider-steps .slick-dots li.slick-active .bgs-timeline__item:after{
        width: 16px;
        height: 16px;
        border: 4px solid #fff;
        background: #ff4949;
    }
}
.bg-slider-steps .slick-dots{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.bg-slider-standard .bg-slider-slide__inner {
    align-items: flex-start;
}
.bg-slider.bg-slider-steps .slick-dots {
    display: flex;
    position: relative;
    padding-left: 0;
}
/*
END Slider steps
*/

/*
Reset Password
*/
.forgot-password-group{
    display: none;
}
a#forgot-password, a#back-hero-form{
    color: #fff;
    text-align: center;
    display: inherit;
}
.hero-form-wrap.change-password-wrap{
    max-width: 800px;
    margin: 40px auto;
}
.change-password-wrap .error-message{
    text-align: center;
    color: #ff8d8d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.message-send-reset-passwor, .message-send-reset-password{
    text-align: center;
    margin-top: 5px;
    color: #ff8d8d;
}
.message-change-password{
    text-align: center;
    margin-top: 15px;
    color: #2ac200;
}
.message-change-password.error{
    color: #ff8d8d;
}
/*
END Reset Password
*/