﻿/* GLOBAL */


.theme-gallery-home .owl-carousel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.theme-gallery-home .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 0;
}

.theme-gallery-home .owl-carousel .caption-container {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #181818;
    z-index: 8;
    overflow: hidden;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20% 0% 20% 50%;
}

.theme-gallery-home .owl-carousel h1.caption-text1 {
    color: #CAAE6E;
    font-family: 'Crimson Pro', sans-serif;
    font-weight: 300;
    max-width: 400px;
    text-align: center;
    font-size: 45px;
    margin: 0 auto 20px auto;
    line-height: 40px;
}
.theme-gallery-home .owl-carousel .caption-container img.captionSeparator {
    width: auto;
    margin: 40px auto;
    max-width: calc(100% - 40px);
}
.theme-gallery-home .owl-carousel p.caption-text2 {
    font-size: 25px;
    font-family: 'Crimson Pro', sans-serif;
    color: #5E4B2E;
    padding: 5px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    background: #d0b67b;
}
.theme-gallery-home .owl-carousel p.caption-text2:hover{background-color:#ecce87}
.theme-gallery-home .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 2px 7px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #d0b67b;
    font-size: 0;
}

.theme-gallery-home .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #fff;
}

/* RESPONSIVE */

@media all and (max-width: 1000px) {
    .theme-gallery-home .owl-carousel {
    }

    .theme-gallery-home .owl-carousel .caption-container {
        text-align: left;
        padding: 100px 15px;
        width: 100%;
    }

    .theme-gallery-home .owl-carousel .slide img {
        width: 100%;
    }
}

@media all and (min-width: 1001px) {
    #gallery-home {
        margin: 0px 0 60px;
    }
}