
/* new gallery layout */

.header-background {
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding-top:80px;
    padding-bottom:90px;
    background-color:#bdc3cf;
}

#galleryName {
    color: #FFFFFF;
    text-shadow: 2px 4px 0 #000, 1px 10px 5px #aba8a8;
    color: #FFFFFF;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 3.6em;
}
@media only screen and (min-width: 1440px) {
    .mcb-column-inner {
        position: relative;
        margin: var(--mfn-column-gap-top) var(--mfn-column-gap-right) var(--mfn-column-gap-bottom) var(--mfn-column-gap-left);
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        max-width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #galleryName {
        padding-left: 33px;
    }
}
#copyUrlButton {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
#copyUrlButton:hover {
    background-color: rgba(0, 123, 255, 0.25);
}
#emailButton {
    background-color: #eab225;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    /*text-align: left;  ??*/
}
#emailButton:hover {
    background-color: rgba(255, 213, 0, 0.25);
}
.url-copy-message {
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    height: 30px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
    /* font */
    color: #FFFFFF;
    text-shadow: 2px 4px 0 #000, 1px 10px 5px #aba8a8;
    color: #FFFFFF;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 14px;
}
.url-copy-message.visible {
    visibility: visible;
    opacity: 1;
}
.social-buttons[button-group="copy"] {
    background: #fff url(../images/gallery/copy.svg) center center / 20px 20px no-repeat;
}
.social-buttons[button-group="email"] {
    background: #fff url(../images/gallery/letter.svg) center center / 20px 20px no-repeat;
}
.social-buttons {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin-top: 6px;
}
.social-buttons-location-single-photo {
    margin-top: -25px;
    padding-right: 15px;
    color: white;
    float: right;
}
.social-buttons-location {
    margin-top: 3px;
    padding-right: 15px;
    color: white;
    float: right;
}
@media only screen and (max-width: 579px) {
    .social-buttons-location {
        margin-top: -50px;
        padding-right: 10px;
    }
}

/* Photoswipe START */
.downloadSign {
    background: url(../images/download-arrow.png) no-repeat right top;
    font-family:arial,helvetica,sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 134px;
    text-decoration: none;
    height:62px;
    width:60px;
    float:left;
    margin-top: -50px;
}
.downloadSign:hover {
    background-position:right bottom;
    color: #FFFF00;
}

input#download    {
    background:url(../images/download-arrow.png);
    background-repeat: no-repeat right top;
    width:60px;
    height:62px;
    border: 0;
    color: #fff;
}
input#download:hover {
    background-position:right bottom;
}
.pressAccessSign {
    background: url(../images/button-press-access-02.png) no-repeat right top;
    font-family:arial,helvetica,sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 150px;
    text-decoration: none;
    height:70px;
    width:80px;
    float:left;
    margin-top: -58px;
    margin-left: 10px;
}
.pressAccessSign:hover {
    background-position:right bottom;
    color: #FFFF00;
}
.pictureButtons{
    text-align:left;
    color: #FFF;
    float: left;
    white-space: nowrap;
    /*border-color: white;*/
    /*border-style: double;*/
    width: 100%;
}
/*.onList {
    background: url(../images/on-off_list_inverted.png) no-repeat left top;
    height:38px;
    width:38px;
    padding-left: 45px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height:34px;
    margin-top: -50px;
}*/
.onList {
    background: url(../images/on-off_list_inverted.png) no-repeat left top;
    height:38px;
    width:180px;
    text-align: right;
    float:left;
    padding-top: 6px;
    margin-top: -5px;
    cursor: pointer;
}
.offList {
    background: url(../images/on-off_list_inverted.png) no-repeat left bottom;
    height:38px;
    width:222px;
    text-align: right;
    float:left;
    padding-top: 6px;
    margin-top: -5px;
    cursor: pointer;
}
.myListIcon {
    background: url(../images/myList.png) no-repeat right top;
    font-family:Candara, Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    line-height: 120px;
    text-align: center;
    height:55px;
    width:44px;
    float:right;
    /*    margin-top: -50px;
        margin-right: 30px;*/
    cursor: pointer;
}
.myList_singlePictureIcon {
    background: url(../images/myList.png) no-repeat right top;
    font-family:Candara, Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    line-height: 120px;
    text-align: center;
    height:55px;
    width:44px;
    float:right;
    margin-top: -20px;
    margin-left: 30px;
    cursor: pointer;
}
.myListIcon:hover {
    background-position:right bottom;
}
.pswp__button--autoplay {
    background: transparent url(../images/play-button-slideshow.png) no-repeat  16px 16px !important;
    margin-right: 10px;
    margin-top: -5px;
}
.pswp__button--autoplay.stop {
    background-image: url(../images/stop-button-slideshow.png) !important;
}
.transition-effect{
    transition:.6s ease-in-out all;
}
.video {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* Photoswipe END */
