/* SWPG Lightbox */
.swpg_lightbox_container {
    padding-top: 0px;
    width: fit-content;
    margin: 0px auto;
}

.swpg_lightbox_container img {

}

.swpg_lightbox_container:hover {
    cursor: pointer;
}

.swpg_lightbox_container p {
    margin-bottom: 26px;
}

.swpg_lightbox_container > p:nth-child(2) {
    margin-bottom: 10px;
}

/* SWPG Modal */
.swpg_modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
}

.swpg_modal_h1 {
    padding: 4px 0px;
    font-weight: 500;
}

.swpg_modal .swpg_modal_contents_large {
    max-height: 90%;
    overflow: scroll;
    width: 90%;
    position: absolute;
    top: 15%;
    left: 5%;
    padding: 24px;
    /*border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    background: rgb(237,237,237);
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );*/
    text-align: center;
}

.close_modal_button {
    right: 6%;
    top: 8%;
    position: fixed;
    background-color: #2f9ed2;
}