.prevent-isotope-scrolljump {
    margin-left: calc(100vw - 100%);
}

.prevent-scroll {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

#mirage-gallery-images {
    padding-left: 0;
    padding-right: 0;
}

#gallery-images .gallery-image,
#mirage-gallery-images .gallery-image {
    transition: opacity 0.4s ease;
    opacity: 0;
}

#gallery-images .gallery-content,
#mirage-gallery-images .gallery-content {
    transition: opacity 0.4s ease;
}

#gallery-images.loading .gallery-content,
#mirage-gallery-images.loading .gallery-content {
    opacity: 0.4;
}

#gallery_username {
    background: #eeeeee;
    cursor: not-allowed;
}

.entry-social-fb,
.entry-social-insta {
    font-size: 16px;
}

.gallery_social-label {
    width: 100%;
}

.gallery_social-wrap {
    width: 100%;
}

.gallery_social {
    display: flex;
    flex-direction: column;
}


#gallery_facebook-error,
#gallery_instagram-error {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .gallery_social {
        flex-direction: initial;
        align-items: center;  
    }

    #gallery_facebook-error,
    #gallery_instagram-error {
        width: auto;
        text-align: center;
        padding: 0;
    }
}

.gallery_social-wrap .gallery_example:first-of-type {
    margin-bottom: 10px;
    display: block;
}

.gallery_example {
    font-style: italic;
}

.gallery_social-label {
    margin: 0;
}

.gallery_social label {
    width: 20%;
    margin: 0 10px 0 0;
}

.gallery_social input {
    height: 30px;
}

#gallery-filter {
    text-align: center;
    margin-bottom: 26px;
    font-size: 0;
}

#gallery-filter button {
    background: #fff;
    border-color: #ccc;
    color: #000;
    text-shadow: none;
    font-size: 14px;
    margin: 0 1px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 300;
}

#gallery-filter button.active {
    background: #ccc;
}

#gallery-images-filter {
    width: 100%;
    display: inline-block;
}

#gallery-images-filter .title {
    float: left;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 16px;
}

#gallery-images-filter .buttons {
    float: right;
    margin-bottom: 16px;
}

#gallery-images-filter .buttons .button {
    height: auto;
    line-height: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #d6d6d6;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    border: none;
    text-shadow: none;
    letter-spacing: normal;
    transition: all 300ms ease;
    margin-left: 26px;
}

#gallery-images-filter .buttons .button.active,
#gallery-images-filter .buttons .button:hover {
    color: #666;
}

.buttons button:focus {
    outline: none;
}

#mirage-gallery-filter .button.loading,
#gallery-images-filter .buttons .button.loading {
    cursor: progress;
}


/* start loader */

.gallery-loader,
.gallery-loader:before,
.gallery-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader-container {
    transition: opacity 0.4s ease;
    height: 0;
    opacity: 0;
    visibility: hidden;
    float: left;
    width: 100%;
}

.loading .loader-container {
    height: 100px;
    opacity: 1;
    visibility: visible;
}

.gallery-loader {
    color: #009fe0;
    font-size: 7px;
    margin: 40px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.gallery-loader:before,
.gallery-loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.gallery-loader:before {
    left: -5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.gallery-loader:after {
    left: 5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* end loader */