/* 
Theme Name: Tip of the Mitt Watershed Council
Theme URI: https://github.com/elementor/hello-theme/
Description: Created by the Downstream Project for TOMWC
Author: The Downstream Project
Author URI: https://www.thedownstreamproject.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.fat-popup-container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.fat-popup-content{
    width: 95%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
/*.fat-popup-content iframe{
    position: relative;
    z-index: 2;
    background-color: transparent;
}*/
a.fat-close{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    z-index: 2222;
    padding: 5px 10px;
    line-height: 1em;
}

div.fat-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #008DAF;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);

    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: button-spin;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
