/* ----------------------------------------------------------
:: Template Name: Studio - Creative Photography Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0.0
---------------------------------------------------------- */

/* :: Welcome Area CSS */
.welcome-area {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh !important;
}

.carousel-indicators {
    position: absolute;
    padding: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.carousel-indicators li {
    width: 100%;
    height: 100px;
    margin-right: 0;
    margin-left: 0;
    text-indent: -9999999px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0.2;
    border-bottom: none;
    border-top: none;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    display: none;
}

.carousel-indicators li.active:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: -26px;
    z-index: 15;
    position: absolute;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* :: Slide-Text CSS */
.slide-text {
    font-size: 20px;
    padding: 15px 30px 30px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0)
    );
}

.slide-text a {
    color: #dedede;
}

.slide-text a:hover {
    color: white;
}

@media only screen and (max-width: 900px) {
    .slide-text {
        font-size: 15px;
    }

    .slide-text a {
        margin-bottom: 0;
        color: #dedede;
        line-height: 1;
        margin-top: unset;
    }
}

@media only screen and (max-width: 400px) {
    .slide-text {
        font-size: 10px;
    }

    .slide-text a {
        margin-bottom: 0;
        color: #dedede;
        line-height: 1;
        margin-top: unset;
    }
}

/* Sonar CSS */
.carousel-indicators li.active:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -25px;
    left: 1px;
    -webkit-animation: sonar-effect 1s ease-in-out 0.1s infinite;
    animation: sonar-effect 1s ease-in-out 0.1s infinite;
    z-index: 15;
    background-color: #fff;
}

@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
    }

    100% {
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
    }

    100% {
        box-shadow: 0 0 0 3px #fff, 0 0 5px 5px #fff, 0 0 0 5px #fff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

/* Boottrap CSS */
.h-100 {
    height: 100vh !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
}

.carousel {
    position: relative;
}

/* ============ PLACE YOUR CUSTOM CSS HERE ============ */
#upload-photos span {
    font-size: 0.6rem;
}
.s-styles {
    background: #f2f2f2;
    padding: 0%;
}

.s-styles .section-intro h1 {
    padding: 0%;
    margin-top: 0;
}

.row {
    display: block;
    flex-wrap: nowrap;
}

.grid__col-sizer,
.photo-item {
    width: 32%;
}

.grid__gutter-sizer {
    width: 5px;
}

.photo-item {
    margin-bottom: 5px;
    float: left;
}

.photo-item__image {
    display: block;
    max-width: 100%;
}

.photo-item__caption {
    position: absolute;
    left: 10px;
    bottom: 1px;
    margin: 0;
}

.photo-item__caption a {
    color: white;
    font-size: 0.8em;
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
    .photo-item__caption a {
        color: white;
        font-size: 0.6em;
        text-decoration: none;
    }
}

.lg-sub-html h4 {
    color: #eee;
}

.lg-sub-html p {
    color: #eee;
}

/* For gallery-grid spacing */
.no-gutters a img {
    padding: 3px;
}

/* To reduce burger menu icon size */
.header__content .header__toggle-menu {
    padding: 3px;
}

.item img:hover {
    background-color: black;
    opacity: 0.8;
    padding: unset;
    cursor: zoom-in;
}

.follow-me-instagram-area h5 {
    margin-top: 20px;
}

/* FilePond Custom Styling */
.filepond--root {
    max-width: 800px;
    font-size: unset !important;
    margin: auto auto 1em auto;
    max-height: 80vh;
}

.filepond-container {
    display: none;
    max-width: 75%;
    margin: 0 auto;
}

.filepond--item {
    width: calc(50% - 0.5em);
}

@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}

.filepond--file-poster img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

/* .filepond--image-preview-wrapper {
    width: 100% !important;
    margin: 0 !important;
} */

.filepond--file-action-button {
    cursor: pointer;
}

.filepond--panel-root {
    background-color: unset !important;
}

[data-filepond-item-state*="error"] .filepond--item-panel,
[data-filepond-item-state*="invalid"] .filepond--item-panel {
    background-color: #a52f00;
}

[data-filepond-item-state="processing-complete"] .filepond--item-panel {
    background-color: #0054a5;
}

/* the border radius of the file item */
.filepond--image-preview-wrapper,
.filepond--file {
    border-radius: 0.5rem !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 10%) !important;
    border: none !important;
}

/* Instagram Slides Stye Updates */
.follow-me-instagram-area h3 {
    margin-top: unset;
}

/* Supress Underline */
a {
    text-decoration: none !important;
}

/* Unset <p> styles */
p {
    color: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
}

/* .slick-list.draggable {
    min-height: 400px !important;
    max-height: 400px !important;
} */

/* Crop ALbum Cover Images */
.slider__slide.slick-slide > img {
    width: inherit !important;
    min-height: 400px !important;
    max-height: 400px !important;
    object-fit: cover;
}

.add-photos.active a {
    background-color: #0054a5 !important;
}

.filepond-container p.buttons {
    text-align: center;
}

/* Commenting because text inside button is moving top */
/* .btn {
    line-height: 3 !important;
} */

/* Commenting as brick size is different from feed */
/* .masonry__brick {
    padding: 0 20px !important;        
} */

.masonry .entry {
    margin-bottom: 40px !important;
}

/* Images Grid Styling */
/** Below CSS is completely optional **/
.lg-container {
    font-family: unset;
}

.lg-sub-html .image-attr {
    position: unset;
    bottom: unset;
    right: unset;
    font-size: unset;
    font-weight: unset;
}

.gallery-item {
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or 'contain' if you want to see the whole image */
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.gallery-item img:hover {
    vertical-align: middle;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    cursor: zoom-in;
    transform: scale(1.1);
    z-index: 100;
}

.s-content {
    overflow: hidden !important;
}
